commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
bead7c81ca254d1d356d39a8c91d5d8f656f0118
--- package-lock.json @@ -5340,9 +5340,9 @@ "integrity": "sha512-/2CjaIpac1s3kOUHVYvfzDOXW0AJp96tuKT1TNj3GDYX68HUOztjrYsOlZz1/WEG55iNMAJrfENcnTNguf5s9w==" }, "@walmart/push-to-talk-mini-app": { - "version": "1.7.23", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus...
refine change listener for performance issue and change store fix
refine change listener for performance issue and change store fix
98b76adb3d814598b7c3a78fc429b8b460b0a4b5
--- .looper.yml @@ -14,6 +14,9 @@ triggers: - manual: name: Publish Changed call: publishFromChanges + - manual: + name: Publish From Package + call: publishFromPackage # - manual: # name: Publish All # call: publishAll --- packages/me-at-walmart-athena-queries/package.j...
chore: add publish from package command to align athena queries library with drop 24 version
chore: add publish from package command to align athena queries library with drop 24 version
00b05ae350333f7e2088c37837fbb9de662b87a6
--- src/containers/Message/MessageOptionsModal.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import {Modal, Button} from '@walmart/gtp-shared-components-3'; -import {GestureResponderEvent, StyleSheet, View} from 'react-native'; +import {Modal, Button, CloseIcon} from '@walmart/gtp-shared-components-3'; +import {Gest...
fix(ui): delete options pop up
fix(ui): delete options pop up
db5c02e9af20879a24ecf2efacbdd0660c23b109
--- package.json @@ -96,7 +96,7 @@ "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/redux-store": "6.3.29", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "2.42.0", + "@walmart/wmconnect-mini-app": "3.1.1", "babel-jest": "^29.6.3", "chance": "^1.1.11", "cryp...
fix(ui): update wmconnect version
fix(ui): update wmconnect version
46e039742a33112d90756ae21943958040950216
--- .looper.yml @@ -18,7 +18,7 @@ flows: pr: - (name Corepack enable) corepack enable - - (name Yarn Set Version) yarn set version 4.1.1 + - (name Yarn Set Version) yarn set version 4.6.0 - (name Yarn Version) yarn --version - yarn install - yarn run lint
feat(ui): update looper
feat(ui): update looper
a75bcecaa0e16c96f2c4f57606b5f392f5a3db5e
--- core/src/manifest.ts @@ -54,6 +54,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => { require('./storeInfo').StoreInfoFeature, require('./features/timeclock').default, require('./whatsNew').WhatsNewFeature, + require('@walmart/checkout-mini-app').CheckoutMiniApp, ]; /...
Checkout phase 5 changes
Checkout phase 5 changes
e242784a5816bf2aeb6f57c5d380adb52033c332
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.0.1...v2.0.2) (2024-04-23) + + +### Bug Fixes + +* **ui:** sonar property update SMDV-5648 ([a841b3d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/a841b3d67a12425200de9c82876e54b539dbc887)) + ...
chore(release): 2.0.2 [skip ci]
chore(release): 2.0.2 [skip ci] ## [2.0.2](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.0.1...v2.0.2) (2024-04-23) ### Bug Fixes * **ui:** sonar property update SMDV-5648 ([a841b3d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/a841b3d67a12425200de9c82876e54b539dbc887))
fe6e3700d83df6496f3743a811813dac9ae1b18b
--- package.json @@ -128,7 +128,7 @@ "@walmart/pay-stub-miniapp": "0.21.4", "@walmart/payrollsolution_miniapp": "0.147.26", "@walmart/price-changes-mini-app": "1.12.7", - "@walmart/profile-feature-app": "1.138.5", + "@walmart/profile-feature-app": "1.138.8", "@walmart/react-native-cookies": "1...
feat: profile-feature-app version bump for drop 30 (#4117)
feat: profile-feature-app version bump for drop 30 (#4117) Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>
a33a1dfaa909e79cf85ea3166ac1cce9e18503a8
--- core/__tests__/deeplink/deeplinkTest.ts @@ -19,3 +19,15 @@ test('deeplinkSaga', () => { DEEPLINK_CONFIG, ); }); + +test('deeplinkSaga default case', () => { + const iterator = deeplinkSaga(); + expect(iterator.next().value).toEqual(take(UserActionTypes.FETCH_SUCCESS)); + expect(iterator.next().value).to...
added test case for deeplink file
added test case for deeplink file
35cf37d8e46ef47fa728d4278c0d5b83109d5b77
--- src/containers/Message/DeleteModalContent.tsx @@ -1,21 +1,21 @@ -import {useSelector} from 'react-redux'; -import {UserSelectors} from '@walmart/redux-store'; import firestore from '@react-native-firebase/firestore'; -import {Radio, Alert, Divider, Button} from '@walmart/gtp-shared-components'; +import {Alert, But...
fixin delete modal content
fixin delete modal content
3edfb106ce45d8472a99f2e05d7cd823d6b2a4e9
--- package.json @@ -83,7 +83,7 @@ "@walmart/allspark-utils": "6.5.3", "@walmart/amp-mini-app": "1.1.98", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.28.21", + "@walmart/ask-sam-mini-app": "1.29.3", "@walmart/associate-listening-mini-app": "1.2.14", "@w...
chore(component): SMBLV-8719 fixed the icon size of walmart plus QR code (#4046)
chore(component): SMBLV-8719 fixed the icon size of walmart plus QR code (#4046) * chore(component): SMBLV-8719 fixed the icon size of walmart plus QR cod * chore(scanner version bump inside asksam mini app): OPIF-183483 0.10.9 * revert(reverted the previous commit of scanner): SMBLV-8719 c0e084e34546 -------...
7f89d9e626b5c5471dad696ae499c1bc9a852c44
--- __tests__/whatsNew/WhatsNewItemTest.tsx @@ -15,6 +15,7 @@ const logger = LoggerService.getContainerInstance(); const baseProps = { image: 'https://i5-me.walmartimages.com', + placeholder: 'KEHpGG0,035Ex@~S02?E~Q', title: 'My Team', text: 'This is what we added for my team!', }; --- __tests__/whatsNe...
update whatsnew placeholder
update whatsnew placeholder
e5c6b6e05a6181211c0dca7cdb96d25ec00c5dc2
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 882 - versionName "1.6.5" + versionCode 883 + ver...
Version increment
Version increment
f6cb575ca843329877c50ad3c45cdd3b56082593
--- packages/associate-exp-hub-mini-app/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. +# [1.7.0](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/as...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.7.0 - @walmart/associate-exp-hub-team-switcher@2.16.0
4537e7bf26229cd606b0a2fe7239185f1dc09b3a
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -216,21 +216,7 @@ Array [ /> <Screen component="FacilitiesMaintainanceStack" - initialParams={ - Object { - "routeName": "FacilitiesManagementStack.Landing", - } - } ...
Feedback comments resolution
Feedback comments resolution
1e542dc083769b03a7f4507fcad99ed47bbf634b
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/HubHeader/index.ts @@ -1,3 +1,3 @@ -export {RosterPageHeader} from './HubHeader'; -export {default as getHeaderStyles} from './style'; -export type {default as RosterHeaderProps} from './types'; +export { RosterPageHeader } from './HubHeader'; +...
feat(ui): lint fixes
feat(ui): lint fixes
991d307d949566917403547c7c57bfc6542191c0
--- packages/allspark-foundation/package.json @@ -105,7 +105,6 @@ "react-native-apollo-devtools-client": "^1.0.4", "react-native-device-info": "~10.13.1", "react-native-drop-shadow": "^1.0.0", - "react-native-flipper": "^0.212.0", "react-native-gesture-handler": "^2.13.3", "react-native-perm...
fix(dependencies): remove old or indirect peer dependencies
fix(dependencies): remove old or indirect peer dependencies
955614ec0f6640685fdf2aad8107e7e0673ce190
--- __tests__/screens/TabsScreen/TabsScreenTest.tsx @@ -11,8 +11,8 @@ describe('TabScreenTest', () => { 'myTeam.tabs' >; - //TODO: This test case is incomplete - it('should render tabs screen with expected elements', () => { + //TODO: Extract test harness into external dependency and then re-enable this te...
adding note to extract test harness
adding note to extract test harness
a05cfe7b0899664e1c088caa6d22a91793c52dfb
--- package.json @@ -123,7 +123,7 @@ "@walmart/moment-walmart": "1.0.4", "@walmart/money-auth-shared-components": "2.4.3", "@walmart/myteam-mini-app": "3.1.0", - "@walmart/native-rfid-scanner": "4.0.22", + "@walmart/native-rfid-scanner": "4.1.3", "@walmart/onewalmart-miniapp": "1.0.27", "...
feat(rfid): RFIDSI-2504 drop 32 package bumps (#4433)
feat(rfid): RFIDSI-2504 drop 32 package bumps (#4433) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
af2a53b761ba8ef3c19d022f6cb9c256a5e82b3c
--- __tests__/screens/RosterDetailScreen.test.tsx @@ -92,9 +92,9 @@ const mockNavigation = jest.fn(); allTeamsOfStore: [], })); -(StoreManagerExperienceSelectors.getSelectedTeamIDs as jest.Mock).mockReturnValue([ - '1000333', -]); +( + StoreManagerExperienceSelectors.getSelectedTeamIDs as jest.Mock +).mockRetur...
Update the test changes
Update the test changes
2704dbf1c3fed8e9667be4945ff71d8fd7ede282
--- package.json @@ -171,7 +171,7 @@ "@walmart/schedule-mini-app": "5.4.4", "@walmart/shelfavailability-mini-app": "1.7.2", "@walmart/shop-gnfr-mini-app": "1.0.454", - "@walmart/sidekick-mini-app": "patch:@walmart/sidekick-mini-app@npm%3A4.275.2%3A%3A__archiveUrl=https%253A%252F%252Fnpm.ci.artifacts.w...
feat(vqa): update package.json
feat(vqa): update package.json
a343d77b5eb5bab1f05f52b41239a76b31a4d646
--- src/screens/ImagePreviewScreen.tsx @@ -49,7 +49,7 @@ export const ImagePreviewScreen: FC<ImagePreviewScreenProps> = (props) => { <CloseIcon size={24} /> </TouchableOpacity> <FastImage - resizeMode='cover' + resizeMode='contain' source={imageSource} style={style...
update image resize mode
update image resize mode
ec4fdd2dcab43a03071ad51cac25169234f1adbc
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/EditSavedTeamModal/EditSavedTeamsModal.tsx @@ -9,9 +9,12 @@ import { import { EditTeamSelectionListItem } from '../../../Shared/Components/EditTeamListItem/EditTeamListItem'; import { modalStyles } from './styles'; import { useAllsparkTranslatio...
Adding EditSaveTeamsModal changes
Adding EditSaveTeamsModal changes
2b44f39a6c83cc750b85fde6c0abbd6e90ecf0ca
--- .looper.multibranch.yml @@ -176,7 +176,7 @@ envs: variables: env: "prod" teamsEnvIcon: "https://e7.pngegg.com/pngimages/136/244/png-clipart-super-mario-advance-4-super-mario-bros-3-super-mario-3d-land-raccoon-mammal-animals.png" - KEYCHAIN_PW: ENC[CzuQbFvci0/8hOPTitcu8w==] + KEYCHAIN_PW...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
ceea2f13407b2f5bf8c7dea6743e76b8aa7996a2
--- package.json @@ -69,7 +69,7 @@ "@react-navigation/stack": "^6.2.0", "@reduxjs/toolkit": "^1.9.7", "@sharcoux/slider": "^6.1.1", - "@shopify/flash-list": "1.7.1", + "@shopify/flash-list": "1.7.3", "@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A...
chore: update versions from expo install check
chore: update versions from expo install check
7764cbe38bffff70f3e9c9e674aea83952e2b01e
--- package.json @@ -177,7 +177,7 @@ "@walmart/talent-preboarding-mini-app": "1.0.63", "@walmart/talent-preboarding-shared-utils": "^0.1.114", "@walmart/taskit-mini-app": "5.52.12", - "@walmart/time-clock-feature-app": "1.0.1", + "@walmart/time-clock-feature-app": "1.0.2", "@walmart/time-clock...
fix(GTA-168422): Bumped Version of Time clock feature app (#5394)
fix(GTA-168422): Bumped Version of Time clock feature app (#5394) Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
537653a5ea43330f2e235714478b76913b936d95
--- .looper.yml @@ -56,7 +56,7 @@ branches: flows: default: - - call: pr + - call: branch installDependencies: - (name Yarn Install) corepack enable @@ -82,8 +82,16 @@ flows: - call: installDependencies - (name Lint) npm run lint - call: testPackages + - call: coverage - cal...
chore(config): add sonar branch check (#236)
chore(config): add sonar branch check (#236) * chore(config): add sonar branch check * chore: fix remote ref
b49f09d1d94a7fe727f5fb51c0cf121a4379a5e7
--- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.53-3638e0f32a.patch --- package.json @@ -141,7 +141,7 @@ "@walmart/react-native-shared-navigation": "~6.3.28", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.8.0", - "@walmart/react-native-webex-sdk": "0.8.53...
fix: webex patch not getting applied (#4607)
fix: webex patch not getting applied (#4607)
cb74e270dcb656310ceecc44e510c07405a96eb0
--- src/components/Roster/Roster.tsx @@ -13,7 +13,11 @@ import { useUserIsInRoster, } from '../../hooks'; import {isNil} from 'lodash'; -import {sortedAssociateList} from '../../utils'; +import { + associateIsAbsent, + associateIsClockedIn, + sortedAssociateList, +} from '../../utils'; import {useSelector} fro...
updating roster
updating roster
6b1bd5cc0c2f364a9192c544445bd2de1759855e
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 119 + versionCode 120 versionName "1.0.9" } ...
Incrementing build number
Incrementing build number
b47cb340978f6e562365f88daa401d67560978da
--- package.json @@ -98,7 +98,7 @@ "@walmart/avp-feature-app": "0.28.42", "@walmart/avp-shared-library": "0.27.24", "@walmart/ax-components": "1.2.3", - "@walmart/backroom-mini-app": "1.17.9", + "@walmart/backroom-mini-app": "1.17.10", "@walmart/beneficiary-online-mini-app": "0.1.26", "@w...
feat: Upgrade backroom-mini-app to 1.17.10 (#5231)
feat: Upgrade backroom-mini-app to 1.17.10 (#5231) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
b784a55b5b87c823be780dc7cc34a19397664627
--- __tests__/components/SearchHeaderTest.tsx @@ -1,12 +1,12 @@ import React from 'react'; -import {fireEvent, waitFor} from '@testing-library/react-native'; +import {fireEvent} from '@testing-library/react-native'; import { SearchHeaderBase, SearchHeaderRight, SearchIcon, } from '../../src/components/Searc...
Removing unused imports
Removing unused imports
84c40ed81fda7b20dfe97f9041adf3a6ece4d688
--- graphql.yml @@ -83,11 +83,11 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql' tags: - 'v1' - - name: 'getAssociatePreferences' - hash: '38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4' -...
fix: remove unwanted queries in graphql
fix: remove unwanted queries in graphql
f69e3b949c99c0afbec056dd5821efd764f4abdf
--- packages/core-services-allspark/src/appConfig/sagas.ts @@ -82,6 +82,7 @@ export function* getAppConfigScope(this: AppConfigSagaScope) { model, osVersion, employmentStatus, + isDCUser, ]: string[] = yield all([ select(SiteSelectors.getSiteCountry), select(SiteSelectors.getSiteDivisonCo...
fix: add is dc to app config scope
fix: add is dc to app config scope
a4fb9cab875bb78f0edbe849a8eaeab4035667a5
--- .looper.multibranch.yml @@ -686,25 +686,8 @@ flows: - call: prod(${branch}) otherwise: # when option 'all' is selected for env_selected - call: push(${branch}) - - native-ios: - - node(label=${NODES}): - - call: build-ios(ios) - native-android: - - call: build-android...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
aaa315deac5cf5c59abdaa6746294db6ffbab43a
--- __tests__/__mocks__/@walmart/emergency-mini-app.js @@ -0,0 +1,3 @@ +module.exports = { + AllScreenBanner: 'AllScreenBanner', +}; --- __tests__/navigation/AssociateHallwayNav/__snapshots__/ComponentsTest.tsx.snap @@ -40,16 +40,29 @@ exports[`Badge matches snapshot when sign Off task is there 1`] = ` /> `; -ex...
unit test for all screen emrgency banner
unit test for all screen emrgency banner
1c5665f5f6b3ba25ce00228a236c9157a64c965a
--- ios/Podfile.lock @@ -526,14 +526,14 @@ PODS: - AppAuth - Starscream (3.0.6) - StructuredLogAssistantIOS (0.0.6) - - SumoSDK (2.0.0-beta-9): + - SumoSDK (2.0.0-rc.1): - Apollo (= 0.42.0) - Apollo/SQLite (= 0.42.0) - Firebase/Messaging (= 8.4.0) - StructuredLogAssistantIOS (= 0.0.6) -...
adding new version of sumo sdk
adding new version of sumo sdk
2b8113779527daf8d320357ccc7894eb918afffd
--- __tests__/whatsNew/__snapshots__/WhatsNewScreenTest.tsx.snap @@ -101,6 +101,7 @@ exports[`WhatsNewScreen handles undefined config 1`] = ` "justifyContent": "center", "padding": 24, "paddingBottom": 8, + "width": "100%", } ...
fix(core): ALLSPARK-7515 what's new fix (#5293)
fix(core): ALLSPARK-7515 what's new fix (#5293) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
1c8fc346c26c062bbcbdbf32e4e6570df2b95ed0
--- package-lock.json @@ -4192,9 +4192,9 @@ "integrity": "sha512-ppHmGeLmROMI8bji9txjodeqetklJIUIVf7eioPug8ZtS0YJrWBdnty8kbVZp+fQm+nLsDG0aqUOPDgZzzDd9A==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.1.14", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
inbox and feedback mini app version bump
inbox and feedback mini app version bump
a07612a1aaf903a03ddc465dff24099cfc0726fc
--- .yarn/patches/@walmart-me-at-walmart-common-npm-6.25.1-53e1c47768.patch @@ -1,6 +1,6 @@ diff --git a/lib/components/TeamHub.d.ts b/lib/components/TeamHub.d.ts new file mode 100644 -index 0000000000000000000000000000000000000000..5837cbc0eedb61f385994a90ddecf17cea767f05 +index 0000000000000000000000000000000000000...
feat(ui): update my team mini app version
feat(ui): update my team mini app version
4a02ecd5bb5ad10667e3f3bcf44152dda436f3a7
--- packages/allspark-foundation-hub/__tests__/shared/TeamSearchInputLoading.test.tsx @@ -0,0 +1,20 @@ +import React from 'react'; +import { render } from '@testing-library/react-native'; +import { TeamSearchInputLoading } from '../../src/Shared/Components/SearchInput/TeamSearchInputLoading'; + +jest.mock('@walmart/gtp...
Adding manager experience tests
Adding manager experience tests
41da2a2bfe664e24d496363c6d0f8a97ea7e3f25
--- packages/allspark-foundation-hub/src/HubFeature/Store/Common/constant.ts @@ -11,3 +11,10 @@ export const TOTAL_STORE_TEAM_LABEL = 'Total store'; export const MY_TEAMS_TEAM_ID = 'myTeams'; export const MY_TEAMS_TEAM_LABEL = 'My teams'; export const PLATFORM_NAME = 'manager-experience'; + +export declare enum User...
Update the user domain for team switcher
Update the user domain for team switcher
31cb289eba8b4613bd79362a0c252eb2b415b5b7
--- packages/allspark-foundation/src/Components/Hub/Container/index.tsx @@ -0,0 +1,2 @@ +export * from './types'; +export const Container = () => <></>; --- packages/allspark-foundation/src/Components/Hub/Container/types.ts @@ -0,0 +1 @@ +export type ContainerTypes = {}; --- packages/allspark-foundation/src/Compone...
feat(ui): add new directories for manager experience
feat(ui): add new directories for manager experience
9008fa56ede3e4b01067e7e00e76fa45ba60c368
--- README.md @@ -2,7 +2,7 @@ This is the MyWalmart app. - [Onboarding docs](https://gecgithub01.walmart.com/pages/allspark/allspark/docs/getting-started) -## Project Setup +## Project Setup ### Prerequisites --- package.json @@ -84,7 +84,7 @@ "@walmart/allspark-utils": "6.9.0", "@walmart/amp-min...
chore(fixes) : ask-sam: Removed stt credentials API call and @walmart/core-services (#4432)
chore(fixes) : ask-sam: Removed stt credentials API call and @walmart/core-services (#4432) * feat(ask-sam-mini-app): SMBLV-8964 removed /stt-credentials related code * Update README.md - dummy commit dummy commit --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal...
a4b49c070e8b58e297a0379bf819c0373fd0e805
--- .eslintrc.js @@ -1,7 +1,6 @@ module.exports = { - root: true, extends: ['expo'], - ignorePatterns: ['dist','__tests__/__mocks__/**', 'src/allspark-extention.types.ts', 'src/index.tsx'], + ignorePatterns: ['/dist','__tests__/__mocks__/**', 'src/allspark-extention.types.ts', 'src/index.tsx'], rules: { ...
feat(translations): SMDV-8492 revert files
feat(translations): SMDV-8492 revert files
b83de33f6ab4afdf5d95e739bb2d7b16f6d7ec53
--- package-lock.json @@ -37,7 +37,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", "@walmart/attendance-mini-app": "0.86.0", - "@walmart/compass-sdk-rn": "3.51.0", + "@walmart/compass-sdk-rn": "4.0.0", "@walmart/config-component...
Updating the compass-sdk-rn to 4.0.0
Updating the compass-sdk-rn to 4.0.0
157e6b8bf1851873353e5b3dec414e8ebd6ee71d
--- __tests__/redux/selectors.test.ts @@ -45,51 +45,6 @@ describe('Selectors', () => { expect(initialMockedName).toStrictEqual('Darlene'); }); - it('getTextingState selector', () => { - const textingState = selectors.getTextingState(appConfigData); - expect(textingState).toStrictEqual({ - blobCont...
Update selectors
Update selectors
a583b5f5560184bd4b971b9fee5563404e743b2f
--- targets/US/package.json @@ -99,7 +99,7 @@ "@walmart/core-utils": "6.3.9", "@walmart/core-widget-registry": "workspace:^", "@walmart/counts-component-miniapp": "0.1.14", - "@walmart/digital-locks-mini-app": "1.1.9-rc.2", + "@walmart/digital-locks-mini-app": "1.1.9-rc.3", "@walmart/emergency...
bump to 1.1.9-rc.3
bump to 1.1.9-rc.3
8506aeeed7174086968788d43dbda2b71600d9f3
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 14.07, + statements: 8.67, branches: 3.51, - functions: 6.02, - lines: 14.27, + functions: 5.81, + lines: 8.75, }, }, transformIgnorePatterns: [ --- jest.c...
lowering jest coverage temporarily
lowering jest coverage temporarily
15904bf3ac03e2d772c6b10acd9c5aec2e5cdd0e
--- src/legacy/sagas.ts @@ -1,10 +1,12 @@ -import {all, put, takeLatest} from 'redux-saga/effects'; +import {all, put, select, takeLatest} from 'redux-saga/effects'; import { IUserActions, UserActionTypes, + UserSelectors, } from '@walmart/allspark-foundation/User'; import { ClockActionCreators, + ClockAc...
fix(bug): sync clock status updates during active impersonation
fix(bug): sync clock status updates during active impersonation
894ab7e114d56d8c5e57fa21829d29a24c7195e3
--- targets/US/package.json @@ -125,7 +125,7 @@ "@walmart/native-rfid-scanner": "3.9.15", "@walmart/onewalmart-miniapp": "1.0.24", "@walmart/pay-stub-miniapp": "0.15.3", - "@walmart/payrollsolution_miniapp": "0.141.11", + "@walmart/payrollsolution_miniapp": "0.141.17", "@walmart/price-changes-...
bump version
bump version
b6c4c604e886959a7fd16fd0c674d5fcdd0bc502
--- src/components/ClockedOutScreenGuard.tsx @@ -28,7 +28,7 @@ interface ClockedOutScreenGuardProps { const ClockedOutStack = createStackNavigator<TextingNavParamsMap>(); export const ClockedOutScreen = () => { - const {t} = useTranslation([TEXTING_I18N_NAMESPACE]); + const {t} = useTranslation([TEXTING_I18N_NA...
fixing lint
fixing lint
e909d59ee28612524bba64e6bde352d1788d548c
--- package-lock.json @@ -68,7 +68,7 @@ "@walmart/learning-mini-app": "18.0.3", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/metrics-mini-app": "0.18.6", - "@walmart/mod-flex-mini-app": "1.14.6", + "@walmart/mod-flex-mini-app": "1.15.3", "@walmart/moment-wal...
Updated modflex to 1.15.3
Updated modflex to 1.15.3
04527954dbe69aac2f557d2d457a2466bb1af9ac
--- package.json @@ -90,7 +90,7 @@ "@walmart/inbox-mini-app": "0.40.0", "@walmart/iteminfo-mini-app": "4.2.6", "@walmart/manager-approvals-miniapp": "0.0.62", - "@walmart/me-field-mini-app": "^1.1.9", + "@walmart/me-field-mini-app": "1.1.11", "@walmart/metrics-mini-app": "0.8.1", "@walmar...
feat: :sparkles: Bump Me@Learning mini app version
feat: :sparkles: Bump Me@Learning mini app version
818427a900e3a71cd8a2e4c058fa7a8d8f858ad9
--- packages/me-at-walmart-container/src/services/user/index.ts @@ -55,9 +55,11 @@ export const MeAtWalmartUserService = { response.data.getAssociateById, currentUser! ); + if (!user.siteId) { + throw new Error('Cannot calculate user siteId data from getAssociateById query'); + ...
fix: add dc and homeoffice domain impersonation (#3981)
fix: add dc and homeoffice domain impersonation (#3981) * add dc and homeoffice domain * clean up lint and add default value to utils params * add comments to impersonation transform * added check for siteId to prevent from impersonation if empty --------- Co-authored-by: Maksym Novakh <maksym.novakh@wa...
e73b676dd89ba5557c5109dde902dc49ad193f46
--- src/components/AssociateList/AssociateListItem.tsx @@ -29,6 +29,8 @@ import {translationClient, WFMSchedule} from '../../common'; import {AssociateAvatar} from './AssociateAvatar'; import {AllsparkSharedComponents} from '@walmart/allspark-foundation/Components'; import {UserSelectors} from '@walmart/allspark-fou...
update Status chip access
update Status chip access
86b214c5e9e1c5b151dda5ba42423054f1f232d3
--- package-lock.json @@ -3504,9 +3504,9 @@ } }, "@walmart/settings-mini-app": { - "version": "1.2.3", - "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.2.3.tgz", - "integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTj...
settings version bump - haptics changes
settings version bump - haptics changes
7b75fc9187942b0deb17cf39f9fad3c8f0b1ef15
--- docs/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.11.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.10.0...v3.11.0) (2025-12-16) + + +### Features + +* **ui:** update tests for roster ([f1d1c53](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/f1d1c539e37db4f829f2534f33bead2450a5311e)) +* **ui:*...
chore(release): 3.11.0 [skip ci]
chore(release): 3.11.0 [skip ci] # [3.11.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.10.0...v3.11.0) (2025-12-16) ### Features * **ui:** update tests for roster ([f1d1c53](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/f1d1c539e37db4f829f2534f33bead2450a5311e)) * **ui:** update test...
6dd2de2379dca61d12f4cfd64b3dc483c268df57
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx @@ -8,14 +8,12 @@ import { ShiftFilterList } from '../../Components/ShiftFilter/ShiftFilterList'; import { mockFilterListData } from '../EditSavedTeamModal/mockTeamsData'; import { useAllsparkTranslation } fr...
feat(ui): moved upsert logic to a hook for onboarding screen
feat(ui): moved upsert logic to a hook for onboarding screen
e7e41a1eeadceb01c07cd25a0c811f6a1c4c71f5
--- .eslintrc.js @@ -1,13 +1,7 @@ -const prettierConfig = require('./.prettierrc'); - module.exports = { - root: true, - extends: ['@react-native-community', 'prettier'], - parser: '@typescript-eslint/parser', - plugins: ['@typescript-eslint'], + extends: ['@react-native'], rules: { 'no-shadow': 'off', - ...
chore: refactor lint setup
chore: refactor lint setup
d7e9cedc78ca29de8c1041f681353e30212752e4
--- docs/docusaurus.config.ts @@ -83,7 +83,7 @@ const config: Config = { // Uncomment this to enable blog //{to: '/blog', label: 'Blog', position: 'left'}, { - to: 'https://gecgithub01.walmart.com/allspark/allspark', + to: '', label: 'FAQ', position: 'r...
Update getting started file
Update getting started file
13e1dfbd9d9964f15457b811a9d63a07b6931216
--- packages/core-services-allspark/src/graphql/links.ts @@ -57,16 +57,31 @@ export const typeRemappingLink = new ApolloLink((operation, forward) => { }); export const createErrorLoggerLink = (logger: IAllsparkLogger) => - onError(({ graphQLErrors }) => { + onError(({ graphQLErrors, operation, networkError }) => ...
fix: add more details to graphql error logger link
fix: add more details to graphql error logger link
87e483bc301aaeb93015ccb2ae152156f9607afb
--- package.json @@ -118,7 +118,7 @@ "@walmart/me-at-walmart-common": "6.1.4", "@walmart/me-at-walmart-container": "6.1.4", "@walmart/metrics-mini-app": "0.22.4", - "@walmart/mod-flex-mini-app": "1.18.5", + "@walmart/mod-flex-mini-app": "1.19.6", "@walmart/moment-walmart": "1.0.4", "@walm...
update modflex drop 23
update modflex drop 23
646eaeb15db9fb5057c90bb3b4844c5246bff206
--- src/components/AssociateList/styles.ts @@ -67,16 +67,19 @@ export const associateListItemStyles = (hasBorder: boolean) => readTogetherContainer: { display: 'flex', flexDirection: 'row', + flex: 1, }, associateInfoContainer: { display: 'flex', flexDirection: 'column', ...
fix(ui): roster details styling issues
fix(ui): roster details styling issues
bc4633f6f9d0638e7ac1c84fa8fc68a992d1d316
--- .gitignore @@ -21,6 +21,7 @@ yarn-error.log # generated by bob lib/ +dist/ packages/**/tsconfig.tsbuildinfo packages/allspark-foundation/cli/ packages/allspark-foundation/cli/* --- packages/allspark-build-cache-provider/package.json @@ -10,11 +10,11 @@ "prepack": "yarn build" }, "dependencies": ...
fix(ci): fixed gitignore issues (#543)
fix(ci): fixed gitignore issues (#543) * fix(plugin): updated sumo plugin to add initialize line * fix(ci): fixed looper publish issue with beta version * fix(ci): fixed cache provider gitignore issues --------- Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
b36c1bf90b092b2f4c6b705dd2eea513d5415af2
--- android/app/build.gradle @@ -143,7 +143,7 @@ android { } defaultConfig { - applicationId "com.walmart.squiggly" + applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versio...
changing environment to dev
changing environment to dev
4994eae5c483db410e541ba250ac6364523ef167
--- packages/allspark-foundation/src/Telemetry/TelemetryContext.tsx @@ -0,0 +1,43 @@ +import React, { PropsWithChildren } from 'react'; +import { ITelemetryManager } from './types'; +import { TelemetryModule } from './TelemetryModule'; + +/** + * Context for providing a TelemetryManager instance. + * This is provided a...
feat(telemetry): add context for internal use
feat(telemetry): add context for internal use
0d16f9b23195cc492ab5c655c9e5804783d5a38e
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -71,6 +71,7 @@ export const HubDashboard = ({ name, widgets }: HubDashboardProps) => { const userTeamSelectionComplete = useSelector( ManagerExperienceSelectors.getUserTeamSelectionComplete ); + const [userOnboarde...
feat(ui): Update navigation for onboarding
feat(ui): Update navigation for onboarding
a1db0a72b30f6daa3f5642de30b23beed25ad5f0
--- scannedError.log @@ -1,4 +0,0 @@ -Build failed as we were not able to launch simulator for ( -Please relaunch the build process -Build failed as we were not able to launch simulator for ( -Please relaunch the build process
removed scannedError.log file
removed scannedError.log file
75c6fa4fc0d8dd30fc984ca52deec13cf99528ed
--- src/notification.ts @@ -40,16 +40,25 @@ export const backgroundPushNotificationHandler = (event?: SumoPushEvent) => { return false; }; -// export const foregroundPushNotificationHandler = (event?: SumoPushEvent) => { -// if ( -// event?.customData?.category === 'pushtotalkv2' && -// event.customData...
SMDV-4900 - adding in-app notification for messages part 1
SMDV-4900 - adding in-app notification for messages part 1
f6d24649e4c63a0bd334d13d770923700ecfca6f
--- src/utils/user.ts @@ -60,10 +60,7 @@ export const formatSchedule = (scheduleInfo: any): String => { } const {schedStartTime, schedEndTime} = getScheduleStartAndEndTime(scheduleInfo); - const scheduleText = schedStartTime + ' - ' + schedEndTime; - console.log('*** Format Schedule Output ***'); - consol...
remove console log
remove console log
4393ca694e3b13adb32b6facf8e1d0265929b123
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -27,7 +27,6 @@ exports[`AssociateHallwayNav matches snapshot 1`] = ` options={ Object { "gestureDirection": "vertical", - "gestureEnabled": true, } } /> @@ -290,7 +289,6 @@ ex...
remove gesture
remove gesture
35e2ec38022549ac5891aad8c513f74aa89623ef
--- .looper.multibranch.yml @@ -5,6 +5,28 @@ tools: flavor: azul version: 17 +cache: + - name: cocoapods-cache + configs: + - type: generic + checksum: + - './targets/US/ios/Podfile.lock' + includes: + - './targets/US/ios/Pods' + +envs: + ## Global Variables + glob...
fix: looper configuration for mono repo
fix: looper configuration for mono repo
862c429643a854fb79641d3489ae07bbda9427ab
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/schedule-mini-app": "0.35.0", "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.13", - "@walmart/taskit-mini-app": "2.34.2", + "@walmart/taskit-mini-app": "2.34.3", "@walmart/time-clock-...
updated taskit version
updated taskit version
eccc162e79e0f097836a13f5fb7f26daeaa3f143
--- src/screens/MessagesScreen.tsx @@ -27,7 +27,7 @@ import { getChannelTypeFromPath, } from '../channels/transforms'; import {ChannelTypes} from '../channels'; -import {fetchResource} from "../services/blob"; +import {fetchResource} from '../services/blob'; const styles = StyleSheet.create({ container: { ...
fix lint error
fix lint error
9e2bfe662419a17ac04fbd61a7cce54cd75f53d3
--- src/queries/schema.types.ts @@ -1107,6 +1107,7 @@ export type CheckListItem = { status?: Maybe<Scalars['Int']>; }; +// eslint-disable-next-line no-shadow export enum ClockStatusDesc { OffTheClock = 'OFF_THE_CLOCK', OnTheClock = 'ON_THE_CLOCK', @@ -1215,6 +1216,7 @@ export type ComplianceTodoArgs = { ...
suppress warnings
suppress warnings
3c21e6135bc2b67bba35d543c08adc7a02693c7f
--- src/services/config.ts @@ -9,7 +9,7 @@ export const getGraphQLConfig = (envConfig: EnvConfig) => { //envConfig.consumerId, // temporary until onboarded with athena 'wm_consumer.id': envConfig.env === 'prod' - ? 'cfac4a3d-ae91-43c8-81f5-ceb838e4cd44' + ? '7d935f1c-b438-4b89-9...
Adding consumer id
Adding consumer id
70dbf4ec8e630c297f6b4f31618eb25613684999
--- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWidget/index.tsx @@ -1,4 +1,4 @@ -import React, { useEffect } from 'react'; +import React from 'react'; import { View } from 'react-native'; import { HubWidgetTypes } from './types'; import { HubWidgetStyles } from './styles'; @@ -24,33 +24,13 @@ export cons...
feat(ui): Update the refresh props for the hub
feat(ui): Update the refresh props for the hub
ed44f02d80a455021e949f29da34f4f07f9044d4
--- core/__tests__/core/FeatureToggleGuardTest.tsx @@ -18,6 +18,11 @@ describe('withFeatureToggleGuard', () => { it('renders the error message when feature is disabled', () => { (useOneClick as jest.Mock).mockReturnValue({ enable: false }); const component = render(<WrappedComponent />); - expect(compon...
added component behavior for the test
added component behavior for the test
a0fd08e7f474923ef269364f8e970a1e4f904683
--- src/channels/components/UnreadBadge.tsx @@ -1,8 +1,10 @@ import React from 'react'; +import {useSelector} from 'react-redux'; import Animated, {ZoomIn} from 'react-native-reanimated'; import {Badge} from '@walmart/gtp-shared-components'; import {useUnread} from '../hooks'; import {StyleSheet} from 'react-nativ...
update ccm flag for unread count
update ccm flag for unread count
731f044eb26f96375b76c0440b8c0c39b09b5ebb
--- ios/Podfile.lock @@ -615,8 +615,6 @@ PODS: - BoringSSL-GRPC/Implementation (0.0.24): - BoringSSL-GRPC/Interface (= 0.0.24) - BoringSSL-GRPC/Interface (0.0.24) - - BVLinearGradient (2.6.2): - - React-Core - CocoaAsyncSocket (7.6.5) - CodePush (8.2.2): - Base64 (~> 1.1) @@ -2250,7 +2248,6 @@...
remove unneeded pod updates
remove unneeded pod updates
2b8c666596660370fa7b43ddf9be5950f958bd04
--- __tests__/__mocks__/@walmart/myteam-mini-app/index.js --- __tests__/__mocks__/@walmart/roster-mini-app/index.js --- __tests__/__mocks__/constants.js --- __tests__/__mocks__/packages/associate-exp-hub-mini-app/src/config/HubConfig.tsx --- __tests__/__mocks__/packages/associate-exp-hub-mini-app/src/constants....
feat(ui): update tests
feat(ui): update tests
285ccecb3579972ec188163eea9aed83fd8db25c
--- jest.config.js @@ -3,7 +3,13 @@ module.exports = { setupFilesAfterEnv: ['@testing-library/jest-native/extend-expect'], testResultsProcessor: 'jest-sonar-reporter', coverageReporters: ['lcov', 'text'], - collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts'], + collectCoverageFrom: [ + '**/*.{ts,tsx}', +...
feat(SMDV-7634): update jest.config so that we don't count barrel files and style files towards coverage
feat(SMDV-7634): update jest.config so that we don't count barrel files and style files towards coverage
10e06ef8ab3ed3a43da31648f3e021d08c4e30b9
--- package-lock.json @@ -3338,9 +3338,9 @@ "integrity": "sha512-53F4Ig1Bd7bMzwgmq0OnDa+T3PKdi0wyyTDg67F9mvdRn05Le+EVv6Dji8fft8XE8hGmgK5sjwpTuarBmnDsVQ==" }, "@walmart/exception-mini-app": { - "version": "0.34.0", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
pinpoint bump
pinpoint bump
a065043ca718b36a543c11bbadfc1360080d18ae
--- __tests__/PinAccess/PinAccessScreenTest.tsx @@ -122,18 +122,6 @@ describe('PinAccess', () => { expect(setStoredPin).toHaveBeenCalledWith(pinCode); }); - it('renders as a Modal for PinScreenModal component', async () => { - defaultStateMock(); - - let component: ReactTestRenderer; - await act(asy...
Reverting pin screen modal to view
Reverting pin screen modal to view
737f0ecbdbba394ec44e1c21809cf00180f2f442
--- package-lock.json @@ -42,7 +42,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.18.5", "@walmart/attendance-mini-app": "3.10.0", - "@walmart/avp-feature-app": "0.0.31", + "@walmart/avp-feature-app": "0.0.32", "@walmart/avp-shared-li...
bumped the avp version
bumped the avp version
e912df6b8111430a99721dda58d9b22b5f47c03b
--- package-lock.json @@ -41,7 +41,7 @@ "i18next": "~21.9.2", "jwt-decode": "~3.1.2", "lodash": "~4.17.21", - "moment": "^2.29.4", + "moment-timezone": "~0.5.37", "namecase": "~1.1.2", "react": "~17.0.2", "react-i18next": "~11.18.6", @@ -19296,6 +19296,18 @@ "node": "*" } ...
chore: package updates
chore: package updates
057918814b9d1279082d08858b87f96b4cecbf5e
--- .yarn/patches/@walmart-native-rfid-scanner-npm-3.7.3-5a801a9019.patch @@ -0,0 +1,11 @@ +diff --git a/android/gradle.properties b/android/gradle.properties +index ce7988ed175160b23f23b0aff664349eaa43c88f..c622c5cad2e07148d0368c93e79a51de3cf404f6 100644 +--- a/android/gradle.properties ++++ b/android/gradle.propertie...
Adding patch for rfid scanner
Adding patch for rfid scanner
8599c8bc1fabb66741d65b1a663194b0b0029ea9
--- src/queries/getTeamsbyStore.ts @@ -26,7 +26,6 @@ export type GetTeamsByStoreQuery = { } | null> | null; }; -//TODO: Update MGQL to add these workgroup id fields export const GetTeamsByStoreDocument = gql` query GetTeamsByStore( $countryCode: String! --- src/queries/getTeamsbyStore.ts @@ -26,7 +26,6...
removing unneeded changes to graphql
removing unneeded changes to graphql
f5c875937b7da65e5de91e1b495079a589358ee1
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.14", + "version": "1.0.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.14", + "version": "1.0.14.1", "hasIn...
version update
version update
a3c7bc77272bd38e6c9b7798cbf30dd4e23d456e
--- package-lock.json @@ -37,7 +37,7 @@ "@walmart/amp-mini-app": "1.1.46", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.12.2", - "@walmart/attendance-mini-app": "0.238.0", + "@walmart/attendance-mini-app": "1.0.0 ", "@walmart/compass-sdk...
Platform components Upgrade
Platform components Upgrade
2138ddc9d4b6367882954963741155cda10a0f7e
--- ios/Podfile.lock @@ -410,7 +410,7 @@ PODS: - RNPermissions - PromisesObjC (1.2.12) - Protobuf (3.14.0) - - PTT (0.5.19): + - PTT (0.5.21): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - Starscream (~> 3.0.2) @@ -590,8 +590,8 @@ PODS: - React-Core - react-native-pdf (6...
PTT Version bump (#418)
PTT Version bump (#418) * PTT Version bump * PTT Version update
656c2874c5fedc3c5209611b180e3cacb8022402
--- packages/me-at-walmart-container/src/services/auth.ts @@ -74,7 +74,9 @@ export const onAuthError = async (event: AuthErrorEvent) => { } AuthLogger.error(`AUTH: ${event.category}`, event); - AuthTelemetry.logEvent(event.category.toLocaleLowerCase(), {}); + AuthTelemetry.logEvent(event.category.toLocaleLowe...
chore: update auth code for auth errors
chore: update auth code for auth errors
c90663185f6006414c97c91975d097f2af578d7f
--- package-lock.json @@ -3249,9 +3249,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.21.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.21.0.tgz", - "integrity": "sha512-QEwa7pFCjzLakjkCcjM2ggZRTpaqXA9nZsilzFubE4vmZ1BZXwAB3hAnd6...
welcomeMe-mini version bump
welcomeMe-mini version bump
1f4d43d53169bd850850e980fb49606c69dfaaf6
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -29,24 +29,6 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects } } /> - <Screen - component={[Function]} - name="StoreFeatureOrders" - options={ - { - ...
DROP28 release request to develop test
DROP28 release request to develop test
7b3885edc83f59ebc3c9519c4eb4b997352714cc
--- package.json @@ -270,4 +270,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} --- targets/US/package.json @@ -91,7 +91,7 @@ "@walmart/avp-shared-library": "0.10.1", "@walmart/backroom-mini-app": "1.5.20", "@walmart/calling-mini-app": "0.5.17", - "@walmart/checkout-m...
checkout 4.0.6
checkout 4.0.6
09836350bd31198c8fe8ea74b0dd2b8540933c84
--- __tests__/startup/SsoSagaTest.ts @@ -69,6 +69,7 @@ jest.mock('../../src/redux', () => ({ jest.mock('../../src/services/Logger', () => ({ logger: { + info: jest.fn(), error: jest.fn(), warn: jest.fn(), },
Test fix
Test fix
078674e49b78e88506ec91a1517f5ee331cae042
--- package-lock.json @@ -4806,9 +4806,9 @@ } }, "@walmart/payrollsolution_miniapp": { - "version": "0.123.0", - "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.123.0.tgz", - "integrity": "sha512-7pbhUKjg0q5B5h2B2rP/IVGvq/Ey6Od9baePuQZZs...
bump version
bump version
13b95e1bf4207ec24a8c99e97fd577a674ad9607
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -474,7 +474,7 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-frameworks.sh", - "${PODS_XCFRAMEWORKS_BUILD_DIR}/DMSDK/DMSDK.framework/DMSDK", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/react-native-wm-barcode/DMSDK.framework/DMS...
using cocoapods version 1.11.3
using cocoapods version 1.11.3
15bae9dc741857017ad17200723411a8f2e22ce3
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx @@ -42,6 +42,7 @@ export const OnboardingScreen = () => { const [input, setInput] = useState(''); const dispatch = useDispatch(); const win = useSelector(UserSelectors.getWin); + const [showMandatoryS...
feat: added mandatory shift to onboarding
feat: added mandatory shift to onboarding