commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
3bfa4f7fad51c3a6f6c6ff8c3ecd260b2f9614cc
--- __tests__/__mocks__/@walmart/allspark-foundation/Redux.js @@ -1,4 +1,4 @@ -const { jest } = require('@jest/globals'); +const {jest} = require('@jest/globals'); const initialStateMock = {}; --- __tests__/__mocks__/@walmart/gtp-shared-components.js @@ -1,4 +1,4 @@ -const snackbar = { addSnack: jest.fn() }; +co...
feat(ui): fix lint errors
feat(ui): fix lint errors
f1e26ed94c61c91ed7e468bbdd723ffe3626c4b8
--- docs/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.30.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.29.0...v2.30.0) (2025-05-01) + + +### Bug Fixes + +* SMDV-9999 update tests ([0fb0984](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/0fb0984bd0d19add47677da374c4b10283a82ef5)) + + +### Features...
chore(release): 2.30.0 [skip ci]
chore(release): 2.30.0 [skip ci] # [2.30.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.29.0...v2.30.0) (2025-05-01) ### Bug Fixes * SMDV-9999 update tests ([0fb0984](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/0fb0984bd0d19add47677da374c4b10283a82ef5)) ### Features * SMDV-9999 up...
8e4321a259e34013bec49eb1d8f2b73798d98101
--- src/components/AssociateRosterItem/index.tsx @@ -45,8 +45,8 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => { SiteSelectors.getUserWorkingSite, ); const currentUser = useSelector(UserSelectors.getUser) as Associate; - const isWeeklyScheduleVisible: boolean = useRbacConfig...
Added requested PR changes
Added requested PR changes
2a196c8e657ffd20d3811d641a4c738278bbda24
--- __tests__/containers/ChatInput/index.test.tsx @@ -142,8 +142,6 @@ describe('ChatInput', () => { expect(launchImageLibraryAsync).toHaveBeenCalledWith({ mediaTypes: 'Images', selectionLimit: 1, - quality: 0.5, - allowsEditing: true, }); expect(analytics).toHaveBeenNthCalledWith(...
feat(ui): update the image attachment editing section
feat(ui): update the image attachment editing section
8bd81f0fc89d12ba5d368241c74211d34ff85c3a
--- container/index.tsx @@ -72,9 +72,9 @@ const RootApp = () => ( <StatusBar barStyle='light-content' /> <AuthenticatorView> <NavigationContainer {...navContainerProps}> - <RootNav.Navigator> + <RootNav.Navigator screenOptions={{headerMode: 'float', headerShown: false}}> ...
remove extra header in container
remove extra header in container
321c0a7dc258e7c485e35acba1524d05dd7972a2
--- package-lock.json @@ -5542,9 +5542,9 @@ "integrity": "sha512-0Aemva6snk2LgySyY2NRuF9xKBS7DpGs1oPcDlaOjeXU3NRL7+DzbhY2VZhRIYxQKLz/MOC6NF81SzdgxlVimg==" }, "@walmart/taskit-mini-app": { - "version": "0.34.3", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app...
Taskit version update
Taskit version update
66c33e70f2438db211c1c31a83911871fd0dd6fb
--- graphql.yml @@ -58,29 +58,29 @@ applications: queryTemplate: "src/queries/upsertAssociateTextPreference.graphql" tags: - "v1" - - name: "prod" - persistedQueries: - - name: "GetAssociateClockStatus" - queryTemplate: "src/queries/getAssociateCl...
feat: commented out prod
feat: commented out prod
99c088f2db9357c44e860bbcc9180994bfd953f4
--- packages/me-at-walmart-container/__tests__/services/site/fetchSiteInfo.test.ts @@ -65,7 +65,7 @@ describe('fetchSiteInfo', () => { expect(result).toEqual({}); expect( MeAtWalmartLoggerService.getContainerInstance().warn, - ).toHaveBeenCalledWith('No configs exist for this store (bff).', { + )...
removing paranthesis
removing paranthesis
53e9492bc58ae759e896e579241a246adbf89160
--- packages/allspark-http-client/src/HttpClient.ts @@ -365,7 +365,7 @@ class HttpClient extends Axios implements IHttpClient { * @deprecated Use httpClient.clones instead */ public get clonedInstanceMap() { - return this.clones; + return Object.fromEntries(this.clones.entries()); } /**
fix: backwards compatability fix
fix: backwards compatability fix
c4a16ca6dc2fae1a6fafd3172f10258706cbf33a
--- package.json @@ -93,7 +93,7 @@ "@walmart/ask-sam-mini-app": "1.35.17", "@walmart/associate-exp-hub-hub": "2.17.0", "@walmart/associate-exp-hub-team-switcher": "2.19.0", - "@walmart/associate-listening-mini-app": "1.2.39", + "@walmart/associate-listening-mini-app": "1.2.59", "@walmart/atten...
feat(add survey experience to mywalmart 2.0): Add survey experience (#5100)
feat(add survey experience to mywalmart 2.0): Add survey experience (#5100) Co-authored-by: Serhii Kozak - s0k0dh2 <Serhii.Kozak@walmart.com> Co-authored-by: Yarien Mendez Suarez - y0m07dz <Yarien.Mendez.Suarez@walmart.com> Co-authored-by: p0l06i1 <pavel.lyubich@walmart.com> Co-authored-by: Aroushi Sharma - a0s11tw...
695303f55f381324b06835b5bf8b3a2edf18f8eb
--- __tests__/auth/ErrorScreenTest.tsx @@ -83,7 +83,7 @@ describe('ErrorScreen', () => { expect(mockNavigation.goBack).toHaveBeenCalled(); expect(logger.error).toHaveBeenCalledWith('SSO error while Login', { message: 'N/A', - userId: 'Encrypted-swalton3-1234', + userId: 'Encrypted-SWALTON3-12...
test case update
test case update (cherry picked from commit cd3091d5e02a53499706a1ef5a2fbadfd222fe77)
6c8cc3fadaae849daf713c6b0053e473fbb0360c
--- ios/Podfile.lock @@ -538,7 +538,7 @@ PODS: - RCTTypeSafety - React - ReactCommon/turbomodule/core - - react-native-scanner-3.0 (0.1.31): + - react-native-scanner-3.0 (0.1.32): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0) @@ -1220,7 +1220,7 @@ SPEC CHECKSUMS: rea...
fixing front end image on task card
fixing front end image on task card
c921ecab05da51b26342979c94824317ca3abae3
--- 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.5](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.5 - @walmart/allspark-foundation@7.16.0 - @walmart/allspark-foundation-hub@1.25.0 - @walmart/allspark-utils@7.2.0 - @walmart/me-at-walmart-geolocation@1.4.18 - @walmart/me-at-walmart-location@1.2.18 - @walmart/my-walmart-hub@1.5.0
6e760378a5e81dd077c194010657a11e04bd601f
--- packages/allspark-foundation/src/Core/docs/AllsparkNamespace.md @@ -0,0 +1,210 @@ +# Allspark Namespace + +The Allspark global namespace connects feature and container typings to the Allspark Foundation. This enables accurate feature to feature communication via shared foundation services. + +## Interface Definitio...
docs: add allspark namespace doc
docs: add allspark namespace doc
aed986bc1dba63ed7db1998f04da426b1f859b92
--- targets/US/package.json @@ -119,7 +119,7 @@ "@walmart/metrics-mini-app": "1.24.4", "@walmart/mod-flex-mini-app": "1.22.0", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "2.1.2", + "@walmart/money-auth-shared-components": "2.1.3", "@walmart/myteam-mini-app":...
bump version
bump version
f715453b67acdc8f914ead8e65a19a76846a910f
--- package-lock.json @@ -4400,9 +4400,9 @@ } }, "@walmart/refrigeration-alarms-mini-app": { - "version": "1.27.0", - "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.27.0.tgz", - "integrity": "sha512-aZrfIF35m2e7oaZ4oThudlXPr...
Bug fix for localized dates and navigation after notification
Bug fix for localized dates and navigation after notification
571a3e91735bbe57ccc94d4f79cadd170d858034
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.25.0", + "version": "1.25.10", "private": true, "workspaces": [ "core",
Bump to 1.25.10 for looper
Bump to 1.25.10 for looper
7f69f34cb9e51f2b7b543af0002b70523154e225
--- __tests__/__snapshots__/AppTest.tsx.snap @@ -12,4 +12,4 @@ exports[`RootContainer renders with no linking config on undefined userid 1`] = env="teflon" environmentOverrides={{}} /> -`; \ No newline at end of file +`;
updated snapshot
updated snapshot
b17d299b0cb3d99c6c85c39ddcb41e4d856053cb
--- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilter.test.tsx @@ -54,4 +54,10 @@ describe('ShiftFilter', () => { 'shift123' ); }); + + it('Test 3: Renders team image correctly', () => { + const { getByTestId } = render(<ShiftFilter {...mockShiftFilterProps} />); + cons...
Adding Test 3 for shiftFilter
Adding Test 3 for shiftFilter
3de38f182c5c2a3abb23384b58dd523654809edb
--- ios/Podfile.lock @@ -770,7 +770,7 @@ PODS: - walmart-react-native-sumo-sdk (2.5.1): - React - SumoSDK (= 2.5.0) - - wifi-store-locator (1.1.3): + - wifi-store-locator (1.4.0): - React-Core - Yoga (1.14.0) - YogaKit (1.18.1): @@ -1310,7 +1310,7 @@ SPEC CHECKSUMS: VisionCamera: 4cfd685b1e...
platform components upgrade
platform components upgrade
5613d2fada46060bfabfef3eea1a4ee560b92179
--- packages/me-at-walmart-container/__mocks__/@walmart/config-components.js @@ -13,6 +13,7 @@ module.exports = { initialize: jest.fn(), fetchConfig: jest.fn(), addListener: jest.fn(), + removeListener: jest.fn(), }, DeviceConfig: { brand: 'xyz', --- packages/me-at-walmart-container/__tes...
added test form fetch and addChangeListener functions in packages/me-at-walmart-container/src/services/navConfig.ts
added test form fetch and addChangeListener functions in packages/me-at-walmart-container/src/services/navConfig.ts
8bb9a904abbff694b94eb43272a20b93e19a195f
--- jest.config.js @@ -33,6 +33,5 @@ module.exports = { '<rootDir>/__tests__/__mocks__/', '<rootDir>/__tests__/harness/', ], - testResultsProcessor: 'jest-sonar-reporter', silent: true, //Uncomment to suppress error and warnings in test output };
feat(ui): Merge changes SMDV-5809
feat(ui): Merge changes SMDV-5809
21f72f01f0727e6e358e41052b90a6fa4cf6a6bd
--- core/__tests__/impersonation/impersonationScreenTest.tsx @@ -4,46 +4,42 @@ import { ImpersonationScreen } from '../../src/impersonation/ImpersonationScreen import { clearImpersonationCache, cacheImpersonationData, - removeImpersonationBanner, } from '../../src/impersonation/utils'; - import {Imper...
use localstorage for testing
use localstorage for testing
e237562291467fac64966f22221324b96cce0160
--- __tests__/__mocks__/@walmart/allspark-foundation-hub.js @@ -1,8 +1,16 @@ +const React = require('react'); + module.exports = { ...jest.mock("@walmart/allspark-foundation-hub"), EMP_TYPE_SALARIED: "S", useUserCanSeeHub: jest.fn(), useGetViewersPrimaryTeam: jest.fn(), + HubWidgetV2: ({children, loadingC...
feat(ui): fixed tests
feat(ui): fixed tests
fb569083804e4bb0879db9780fa97e3804f33f83
--- packages/components-library/components/ActionListItem/ActionList.stories.tsx @@ -32,6 +32,9 @@ export default { showDivider: { control: { type: 'boolean' }, }, + disabled: { + control: { type: 'boolean' }, + }, }, render: (args) => { return ( --- packages/components-library/...
fix: disabled state to actionListItem (#475)
fix: disabled state to actionListItem (#475) * fix: disabled state to actionListItem * fix(ui): added disabled control for action list item --------- Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com> Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Maksym Nov...
8b65b336157ccd06a3dcbce527ca2ae018b2cd34
--- src/hooks/roster.ts @@ -57,7 +57,7 @@ export const useGetAssociateId = (userWin: string) => { export const useIsWeeklyScheduleLinkVisible = () => { const RBACState = useSelector(getRbacState); const RMAAppId = useSelector(getRmaAppId); - const RMAPermissionsPath = '/texting/weekly_schedule_link'; + const R...
works with ptt path name; need to update for texting path name
works with ptt path name; need to update for texting path name
40ef3e437bc32e44bef64d796245148845692b1c
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/drop24* + - spec: feature/drop24 triggers: - manual: name: Publish Packages (Pre-Release)
Update looper
Update looper
4a82882a421b32961eafec9252e55054993315cd
--- __tests__/__mocks__/@walmart/metrics-mini-app.js @@ -1,20 +1,41 @@ module.exports = { MetricsHomeScreen: 'MetricsHomeScreen', - SalesItemizedScreen: 'SalesItemizedScreen', - MetricsSalesInfoModalScreen: 'MetricsSalesInfoModalScreen', - FtprItemizedScreen: 'FtprItemizedScreen', - MetricsFtprTabNavigation: 'M...
Fixing test cases
Fixing test cases
53034b9ebff37215723eed99b470696c0536aea7
--- src/containers/ChatInput/AudioRecording.tsx @@ -1,5 +1,5 @@ import React, {useEffect, useRef, useState} from 'react'; -import { Platform, StyleProp, StyleSheet, View, ViewStyle } from "react-native"; +import {Platform, StyleProp, StyleSheet, View, ViewStyle} from 'react-native'; import AudioRecorderPlayer, { A...
Fixing audio replay after downloading
Fixing audio replay after downloading
ba9c05d6733d5b9754f92df56d8059d18672d421
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx @@ -32,6 +32,7 @@ import { import { TeamOnboardingScreen } from '../../../Onboarding'; import { useOnboardingContext } from '../../../Onboarding/TeamOnboarding/OnboardingContext'; import { telemetryLogHandler, telemetryEventsH...
Update checkbox on team selection screen
Update checkbox on team selection screen
2ac433731c5df1aaa9db02eee93fccf1f3c30706
--- __tests__/screens/MessagesScreenTest.tsx @@ -7,10 +7,16 @@ import {createAssociateChannelId, createChannelPath} from '../../src/channels'; import {renderWithProviders, simulatedUser} from '../harness'; import {MessagesScreen} from '../../src/screens/MessagesScreen'; import {mockAdd, mockUpdate} from 'firestore-j...
fix tests on messages screen
fix tests on messages screen
63d535922624bfad51ee92751f50f6c46754f917
--- targets/US/package.json @@ -140,7 +140,7 @@ "@walmart/redux-store": "~6.3.20", "@walmart/returns-mini-app": "4.15.0", "@walmart/rfid-scan-mini-app": "2.4.4", - "@walmart/rn-receiving-mini-app": "2.3.211", + "@walmart/rn-receiving-mini-app": "2.3.387", "@walmart/roster-mini-app": "2.9.0", ...
updating receiving mini app version
updating receiving mini app version
6182dfa95b785d1408f2eabbbee9f29540589607
--- src/containers/Message/index.tsx @@ -1,6 +1,6 @@ import React, {useState} from 'react'; import {Dimensions, Pressable, StyleSheet, View} from 'react-native'; -import {Caption, Modal, Button, Body} from '@walmart/gtp-shared-components'; +import {Caption, Modal, Button} from '@walmart/gtp-shared-components'; impor...
Adding delete message by for audio and image
Adding delete message by for audio and image
8becc226eacaad38829b7e61c3c6c32c69aeded2
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx @@ -11,10 +11,13 @@ import { Images } from '../../../Store/Images/images'; export const ShiftFilter = ({ shiftId, teamImage, + selectedShifts, handleSelectShift, }: ShiftFilterProps) => { const TeamImag...
Adding shift state to update team shift modal
Adding shift state to update team shift modal
428c9dc8954751528d942b345c67e8296fb5eaaf
--- packages/allspark-foundation/src/Notification/sagas.ts @@ -3,6 +3,24 @@ import { NotificationSelectors } from './selectors'; import { NotificationActionTypes } from './redux'; import { NotificationProfile } from './types'; +export function* waitForNotificationInitialized() { + const loading: boolean = yield se...
feat: add common notification sagas
feat: add common notification sagas
fcf7af83087270619afb7c354fc8d853bed59e04
--- .github/pull_request_template.md @@ -0,0 +1,33 @@ +## Links to JIRA tickets: + + +## Types of changes +What types of changes does your code introduce to AskSam? +_Put an `x` in the boxes that apply_ + +- [ ] Bugfix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functi...
created PR Template file (#56)
created PR Template file (#56) * created PR Template file * updated template * Update .github/pull_request_template.md Co-authored-by: Andrew Fulton - a0f00ev <Andrew.Fulton@walmart.com>
e01c1474d4d874191b6567cf09d80791152c5c4c
--- app.config.US.ts @@ -271,6 +271,21 @@ const CONFIG: ExpoConfig = { 'Allow $(PRODUCT_NAME) to use your Camera for scanning barcodes', }, ], + [ + 'react-native-audio-api', + { + 'iosBackgroundMode': true, + 'androidPermissions' : [ + 'android.permission.MODI...
feat(pkg): add react-native-audio-api as dependency (#4517)
feat(pkg): add react-native-audio-api as dependency (#4517) * feat(pkg): add expo-video dependency * feat(pkg): add react-native-audio-api package --------- Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
03fad9424c10cf023e0a73b0ff0cc21b6119738b
--- example/src/teamHub/screens/index.ts @@ -1,12 +1,12 @@ import {ContainerScreen} from './container'; import {TestModal} from './modal'; -import {OnboardingScreen} from './onboarding'; +import {OnboardingEntryScreen} from './onboarding'; import {HomeScreen} from './screen'; import {FeatureStack} from './stack'; ...
feat: fixed onboarding import
feat: fixed onboarding import
80b102d715f1df9fb350606ff64e29e33e914c72
--- packages/core-widget-registry/src/index.tsx @@ -2,3 +2,4 @@ export * from './AskSam'; export * from './Core'; export * from './Inbox'; export * from './Metrics'; +export * from './Sidekick';
fix: export sidekick widget registry from root
fix: export sidekick widget registry from root
0b352171656d0c35071ca7fdd36e52990f1c2fb1
--- package.json @@ -128,7 +128,7 @@ "@walmart/mod-flex-mini-app": "1.29.5", "@walmart/moment-walmart": "1.0.4", "@walmart/money-auth-shared-components": "2.4.3", - "@walmart/myteam-mini-app": "3.3.0", + "@walmart/myteam-mini-app": "3.4.0", "@walmart/native-rfid-scanner": "4.1.4", "@walma...
feat(ui): updating myteam, roster and wmconnect version for firestore changes (#4703)
feat(ui): updating myteam, roster and wmconnect version for firestore changes (#4703) * feat(ui): updating myteam, roster and wmconnect version * feat(ui): updating myteam, roster and wmconnect version * feat(ui): updating myteam, roster and wmconnect version * feat(ui): updating yarn.lock with develop * f...
638828bfbb1649a5e165aaccbfb3689b8640687a
--- src/common/index.ts @@ -2,5 +2,7 @@ export * from './constants'; export * from './feature'; export * from './logger'; export * from './telemetry'; +export * from './httpClient'; +export * from './graphqlClient'; export * from './translation'; export * from './localStorage';
feat: added back exports
feat: added back exports
8c2a5b461607b566efd5d7b612acdde53af246cf
--- .looper-pr.yml @@ -8,7 +8,7 @@ envs: LINT: false UNITTEST: false BUILD: false - SONAR_SCAN: true + SONAR_SCAN: false ARTIFACT_PUBLISH: true AUTO_PR_MONO: false JIRAPREFIX: SSMP @@ -17,4 +17,3 @@ envs: AUTHOR: temp SLACK_CHANNEL: "smdv-m...
feat(ci): update to new looper template SSMP-1101
feat(ci): update to new looper template SSMP-1101
d898925b8baad2a7f8150f4cf1f79af0a3e8f191
--- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx @@ -22,7 +22,7 @@ import { import { AllsparkNavigationClient } from '@walmart/allspark-foundation/Navigation'; import { - findTeamById, + findTeamByLabel, getDefaultTeamsForUserType, sorter, } from '../../Utils/utils'; @@ -45,7 +...
selected team tab
selected team tab
dc7e24ed698278519d8e3d9a5a33e6c791df6cf5
--- targets/US/package.json @@ -85,7 +85,7 @@ "@walmart/amp-mini-app": "1.1.89", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.24.7", - "@walmart/associate-listening-mini-app": "1.2.9-0", + "@walmart/associate-listening-mini-app": "1.2.10", "@walmart/attendance-...
feat: 🎸 associate mini app configurable survey
feat: 🎸 associate mini app configurable survey
b4c7ecb609d0c0dfd7dccb0eda93d21b1a802591
--- package.json @@ -73,7 +73,7 @@ "@walmart/allspark-health-survey-mini-app": "0.0.43", "@walmart/allspark-home-mini-app": "0.5.2", "@walmart/allspark-me-mini-app": "0.2.4", - "@walmart/ask-sam-mini-app": "^0.30.29", + "@walmart/ask-sam-mini-app": "0.30.29", "@walmart/config-components": "^1....
remove ^ from version
remove ^ from version
e5db559a3ac39b6b467d29cb43938d00191a8385
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 79 + versionCode 80 versionName "1.0.5" } sp...
Incrementing build number
Incrementing build number
c10933b0ed59f6dbf4e518035f062a2defb779e3
--- __tests__/navigation/AssociateHallwayNav/Tabs/MainTabsNavTest.tsx @@ -337,10 +337,5 @@ describe('MainTabsNav', () => { .props.listeners.tabPress({preventDefault} as any); expect(preventDefault).toHaveBeenCalled(); expect(navigate).toHaveBeenCalledWith('askSam'); - expect(WmTelemetry.logEvent).to...
adding test case update
adding test case update
8cd3ec05b0c0ac45a1ca1dbed01c50c6440e8950
--- .looper-pr.yml @@ -20,7 +20,7 @@ envs: STAGES_TO_RUN: LINT: true UNITTEST: true - BUILD: true + BUILD: false SONAR_SCAN: true ARTIFACT_PUBLISH: true AUTO_PR_MONO: false
fix(ui): update package
fix(ui): update package
3eb53579f3900cf6d22bb447cdc4b7ae5c399d08
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -473,7 +473,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [ clockCheckEnabled: false, }, { - featureId: FEEDBACK_ME, + featureId: MINI_APPS.FEEDBACK_ME, name: 'FeedbackDialogScreen', component: FeedbackDia...
fixed unit test failure
fixed unit test failure
be6fc93884f79ad2b9600b685fe9709c0870d0f0
--- core/src/getFeatures.ts @@ -21,6 +21,7 @@ export const getRootFeatures = () => { require('./updates').UpdateCheckFeature, require('./core').CommonFeatures, require('./startup').StartupFeature, + require('./oneClick').OneClickFeature, ]; if (AllsparkEnvironment.VALUES.containerName === ME_A...
ALLSPARK-3962: Fixed merge conflicts
ALLSPARK-3962: Fixed merge conflicts
7061cb8a47a94aeda4b1b96342247c0b591a1153
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts @@ -2,10 +2,20 @@ export const enUS = { searchTeamInput: { placeHolder: 'Search for a team', }, + shiftFilter: { + title: 'Pick your shift', + subText: + 'Shift A1 is selected by default, but you can change it at any t...
Adding translations
Adding translations
284313c91cb8adc10fa56d5638cd2e9f6d235f27
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", "@walmart/exception-mini-app": "1.0.16", - "@walmart/facilities-management-miniapp": "0.6.0-beta1", + "@walmart/facilities-management-miniapp": "0.6.0-b...
Updating package.json - @walmart/facilities-management-miniapp to 0.6.0-beta2
Updating package.json - @walmart/facilities-management-miniapp to 0.6.0-beta2
e2ad4d917529b4471555cf1652c1b3ae6c23636e
--- docs/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.34.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.33.0...v1.34.0) (2025-05-21) + + +### Bug Fixes + +* **ui:** update package ([2319961](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/2319961e3dfc2ae18e1f3648c9dcda29a5972677)) + + +### Features...
chore(release): 1.34.0 [skip ci]
chore(release): 1.34.0 [skip ci] # [1.34.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.33.0...v1.34.0) (2025-05-21) ### Bug Fixes * **ui:** update package ([2319961](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/2319961e3dfc2ae18e1f3648c9dcda29a5972677)) ### Features * **ui:** upda...
613e6342fe2ac6d7c59345b8014ac90591b2bc5a
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -50,10 +50,6 @@ export class AllsparkContainer<E extends IAllsparkEnvironment> { > >(key: K, environment: E) { if (this.config[key]) { - console.log('rlane1 - resolving config', { - key, - config: this.config[key], -...
chore: remove console log
chore: remove console log
9b2afe422ef15f62c4758819d76ce99700e8509e
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.37", + "version": "1.15.38", "main": "dist/index.js", "files": [ "dist" @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/red...
Update the roster mini app version
Update the roster mini app version
19570926df2bbf669edbe224cce855e63fc8856d
--- src/constants.ts @@ -8,3 +8,5 @@ export enum ABSENT_STATUS { ABSENT = 1, TARDY = 2, } + +export const REDUX_STORE_KEY = 'textingMiniApp'; --- src/index.tsx @@ -1,8 +1,7 @@ import React, {Dispatch, useEffect, useMemo, useReducer} from 'react'; import {useSelector} from 'react-redux'; import {firebase} fr...
adding saga in order to hook into navigation lib to route the push notification
adding saga in order to hook into navigation lib to route the push notification
54d73f8de0de15f8a26b004f03c516260380bddd
--- __tests__/index.test.tsx @@ -2,7 +2,6 @@ import React from 'react'; import {renderWithProviders} from './harness'; import {MyTeamMiniApp} from '../src/navigation'; -jest.mock('@walmart/core-services/Logger'); jest.mock('@walmart/allspark-utils', () => ({ ...jest.requireActual('@walmart/allspark-utils'),
removing deprecated libraries from index.test
removing deprecated libraries from index.test
ced4a9076cea693b108135905fa91245e741f031
--- ios/Podfile.lock @@ -427,7 +427,7 @@ PODS: - React - react-native-safe-area-context (3.3.2): - React-Core - - react-native-scanner-3.0 (0.1.19): + - react-native-scanner-3.0 (0.1.20): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0) @@ -441,8 +441,8 @@ PODS: - React...
Scanner3: Update core-services and scanner3 version
Scanner3: Update core-services and scanner3 version 1. Include scanner3 usecase in core-services 2. Adapt the recent change in scanner3 lib
eb5c1adc3ce37f6c7cb67de20aacd5d1c8e5f4bf
--- packages/components-library/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. +## [1.1.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-components-lib...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-components-library@1.1.4
f53d98866b2669d9d883e6d0bf1ccbc73c9b2035
--- packages/allspark-foundation/src/HubFeature/Hub/Container/mockData.ts @@ -49,11 +49,14 @@ export const Images = { 'https://i5-me.walmartimages.com/images/teams/food-consumables-mgr-exp-792b257616.png', meatAndProduce: 'https://i5-me.walmartimages.com/images/teams/task-image-meatproduce-a5965a9074.png',...
feat(ui): team switcher default state for salaried and hourly users
feat(ui): team switcher default state for salaried and hourly users
81d43578c914b6de48c5f8e98adfe133bd71c023
--- targets/US/package.json @@ -150,7 +150,7 @@ "@walmart/taskit-mini-app": "4.25.8", "@walmart/time-clock-mini-app": "2.448.1", "@walmart/topstock-mini-app": "1.19.4", - "@walmart/translator-mini-app": "1.3.7", + "@walmart/translator-mini-app": "1.3.8", "@walmart/ui-components": "patch:@walma...
fix: translator-mini-app version bump to 1.3.8
fix: translator-mini-app version bump to 1.3.8
c90e5ee2dcbd89af303dfa8e8cbeb47549fafeb3
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/UpdateTeamsModal/UpdateTeamsModal.tsx @@ -53,8 +53,7 @@ export const UpdateTeamsModal = ({ modal: { closeModal } }: ModalProps) => { onError: () => {}, }); const dispatch = useDispatch(); - const { shiftPreferenceData, teamPreferenc...
feat(ui): updated selection logic
feat(ui): updated selection logic
e997e1a2057dfb82120deb7d0b4d4371a484a009
--- graphql.yml @@ -1,63 +1,63 @@ -schemaVersion: "1.0.0" +schemaVersion: '1.0.0' enableGating: true teamRostersProductId: 1824 applications: - - name: "ROSTER-MINIAPP" - applicationKey: "ROSTER-MINIAPP" - description: "Roster mini app" + - name: 'ROSTER-MINIAPP' + applicationKey: 'ROSTER-MINIAPP' + de...
feat(ui): Update the queries for getDailyroster
feat(ui): Update the queries for getDailyroster
156c6804850d2a965d4c038f5057022a0c803dc6
--- android/app/src/main/res/values/strings.xml @@ -1,4 +1,3 @@ <resources> <string name="app_name">Me@Walmart Beta</string> - <string name="splash_description">Splash screen image</string> </resources> --- android/settings.gradle @@ -1,5 +1,3 @@ rootProject.name = 'AllSpark' -include ':react-native-splash...
removed unnecessary string
removed unnecessary string
70fe34b55270e8d80e2359ed7d8dce31461b2c45
--- package-lock.json @@ -5510,9 +5510,9 @@ "integrity": "sha512-Tz8PRLTpf4goLTBXayZxsBRuy/8+fnxjt+m7g3kfu0NRG58n/MgKi9krclf+LSLBhYTJcL5sKg8ckhA90dHlYQ==" }, "@walmart/receipt-check-miniapp": { - "version": "1.8.9", - "resolved": "https://npme.walmart.com/@walmart/receipt-check-miniapp/-/rece...
Receipt Audit: Critical Crash fix & UI bug fix
Receipt Audit: Critical Crash fix & UI bug fix
50fb6fcb26ab8579c107624e5a99440cbde1386d
--- scripts/mini-app-scan/legacy-library-deprecated.json @@ -1,104 +1 @@ -[ - { - "legacyLibrary": "@walmart/core-services/AppConfig", - "replacement": "@walmart/allspark-foundation/Config", - "enforcementDate": "2024-07-01", - "notes": "Use the foundation replacement for all new developm...
feat(package-dep): remove json
feat(package-dep): remove json
fc8f28e3526248b3d6df426e8651b49751bfaacf
--- .looper.multibranch.yml @@ -75,6 +75,14 @@ envs: BETACRASH_PASSWORD_FILE: ./betacrash-password.log BETACRASH_JSON: ./betacrash-result.json + APPCENTER_API_KEY_iOS: "%{credentials.secret('appcenter_iOS')}" + APPCENTER_API_KEY_ANDROID: "%{credentials.secret('appcenter_android')}" + APPC...
adding code to upload builds
adding code to upload builds
52ab61b797db594d6eea8a5c7a7266b031f3c955
--- targets/US/package.json @@ -143,7 +143,7 @@ "@walmart/roster-mini-app": "2.8.2", "@walmart/schedule-mini-app": "0.118.0", "@walmart/shelfavailability-mini-app": "1.5.33", - "@walmart/sidekick-mini-app": "4.81.4", + "@walmart/sidekick-mini-app": "4.81.9", "@walmart/store-feature-orders": "1...
chore: bump sidekick@4.81.9
chore: bump sidekick@4.81.9
403af16cf9d02de210748523449fa0dcda37aa81
--- __tests__/settings/IndexTest.tsx @@ -1,4 +1,6 @@ // Mock the AllsparkFeatureModule before importing SettingsFeature +import {SettingsFeature} from '../../src/settings'; + jest.mock('@walmart/allspark-foundation/Feature', () => { return { AllsparkFeatureModule: jest.fn().mockImplementation((name, config) =...
feat(header): change yarn.lock
feat(header): change yarn.lock
b92d4656072448ec9b778bd83626f38502b481f3
--- package-lock.json @@ -3062,9 +3062,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.29.8", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.8.tgz", - "integrity": "sha512-fAiAhggNeILQW1fddZVEDUDaG8cjKkxc39xznUQ0EGeNPbQX/ZVqsU1XjgHmGrzs...
Ask sam update
Ask sam update
8875b919ef39645a297f9382f509a1e88a60933c
--- package.json @@ -164,7 +164,7 @@ "@walmart/rn-receiving-mini-app": "2.8.25", "@walmart/roster-mini-app": "3.8.4", "@walmart/schedule-mini-app": "4.0.0", - "@walmart/shelfavailability-mini-app": "1.6.0", + "@walmart/shelfavailability-mini-app": "1.7.2", "@walmart/shop-gnfr-mini-app": "1.0.4...
feat(shelfavailability): SA-1247 drop 35 package bumps (#5087)
feat(shelfavailability): SA-1247 drop 35 package bumps (#5087) Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> Co-authored-by: Yarien Mendez Suarez - y0m07dz <Yarien.Mendez.Suarez@walmart.com>
43383f69796436e7836d547030073a82d121b754
--- src/versions/constants.ts @@ -22,6 +22,7 @@ export const LISTED_DEPENDENCIES = [ '@walmart/mod-flex-mini-app', '@walmart/payrollsolution_miniapp', '@walmart/price-changes-mini-app', + '@walmart/profile-feature-app', '@walmart/push-to-talk-mini-app', '@walmart/refrigeration-alarms-mini-app', '@wal...
Added associate profile to listed dependencies
Added associate profile to listed dependencies
794970ff340477d76f902372a2200371f013c120
--- package-lock.json @@ -4333,9 +4333,9 @@ } }, "@walmart/payrollsolution_miniapp": { - "version": "0.91.0", - "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.91.0.tgz", - "integrity": "sha512-+MVnRit5z9v4e0hZoU9wzIFw7qoh7ipbyJcGDO+shz5...
build(welcomeMe): WelcomeMe v0.45.0 | PayrollMiniApp v0.97.0
build(welcomeMe): WelcomeMe v0.45.0 | PayrollMiniApp v0.97.0
e494367806e64e74b7b84533751b1cb187505f78
--- docs/docs/components/allspark foundation/services/foundation-user.md @@ -115,3 +115,12 @@ import { useContainerService } from '@walmart/allspark-foundation/Container'; const UserService = useContainerService('user'); ``` + +## User Service API +### `fetch()` +Fetches the user data for the given authentication ...
User service updates.
User service updates.
64ff0b9d6b8facf52ff9b2d09195a2a7673f9cd9
--- android/app/build.gradle @@ -158,8 +158,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 911 - versionName "1.13.1" + versionCode 912 + ve...
hotfix build
hotfix build
e5d7a383cd1bec234c8d7a102703ef9b4c44c523
--- package-lock.json @@ -5488,9 +5488,9 @@ "integrity": "sha512-Tz8PRLTpf4goLTBXayZxsBRuy/8+fnxjt+m7g3kfu0NRG58n/MgKi9krclf+LSLBhYTJcL5sKg8ckhA90dHlYQ==" }, "@walmart/receipt-check-miniapp": { - "version": "1.7.2", - "resolved": "https://npme.walmart.com/@walmart/receipt-check-miniapp/-/rece...
Add scan fix
Add scan fix
cab3b0f9c39886631af9c65158bb661f3eeeed3a
--- package-lock.json @@ -1854,11 +1854,11 @@ } }, "@walmart/allspark-health-survey-mini-app": { - "version": "0.0.13", - "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.13.tgz", - "integrity": "sha512-cqbrMDYUnYvN7qdQr...
Bumping (#222)
Bumping (#222) * Bumping * last minute vqa addition
819e10e16b7e6891ee402c60740836f83d5c9aa7
--- packages/allspark-http-client/src/HttpClient.ts @@ -41,6 +41,7 @@ class HttpClient extends Axios implements IHttpClient { this.id = id; this.defaults.timeout = timeout; + this.defaults.withCredentials = false; this.config = { ...restConfig, timeout, interceptors, id }; //@TODO remove if c...
chore(httpClient): turn off withCredentials
chore(httpClient): turn off withCredentials
9114c1f879a39d8ac392c4ffcb7fe73bd4b10137
--- src/index.tsx @@ -1,10 +1,8 @@ import React from 'react'; -import {StatusBar, LogBox} from 'react-native'; +import {StatusBar} from 'react-native'; import {SafeAreaProvider} from 'react-native-safe-area-context'; import {NavigationContainer} from '@react-navigation/native'; -LogBox.ignoreAllLogs(); - import {...
updated index.tsx
updated index.tsx
3162380b6d09dadd32d35ae56fbbd39fb24d372d
--- .looper.multibranch.yml @@ -36,6 +36,9 @@ rules: - beforeNode('osx'): - (name Bundle Setup) https_proxy=http://sysproxy.wal-mart.com:8080 http_proxy=http://sysproxy.wal-mart.com:8080 $RUBY_PATH/bundle - (name Bundle Update) https_proxy=http://sysproxy.wal-mart.com:8080 http_proxy=http://sysproxy.wal-ma...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
12015d30b0bfedaf0cf5f2f89eb9db70b17998f5
--- package-lock.json @@ -67,7 +67,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/ui-components": "1.15.1", - "@walmart/wmconnect-mini-app": "1.0.9", + "@walmart/wmconnect-mini-app": "1.0.10", "babel-jest": ...
Integrate dnd status chip
Integrate dnd status chip
5753833f59eb73e1e466f7df9264b4b5f5fc676c
--- __tests__/setup.js @@ -1,3 +1,4 @@ +require('react-native-gesture-handler/jestSetup'); jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter'); const { NativeModules } = require('react-native'); @@ -31,6 +32,20 @@ jest.mock('@react-navigation/native', () => { return { ...actualNav, useF...
addd more mocks for react naviagtion, and usesafeareainset, finished drawer button, setup for naviagation/header
addd more mocks for react naviagtion, and usesafeareainset, finished drawer button, setup for naviagation/header
e47eb689b0d60c6e2635b89c3a3de85386ef96f0
--- package-lock.json @@ -4478,13 +4478,13 @@ "integrity": "sha512-CnclOd9H0lwjbaPCLEF+prM/ycJ9Aaruxa7C6FxXXqayWOyW/Jk0WEa0OwUPU3wC8IU/wL4+2IHDojut9RJdyQ==" }, "@walmart/time-clock-mini-app": { - "version": "0.4.24", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-...
Update time clock mini app to version to 0.4.26
Update time clock mini app to version to 0.4.26
f3b17b43dcdc15c2a3702e3a3a18b2955827c9e9
--- src/managerExperience/images/index.tsx @@ -0,0 +1,48 @@ +import {Team} from '../types'; + +export const images: Record<Team, string> = { + 'Admin & Support': + 'https://i5-me.walmartimages.com/images/teams/totalstore-team-427a5cddc7.png', + Apparel: + 'https://i5-me.walmartimages.com/images/teams/apparel-te...
chore: added types and images files
chore: added types and images files
6a01f6b3fa5b91aaa80e7c92b2ed828348d037c9
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emergency-mini-app": "1.27.1", "@walmart/exception-mini-app": "1.7.10", - "@walmart/facilities-management-miniapp": "0.9.2", + "@walmart/facilities-management-miniapp": "0.10.0", ...
Version bump 0.10.0
Version bump 0.10.0
dd05f1aa3a903aedfcf3e3a74ac511f1394df31e
--- packages/allspark-foundation/src/HubFeature/Onboarding/TeamOnboarding/Screens/TeamOnboardingScreen.tsx @@ -1,18 +1,51 @@ import React from 'react'; +import { Icons } from '@walmart/gtp-shared-components/dist'; import { TeamOnboarding } from '../Component/TeamOnboarding'; -import { teamOnboardingCardsData } from '...
Adding translation updates
Adding translation updates
d299a57b3e4fad69c1447c17afea995139780995
--- __tests__/screens/AllTeamsScreen.test.tsx @@ -6,7 +6,7 @@ import {SupplyChainAllTeamsScreen} from '../../src/screens/AllTeamsScreen/Supply import {SiteSelectors} from '@walmart/allspark-foundation/Site'; import * as hooks from '../../src/hooks'; import {useSelector} from 'react-redux'; -import {waitFor, fireEven...
fix(bug): add tests for AllTeamsScreen
fix(bug): add tests for AllTeamsScreen
bfef5cdaa1e56f2cbd98244cfd9f1502f2892144
--- package-lock.json @@ -4600,9 +4600,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.28.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.28.0.tgz", - "integrity": "sha512-yypMwDk+cT/e0EP3UPd4xMmAOkHhEba6wfC9y8aQRoaRZ8xnfmLvZHcQg9ND15L7Luf...
Updating task It version
Updating task It version
4331f8a842f8988cd5e42f6be42e87f8261f73ba
--- package-lock.json @@ -76,7 +76,7 @@ "@walmart/react-native-sumo-sdk": "2.5.1", "@walmart/receipt-check-miniapp": "1.13.5", "@walmart/redux-store": "3.3.1", - "@walmart/returns-mini-app": "1.7.0", + "@walmart/returns-mini-app": "1.8.0", "@walmart/schedule-mini-app": ...
Update version and remove patch
Update version and remove patch
76c4a17a81e74271b68a2bc0d7a86416bd41618d
--- graphql.yml @@ -9,99 +9,81 @@ applications: - name: "dev" persistedQueries: - name: "GetAssociateClockStatus" - hash: "b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6889912ec1c0d214" queryTemplate: "src/queries/getAssociateClockStatus.graphql" tags: ...
feat: removed hash values in graphql yml
feat: removed hash values in graphql yml
b639843a5a04b33ba6ffd088085919d5cf18726b
--- .yarn/patches/react-native-npm-0.79.5-8fdac25583.patch @@ -1,19 +0,0 @@ -diff --git a/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm b/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModule.mm -index 441a16f419f384367390218d5a78f9f601f9cd40..1c540f654eb1fe484c905...
fix(crash): removed patch added to fix rn crash (#5275)
fix(crash): removed patch added to fix rn crash (#5275) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
6bb5aaf6c3beb98331f4b48b3cdbb6a5c5a3051b
--- package-lock.json @@ -5322,9 +5322,9 @@ } }, "@walmart/iteminfo-mini-app": { - "version": "5.1.8", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mini-app-5.1.8.tgz", - "integrity": "sha512-d+DXyGx+3uzvOYmwNL1JxUXXpxYPPlweWrnxwLyeooGbvYlEyeazOWkgYiPLsja...
updated iteminfo version with new teflon header
updated iteminfo version with new teflon header
2eba8eaccfc9ecc8a2b9f8629804b2475d3ffdbd
--- .looper.yml @@ -20,4 +20,5 @@ flows: pr: - npm install - npm run lint + - npm run build - npm run coverage --- .looper.yml @@ -20,4 +20,5 @@ flows: pr: - npm install - npm run lint + - npm run build - npm run coverage
adding build check for PRs
adding build check for PRs
a6655c9972f6481ece9cd1a7fed00b1278f31305
--- packages/me-at-walmart-container/src/featureRunner.ts @@ -1,10 +1,21 @@ -import { IMeAtWalmartEnvironment } from '@walmart/me-at-walmart-common'; +import { FeatureRunnerNavigationConfig } from '@walmart/allspark-foundation/FeatureRunner'; +import { + IMeAtWalmartEnvironment, + UserDomain, +} from '@walmart/me-at-...
feat: configure feature runner impersonation
feat: configure feature runner impersonation
1f9868f6cf7edc51d8c357aecd639969f08879c3
--- package-lock.json @@ -91,7 +91,7 @@ "@walmart/roster-mini-app": "1.0.19", "@walmart/schedule-mini-app": "0.93.0", "@walmart/shelfavailability-mini-app": "1.5.20", - "@walmart/store-feature-orders": "1.26.3", + "@walmart/store-feature-orders": "1.26.4", "@walmart/tas...
scan item card lead tile label fix
scan item card lead tile label fix
3fa47370e563272aa66bf80b13c06cb8c5fa341b
--- 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.370.0", + "@walmart/time-clock-mini-app": "2.373.0", "@walmart/topstock-mini-app": "patch...
Update TCMA to 2.373.0
Update TCMA to 2.373.0
62c4f3ac77c7ee8a65f4bfbda0f9e2685097fe87
--- 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.17.0", + "@walmart/time-clock-mini-app": "2.19.0", "@walmart/ui-co...
Update Time Clock Mini app to 2.19.0
Update Time Clock Mini app to 2.19.0
193321fbed44ed59fc5cf209b48bbf2518a7ea7f
--- .looper.yml @@ -18,4 +18,4 @@ flows: - (name Yarn Version) yarn --version - yarn install - yarn run lint - # - yarn run coverage \ No newline at end of file + - yarn run coverage \ No newline at end of file --- __tests__/setup.ts @@ -51,10 +51,6 @@ jest.mock('@walmart/roster-mini-app', () => ...
Update my team version
Update my team version
fd457e595fcd61dd732f69a146b481158a5c05e3
--- package-lock.json @@ -3146,16 +3146,16 @@ "integrity": "sha512-/2QStrLatWqZuSGvGhosemz4kt3dg95Zo5TAvE2AV+GOod1Qyuqzbz70/5CAifuAOPTtK/ihXMCj5xwlMA5SVw==" }, "@walmart/schedule-mini-app": { - "version": "0.2.55", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-...
Bump schedule-mini-app (#309)
Bump schedule-mini-app (#309) Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
b6e9153b3c2beea85c24b137dfc2df7a7d38e6b0
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/AssociateHallwayNavTest.tsx.snap @@ -2,7 +2,6 @@ exports[`DrawerNav matches default snapshot for initial render 1`] = ` <RenderGuard - onUnmount={[Function]} preRender={[Function]} > <ActivityMonitor @@ -57,7 +56,6 @@ exports[`DrawerN...
Fixed tests
Fixed tests