commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
7fd11ba4ed6c416cfb19c754af5de1a811d1f84f
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.17.0", "@walmart/exception-mini-app": "1.0.14", - "@walmart/facilities-management-miniapp": "0.5.20", + "@walmart/facilities-management-miniapp": "0.5.21", ...
Version bump
Version bump
4c79766184d569101e4afaadb6d5114c6fd7b35e
--- .looper.multibranch.yml @@ -494,7 +494,7 @@ flows: firstUpper=`echo ${first} |tr '[:lower:]' '[:upper:]'` upperEnv="${firstUpper}${rest}" echo "about to run build ${env} / ${upperEnv}" - ./gradlew assemble${upperEnv}Release --info --stacktrace + ./gradlew assemble${upperEnv...
reverting looper changes
reverting looper changes
8c00f965752c98b34c8a4a88971d86014fd71356
--- package.json @@ -143,7 +143,7 @@ "@walmart/roster-mini-app": "2.4.0", "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", - "@walmart/store-feature-orders": "1.26.11", + "@walmart/store-feature-orders": "1.26.12", "@walmart/taskit-mini-app": "3.0.2", ...
version update sfot 1.26.12
version update sfot 1.26.12
c79c38257c10285a93495158e3e2ffb7101cb63e
--- android/app/src/main/res/values/strings.xml @@ -1,3 +1,3 @@ <resources> - <string name="app_name">AllSpark</string> + <string name="app_name">Me@Walmart Beta</string> </resources> --- ios/AllSpark.xcodeproj/project.pbxproj @@ -45,7 +45,7 @@ 00E356EE1AD99517003FC87E /* AllSparkTests.xctest */ = {isa = P...
changing app display name
changing app display name
d4c038c3f227753f96cb3b45cdc837ed99bf083d
--- android/app/build.gradle @@ -358,10 +358,6 @@ dependencies { } else { implementation jscFlavor } - configurations { - all*.exclude group: 'com.squareup.okhttp3', module: 'okhttp' - all*.exclude group: 'com.squareup.okio', module: 'okio' - } implementation "com.google.guav...
revert: :rewind: Reverted okio and okhttp module changes as it is also fixed by allspark
revert: :rewind: Reverted okio and okhttp module changes as it is also fixed by allspark
350874d0c442bb4b8934643d4ea11bbd164b216b
--- package-lock.json @@ -86,7 +86,7 @@ "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.40.8", "@walmart/texting-mini-app": "2.0.29", - "@walmart/time-clock-mini-app": "2.170.0", + "@walmart/time-clock-mini-app": "2.174.0", "@walmart/tops...
Time clock mini app daily buid version 2.174.0
Time clock mini app daily buid version 2.174.0
86a4f9d4918255443414f31c841a1e4c88e8e57a
--- Gemfile @@ -8,9 +8,8 @@ eval_gemfile(plugins_path) if File.exist?(plugins_path) # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby ">= 2.6.10" -# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper -# bound in the template on Cocoapods with next R...
choe: update gemfile for rn 75 template changes
choe: update gemfile for rn 75 template changes
e4c6610e341876565f11d9f1482b036200408507
--- scripts/BuildSupport/build-archive.sh @@ -0,0 +1,61 @@ +#!/bin/bash + +BUILD_DIR="build/${ARCHIVE_TYPE}" +WORK_DIR="${BUILD_DIR}/Temporary" +ARTIFACTS_DIR="${BUILD_DIR}/Artifacts" +XCODE_ARCHIVE_DIR="${WORK_DIR}/${XC_SCHEME}.xcarchive" +XCODE_EXPORT_DIR="${WORK_DIR}/${XC_SCHEME}.xcexport" +LOG_FILE="${ARTIFACTS_DIR...
feat(ui): update scripts
feat(ui): update scripts
faf1208a25776932030ee8e3a2d6c71880a3978d
--- core/src/features/welcomeMe.ts @@ -1,25 +1,30 @@ -import {StatusBar} from 'react-native'; import {AllsparkFeatureModule} from '@walmart/allspark-foundation/Feature'; -import {AllsparkTranslationClient} from '@walmart/allspark-foundation/Translation'; import {ScreenTags} from '@walmart/me-at-walmart-common'; +impo...
fix: welcome me mini app not loading successfully
fix: welcome me mini app not loading successfully
ad511871f8269f33ade022a341f657467a8e8478
--- packages/allspark-foundation-hub/src/Store/Utils/utils.ts @@ -65,8 +65,6 @@ const createTeamMap = ( return teamMap; }; -let teamMap: Map<string, TeamSwitcherTypes> | null = null; - /** * Finds the team by label * @@ -78,9 +76,8 @@ export const findTeamByLabel = ( teamList: TeamSwitcherTypes[], team...
fix(ui): team switcher issue fix
fix(ui): team switcher issue fix
828a6138167b44377a1f9219176e582f38a2a6e3
--- package-lock.json @@ -3367,9 +3367,9 @@ "integrity": "sha512-obMi22nJz2FN8CWuJ/0ekV9pKMRQJz0u4qiX5lQTAv6yOVUmtJtksvErLAlZtc+ACiLUakj2EiRyw1bUcN+YNQ==" }, "@walmart/ims-print-services-ui": { - "version": "0.0.32", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
bumping up print version
bumping up print version
1cd5636207641cdcc09821d66f855e16c2a17c2a
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilter.tsx @@ -25,7 +25,7 @@ export const ShiftFilter = ({ return ( <TouchableOpacity style={styles.container} - testID='shift-filter' + testID={`shift-filter-${shiftId}`} onPress={handleSelect} ...
Adding test Id's
Adding test Id's
4410d415857cef6bd4d1be094b0aa6974d65d7e8
--- package.json @@ -187,7 +187,7 @@ "react-native-canvas": "^0.1.38", "react-native-check-app-install": "patch:react-native-check-app-install@npm%3A0.0.5#~/.yarn/patches/react-native-check-app-install-npm-0.0.5-fa2d399164.patch", "react-native-circular-progress": "^1.3.7", - "react-native-code-push":...
fix: update code push library for RN 73 fixes
fix: update code push library for RN 73 fixes
8155a1ba4a206462ff9d032680063f5c5bbfa13b
--- package-lock.json @@ -39,7 +39,7 @@ "@walmart/attendance-mini-app": "0.190.2", "@walmart/compass-sdk-rn": "4.0.0", "@walmart/config-components": "4.1.0-rc.4", - "@walmart/copilot-mini-app": "^1.68.0", + "@walmart/copilot-mini-app": "^1.69.0", "@walmart/core-services...
chore: bump copilot 1.69.0
chore: bump copilot 1.69.0
a04196e2ef520e71b33991af951e5bddbb0a80e6
--- packages/celebration-mini-app-graphql/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.18.1](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/cele...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.28.2 - @walmart/celebration-mini-app-graphql@1.18.1
20cc79489df1dd9569100f454aff2b7364c3bf1f
--- src/screens/AllTeamsScreen/AllTeamsScreen.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react/no-unstable-nested-components */ import React, {useState, useRef, useCallback} from 'react'; import {translationClient, Team, logger} from '../../common'; import {View, SectionList, Text, RefreshControl} from 'react-native'; @...
fix: review comments
fix: review comments
148a661848d028a480c6eca7d11cc509a249f303
--- package.json @@ -153,7 +153,7 @@ "@walmart/taskit-mini-app": "5.34.9", "@walmart/time-clock-mini-app": "3.19.2", "@walmart/time-clock-mini-app-next": "3.0.0", - "@walmart/topstock-mini-app": "1.23.4", + "@walmart/topstock-mini-app": "1.24.2", "@walmart/translator-mini-app": "1.6.4", "...
fix(topstock): Topstock bug fixes (#4237)
fix(topstock): Topstock bug fixes (#4237) * fix: VS-9092 ui fix for topstock * fix(ui fix): VS-9231 ui fix * fix: lock file fix --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
34b80f5144f2351853c865e87a5e9c4f9c911412
--- package-lock.json @@ -67,7 +67,7 @@ "@walmart/mod-flex-mini-app": "1.11.6", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.16", - "@walmart/pay-stub-miniapp": "0.13.2", + "@walmart/pay-stub-miniapp": "0.13.5", "@walmart/payrollsolution_minia...
bump version
bump version
3a9ee741dae2ac088103ce292c169bb9650f348f
--- __tests__/updates/UpdateCheckViewTest.tsx @@ -90,11 +90,18 @@ describe('UpdateVersionModal', () => { ); }); - it('matches snapshot when update is forced', () => { + it('matches snapshot when update is forced; with description', () => { mockUseSelector.mockReturnValue({ updateInfo: { ...
Completing update check test coverage
Completing update check test coverage
e522e1c30c003fc3143c9b7afdee2b6cf82cbcfe
--- src/screens/RosterDetailScreen/StoreRosterDetailScreen/StoreRosterDetailScreen.tsx @@ -120,6 +120,7 @@ export const StoreRosterDetailScreen = ({ route }: RosterDetailScreenProps) => { () => getCurrentTeamName(), [teamState, currentTeam] ); + const headerAndSubtext = getHeaderAndSubtext( current...
potential fixes for filter chips
potential fixes for filter chips
e1019c1ac1dd1bbcedb1b0ef96b5a828723384e6
--- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx @@ -196,12 +196,14 @@ export const HubDashboard = ({ }); }; - useFocusEffect( - useCallback(() => { - if (scrollViewRef.current) { - scrollViewRef.current.scrollTo({ y: 0, animated: false }); - } - }, [allowedW...
Update packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
Update packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com>
8938226e56599aa99ec073fe4e42d2733f5b4253
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/pay-stub-miniapp": "0.9.31", "@walmart/payrollsolution_miniapp": "0.130.34", "@walmart/price-changes-mini-app": "1.8.7", - "@walmart/profile-feature-app": "0.143.0", + "@walmart/profile-feature-app": "0.184.0", "@walmart...
Add military status to profile
Add military status to profile
2cd12a0af73bd0aaff74aa80c5cdbd7c359c96ff
--- yarn.lock @@ -7126,7 +7126,7 @@ __metadata: "@walmart/store-feature-orders": "npm:1.26.12" "@walmart/taskit-mini-app": "patch:@walmart/taskit-mini-app@npm%3A3.3.0#~/.yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch" "@walmart/time-clock-mini-app": "npm:2.400.0" - "@walmart/topstock...
fix(): updated topstock version to 1.16.25
fix(): updated topstock version to 1.16.25
f3a7eb75fcc83791d4e0af216c34c0b8b5560673
--- packages/allspark-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-authentication", - "version": "2.0.9", + "version": "3.0.0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", --- packages/allspark-foundation/package.json @@ -1,7 +1,7 @@ { "name": "...
chore: align packages to v3
chore: align packages to v3
4775f12e3166f9c2ca125c7c11138cdf39440481
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.29.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.28.0...v1.29.0) (2025-05-01) + + +### Features + +* **ui:** update roster and wmconnect version ([917cb3c](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/917cb3cd8ffcf712277d095217f0f3d56111a555...
chore(release): 1.29.0 [skip ci]
chore(release): 1.29.0 [skip ci] # [1.29.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.28.0...v1.29.0) (2025-05-01) ### Features * **ui:** update roster and wmconnect version ([917cb3c](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/917cb3cd8ffcf712277d095217f0f3d56111a555))
831438cfbffa0d6e6635961fa649729eca069ceb
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.13.0-alpha.4", + "version": "1.13.0-alpha.5", "main": "dist/index.js", "files": [ "dist" --- src/components/RosterWidget.tsx @@ -0,0 +1,52 @@ +import {useTranslation} from 'react-i18next'; +import {MY_TEAM_I18N_NAM...
feat(ui): update widget on myTeam
feat(ui): update widget on myTeam
19f5a25c738a1ce86d8f899eeb94566ef082aa2d
--- package.json @@ -111,7 +111,7 @@ "resolutions": { "@react-native-community/datetimepicker": "^7.6.2", "@walmart/allspark-utils": "6.3.3", - "@walmart/allspark-foundation": "6.9.1", + "@walmart/allspark-foundation": "6.9.2", "@walmart/me-at-walmart-athena-queries": "6.4.1", "@walmart/me-...
chore: bump foundation package.
chore: bump foundation package.
4f2afc91518638f87662d3383c38570c23370736
--- packages/allspark-foundation-hub/src/SupplyChain/Hub/SiteHubDashboard.tsx @@ -24,13 +24,11 @@ import { UserSelectors } from '@walmart/allspark-foundation/User'; import { useAllsparkTranslation } from '@walmart/allspark-foundation/Translation'; import { OnboardingScreen } from '../Screens/OnboardingScreen/Onboardi...
feat(ui): updated logic for callout
feat(ui): updated logic for callout
473e1486190f893f8c8ca326c0c910ed1311390e
--- .looper.multibranch.yml @@ -264,7 +264,7 @@ flows: - echo "default flow not required" pr: - - npm install --legacy-peer-deps + - npm install - npm run env:dev - npm run lint - npm run coverage -- --no-watchman @@ -377,7 +377,7 @@ flows: build-snapshot: - var(START_TIME): dat...
mod flex patches
mod flex patches
1a9a498d8222acbe37f61ecf670e6e0f8bf699f5
--- package.json @@ -150,7 +150,7 @@ "@walmart/react-native-webex-sdk": "0.9.20", "@walmart/receipt-check-miniapp": "1.34.4", "@walmart/redux-store": "~6.3.28", - "@walmart/returns-mini-app": "4.17.10", + "@walmart/returns-mini-app": "4.17.12", "@walmart/rfid-scan-mini-app": "2.14.3", "@w...
fix: bug fix for returns image (#4839)
fix: bug fix for returns image (#4839)
22bd61978b80d8271ac516737a8c90db09734507
--- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx @@ -599,7 +599,7 @@ export const MainStackNav = () => { {AskSamFeature.buildAllScreens({ Navigator: MainStack as any, })} - + {ModFlexFeature.buildAllScreens({ Navigator: MainStack as any, ...
Resolved the linting issue
Resolved the linting issue
95823c41cfd9bd36f82dc40aae01f9af3a0d9b47
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.25.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.24.0...v1.25.0) (2025-04-04) + + +### Features + +* **ui:** update package js and looper for myteam ([791b772](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/791b7725879eb3929b5e96a296d820564b82...
chore(release): 1.25.0 [skip ci]
chore(release): 1.25.0 [skip ci] # [1.25.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.24.0...v1.25.0) (2025-04-04) ### Features * **ui:** update package js and looper for myteam ([791b772](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/791b7725879eb3929b5e96a296d820564b827335))
2fedd9fbd2368acc5dccb18aec72fb81dc09c5b6
--- src/settings/timeclock/TimeClockSettings.tsx @@ -19,7 +19,7 @@ export const TimeClockSettings = ( ) => { const {navigation} = props; - const {t} = useTranslation('settings'); + const {t} = useTranslation(); const dispatch = useDispatch(); const snackbar = useSnackbar(); @@ -35,8 +35,8 @@ export cons...
timeclock notification string fix
timeclock notification string fix
8963379fcd34eba84d6541565d113e232d7e2ae3
--- src/auth/LoginErrorScreen/index.tsx @@ -83,11 +83,11 @@ export const LoginErrorScreen = ( const [isNetworkError, isTimeMismatchError, isBrowserNotFoundError] = useMemo(() => { - const networkError = NETWORK_ERRORS.some( - (term) => customError?.toLowerCase()?.includes(term), + const netwo...
chore: lint fixes
chore: lint fixes
295d8b5312ada24cb994137d8eb6f046e3e6f735
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 886 - versionName "1.8.0" + versionCode 891 + ver...
version bump for drop 8.5
version bump for drop 8.5
892e897d5851a58106b6fda8be9e5320d8f0a5dc
--- src/containers/ChatInput/ChatActions.tsx @@ -8,7 +8,6 @@ import { } from 'react-native'; import Animated, {FadeInLeft, FadeInRight} from 'react-native-reanimated'; import { - CameraIcon, ChevronRightIcon, colors, ImageIcon, @@ -29,7 +28,6 @@ export const ChatActions = (props: { collapsed: boolean; ...
remove camera
remove camera
703e7d821ee4b563ab260dc170e61ed513a6b1a3
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/amp-mini-app": "1.1.48", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.13.4", - "@walmart/attendance-mini-app": "0.190.6", + "@walmart/attendance-mini-app": "1.29.0", "@walmart/compass-sdk...
ama v1.29.0 and schedule-mini-app 0.43.0
ama v1.29.0 and schedule-mini-app 0.43.0
b2d21343a3d1f53ed7ba5f38a8860ec3567d1e3b
--- targets/US/package.json @@ -146,7 +146,7 @@ "@walmart/schedule-mini-app": "1.13.0", "@walmart/shelfavailability-mini-app": "1.5.41", "@walmart/shop-gnfr-mini-app": "1.0.137", - "@walmart/sidekick-mini-app": "4.168.19", + "@walmart/sidekick-mini-app": "4.168.24", "@walmart/store-feature-ord...
chore: bump sidekick@4.168.24
chore: bump sidekick@4.168.24
50f7b7efab9fd4db46296e02ebfac67c9d70a939
--- packages/allspark-foundation/src/Components/Onboarding/OnBoardingFlow.tsx @@ -0,0 +1,63 @@ +import React from 'react'; +import { View } from 'react-native'; +import { TeamOnboardingScreen } from '../../../../allspark-foundation/src/HubFeature/Onboarding/TeamOnboarding/Screens/TeamOnboardingScreen'; +import { Allspa...
Adding onboarding flow wrapper component
Adding onboarding flow wrapper component
79390966d322368ce38cc6a9b2a6c1d2c592e4ba
--- package-lock.json @@ -32490,7 +32490,7 @@ }, "packages/allspark": { "name": "@walmart/allspark", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "dependencies": { "commander": "11.0.0", "inquirer": "^9.2.10", @@ -32499,10 +32499,10 @@ }, "packages/allspark-authentication"...
chore: update lock file
chore: update lock file
aacd74ca92bcc1ed5099d62d8fadef47289ab66c
--- package.json @@ -141,7 +141,7 @@ "@walmart/react-native-cookies": "1.0.1", "@walmart/react-native-encrypted-storage": "~1.1.3", "@walmart/react-native-logger": "1.38.1", - "@walmart/react-native-scanner-3.0": "0.15.4", + "@walmart/react-native-scanner-3.0": "0.15.5", "@walmart/react-native...
fix(VS-9954): adding backroom context switching fix VS-9954 (#4793)
fix(VS-9954): adding backroom context switching fix VS-9954 (#4793) Co-authored-by: t0s0qvk <t0s0qvk@walmart.com> Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
5d70d26112473059f8e495312c57e37a837377d6
--- packages/allspark-foundation-hub/__tests__/HubFeature/HubContainer.test.tsx @@ -373,9 +373,9 @@ describe('findTeamById', () => { { teamId: '1', teamLabel: 'Admin & Support' }, { teamId: '2', teamLabel: 'Support' }, ] as TeamSwitcherTypes[]; - const teamLabel = 'Support'; + const teamId = '2...
Update the team selection for removing the Cancel button
Update the team selection for removing the Cancel button
ad910e4c751f1a8604cd9aa150af6de80d9de020
--- graphql.yml @@ -82,7 +82,7 @@ applications: tags: - 'v1' - name: 'getForYouHeaderAssociateDetails' - hash: '02d4e03cdb0dfc6ef20c12cab454acc79a65cf533ed11370dc2cf060fde5c9c6' + hash: '52a5cdfe9b5ada9bb5680871d8994f241b839dcab30386c26aabba3676f45a36' ...
feat(graphql): fix hash
feat(graphql): fix hash
77f34861b9e746e0eb668d86ae2c2da97e992d7f
--- ios/Podfile.lock @@ -2395,4 +2395,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c9f41cd0eea4c05c04347f7cd24fb8f8aa2bcd40 -COCOAPODS: 1.12.0 +COCOAPODS: 1.12.0 \ No newline at end of file
feat: removed extra line
feat: removed extra line
1506905dfaf705f31d084ba8e5d4d2e0a69cc9e7
--- package-lock.json @@ -52,9 +52,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.4", "@walmart/impersonation-mini-app": "1.11.0", - "@walmart/ims-print-services-ui": "2.1.0", + "@walmart/ims-print-services-ui": "2.1.1", "@w...
updated iteminfo version with emergency banner, sii-1954, sii-2235
updated iteminfo version with emergency banner, sii-1954, sii-2235
d288dd29de95b354fb8fd007b66f5a4da02d1e76
--- package-lock.json @@ -20465,9 +20465,9 @@ "integrity": "sha512-+4vPVbvtT+kRUtKIIJIjmL/bqefoUTAZ7CoiYhiwf+9zumrM+CxfVLmSGDwNtxjrOOfHQTXZhXf5TZO3nNVQZQ==" }, "react-native-webview": { - "version": "10.7.0", - "resolved": "https://npme.walmart.com/react-native-webview/-/react-native-webview-...
Update react-native-webview to 10.10.0
Update react-native-webview to 10.10.0
9231f68dda0192347507b9379ac5d229949b6d91
--- package-lock.json @@ -18444,9 +18444,9 @@ } }, "react-native-wm-barcode": { - "version": "2.36.0", - "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.36.0.tgz", - "integrity": "sha512-wp3RIALmB1QuG+DHOuMsdBQo6hpNrbRoDvGiwlveqtVJ5Wckq89p45Cijqt...
barcode version bump
barcode version bump
746982993df1208b7e9e817d8a1d4e1d8d477cd1
--- package-lock.json @@ -4253,9 +4253,9 @@ "integrity": "sha512-DMXzHrlFBvd5qOHxju7irJ+4UkclgpwJVlEKzPqmL4oQPYXkjCydvbJR0O5FmZtDDyBrKxKtofD2vD4nyBeHPA==" }, "@walmart/inbox-mini-app": { - "version": "0.21.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox bump
inbox bump
ead82d6bfa3a2e51fcd10173a08f46b6c84e9d42
--- 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.2.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.2.0 - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.25 - @walmart/associate-exp-hub-team-switcher@2.2.0
f7d134a2cfbc57778031bec8241a606d3e6dec8a
--- android/app/build.gradle @@ -158,6 +158,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion + multiDexEnabled true versionCode 908 versionName "1.11.0" ...
Added multidex enabled true
Added multidex enabled true
77d1b7d0b197f57af8f3106b5126657bd0c25830
--- packages/allspark-foundation-hub/__tests__/supplyChain/Screens/__snapshots__/OnboardingScreen.test.tsx.snap @@ -20,7 +20,7 @@ exports[`OnboardingScreen renders OnboardingScreen screen component 1`] = ` "flexDirection": "row", "justifyContent": "space-between", "paddingBottom":...
Update hub version
Update hub version
14df4588e865975cec0b0f55c31e83e730df2e83
--- .looper.multibranch.yml @@ -496,7 +496,7 @@ flows: firstUpper=`echo ${first} |tr '[:lower:]' '[:upper:]'` upperEnv="${firstUpper}${rest}" echo "about to run build ${env} / ${upperEnv}" - ./gradlew assemble${upperEnv}Release --info --stacktrace + ./gradlew assemble${upperEnv}...
removing --info from assembleRelease
removing --info from assembleRelease
5c5b41e5d85216195efb868b1ba147d769e121f7
--- package-lock.json @@ -48,7 +48,6 @@ "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-graphql-client": "^1.4.1", - "@walmart/allspark-utils": "^1.5.2", "@walmart/config-components": "4.0.2", "@walmart/core-se...
removing extra package
removing extra package
9a7b460835e126c535b0a6f70b5bf614f2dbfe38
--- package.json @@ -91,7 +91,7 @@ "@walmart/calling-mini-app": "0.7.52", "@walmart/checkout-mini-app": "patch:@walmart/checkout-mini-app@npm%3A4.8.12#~/.yarn/patches/@walmart-checkout-mini-app-npm-4.8.12-47beb69cd1.patch", "@walmart/compass-sdk-rn": "6.2.17", - "@walmart/config-components": "4.8.1", ...
fix(deviceconfig): sync with drop/30 Cope Device Identification Logic Change
fix(deviceconfig): sync with drop/30 Cope Device Identification Logic Change
a8f00c3fa0a57e579887e606b31df6dfc56bfda7
--- src/screens/MessagesScreen.tsx @@ -118,12 +118,8 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => { }; // join group messages if not listed - if (channelData.group) { - if (!channelData.participants?.includes(viewerId)) { - channelUpdates.participants = fires...
fix: avoid participant list rewrite on channel connect
fix: avoid participant list rewrite on channel connect
45ee366c334eaf82b7d4f371122ad828931aa327
--- src/auth/ErrorScreen.tsx @@ -28,9 +28,10 @@ import {encryptUserId} from '../services/MaskUserId'; import styles from './styles'; import {initialConfig} from './constants'; import WmConfig from 'react-native-wm-config'; -import {isEmpty} from 'lodash'; +import {flatten, isEmpty} from 'lodash'; interface Lang {...
update log format for option
update log format for option
5efac6556b64a264cbe8ab7d98a268bed4b7035d
--- __tests__/__mocks__/@walmart/allspark-foundation/User.js @@ -15,6 +15,9 @@ module.exports = { getOriginalUserPreferredFullName: jest.fn(), getOriginalUserWorkingSite: jest.fn(), getPreferredFullName: jest.fn(), + getIsUserPeopleLead: jest.fn(), + getIsUserTeamLead: jest.fn(), + getIsUserSala...
feat(ui): fixed tests
feat(ui): fixed tests
0f93425aff3e6e7b5d13695694bedf64599826cf
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.7.0-alpha.0", + "version": "3.7.0-alpha.21", "main": "dist/index.js", "files": [ "dist",
chore(wmconnect): bump version to 3.7.0-alpha.21
chore(wmconnect): bump version to 3.7.0-alpha.21
c283842025cace26ac6a1aec0e4c65f52f8b43b7
--- packages/allspark-foundation/src/FeatureRunner/modals/TranslationModal.tsx @@ -51,6 +51,7 @@ export const TranslationModal = () => { label={LanguageTitles[language] || language} checked={i18n.language === language} onPress={() => onChangeLanguage(language)} + // esl...
resolving commit
resolving commit
2c03829e06f93a674d0db10c484d2a80d4db19d2
--- .looper.yml @@ -14,7 +14,7 @@ triggers: - manual: name: Publish Changed call: publishFromChanges - - manual: + - manual: name: Publish From Package call: publishFromPackage # - manual:
chore: looper fix
chore: looper fix
a1308b1cdb1c0141f8c458061e60c94791e220cd
--- packages/allspark-foundation-hub/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.2.11](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.2.11 - @walmart/me-at-walmart-athena-queries@6.30.3
6eb328a781d37dc747eb0985370ccf9a9886ac65
--- scripts/BuildSupport/AppStore.keychain-db Binary files a/scripts/BuildSupport/AppStore.keychain-db and /dev/null differ --- scripts/BuildSupport/build-archive.sh @@ -1,61 +0,0 @@ -#!/bin/bash - -BUILD_DIR="build/${ARCHIVE_TYPE}" -WORK_DIR="${BUILD_DIR}/Temporary" -ARTIFACTS_DIR="${BUILD_DIR}/Artifacts" -XCODE_ARC...
feat(ui): update scripts
feat(ui): update scripts
c8970af8d560b8f48dc61c75f95c4b8ed561c3b3
--- src/navigation/AssociateHallwayNav/SideMenuContent.tsx @@ -101,16 +101,26 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps> = ( const handleSignOut = () => { setShowDialog(false); + connectedSSO.signOut(activityName, false); WmTelemetry.logEvent('global_navigation', 'sign_out_...
telemetry added
telemetry added
8dc3b83bc7103686c6eab5cf60ec6c2830af15db
--- src/home/components/GreetingRowV2/useUserInfo.ts @@ -196,6 +196,26 @@ export const useUserInfo = ( } }, [isFocused, cacheState.valid, cacheState.timestamp, TTL_MS, safeRefetch, invalidateCache]); + // Midnight refetch: invalidate cache and refetch when date changes + useEffect(() => { + if (!cacheSta...
feat(header): add refetch on midnight
feat(header): add refetch on midnight
f3a2afbd560344a72cb33bc209467ccfbdd46ddc
--- src/hooks/teams.ts @@ -1,11 +1,11 @@ import {useSelector} from 'react-redux'; import {SiteSelectors, UserSelectors} from '@walmart/redux-store'; import {useGetTeamByIdQuery} from '../queries/getTeamById'; +import {useGetTeamsByStoreQuery} from '../queries/getTeamsbyStore'; import {Associate} from '../types'; i...
updating hook to use athena
updating hook to use athena
caf2ebed6e6540b0703f2749f83dfffdb56b3417
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.1.0...v3.1.1) (2025-07-01) + + +### Bug Fixes + +* **ui:** update wmconnect version for roster ([0ec24c1](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/0ec24c19e1876d9d079b8b4097873b938548c351)...
chore(release): 3.1.1 [skip ci]
chore(release): 3.1.1 [skip ci] ## [3.1.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.1.0...v3.1.1) (2025-07-01) ### Bug Fixes * **ui:** update wmconnect version for roster ([0ec24c1](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/0ec24c19e1876d9d079b8b4097873b938548c351))
245ed26a21f176a7c58093dd03ac68cf23869156
--- src/components/TeamList.tsx @@ -343,16 +343,22 @@ export const TeamChatCard = (props: { if (isNil(teams) || teams.length === 0) { return null; } - const renderTeamItems = teams.map((teamItemInfo) => { - return <TeamItem teamId={teamItemInfo.teamId!} canMessage={false} />; + c...
fixing borders
fixing borders
c0d41c13a7583976ef626b4d4541eea01a96fd8f
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.13.0", + "version": "2.13.1", "main": "dist/index.js", "files": [ "dist"
fix(ui): update roster and wmconnect mini app version smdv-9999
fix(ui): update roster and wmconnect mini app version smdv-9999
89949476bd34ff74e38b8c611db14542a6d3ef27
--- packages/allspark-redux-store/package.json @@ -28,19 +28,8 @@ "prepare": "rm -rf lib && tsc", "clean": "rm -rf lib/ || true" }, - "devDependencies": { - "@types/react-redux": "^7.1.9", - "graphql": "^16.6.0", - "react-native-flipper": "^0.152.0", - "redux-flipper": "^2.0.1" - }, - "peerD...
fix: remove http client dependency
fix: remove http client dependency
fd81e4baff094c38bc8e082784d39de2fbde6d03
--- __tests__/PinAccess/PinCodeSagasTest.ts @@ -108,7 +108,8 @@ describe('handlePinCreation', () => { }); describe('handlePinPrompt', () => { - it('calls expected actions on reset true', () => { + it('calls expected actions on reset true; cancels biometric task', () => { + const biometricTask = createMockTask(...
Removing interaction manager wait. Cancelling biometric task if needed (#580)
Removing interaction manager wait. Cancelling biometric task if needed (#580) Co-authored-by: rlane1 <rlane1@walmart.com>
740c55d7956f29b4b5771ca369fb265a7d0b4dc8
--- lerna.json @@ -22,7 +22,6 @@ ], "packages": [ "packages/allspark-utils", - "packages/me-at-walmart-athena-queries", "packages/allspark-foundation", "packages/allspark-authentication", "packages/me-at-walmart-container"
chore: update publish config for testing
chore: update publish config for testing
e64f1438870291a90ab65aa0848e0744ad3adb8d
--- packages/allspark-foundation-hub/__tests__/HubFeature/TeamListItem.test.tsx @@ -49,18 +49,14 @@ describe('TeamListItem', () => { it('calls handlePress when checkbox is pressed', () => { const { getByTestId } = render(<TeamListItem {...teamSelectionProps} />); - const checkbox = getByTestId( - `tea...
feat: updated team list item press
feat: updated team list item press
78c286278070ecd24279c8238185eb022c164c8e
--- packages/allspark-foundation/src/Container/AllsparkContainer.tsx @@ -30,6 +30,7 @@ import { UserServiceCreator } from '../User'; import { GraphQLClientProvider } from '../GraphQL/provider'; import { HttpClientSetupGuard } from '../HTTP/setup'; +import { AllsparkNavigationClient } from '../Navigation'; import {...
fix: navigation setup missing from container initialization
fix: navigation setup missing from container initialization
0e65b0865352f110cf5f027431a50ce0ad855720
--- package-lock.json @@ -4400,7 +4400,7 @@ "@walmart/react-native-shared-navigation": { "version": "0.4.0", "resolved": "https://npme.walmart.com/@walmart/react-native-shared-navigation/-/react-native-shared-navigation-0.4.0.tgz", - "integrity": "sha512-xXCe5sJeytOO9HAKLaTiQQMzomfUS2wUP6ICLYv9B...
bump react-native-wm-barcode to 2.36.0-alpha
bump react-native-wm-barcode to 2.36.0-alpha
2a8ed1f219349ba3ae930c302829b01edee1c039
--- targets/US/package.json @@ -101,7 +101,7 @@ "@walmart/counts-component-miniapp": "0.1.14", "@walmart/emergency-mini-app": "1.30.5", "@walmart/exception-mini-app": "1.8.13", - "@walmart/facilities-management-miniapp": "0.17.0", + "@walmart/facilities-management-miniapp": "0.18.2", "@walmart...
version bump
version bump
c8c7d69c70aaf1899a4673a8f5e9af5edc1824b8
--- core/__tests__/__mocks__/@walmart/allspark-foundation/Environment.js @@ -1,22 +0,0 @@ -module.exports = { - ...jest.requireActual('@walmart/allspark-foundation/Environment'), -useEnvironment: jest.fn(() => ({ auth: {associate: {"clientId": "MeAtWMT"}} })), - - AllsparkEnvironment: { - resolveDerivedVal...
remove enviromental mock
remove enviromental mock
3b93a920051f9fe28e018b29d0077196e3639434
--- packages/me-at-walmart-container/__tests__/http/interceptors/workInterceptor.test.ts @@ -0,0 +1,28 @@ +import {WorkInterceptor} from '../../../src/http/interceptors/workInterceptor' + +import { InternalHttpClientRequestConfig } from '../../src/HTTP'; +import { AllsparkReduxStore } from '../../src/Core'; + +const ac...
fix: add test for work interceptor DWORK-7538
fix: add test for work interceptor DWORK-7538
13d0ccc76ba5832ad04fc5c7bffb4369fbcd8ab3
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 879 - versionName "1.6.2" + versionCode 880 + ver...
revert sumo to alpha-3 for v1.6.3
revert sumo to alpha-3 for v1.6.3
aacf34be93284155af1ab85bdf7c46acdd1e2f33
--- package-lock.json @@ -72,7 +72,7 @@ "@walmart/ims-print-services-ui": "2.10.3", "@walmart/inbox-mini-app": "0.92.10", "@walmart/iteminfo-mini-app": "7.10.13", - "@walmart/learning-mini-app": "20.0.20", + "@walmart/learning-mini-app": "20.0.21", "@walmart/manager-app...
feat: :sparkles: Bump learning mini app version to 20.0.21
feat: :sparkles: Bump learning mini app version to 20.0.21
f35d93c70743e4793aec8a6047d6629bb53ab844
--- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx @@ -58,6 +58,18 @@ jest.mock('@walmart/me-field-mini-app', () => { }; }); +jest.mock('@walmart/pay-stub-miniapp', () => { + return { + PayStubMiniApp: 'PayStubMiniApp', + }; +}); + +jest.mock('@walmart/financial-wellbeing-feature-app', () => {...
Updated test with new mocks
Updated test with new mocks
71632b7f9b99a07ce25fb36985d67643c965b5c9
--- src/components/AssociateList/AssociateListItem.tsx @@ -136,17 +136,21 @@ export const AssociateListItem = ({ </View> </View> <View style={styles.tagAndButtonContainer}> - {showStatusChipAndViewSchedule ? ( - <View accessible={false}> - <StatusChip - ass...
Update dnd status chip
Update dnd status chip
711d4c45a8f54db136684a48008427c75e85af88
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.15", + "version": "2.0.16", "private": false, "main": "bundle/dist/index.js", "files": [ --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.15", + "version": "2.0.16", ...
Update package.json
Update package.json
1a6d6d5b50a8c4427479e843a4c3c1ed472360e5
--- android/app/build.gradle @@ -144,8 +144,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 855 - versionName "1.4.1" + versionCode 856 + ver...
version bump to 1.4.2
version bump to 1.4.2
23de05879f8b65638b357576f7eb46e89e0f5592
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -540,7 +540,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D994751F557438D6B85DBCC2 /* Pods-AllSpark.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta"; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-...
revert unneeded changes.
revert unneeded changes.
df9c837900c809328a7364a661b4f97e2a8b415f
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -7,6 +7,7 @@ import { type LinkingOptions, CommonActions, DrawerActions, + StackActions, ParamListBase, StackRouter, StackRouterOptions, @@ -441,6 +442,16 @@ export class NavigationClient< return; } + // If the action is a...
feat(navigation): add navigation resolver handling for push actions on client dispatch
feat(navigation): add navigation resolver handling for push actions on client dispatch
be7778d7e217afe858c9c473797328995984bdc3
--- package.json @@ -93,7 +93,7 @@ "@walmart/calling-mini-app": "0.2.13", "@walmart/checkout-mini-app": "3.9.310", "@walmart/compass-sdk-rn": "patch:@walmart/compass-sdk-rn@npm%3A5.19.3#~/.yarn/patches/@walmart-compass-sdk-rn-npm-5.19.3-6aa8f19bab.patch", - "@walmart/config-components": "4.4.0", + ...
-config component version update
-config component version update
a53e678b5527f2bc1e449c07fe297a6d6290ff19
--- .looper-native-common.yml @@ -83,7 +83,7 @@ flows: sh scripts/isResourcePresent.sh ${fullUrl} - echo "checked for ${fullUrl}; result is ${result}" - if: | - %{(result != 200 or result != "200")} + %{(result != 200 or result != "200") and (GITHUB_BRANCH_...
Chore/looper (#252)
Chore/looper (#252) * Added a check to make sure we aren't building release builds from Forked repo and also the Slack notifications should get posted on the test channel if it's from Forked repo * updated slack script to show GitHub Repo URL * test * fixed the Slack script error * reverting changed * a...
6ccaf6effc1ef07bfc0ce6d9d99154f634e3110b
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/avp-feature-app": "0.1.5", "@walmart/avp-shared-library": "0.1.6", "@walmart/calling-mini-app": "0.1.13", - "@walmart/compass-sdk-rn": "5.18.15", + "@walmart/compass-sdk-rn": "5.18.19", "@walmart/config-components": "4.2...
version bump
version bump
7c07ddb684cf56cd2d474b2c05464c4d46ff1137
--- ios/Podfile.lock @@ -16,7 +16,7 @@ PODS: - BVLinearGradient (2.6.2): - React-Core - CocoaAsyncSocket (7.6.5) - - compass-sdk-rn (3.16.17): + - compass-sdk-rn (4.0.0): - React-Core - DoubleConversion (1.1.6) - FBLazyVector (0.70.9) @@ -1164,7 +1164,7 @@ SPEC CHECKSUMS: boost: a7c83b3143684...
Updated pod file with latest compass sdk rn version
Updated pod file with latest compass sdk rn version
27a7de477288fb6e87a88af015eb1786128e5d75
--- package-lock.json @@ -35,7 +35,7 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/amp-mini-app": "1.1.30", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.3.71", + "@walmart/ask-sam-mini-app": "1.3.73", "@walmart/attendance-mini-...
ALLSPARK-1836: setting the config when channel Id changes
ALLSPARK-1836: setting the config when channel Id changes
aabf18f3987769420852510d88d1b13c00bbbb30
--- targets/US/package.json @@ -84,7 +84,7 @@ "@walmart/allspark-utils": "6.5.0", "@walmart/amp-mini-app": "1.1.98", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.28.12", + "@walmart/ask-sam-mini-app": "1.28.17", "@walmart/associate-listening-mini-app": "1.2.1...
ask sam version bump -artifactory changes
ask sam version bump -artifactory changes
babe7ecea08858591f521f131a766aff0bbf8db7
--- .looper-pr.yml @@ -5,10 +5,10 @@ envs: variables: APP_NAME: roster-miniapp STAGES_TO_RUN: - LINT: false - UNITTEST: false + LINT: true + UNITTEST: true BUILD: true - SONAR_SCAN: false + SONAR_SCAN: true ARTIFACT_PUBLISH: true AU...
Update version
Update version
ed626a76722b119f145b5670d9ff7711dee5f63c
--- ios/AllSpark/Info.plist @@ -120,6 +120,7 @@ <string>fetch</string> <string>remote-notification</string> <string>voip</string> + <string>external-accessory</string> </array> <key>UILaunchStoryboardName</key> <string>LaunchScreen-Dev</string>
Update info.plist to have external connections during background mode
Update info.plist to have external connections during background mode
43c2cc68e65a39b9d892326e399e7b5ee3e32a7c
--- package-lock.json @@ -5314,9 +5314,9 @@ "integrity": "sha512-kgl3PpMJiM1hqhpEfLMIEHBdq+e6mKLPZNT3fmJIgO3RZYV3xcCrO2gIacJL3j+nr8DuDdw/FzeCGzKdKurniw==" }, "@walmart/inbox-mini-app": { - "version": "0.59.0", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
update version for empty screen case
update version for empty screen case
188028d8331abf5d1112e2449abe5683b50178e9
--- __tests__/channels/components/__snapshots__/UnreadBadge.test.tsx.snap @@ -10,6 +10,8 @@ exports[`UnreadBadge should display "99+" when unreadCount exceeds 99 1`] = ` [ { "backgroundColor": "#ffc220", + "borderColor": "#803d10", + "borderWidth": 1, },...
feat(ui): update wmconnect version
feat(ui): update wmconnect version
a4a5566e051771d3544051127831c085e695cdf9
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap @@ -71,7 +71,7 @@ exports[`MainTabsNav matches snapshot with badges 1`] = ` } /> <Screen - component="TaskItMiniApp" + component={[Function]} name="taskit" options={ Object { @@ -210,7 +210,7 @@ ex...
Updated tests
Updated tests
2cbf4a460ba1d0d671f5fe1cb39c812220a0414d
--- 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.10): + - react-native-scanner-3.0 (0.1.11): - Firebase/Analytics - React - ScanditBarcodeCapture (= 6.14.0-beta.3) @@ -1005,7 +1005,7 @@ SPEC CHEC...
Scanner3: Android hot fix for crash on first install
Scanner3: Android hot fix for crash on first install
a7a2f5176bf06332ddba2b522de94b703c751895
--- __tests__/screens/TabsScreenTest.tsx @@ -0,0 +1,6 @@ +// eslint-disable-next-line @typescript-eslint/no-unused-vars +import React from 'react'; + +describe('TabsScreen', () => { + it('Should display clocked out screen guard if user clocked out', () => {}); +}); --- src/components/ClockedOutScreenGuard.tsx @@ -8,...
adding test case
adding test case
69390eadbe559897c89f5a4d3c5bcb10e94f9ff4
--- __tests__/components/RosterDetailPageHeader.test.tsx @@ -7,6 +7,7 @@ describe('RosterDetailPageHeader', () => { header: 'Entertainment', subText: 'See associates on your team', teamId: '123', + linkText: 'View other teams', handleNavigation: jest.fn(), }; @@ -16,6 +17,7 @@ describe('Rost...
feat: misc cleanup
feat: misc cleanup
b54d3b279462bd1999c6cae624a5b987bcea3422
--- 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.29.3", + "@walmart/ask-sam-mini-app": "1.29.5", "@walmart/associate-listening-mini-app": "1.2.14", "@wa...
refactor(buildconversepayload-assistant/converse): SMBLV-8901 ccm
refactor(buildconversepayload-assistant/converse): SMBLV-8901 ccm