commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
5e8889cd4f517b8dd3067fd20058b73cfac4e5ed | --- src/index.tsx
@@ -23,6 +23,8 @@ import {initNotificationListeners} from './notification';
import {initi18n} from './translations';
import {MeganavScreen} from './screens/MeganavScreen';
import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard';
+import {ChannelsContext} from './channels/context';
... | expose context and providers | expose context and providers
|
986a73ced0ebc04612f43b50100f03e97f708582 | --- packages/allspark-foundation/package.json
@@ -90,7 +90,7 @@
"@react-native-firebase/perf": "^22.4.0",
"@react-native-firebase/remote-config": "^22.4.0",
"@react-native-picker/picker": "2.11.1",
- "@react-navigation/elements": "2.3.8",
+ "@react-navigation/elements": "2.6.5",
"@react-naviga... | chore: bump navigation elements to align with other navigation libraries | chore: bump navigation elements to align with other navigation libraries
|
28f1d07b4089dda63f82067994c37c9a0e83d84c | --- .yarnrc.yml
@@ -1,12 +1,2 @@
nodeLinker: node-modules
npmRegistryServer: "${REPOSOLNS_NPM_REPO}"
-
-packageExtensions:
- "@walmart/ui-components@*":
- peerDependenciesMeta:
- react-native-background-timer:
- optional: true
- react-native-elements:
- optional: true
- react-native-v... | chore(ui): looper yml error log update | chore(ui): looper yml error log update
|
7e82ce9382fbe0da78c14c83c5c97a07fe03d76e | --- src/utils/assoicateList.ts
@@ -15,30 +15,30 @@ const ASC_ORDER = 1;
const DESC_ORDER = -1;
const NO_SORT = 0;
-// const checkUserIsSalariedOrTeamLead = (
-// associate: Associate,
-// teamLeads: string[],
-// ) =>
-// teamLeads
-// ?.map((CCMJobDescription) => CCMJobDescription.toLowerCase())
-// ... | Update sorting logic | Update sorting logic
|
88c210649156eb997d150f5eebfca2a201f8a501 | --- __tests__/screens/MessagesScreenTest.tsx
@@ -1,13 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react';
-import {
- mockCollection,
- mockCollectionForFirestore,
- mockFirestore,
- // @ts-ignore
-} from '../harness/firestore/mockDatabase';
-
describe('MessagesHead... | remove cruft from messages screen | remove cruft from messages screen
|
882baf2bc5ec59d31cdf2084850c0df7574eef1b | --- __tests__/appBlockPrompt/__snapshots__/indexTest.tsx.snap
@@ -70,6 +70,60 @@ exports[`AppBlockingPrompt matches snapshot 1`] = `
</SafeAreaView>
`;
+exports[`AppBlockingPrompt matches snapshot with default config values 1`] = `
+<SafeAreaView
+ style={
+ Object {
+ "backgroundColor": "#FFFFFF",
+ ... | Giving app block prompt defaults | Giving app block prompt defaults
|
3d92f725a1574a82ac9cef728a136b888da3e589 | --- .looper-pr.yml
@@ -15,8 +15,13 @@ flows:
- npm run env:dev
- npm run lint
- npm run coverage
+ - call: build-js-bundle
- call: notify-pr-via-slack
+ # verify that the JS bundle can be built
+ build-js-bundle:
+ - (name build JS bundle) ./node_modules/.bin/react-native bundle --entry-fi... | adding js bundle build to pr verifications (#226) | adding js bundle build to pr verifications (#226)
|
49e6d689d5370ca7a510d7ade941c2c33ea8fde7 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx
@@ -8,7 +8,7 @@ import { teamShiftSwitcherStyles as styles } from './style';
import { TeamShiftSwitcherProps } from './types';
export const TeamShiftSwitcher = ({
- isLoading = false,
+ isLoading,
... | feat: updated isloading prop | feat: updated isloading prop
|
01dec762b130b821af389ee3e737910fe310b318 | --- packages/me-at-walmart-container/src/redux/telemetry.ts
@@ -107,16 +107,10 @@ export function* onDeviceInfoSuccess({
});
}
-const LEGACY_CLOCK_ACTIONS = ['CLOCK_CHECK_SUCCESS', 'CLOCK_CHECK_ERROR'];
-
export const TelemetrySagas = [
takeLatest(USER_CHANGED_ACTIONS, onUserChanged),
takeLatest(
- [
- ... | chore: remove legacy clock action handling | chore: remove legacy clock action handling
|
7ef8b73a6199a74b6ef49a151a8f3ded8f1acd6c | --- package-lock.json
@@ -3057,9 +3057,9 @@
"integrity": "sha512-V85jGOfE+5JauAKvH8gSGvp9vauVj6Pu8Gemj1vm511mlnnct4m5rezB67qGOyIiIdWxAvf4qjSj9662MOsLFQ=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.42",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | Inbox version bump (#287) | Inbox version bump (#287)
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
6ead1802a57487c11e0c9dcbb8e4e982e3392fe0 | --- src/presence/sagas.ts
@@ -6,7 +6,7 @@ import {
} from '../redux/selectors';
import {SiteSelectors} from '@walmart/redux-store';
import {getLastOfflineTime, goOnlineForUser} from './service';
-import {isNil} from "lodash";
+import {isNil} from 'lodash';
export function* DoNotDisturbAutoResetSaga() {
const u... | reformatting | reformatting
|
080aba565df71c04e1d699dea0a02f041dc30655 | --- ios/Podfile.lock
@@ -1218,17 +1218,17 @@ SPEC CHECKSUMS:
react-native-loudness: fe12785700887bcfdb07abcf455c5df40e89183b
react-native-maps: ed6470f754c140c75aabff757e154cf52a1636a8
react-native-netinfo: 51b6a79a6f1729d853aa0bd5085e441f7ef32aa1
- react-native-pager-view: 592421df0259bf7a7a4fe85b74c24f3f399... | ptt package version update for issues | ptt package version update for issues
|
6dd3c558af185e96c8755ce43ab34efeb41e58a2 | --- env.beta.js
@@ -1,13 +1,4 @@
// Environment Overrides for Beta
export const ENV = 'beta';
-export const ENV_OVERRIDES = {
- graphql: {
- url: 'https://developer.api.us.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
- headers: {
- 'WM_SVC.NAME': 'ATHENA-GATEWAY',
- 'WM_SVC.ENV': 'prod',
- ... | fix: remove env overrides that are unchanged from default | fix: remove env overrides that are unchanged from default
|
e9e5628c62f40b339541f1928677f92934aba17d | --- patches/@walmart+financial-wellbeing-feature-app+1.13.7.patch
@@ -0,0 +1,43 @@
+diff --git a/node_modules/@walmart/financial-wellbeing-feature-app/dist/components/MoneyHintsCarousel/MoneyHintsCarouselWrapper/index.js b/node_modules/@walmart/financial-wellbeing-feature-app/dist/components/MoneyHintsCarousel/MoneyHin... | patch | patch
|
17e7bd5dc91cd8d3aa421f25fd0d8dcc6db3e1c8 | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -124,6 +124,19 @@ export class AllsparkContainer<
* @param config - The configuration object for the container.
*/
constructor(id: string, config: AllsparkContainerConfig<E, T>) {
+ if (!id && id.length < 1) {
+ throw new Error('... | feat: setup error communication for container | feat: setup error communication for container
|
a55a1de3c8299d54f5e24574dd671ec1835539b6 | --- package.json
@@ -145,7 +145,7 @@
"@walmart/shelfavailability-mini-app": "1.5.23",
"@walmart/store-feature-orders": "1.26.7",
"@walmart/taskit-mini-app": "2.81.15",
- "@walmart/time-clock-mini-app": "2.373.0",
+ "@walmart/time-clock-mini-app": "2.374.0",
"@walmart/topstock-mini-app": "patch... | TCMA v2.374.0 | TCMA v2.374.0
|
bb4f74e76b45b8bf38d0dda0b490c41eacc37a54 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ExpandedTeamShift/ExpandedTeamShift.tsx
@@ -1,8 +1,10 @@
import React from 'react';
+import { View } from 'react-native';
import { ShiftFilterList } from '../ShiftFilter/ShiftFilterList';
import { HubHeader } from '../../../Store';
import { ... | Adding expanded team shift component | Adding expanded team shift component
|
8c7a03e015cad3df9cd27d8706207344c426756c | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 14.11,
- branches: 3.55,
- functions: 6.03,
- lines: 14.32,
+ statements: 14.08,
+ branches: 3.53,
+ functions: 6.02,
+ lines: 14.29,
},
},
transformIgnor... | merge changes | merge changes
|
72e66e95dc4d09808a56fb04d04b6ad4a1d2a8a7 | --- package-lock.json
@@ -61,6 +61,7 @@
"@walmart/metrics-mini-app": "0.9.38",
"@walmart/mod-flex-mini-app": "1.3.15",
"@walmart/moment-walmart": "1.0.4",
+ "@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/pay-stub-miniapp": "0.9.21",
"@walmart/payrollsolution_minia... | added package | added package
|
8ee0b834814e1ad58e319b9d38ff4ee900726115 | --- packages/allspark-authentication/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [7.1.7](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/alls... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-authentication@7.1.7
- @walmart/allspark-foundation@7.16.13
- @walmart/allspark-foundation-hub@1.25.15
- @walmart/allspark-utils@7.3.0
- @walmart/my-walmart-hub@1.7.1
|
815771c619d72eedd9f62bd109d47f87f5dfba7f | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts
@@ -18,6 +18,20 @@ export const enUS = {
'Shift A1 is selected by default, but you can change it at any time.',
mandatoryShiftError: 'Select at least one shift to continue.',
},
+ expandedTeamShiftModal: {
+ shiftFilter: {... | Adding translations | Adding translations
|
c7be0ec2b2a838b4e882b110cadb85402da3fc26 | --- __tests__/whatsNew/WhatsNewScreenTest.tsx
@@ -1,7 +1,12 @@
import React from 'react';
import {useSelector} from 'react-redux';
import {create} from 'react-test-renderer';
-import {WhatsNewScreen, EmptyState} from '../../src/whatsNew/WhatsNewScreen';
+import {
+ WhatsNewScreen,
+ EmptyState,
+ combiner,
+ get... | chore: adding tests | chore: adding tests
|
ed2cba42aba5586cef6904d5e4b6032f045922a1 | --- packages/allspark-foundation-hub/__tests__/supplyChain/AllSupplyTeamsList.test.tsx
@@ -140,7 +140,7 @@ describe('AllSupplyTeamList', () => {
<AllSupplyTeamList {...mockProps} isModal={false} />
);
expect(toJSON()).toMatchSnapshot();
- expect(queryByTestId('edit-saved-teams')).toBeNull();
+ ex... | updated test ids | updated test ids
|
d51a69a2353571fc028055c96fb3a17fa7f0be52 | --- package.json
@@ -111,7 +111,7 @@
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.11.3",
"@walmart/inbox-mini-app": "0.94.6",
- "@walmart/iteminfo-mini-app": "7.15.10",
+ "@walmart/iteminfo-mini-app": "7.15.11",
"@walmart/learning-mini-app": "20.0.23",
... | Chore update to iteminfo-mini-app@npm:7.15.11 | Chore update to iteminfo-mini-app@npm:7.15.11
|
edfbe1d5c022653bf7904de3f5ab46382d7fb803 | --- docs/CHANGELOG.md
@@ -1,3 +1,34 @@
+# [2.18.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.17.0...v2.18.0) (2025-03-28)
+
+
+### Bug Fixes
+
+* **bug:** fix issue where chip was only updating after second click ([dc0d9fe](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/dc0d9fe5c0a9de8e... | chore(release): 2.18.0 [skip ci] | chore(release): 2.18.0 [skip ci]
# [2.18.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.17.0...v2.18.0) (2025-03-28)
### Bug Fixes
* **bug:** fix issue where chip was only updating after second click ([dc0d9fe](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/dc0d9fe5c0a9de8e7e2831e208a3... |
b58c5780663d215087e3a4b015c76c0336ea4ada | --- package.json
@@ -148,7 +148,7 @@
"@walmart/time-clock-mini-app": "2.395.0",
"@walmart/topstock-mini-app": "1.12.0",
"@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.15.14#~/.yarn/patches/@walmart-ui-components-npm-1.15.14-a6f67304be.patch",
- "@walmart/welcomeme-mini-app": "0.94.0",... | feat: package bump for welcome me accessibility fix | feat: package bump for welcome me accessibility fix
|
ca2d86fb4284af8b763321cd0764cb0d7a7c29ea | --- package.json
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "2.47.0",
+ "@walmart/roster-mini-app": "2.49.0",
"@walmart/ui-components": "1.15.1",
"babel-jes... | Update roster version and count changes | Update roster version and count changes
|
d45eaba7fad30eec199dc318c5942ac8b6422c52 | --- core/__tests__/features/inboxTest.tsx
@@ -5,6 +5,7 @@ import {fireEvent, render} from '@testing-library/react-native';
import {useNavigation} from '@react-navigation/native';
import {DefaultNotificationTile} from '@walmart/ui-components';
import {InboxContainer} from '@walmart/me-at-walmart-common';
+import {use... | Added oneclick for inboxicon | Added oneclick for inboxicon
|
af8b149b7eefd16f8a3b73871194ad0007c1c749 | --- .looper.multibranch.yml
@@ -27,6 +27,8 @@ envs:
ANDROID_GRADLE_PATH: ./android/app/build.gradle
IOS_BASE_PATH: ./ios
ANDROID_BASE_PATH: ./android
+ TEMPLATE_REPO_BRANCH: feature/allspark-6443-integrate-ruler
+ ANALYZE_PROCESS_ENABLED: true
us-market:
variables:
--- app.con... | feat(appsizing): allspark-6443 added plugins for ruler and updated target branch for testing CI | feat(appsizing): allspark-6443 added plugins for ruler and updated target branch for testing CI
|
579a7d2fde8eb487d5a3b5da124a9f07317535e3 | --- example/src/teamHub/tempComponentForTesting/Images/apparel.png
Binary files /dev/null and b/example/src/teamHub/tempComponentForTesting/Images/apparel.png differ
--- example/src/teamHub/tempComponentForTesting/Images/asset_protection.png
Binary files /dev/null and b/example/src/teamHub/tempComponentForTesting/Ima... | feat: added images | feat: added images
|
8cc2f2688893ca59d186763c47b8c3ca578cdd2c | --- .looper.yml
@@ -30,14 +30,23 @@ flows:
default:
- call: pr
+ yarnInstall:
+ - (name Yarn Install) corepack enable
+ - (name Yarn Version) yarn --version
+ - (name Install Dependencies) yarn install
+
+ preparePackages:
+ - call: yarnInstall
+ - (name Build Packages) yarn run build
+
pr... | chore: update looper for yarn | chore: update looper for yarn
|
bd725573fc0aa54f573e4c6fca9b04a74c490368 | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [2.15.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.15.0
- @walmart/associate-exp-hub-mini-app@1.9.0
|
6e100fce63cd2885f70743adb54e2e1b2437df93 | --- package-lock.json
@@ -68,7 +68,7 @@
"@walmart/push-to-talk-mini-app": "1.9.22",
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
- "@walmart/react-native-logger": "1.31.0-rc.1",
+ "@walmart/react-native-logger": "1.33.0",
"@w... | Logger version bump. | Logger version bump.
|
15558bed4bba79def26b334c65b05f4d9c81635a | --- .looper.yml
@@ -39,8 +39,8 @@ flows:
publishFromPackage:
- call: preparePublish
- - (name Publish from Package) HUSKY_SKIP_HOOKS=1 npx lerna publish from-package
+ - (name Publish from Package) HUSKY_SKIP_HOOKS=1 npx lerna publish from-package --yes
publishFromGit:
- call: preparePublish
-... | chore: fix publish script. add yes arg for lerna ci commands. | chore: fix publish script. add yes arg for lerna ci commands.
|
e4fbbd235df4de7b13cecac0e2fc074455634654 | --- __tests__/components/HourlyRosterWidget.test.tsx
@@ -4,6 +4,10 @@ import {configureStore} from '@reduxjs/toolkit';
import {HourlyRosterWidget} from '../../src/components/MyWalmartv2/Widgets/Hourly';
import React from 'react';
+jest.mock('@walmart/associate-exp-hub-hub', () => ({
+ ActivityAwareWidget: jest.fn(... | feat(ui): mocking | feat(ui): mocking
|
495b17290967ce6955eacd81781e24af45b4af94 | --- packages/me-at-walmart-container/package.json
@@ -24,8 +24,7 @@
"@walmart/allspark-utils": "^6.0.14",
"jwt-decode": "^3.1.2",
"nanoid": "4.0.2",
- "redux-flipper": "^2.0.2",
- "rn-flipper-async-storage-advanced": "^1.0.5"
+ "redux-flipper": "^2.0.2"
},
"devDependencies": {
"@react... | refactor: update setup for new format. remove setup component for flipper async storage | refactor: update setup for new format. remove setup component for flipper async storage
|
198184911d8b4c430d2acef7430ca4a9f5b95b90 | --- src/mocks/associatesMock.ts
@@ -168,8 +168,8 @@ export const associatesMock = [
},
{
userId: 'j0w0558',
- win: 2198687841,
- associateId: '2198687841',
+ win: 225253267,
+ associateId: '225253267',
firstName: 'JOSHUA',
lastName: 'WHEELER',
fullName: 'WHEELER, JOSHUA',
--- src... | update my WIN number | update my WIN number
|
01fb1e12527a72b29741ea72d97ccd9efb15564b | --- src/auth/LoginErrorScreen/constants.ts
@@ -123,6 +123,7 @@ export const NETWORK_ERRORS = ['request timed out', 'network error'];
export const TIME_MISMATCH_ERRORS = [
'more than 600 seconds before or after',
'invalid id token',
+ 'id token expired',
];
export const NO_BROWSER_ERROR = 'browser_not_found';
... | chore: add new error for time mismatch | chore: add new error for time mismatch
|
4449d5f7dcfb8bcd1fcc194da91a03b5091910ea | --- package-lock.json
@@ -56,7 +56,7 @@
"@walmart/financial-wellbeing-feature-app": "1.10.4",
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.0.16",
- "@walmart/gtp-shared-components": "2.0.6",
+ "@walmart/gtp-shared-components": "2.0.10",
... | gtp bump to 2.0.10 | gtp bump to 2.0.10
|
5850bc3300d4006a80ca6011cba9c9c444d4beee | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/gtp-shared-components": "2.0.3",
"@walmart/impersonation-mini-app": "1.11.0",
"@walmart/ims-print-services-ui": "1.2.2",
- "@walmart/inbox-mini-app": "0.81.9",
+ "@walmart/inbox-mini-app": "0.81.9-400-832dccb",
"@walmart... | fix(inbox): update inbox PR version ssmp-4418 | fix(inbox): update inbox PR version ssmp-4418
|
2dc2365d575d56498a4c4f6957afa98e9392f27b | --- core/__tests__/navigation/USHallway/USHallwayTest.tsx
@@ -1,35 +1,79 @@
import React from 'react';
import {render} from '@testing-library/react-native';
+import {View} from 'react-native';
import {UserType} from '@walmart/me-at-walmart-common';
import {AllsparkReduxStore} from '@walmart/allspark-foundation/Re... | combined tests into one file and updated mocks | combined tests into one file and updated mocks
|
911336bd4e6ded6d844b72aeeb102950f417f3ff | --- README.md
@@ -1,20 +1,50 @@
-### Pre-requisites
+## Project Setup
-- Xcode
-- Android Studio (with Android 14 "Upside Down Cake" and Android SDK 34)
-- Cocoapods 1.14.3
-- `node` >=20.10.0
-- `yarn` >=4.1.1 [installation instructions here](https://yarnpkg.com/getting-started/install)
-- Java JDK (zulu@17)
-
-If y... | feat(ui): update the readme file | feat(ui): update the readme file
|
e301f457a4006c1d9b9253ae105c03f8216a7d6b | --- __tests__/core/loggerInitTest.ts
@@ -248,7 +248,6 @@ describe('getNetworkAttributes', () => {
wifiStrength: '59',
connectionType: 'wifi',
isConnected: 'true',
- isInternetReachable: 'true',
});
});
@@ -265,7 +264,6 @@ describe('getNetworkAttributes', () => {
cellularGenera... | Removing isInternetReachable | Removing isInternetReachable
|
3204a2327a12f59201dbf3e57d9909b212c1a450 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.234.0-rc.2",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.234.0-rc.2.tgz",
- "integrity": "sha512-onm9ILJacc3Kq+uZ1wk3vFide7ob/YRMfjmfN1h9ttefycaycidFdnp... | Updating taskIt version | Updating taskIt version
|
357f5f5389d966c226d372829bc5966ba4593637 | --- src/channels/components/ChannelRow.tsx
@@ -99,7 +99,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
);
const firstRecipientClockedIn = associateIsClockedIn(firstRecipientAssociate);
- const timeStamp = channelRowTimeStamp(lastMessage?.createdAt?.toDate());
+ const lastMessageTime = channelRow... | Added changes as per requested PR comments | Added changes as per requested PR comments
|
b2e826b36dae96e3f5c3f71813035004ce5ac18c | --- packages/core-services-allspark/src/graphql/links.ts
@@ -58,18 +58,29 @@ export const typeRemappingLink = new ApolloLink((operation, forward) => {
export const createErrorLoggerLink = (logger: IAllsparkLogger) =>
onError(({ graphQLErrors, operation, networkError }) => {
- const baseLog = JSON.parse(
- ... | refactor: graphql error logger link | refactor: graphql error logger link
|
f506a42045836b44249d4c41fd027beee276994b | --- package-lock.json
@@ -5439,9 +5439,9 @@
"integrity": "sha512-uCC2Hk4fRcAC49c4uuIpLpD3geWjG7uAQByH8ygekhQKPrijc5/F1/z+Tkt3zFQ88BlsE+ihQ6z3AWFzAyuNGw=="
},
"@walmart/profile-feature-app": {
- "version": "0.0.61",
- "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile... | Bumped profile feature app to 0.0.62 | Bumped profile feature app to 0.0.62
|
13e09e5f90fa0cf2bff0e5a1b33fee19d85224e7 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.31.0",
+ "version": "1.32.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the my team mini app version | Update the my team mini app version
|
f9c7d8e19208db62ab1aaf7c20508c6780cff08c | --- ios/Podfile.lock
@@ -717,8 +717,8 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.1.8)
- - SSO (1.1.8):
+ - SSO (= 1.2.1)
+ - SSO (1.2.1):
- AppAuth
- Starscream (3.0.6)
- Yoga (1.14.0)
@@ -1055,8 +1055,8 @@ SPEC CHECKSUMS:
RNSketchCanvas: 6939b18677cd1794151cc3d... | SSO version bump up (#342) | SSO version bump up (#342)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
02c1e36b422404053ef2503345d95889912cadd3 | --- __tests__/harness/index.tsx
@@ -52,13 +52,13 @@ export const setupStore = (preloadedState) => {
ReduxModule.manager.addReducer('wmConnect', wmConnectSlice.reducer);
reducerRegistered = true;
}
-
+
const store = configureStore({
preloadedState,
reducer: (state = preloadedState, action) =>... | fix: update tests and all the deprecated imports | fix: update tests and all the deprecated imports
|
91ec6631c08bb6e1ddde8249897b3850b2969f78 | --- package-lock.json
@@ -4153,9 +4153,9 @@
}
},
"@walmart/allspark-me-mini-app": {
- "version": "0.31.4",
- "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.31.4.tgz",
- "integrity": "sha512-j04luDr0KoPgC4xOFL4imixI9BeUjW2N7B0VzTqfnnS1U0BGbogD... | me version bump | me version bump
|
2c7cf21c97b37410d78558ec7d940bd7ef89102f | --- targets/US/package.json
@@ -150,7 +150,7 @@
"@walmart/taskit-mini-app": "4.25.8",
"@walmart/time-clock-mini-app": "2.419.0",
"@walmart/topstock-mini-app": "1.17.11",
- "@walmart/translator-mini-app": "1.0.3",
+ "@walmart/translator-mini-app": "1.0.4",
"@walmart/ui-components": "patch:@walm... | version bump | version bump
|
41b698f09aa932eeff691581a5710f494ca08338 | --- src/home/components/GreetingRowV2/useUserInfo.ts
@@ -8,7 +8,7 @@ import {LocalStorageModule} from '@walmart/allspark-foundation/LocalStorage';
import {logServiceError} from '@/home/logger/Logger';
import {ConfigSelectors, SiteSelectors} from '@walmart/allspark-foundation';
import {CacheState, CachedData, ConfigT... | feat(header): add cache refresh midnight | feat(header): add cache refresh midnight
|
8a29b38b7c73540f7449e31c8546c875f489f0aa | --- __tests__/components/AssociateListItem.test.tsx
@@ -17,6 +17,33 @@ jest.mock('@walmart/allspark-foundation/Components/SharedComponents', () => ({
},
}));
+// Add this mock for gtp-shared-components
+jest.mock('@walmart/gtp-shared-components', () => {
+ const React = require('react');
+ return {
+ Body: (... | fix(bug): fix tests for the AssociateListItem.test.tsx test file | fix(bug): fix tests for the AssociateListItem.test.tsx test file
|
db5be68dc97ca7c90dea1c21a376ca8af60afdad | --- __tests__/__mocks__/@walmart/returns-mini-app.js
@@ -1,6 +1,3 @@
-const React = require('react');
module.exports = {
- default: jest.fn(() => ({
- ReturnsMiniApp: <></>,
- })),
+ ReturnsMiniApp: 'ReturnsMiniApp',
};
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -9... | add returnsMiniApp to constants and update mock module export | add returnsMiniApp to constants and update mock module export
|
be0eef29e67a757e79606e6db1afdb8c46682d8f | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/inbox-mini-app": "0.83.3",
"@walmart/iteminfo-mini-app": "7.2.2",
"@walmart/manager-approvals-miniapp": "0.2.2",
- "@walmart/me-field-mini-app": "12.0.22",
+ "@walmart/me-field-mini-app": "12.0.23",
"@walmart/metrics-min... | feat: :arrow_up: upgrade learning mini app version to 12.0.23 | feat: :arrow_up: upgrade learning mini app version to 12.0.23
|
d9377134089e91f735ac809c2fa72a55972f47f7 | --- .looper.multibranch.yml
@@ -651,6 +651,8 @@ flows:
- var(MESSAGE_TITLE):
|
echo ":x: ${osIcon} ${releaseType} BUILD FAILED"
+ - var(FILE_SIZE):
+ ls -l ${buildOutput} | cut -d " " -f 8 | awk '{print $1/1000000}'
- slack.postMessage:
message: $MESSAGE_TITLE
cha... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
2d193ea2744ee29b825dfc03df53008d8efd0b9c | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "5.3.5",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
- "@walmart/metrics-mini-app": "0.9.41",
+ "@walmart/metrics-mini-app": "0.9.42",
"@walmart/mod-flex-min... | fix for metrics SMBLV-3218 | fix for metrics SMBLV-3218
|
035385cd30a00ef9f605fdf7b26f2ea98c8e1eb1 | --- __tests__/navigation/AssociateHallwayNav/DrawerNavTest.tsx
@@ -46,6 +46,10 @@ jest.mock(
}),
);
+jest.mock('react-native/Libraries/Utilities/useWindowDimensions', () => ({
+ default: jest.fn().mockReturnValue({width: 390, height: 725}),
+}));
+
const mockGetCurrentRoute = getCurrentRouteName as jest.Mock;
... | drawer width fix | drawer width fix
|
b25af4283dec49762931e1a6d625ee513304f9cd | --- packages/allspark-foundation/GlobalElements/package.json
@@ -1,6 +0,0 @@
-{
- "name": "@walmart/allspark-foundation/GlobalElements",
- "private": true,
- "main": "./index",
- "types": "./index"
-}
| chore(build): Deleted root GlobalElements | chore(build): Deleted root GlobalElements
|
c627c0db618dd319710a0f218544dda825a046a2 | --- package-lock.json
@@ -3389,9 +3389,9 @@
"integrity": "sha512-73HAEev8DeHModZVTry22tqKnV5jJcaL4IyUVWvlvoyZ4iZfNgdIsR6VEzYN1TW5DHH5d44heAIR3K8kdUb4Qw=="
},
"@walmart/iteminfo-mini-app": {
- "version": "2.0.9",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min... | ItemInfo Jan-22 fixes | ItemInfo Jan-22 fixes
|
ef54b92ee497c94adc6be8e474d629292374868b | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 146
+ versionCode 147
versionName "1.1.0"
}
... | bumping version | bumping version
|
fc443a89937c90037c6491f2603423ce06e9ffa1 | --- package.json
@@ -110,7 +110,7 @@
"@walmart/exception-mini-app": "1.8.19",
"@walmart/expo-config-plugins": "~0.5.3",
"@walmart/facilities-management-miniapp": "0.18.33",
- "@walmart/feedback-all-spark-miniapp": "0.9.75",
+ "@walmart/feedback-all-spark-miniapp": "patch:@walmart/feedback-all-spark... | fix: apply feedback mini app patch from drop 33 (#4829) | fix: apply feedback mini app patch from drop 33 (#4829)
|
eb4c10f248b02d48a269a2f3c7c3191428409d90 | --- package-lock.json
@@ -3032,9 +3032,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.10.26",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.26.tgz",
- "integrity": "sha512-MFLoAIPmvtL86eCXRbvzIamB0JXfSt8n+dVzpld5/n1dG3DxD4xXVF3AuSUcsT... | Ask Sam - Bug Fixes (#381) | Ask Sam - Bug Fixes (#381)
* Incrementing ask sam
* Version bump
Co-authored-by: rlane1 <rlane1@walmart.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
a05a467eb7166bcb77fdf4f127b10bae9281e87c | --- package.json
@@ -271,7 +271,7 @@
"pre-push": "run-p solidarity coverage"
}
},
- "packageManager": "yarn@4.1.1",
+ "packageManager": "yarn@4.4.0",
"engines": {
"node": ">=18"
}
--- yarn.lock
@@ -4837,7 +4837,7 @@ __metadata:
languageName: node
linkType: hard
-"@reduxjs/toolkit@n... | Update yarn lock | Update yarn lock
|
7ff4234c4b0bc03373a3384246a3a97b938d2e4f | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap
@@ -52,6 +52,11 @@ exports[`HomeStackNav matches snapshot 1`] = `
}
}
name="timeClock"
+ options={
+ Object {
+ "headerShown": false,
+ }
+ }
/>
<Screen
component={
@@ -222,6 +227... | Updated snapshots | Updated snapshots
|
0694cde3fa1dde9c2047c7d70c7b6f4a3a0a49d0 | --- __tests__/biometrics/BiometricSagasTest.tsx
@@ -36,6 +36,7 @@ jest.mock('../../src/redux/SharedSagas', () => ({
jest.mock('../../src/services/logger', () => ({
logger: {
error: jest.fn(),
+ info: jest.fn(),
},
}));
@@ -99,6 +100,14 @@ describe('hanldeBiometricsUnavailable', () => {
it('handle... | Adding splunk log to biometric unavailable | Adding splunk log to biometric unavailable
|
dad8b577456eb5f62e44d2e3985fb48b3b63df8b | --- src/utils/rosterDetail.tsx
@@ -10,6 +10,7 @@ import {
associateIsAbsent,
associateIsClockedIn,
associateIsTardy,
+ associateShift,
} from '../utils';
import {goToIndividualSchedule} from '../navigation/utils';
import {FilterValue} from '../components/FilterChip/types';
| fix: adding missing import | fix: adding missing import
|
4cbb411f201ee95b4faba475d9e3cacb6c5e6d5d | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24-sidekick
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
--- yarn.lock
@@ -7103,7 +7103,7 @@ __metadata:
"@walmart/rost... | chore: bump sidekick@4.83.6 | chore: bump sidekick@4.83.6
|
318645084ed99857366429d61fe76986c137c1c9 | --- packages/allspark-foundation/src/Components/Banners/AllsparkBanner.tsx
@@ -9,6 +9,7 @@ import {
} from '@walmart/gtp-shared-components';
import { AlertConfig, AllsparkBannerConfig } from './types';
import { ComponentRecord } from '../DynamicComponents';
+import { useAllsparkTranslation } from '../../Translation'... | Banner values now wrapped in translations. | Banner values now wrapped in translations.
|
00cccf2de3a542a0d13612e1812537787351ab31 | --- src/channels/components/EmptyChannels.tsx
@@ -64,7 +64,9 @@ export const EmptyChannels = () => {
{t('channelsScreen.emptyChannelsScreen.codeOfConduct')}
</Text>{' '}
and
- <Text style={styles.linkStyle} onPress={() => navigate('TnC')}>
+ <Text
+ style={styles.link... | update terms of use navigation | update terms of use navigation
|
b078866a5cd716dec1a7c1c33755b110e1185f59 | --- package.json
@@ -126,7 +126,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-geolocation": "1.2.0",
"@walmart/metrics-mini-app": "1.29.15",
- "@walmart/mod-flex-mini-app": "1.29.5",
+ "@walmart/mod-flex-mini-app": "1.30.2",
"@walmart/moment-walmart": "1.0.4",... | feat(modflex): drop 34 bump modflex to v1.30.0 (#4680) | feat(modflex): drop 34 bump modflex to v1.30.0 (#4680)
Co-authored-by: Balaji Murugan <balaji.murugan@walmart.com>
Co-authored-by: Dana McFarlane <dana.mcfarlane@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> |
3ac9e6f0cbfb78819132d2d731d315032af37a7f | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.2",
"@walmart/ims-print-services-ui": "2.5.1",
"@walmart/inbox-mini-app": "0.86.1",
- "@walmart/iteminfo-mini-app": "7.5.2",
+ "@walmart/iteminfo-mini-app": "7.5.3",
"@walmart/manager-appro... | bigfixes for activate inactivate error state | bigfixes for activate inactivate error state
|
1385edf5ef1f2bc89ba6bbfbcc0cc4c4ae4cafde | --- src/hooks/user.ts
@@ -1,5 +1,5 @@
import {useSelector} from 'react-redux';
-import {UserSelectors, User, SiteSelectors} from '@walmart/redux-store';
+import {UserSelectors, User} from '@walmart/redux-store';
import {teamLeadJobDescriptions as teamLeadJobDescriptionsSelector} from '../redux/selectors';
import {pa... | fixing logical error with hook | fixing logical error with hook
|
5a3211659e90d4470f2d837e6e9c6f93ac4b7220 | --- docs/docs/hub framework/hub-intro.md
@@ -98,17 +98,18 @@ export const TeamHubContainer =
**2. Create your hub**
```jsx
-import { AllsparkHubContainer } from '@walmart/allspark-foundation-hub';
+import {AllsparkHubContainer} from '@walmart/allspark-foundation-hub/HubFeature/Store';
import {
TEAM_HUB_CCM_NAME... | Update the docs | Update the docs
|
f8ffd8c79642d7407d4fc8b638cd8353e65723c3 | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/iteminfo-mini-app": "5.3.2",
"@walmart/manager-approvals-miniapp": "0.1.2",
"@walmart/me-field-mini-app": "1.1.36",
- "@walmart/metrics-mini-app": "0.9.37",
+ "@walmart/metrics-mini-app": "0.9.38",
"@walmart/mod-flex-min... | bumping metrics version | bumping metrics version
|
9ae540928033534cfb2de4db78689e978be00619 | --- __mocks__/@walmart/learning-mini-app.js
@@ -2,4 +2,5 @@ module.exports = {
FieldLearningApp: 'FieldLearningApp',
LearningNotificationWidget: 'LearningNotificationWidget',
buildAllScreens: jest.fn(),
-};
\ No newline at end of file
+ buildScreens: jest.fn(),
+};
--- __tests__/navigation/USHallway/Associa... | feat(LEARNING): bump versoin to 20.0.67 for learning mini app (#4330) | feat(LEARNING): bump versoin to 20.0.67 for learning mini app (#4330)
* feat(learning): bump @walmart/learning-mini-app
* feat(LEARNING): bump versoin to 20.0.67 for learning mini app
* feat: Updated learning package version
* feat(LEARNING): added new bump versoin for learning mini app
* feat(LEARNING): a... |
d21f0ae0399d57a8667cec69c7d96c70a0210210 | --- packages/allspark-foundation/src/User/redux.ts
@@ -3,6 +3,7 @@ import { AuthActionCreators } from '../Auth';
import { generateActionTypes } from '../Redux/utils';
import { InferActionTypes } from '../Redux/types';
import { AllsparkUserService, ImpersonationUser, User } from './types';
+import { merge } from 'lod... | chore: update merge function for user update | chore: update merge function for user update
|
3fe3ba8064f511faccc9ca6397612c293b320781 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.178.0-rc.1",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.178.0-rc.1.tgz",
- "integrity": "sha512-rpaI4WT19cYyGphYXSgQzGfz1QXkupLrD9etUlWnZbEmPLo71UedzYD... | Updating taskit version | Updating taskit version
|
8e30c40bddc497309641149fc810cad900f8c7c7 | --- package-lock.json
@@ -55,7 +55,7 @@
"@walmart/gtp-shared-components": "2.0.6",
"@walmart/impersonation-mini-app": "1.20.2",
"@walmart/ims-print-services-ui": "2.4.1",
- "@walmart/inbox-mini-app": "0.85.2",
+ "@walmart/inbox-mini-app": "0.86.1",
"@walmart/iteminfo-mi... | Platform Components Upgrade | Platform Components Upgrade
|
9430cac867fcc4018567393fe51e2825b47c0b20 | --- plugins/utils.ts
@@ -1,3 +1,7 @@
+/**
+ * Same sanitization of app name that used by Expo.
+ * Handles transformation of Me@Walmart -> MeWalmart
+ */
export function sanitizedName(name: string) {
return name
.replace(/[\W_]+/g, "")
| chore: add comment to explain plugin sanitized name method | chore: add comment to explain plugin sanitized name method
|
be3b2ee9b60b816a21467831d6e1d7fbb5f3da14 | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/EditSavedTeamModal/styles.ts
@@ -36,7 +36,7 @@ export const editSavedTeamModalStyles = StyleSheet.create({
},
emptyStateText: {
textAlign: 'center',
- color: '#757575',
+ color: colors.gray,
},
});
--- packages/allspark-foundation-hub/... | fix(bug): address comments | fix(bug): address comments
|
925ad91105fb248243118e5ab8424df951b35cfc | --- ios/Podfile
@@ -8,6 +8,7 @@ source 'git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks! :linkage => :static
+use_modular_headers!
# Convert all permission pods into static libraries
pre_install do |installer|
@@ -37,7 +38,7 @@ target 'AllSp... | New barcode comp for scanner (#271) | New barcode comp for scanner (#271)
|
51deb7f5615daa2a13117f9bfee9db3e497453f8 | --- docs/CHANGELOG.md
@@ -1,3 +1,19 @@
+# [3.7.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.6.0...v3.7.0) (2025-09-17)
+
+
+### Bug Fixes
+
+* SMDV-7771 add translation keys ([c27032d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/c27032daec6effc70201bb4d7bf18a1458c1c92f))
+
+
+### Fea... | chore(release): 3.7.0 [skip ci] | chore(release): 3.7.0 [skip ci]
# [3.7.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.6.0...v3.7.0) (2025-09-17)
### Bug Fixes
* SMDV-7771 add translation keys ([c27032d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/c27032daec6effc70201bb4d7bf18a1458c1c92f))
### Features
* **ui:** ... |
7e6659bb497990f210a89f5370e9da0e17298d0f | --- package-lock.json
@@ -3652,9 +3652,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.30.3",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.30.3.tgz",
- "integrity": "sha512-+11ew8A3ITZO8CFcSnot7+8Csn6nhYTSgVjWiMtRg2qEabRKfw28bLMAkK... | version bump | version bump
|
c1e182353963888810832c9e3a39aaad5f59d8f1 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.19",
+ "version": "1.0.1-beta.18",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update the user domain for team switcher | Update the user domain for team switcher
|
88f9b9002ba6ccb9216fc590f1b46c781214b80e | --- packages/allspark-graphql-client/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [0.0.10](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-graphql-client@0.0.10
- @walmart/allspark-redux-store@1.0.9
|
c61a3d2876fb807deeb4de3d433a79aacfcfc208 | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.16",
"@walmart/facilities-management-miniapp": "0.4.2",
- "@walmart/feedback-all-spark-miniapp": "0.9.9",
+ "@walmart/feedback-all-spark-miniapp": "0.9.10",
... | Bump item-info@5.3.5 | Bump item-info@5.3.5
|
aed1e4a8157c189379e80f9fb3762c671f480276 | --- .looper.yml
@@ -7,11 +7,6 @@ updateTaskStatusOnGit: true
scheduling: concurrent
-envs:
- global:
- variables:
- ALLOW_NPM_PUSH_TO_AF: true
-
triggers:
- manual:
name: PR
--- .yarnrc.yml
@@ -8,6 +8,3 @@ logFilters:
nodeLinker: node-modules
-# Add the following in your Local Mac's ~/.z... | chore: revert artifactory changes | chore: revert artifactory changes
|
34d4b06fd38d0f6e920542fcce2802c369b41bb4 | --- packages/allspark-utils/src/Layout.tsx
@@ -12,6 +12,7 @@ export type LayoutColumnConfig = {
componentId: string;
component?: string;
width?: number;
+ metaData?: { [key: string]: any };
};
export type LayoutConfig = LayoutColumnConfig[][];
@@ -49,7 +50,7 @@ export const Layout = <P = {},>(props: Layou... | add metadata prop | add metadata prop
|
e34477cb53a6149cf4b2d9c21ca79447bb1d02a6 | --- graphql.yml
@@ -18,18 +18,15 @@ applications:
tags:
- 'v3'
- name: 'GetDailyRoster'
- hash: '3c6a1553234da438299662b03db04cc613b52ca997efb511ac76d5eff118a4bf'
queryTemplate: 'src/queries/getDailyRoster.graphql'
tags:
- 'v3'
... | removed hash values | removed hash values
|
e76c78bbdc42077658f8371e12580e183d4d2f1d | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/emergency-mini-app": "1.24.1",
"@walmart/exception-mini-app": "1.2.30",
"@walmart/facilities-management-miniapp": "0.6.30",
- "@walmart/feedback-all-spark-miniapp": "0.9.32",
+ "@walmart/feedback-all-spark-miniapp": "0.9.33",
... | Feedbackmini version bump to refactor httpClient | Feedbackmini version bump to refactor httpClient
|
ae8b79abe7235dfe52b40358ea6d1134c79a05f8 | --- packages/celebration-mini-app-graphql/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.20.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.30.1
- @walmart/celebration-mini-app-graphql@1.20.0
|
717f9488f2347ab688077eabd630e74ed63b5dc4 | --- packages/allspark-foundation/jest.config.js
@@ -4,7 +4,7 @@ module.exports = {
'^.+\\.(js|jsx|ts|tsx)$': ['babel-jest', { rootMode: 'upward' }],
},
transformIgnorePatterns: [
- '<rootDir>/node_modules/(?!(nanoid|react-native-reanimated|@walmart/gtp-shared-components|@walmart/gtp-shared-icons)/)',
+ ... | fix: additional test failures | fix: additional test failures
|
ffff4d5c76d45bb17500c63bd65c97ddb202aa06 | --- package.json
@@ -145,7 +145,7 @@
"@walmart/shelfavailability-mini-app": "1.5.23",
"@walmart/store-feature-orders": "1.26.7",
"@walmart/taskit-mini-app": "2.81.15",
- "@walmart/time-clock-mini-app": "2.374.0",
+ "@walmart/time-clock-mini-app": "2.377.0",
"@walmart/topstock-mini-app": "patch... | Update TCMA to 2.377.0 | Update TCMA to 2.377.0
|
d756d766b1c3257e0806454c3aede9af2e4e8e2e | --- src/translations/en-US.ts
@@ -17,6 +17,7 @@ export const enUS = {
'@walmart/mod-flex-mini-app': 'Mod Flex',
'@walmart/payrollsolution_miniapp': 'Payroll',
'@walmart/price-changes-mini-app': 'Price Changes',
+ '@walmart/profile-feature-app': 'Associate Profile',
'@walmart/push-to-talk-mini-app... | Added associate profile app name. | Added associate profile app name.
|
817612530373ccfae955eedc5e2f94bc9bce5043 | --- package-lock.json
@@ -3097,9 +3097,9 @@
"integrity": "sha512-eDS3eLxVfwTsUICU89ERbzln7RdE53bKTfT5gwYg7wn+bo7U/VtRNX5A12r1Et8nRITkwfGh9ZZS05frCO1TYQ=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.2",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo... | Fixed time clock mini app headers and routes + Misc Fixes (#236) | Fixed time clock mini app headers and routes + Misc Fixes (#236)
* Misc fixes
Fixed headers and routes
* Bump time clock mini app
* Bump time clock mini app
* More fixes
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
90bdbd2071d130d7d951be2a6d881988fe5463dd | --- package-lock.json
@@ -82,7 +82,7 @@
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.11",
"@walmart/taskit-mini-app": "0.49.6",
- "@walmart/time-clock-mini-app": "2.8.0",
+ "@walmart/time-clock-mini-app": "2.9.0",
"@walmart/ui-comp... | Update time clock to 2.9.0 | Update time clock to 2.9.0
|
9b37ccd69c06fb87c77f21367338a084cfd44d5a | --- packages/allspark-foundation/src/Translation/client.ts
@@ -185,7 +185,7 @@ export const TranslationClient = (config?: TranslationClientOptions) => {
const syncToDeviceLanguage = async () => {
const originalDeviceLanguage = await getDeviceLanguage();
const parsedDeviceLanguage = originalDeviceLanguage.r... | Update client.ts | Update client.ts
|
243cd7139cf6a554dbfd3f6e32226949fed437a7 | --- package.json
@@ -134,7 +134,7 @@
"@walmart/me-at-walmart-common": "workspace:^",
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-location": "^1.2.20",
- "@walmart/metrics-mini-app": "1.34.6",
+ "@walmart/metrics-mini-app": "1.34.9",
"@walmart/mod-flex-mini-app": ... | feat: metrics drop 35 (#5207) | feat: metrics drop 35 (#5207)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.