commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
cfb6e3fe0594a6cfa1d2192f1a5905bd950eec70
--- packages/me-at-walmart-container/src/translations/index.ts @@ -36,63 +36,54 @@ export const MeAtWalmartTranslationConfig: TranslationClientConfig = { descriptor: 'Bengali (BD)', currency: '৳', dateFormat: 'DD/MM/YYYY', - //@ts-expect-error languageCode: 'bn-BD', }, 'fr-CA'...
feat(translation): stabilize
feat(translation): stabilize
e6bad11565355d15feb2c1949a7572c63f965cc5
--- package.json @@ -101,7 +101,7 @@ "@walmart/backroom-mini-app": "1.17.10", "@walmart/beneficiary-online-mini-app": "0.1.26", "@walmart/beneficiary-online-shared-library": "1.2.7", - "@walmart/calling-mini-app": "0.8.32", + "@walmart/calling-mini-app": "0.8.34", "@walmart/candidate-authentic...
fix: Calling permission flow & webex id deletion ux fix
fix: Calling permission flow & webex id deletion ux fix
f56dd83e5e30ce7e154a2146c330217f3f373794
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.19", + "version": "1.0.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.19", + "version": "1.0.20", "hasInstal...
Update version
Update version
e3864cf632dc8509dfcfbdc4da6ce4288cfbdae1
--- core/__tests__/permissions/PermissionsSagaTest.ts @@ -90,49 +90,28 @@ describe('permissions sagas', () => { describe('handlePermissions', () => { it('handles permissions set', () => { const iterator = handlePermissions(); - let result = iterator.next(); - expect(result.value).toEqual(call(g...
code cleanup
code cleanup
578e8ccd7aab226f03e48ee1b659971f969e9501
--- src/auth/ErrorScreen.tsx @@ -46,12 +46,11 @@ export const ErrorScreen: FC<any> = (props) => { const siteIdValid = !formDirty || !!siteId; const errSelectValid = !formDirty || !!errorCategory; const otherOptionValid = - !formDirty || - (errorCategory === translate('ssoError.issues.other') + errorCa...
update required and log check logic
update required and log check logic
44ff4c432f5d0a2827f5b3bbc965173dfb69b346
--- ios/Podfile.lock @@ -573,7 +573,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.1.57): + - react-native-ptt-module (1.1.59): - PTT (= 0.4.2) - React - react-native-safe-area-context (3.1.8): @@ -996,7 +996,7 @@ SPEC CHECKSUMS: react-nati...
PTT version update (#171)
PTT version update (#171) * PTT version upgrade * updated PTT and Ask Sam version * installed PTT * PTT version bump * PTT version update * POD file
fbe6ae303c125e46282f2abdc135afbb54edea36
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/inbox-mini-app": "0.84.1", "@walmart/iteminfo-mini-app": "7.3.4", "@walmart/manager-approvals-miniapp": "0.2.4", - "@walmart/me-field-mini-app": "12.0.24", + "@walmart/me-field-mini-app": "12.0.25", "@walmart/metrics-min...
Merge remote-tracking branch 'origin/develop' into feature/learningapp
Merge remote-tracking branch 'origin/develop' into feature/learningapp
9b3ebb7eaa120d099af4c336ee55e3ff52844b91
--- README.md @@ -217,7 +217,7 @@ The new target config file should be picked up by the script and shown as an opt ## Commit changes -In this repo, we are using husky to enhance engineering practices committing the changes. +In this repo, we are using husky to enhance engineering practice of committing the changes...
feat(app):update readme to trigger looper checks
feat(app):update readme to trigger looper checks
1041aa618d20a00b37b05674de015f98b664381f
--- android/app/build.gradle @@ -140,7 +140,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 361 - versionName "1.3.0" + versionName "1.0.101" } splits { abi { --- ios/AllSpark/Info.plis...
allSpark 1.3.0 to 1.0.101
allSpark 1.3.0 to 1.0.101
4c6fc05739514295b8c20c36b1378c189f048a8a
--- packages/allspark-foundation/src/GlobalElements/context.tsx @@ -24,7 +24,6 @@ import Animated, { AnimatedProps, } from 'react-native-reanimated'; import { noop } from '@walmart/allspark-utils'; -import { useFocusEffect } from '@react-navigation/native'; import { useSafeAreaInsets } from 'react-native-safe-are...
fix: post conflict resolution
fix: post conflict resolution
e6fb604e9ce95ab78f42ba242d17599fa507ef07
--- __tests__/__mocks__/@walmart/push-to-talk-mini-app.js @@ -1,27 +0,0 @@ -module.exports = { - PushToTalkMiniApp: 'PushToTalkMiniApp', - Components: { - GroupPreviewScreen: 'GroupPreviewScreen', - DialogScreen: 'DialogScreen', - JoinGroupScreen: 'JoinGroupScreen', - DndConfirmationScreen: 'DndConfirmati...
delete push to talk mini app mock from __test__
delete push to talk mini app mock from __test__
d95836cc17dfec793b997564050aa28b1c9821f9
--- package-lock.json @@ -71,7 +71,7 @@ "@walmart/impersonation-mini-app": "1.20.8", "@walmart/ims-print-services-ui": "2.10.3", "@walmart/inbox-mini-app": "0.92.9", - "@walmart/iteminfo-mini-app": "7.10.5", + "@walmart/iteminfo-mini-app": "7.10.6", "@walmart/learning-m...
bump the core version
bump the core version
1dec62ebc1bcaf6b3fc6020f2145c4512a30f8b2
--- .looper.multibranch.yml @@ -142,6 +142,8 @@ envs: BUNDLE_ID: "com.walmart.stores.allspark.beta" XCODE_PROJECT_NAME: "AllSpark.xcodeproj" RUBY_PATH: '/Users/jenkinspan/.rbenv/shims' + XCODEBUILD_FORMATTER: xcpretty + XCBEAUTIFY_CUSTOM_PATH: ${WORKSPACE}/xcbeautify TARGET_NAME: "...
Set xcodebuild-formatter based on Mac Node Arch
Set xcodebuild-formatter based on Mac Node Arch
292be4e73a3cc5a122130ca9dbd74872210bed3d
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -500,7 +500,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 212ACBF9F6EA1B3866D5D388 /* Pods-AllSpark.debug.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta"; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-...
bumping version for home
bumping version for home
b95f60e01acd73de9d321886422ec149ffaf1221
--- package-lock.json @@ -3936,7 +3936,7 @@ }, "axios-cache-adapter": { "version": "2.7.3", - "resolved": "http://npme.walmart.com/axios-cache-adapter/-/axios-cache-adapter-2.7.3.tgz", + "resolved": "https://npme.walmart.com/axios-cache-adapter/-/axios-cache-adapter-2.7.3.tgz", "integr...
fixing package lock
fixing package lock
649a39af695344149730dce418ce16d7cf9cdeb4
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.8.2](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core-...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.8.2
0996c3145d44de1be22f61a2cfbacc190c79725a
--- __tests__/navConfig/NavConfigSagasTest.ts @@ -36,6 +36,7 @@ jest.mock('../../src/redux/CreateRestartableSagas', () => ({ jest.mock('../../env', () => ({ env: 'dev', + deployment: 'dev', externalBffUrl: 'https://externalBffUrl.com', internalBffUrl: 'https://internalBffUrl.com', bffService: '/bffServi...
Global nav config fix env reference
Global nav config fix env reference
f595e9951b0ceb5bb1de9d06400bb0efe202abb3
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/schedule-mini-app": "0.37.0", "@walmart/settings-mini-app": "1.19.1", "@walmart/shelfavailability-mini-app": "1.5.16", - "@walmart/taskit-mini-app": "2.47.1", + "@walmart/taskit-mini-app": "2.47.2", "@walmart/texting-min...
chore: bump taskit@2.47.2
chore: bump taskit@2.47.2
5450a9a143129ecedc9d70c82521722134576cfd
--- __tests__/common/creators.test.ts @@ -0,0 +1,54 @@ +import { MyTeamFeature } from "../../src/common/feature"; + +jest.mock('../../src/common/feature', () => ({ + MyTeamFeature: { + createTranslationClient: jest.fn(() => {}), + createTelemetry: jest.fn(() => {}), + createLogger: jest.fn(() => {}), + cre...
Added tests for hooks and feature creators
Added tests for hooks and feature creators
7471ce54abc64fb64c37b3dfae1da69ef0e98812
--- packages/allspark-foundation-hub/__tests__/supplyChain/Modals/__snapshots__/UpdateTeamsModal.test.tsx.snap @@ -233,7 +233,6 @@ exports[`UpdateTeams Modal Error screen when network fails displays ModalErrorSc exports[`UpdateTeamsModal renders ScrollView with correct props 1`] = ` [ <RCTScrollView - onScroll=...
fix(ui): update scroll events
fix(ui): update scroll events
c2ad00a8a74d1e06de5264d644732ea847763c91
--- packages/associate-exp-hub-mini-app/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.4.0-alpha.14](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@w...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.14
12613f5a636f521a4c27bff79dc6ef8653e140ae
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.40.0", + "version": "2.41.0", "main": "dist/index.js", "files": [ "dist" --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -19,9 +19,10 @@ export const renderLeftHeader = ( primaryTeam: UseGetViewersP...
Update the roster primary team check
Update the roster primary team check
3512772069f1e56805b47724415a6ee307bcdeb1
--- packages/core-services/Notification/types.ts @@ -18,16 +18,17 @@ export type NotificationState< optInError: boolean; }; +// @todo - revert back to global/ once mini apps use these action definitions export enum NotificationActions { - CHARGE_STARTED = 'global/sumo/CHARGE_STARTED', - CHARGE_SUCCESS = 'globa...
fix: change notification action prefix in enum to match slice
fix: change notification action prefix in enum to match slice
e453d6180e341c661ddf682ac357e158b8fd6c2e
--- package-lock.json @@ -5319,9 +5319,9 @@ "integrity": "sha512-sin68wxS4zRAtmn1wHS+Qkiw4wW3RdcogcdGe/Ix0HuP8lsaS3YOrjW6HeGqdfNijZ5xDXkAs0uToNLe81J4Yg==" }, "@walmart/price-changes-mini-app": { - "version": "1.4.6", - "resolved": "https://npme.walmart.com/@walmart/price-changes-mini-app/-/pr...
bump price changes to 1.4.7 for drop 8 fix
bump price changes to 1.4.7 for drop 8 fix
ef2cd13ffea5cb7c905a8ade53f7f1979fe5a9aa
--- plugins/withWebexSDK.ts @@ -83,12 +83,12 @@ export const withWebexSDK: ConfigPlugin = (config) => { config = withSounds(config, { sounds: [ - "./assets/sounds/calling/BusyTone.wav", + // "./assets/sounds/calling/BusyTone.wav", // is not a valid file-based resource name character: File-based reso...
fix: calling wav audio files breaking android build
fix: calling wav audio files breaking android build
1429ed61b87298eec265a403c8d70bb06fe7e00e
--- package-lock.json @@ -61,7 +61,7 @@ "@walmart/ims-print-services-ui": "2.7.3", "@walmart/inbox-mini-app": "0.89.2", "@walmart/iteminfo-mini-app": "7.7.4", - "@walmart/learning-mini-app": "18.0.2", + "@walmart/learning-mini-app": "18.0.3", "@walmart/manager-approvals...
feat: :sparkles: Bump learning mini app version to 18.0.3
feat: :sparkles: Bump learning mini app version to 18.0.3
0102354b1db5295b7ffe2305060f9d79a10a17b9
--- .looper-pr.yml @@ -29,4 +29,3 @@ envs: AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' - --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/associate-exp-hub-mini-app", - "version": "1.0.0", + "version": "1.1.0", "main": "main.js", "files": [ "dist",
feat(ui): update associate exp #SMDV-9999
feat(ui): update associate exp #SMDV-9999
e57a9aea4742113027e47659460c73d12ba79b04
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/returns-drop24 + - spec: feature/drop24 triggers: - manual: name: Publish Packages (Pre-Release)
Update .looper.multibranch.yml
Update .looper.multibranch.yml
ddf81f78e575dff350501e71982fa110e2414f9c
--- package.json @@ -94,5 +94,8 @@ "babel-jest": "29.2.1", "metro-react-native-babel-preset": "0.76.8" }, - "packageManager": "yarn@4.2.2" + "packageManager": "yarn@4.2.2", + "dependencies": { + "@shopify/flash-list": "^1.6.4" + } } --- packages/allspark-foundation/src/Components/Hub/TeamSwitcher...
feat: update component from flatlist to flashlist
feat: update component from flatlist to flashlist
c47f689078cb5412a5bb7af6bc680743c072b147
--- src/translations/en-US.ts @@ -350,7 +350,7 @@ export const enUS_home = { viewRoster: 'View roster', }, todayDateLabel: 'Today is', - userGreeting: 'Hi there', + userGreeting: 'Hey there', walmartWeek: 'Week {{week}}', };
Update en-US.ts
Update en-US.ts revert codepush changes
2b80bca3cde9c72a0390e21a5c28d6d77b3bee71
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 126 + versionCode 127 versionName "1.0.11" } ...
Incrementing build number
Incrementing build number
3db72491196f96d641d0159a1cedb3bcb69677e0
--- targets/US/ios/Podfile.lock @@ -1033,6 +1033,7 @@ PODS: - OsirisCamera (0.8.3-rc.6): - Osiris (= 0.8.3-rc.6) - OsirisBarcode (= 0.8.3-rc.6) + - OsirisDigitalLocks (0.8.9) - OsirisVision (0.8.3-rc.6): - Osiris (= 0.8.3-rc.6) - OsirisCamera (= 0.8.3-rc.6) @@ -2152,6 +2153,11 @@ PODS: - R...
bump digital locks and pairing to osirisfix
bump digital locks and pairing to osirisfix
e1070cd9395cba9249e2484d60db106e32cf12b7
--- graphql.yml @@ -1,17 +1,24 @@ schemaVersion: '1.0.0' teamRostersProductId: 1824 applications: - - name: 'ROSTER-MINIAPP' - applicationKey: 'ROSTER-MINIAPP' - description: 'Roster mini app' + - name: 'TEXTING-MINIAPP' + applicationKey: 'TEXTING-MINIAPP' + description: 'Texting mini app' environ...
updating graphql yaml
updating graphql yaml
9fc2725c93a84a7fa613c9f2db24c98dfd3afb3f
--- core/__tests__/oneClick/utility/updateMegaNavCCMTest.ts @@ -7,6 +7,6 @@ describe('getIsFeatureEnabled', () => { }); it('turns feature off if it is disabled from bff', () => { expect(getIsFeatureEnabled(true, false)).toEqual(false); - expect(getIsFeatureEnabled(false, true)).toEqual(true); + expect(...
change to isEnable logic
change to isEnable logic
83b2c5db25d0c3fff06eb51b7d54000fe5517706
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 47 + versionCode 48 versionName "1.0.2" } sp...
Incrementing build number
Incrementing build number
10ece45173f2d6a691488b4a303988396c3cb70a
--- example/src/core/home.tsx @@ -54,7 +54,7 @@ export function HomeScreen() { variant="primary" UNSAFE_style={{marginBottom: 10}} onPress={() => AllsparkNavigationClient.navigate('teamHub.home')}> - Open Feature 3 + Open Team Hub </Button> <Button variant...
feat(ui): update container for all spark hub
feat(ui): update container for all spark hub
b31c41abb9dec82b08bd6f5e640f7230e712be25
--- package.json @@ -98,7 +98,7 @@ "@walmart/attendance-mini-app": "patch:@walmart/attendance-mini-app@npm:3.176.0#~/.yarn/patches/@walmart-attendance-mini-app-npm-3.176.0-b8336306f0.patch", "@walmart/avp-feature-app": "0.28.47", "@walmart/avp-shared-library": "0.27.26", - "@walmart/ax-components": "1...
fix(ui): updated components version and mapping
fix(ui): updated components version and mapping
10bdcd89c6fd275de8d201b112dc987109b2202e
--- src/app/tabs/_layout.tsx @@ -4,7 +4,7 @@ import {useNavigation} from '@react-navigation/native'; import {createBottomTabNavigator} from '@react-navigation/bottom-tabs'; import {HeaderButtonProps} from '@react-navigation/elements'; import {ClockSelectors, useAllsparkSelector, useAllsparkTranslation, UserSelectors...
chore: fix lint
chore: fix lint
45ba417cf8c3cf697e35b25b22820ce671b7eb61
--- packages/allspark-foundation-hub/src/HubFeature/Store/Common/TeamHub.ts @@ -0,0 +1,38 @@ +import { ReactNode } from 'react'; +import { AllsparkComponentContainers } from '@walmart/allspark-foundation/Components'; +import { Icons } from '@walmart/gtp-shared-components'; + +export interface BaseTeamHubWidgetProps { +...
Update team hub and work hub types
Update team hub and work hub types
3bff0e4e0010cc5eb8e4c07b7b0e5aefa3d68959
--- .github/pull_request_template.md @@ -0,0 +1,40 @@ +## Note: +PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pages/viewpage.action?pageId=655900878#AllSparkIntegrateaFeatureAppwithCore-SubmitaPRtomergetodevelop) + + +| :exclamation: YOUR PR WILL NOT BE REVIEWED IF THE TEMPLATE IS INCOMP...
feat(ui): update PR template
feat(ui): update PR template
7cce9fd10b09606925a2e08f58dbafcbdf25282a
--- graphql.yml @@ -87,8 +87,7 @@ applications: tags: - 'v1' - name: 'GetTeamsByStore' - hash: '2102505f2e34ecdf049dd663c666466673496619cf0562892f706d5e9e0095c7' + hash: '873fc65ca1ee7ff9f729ef6efc5c674ab9a9037b1838693e0fcbe9a00031a513' queryTemp...
Adding requested PR changes
Adding requested PR changes
d56bb3b3bcf655922d301e6062a0112975978cda
--- .yarn/patches/@walmart-profile-feature-app-npm-1.138.3-9802440ed6.patch @@ -1,13 +0,0 @@ -diff --git a/dist/components/ProfileCard/index.js b/dist/components/ProfileCard/index.js -index eaeda6ad0d7e85f2b141048fac861b65092517db..63463cd605df2c6445af6972008f020e0ee06a3b 100644 ---- a/dist/components/ProfileCard/index...
bump version
bump version
141a3d4651ddd66fda7d3045ecdd777bfb2c6595
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx @@ -37,6 +37,8 @@ export const OnboardingScreen = () => { [] ); + // const showHubHeader = useSelector(hubHeaderEnabled); + const handleSearchInput = useCallback( (input: string) => { ...
feat: added feature flags for header and filter
feat: added feature flags for header and filter
cea44ff99c0f4aa491a5904b73028db3410e5ef8
--- .looper.multibranch.yml @@ -260,6 +260,7 @@ flows: ## @param (unnamed) env release type build: - declare(BUILD_NUMBER) + - echo "Looper Run Id ${LOOPER_RUN_ID}" - echo "release type ${releaseType}" - echo "slackIcon ${slackIcon}" - echo "slackChannel ${slackChannel}"
quick test on looper run id
quick test on looper run id
5d45b2a3f8db6b72034b5d9049a67ca18d7cfe51
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -130,7 +130,7 @@ export class ComponentContainer<Props = {}> { * @param Component - The component to replace it with. */ public replace = (id: string, Component: ComponentType<Props>) => { - if (this._components.get(id)) { + if ...
refactor: change get to has on map interaction for simpler existence check
refactor: change get to has on map interaction for simpler existence check
c20fa71af420321d0532b0750735a48bc7ce2580
--- packages/expo-config-plugins/src/index.ts @@ -71,6 +71,7 @@ export default function getPlugins(additionalPlugins?: additionalPlugins[]) { moduleBasePath + 'withWifiStoreLocator', moduleBasePath + 'withWorkManagerInitializer', moduleBasePath + 'withRuler', + moduleBasePath + 'withiOSStripBinarySymb...
feat(plugin): allspark-6539 added strip binary symbols plugin
feat(plugin): allspark-6539 added strip binary symbols plugin
9b2d47f7454adc7efc48ec5946c3060c3a42fe44
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/EditSavedTeamModal/EditSavedTeamsModal.tsx @@ -16,6 +16,7 @@ import { AllTeamsSections } from './types'; import { UserSelectors } from '@walmart/allspark-foundation/User'; import { ManagerExperienceSelectors } from '../../Redux'; import { useUps...
feat: moved func to util
feat: moved func to util
0e144237d70f035d0f1430f5274f76ad3b432ec8
--- package-lock.json @@ -3328,9 +3328,9 @@ "integrity": "sha512-5cla0k4tS7an8zHF5Fn8udmss3AsWs1UXPV/QwC0W49L/BD6SK+I6TcuPnEnGugOS718JTgMSG32iPED/yOSIA==" }, "@walmart/exception-mini-app": { - "version": "0.28.0-rc.15", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exc...
pinpoint minor version bump
pinpoint minor version bump
b9db51459731de74340eec4adbdc4f601f168448
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.25", + "version": "2.12.26", "main": "dist/index.js", "files": [ "dist" --- src/utils/rosterDetail.tsx @@ -13,6 +13,7 @@ import { import {goToIndividualSchedule} from '../navigation/utils'; import {FilterValue...
Update roster mini app version
Update roster mini app version
e59f79b5ac59945e2c50933253a371e9faae4381
--- package.json @@ -144,7 +144,7 @@ "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", "@walmart/store-feature-orders": "1.26.9", - "@walmart/taskit-mini-app": "3.2.2", + "@walmart/taskit-mini-app": "3.3.0", "@walmart/time-clock-mini-app": "2.395.0", ...
chore: bump taskit version
chore: bump taskit version
53b64788dcdfb2615c0a4b29aef29c64a7dbe392
--- packages/me-at-walmart-container/src/http/interceptors/unauthorized.ts @@ -2,8 +2,8 @@ import { Interceptor } from '@walmart/allspark-foundation/HTTP'; import { AllsparkReduxStore } from '@walmart/allspark-foundation/Redux'; import { MeAtWalmartAuthActions } from '@walmart/me-at-walmart-common'; -import { MeAtW...
chore: update auth logger and code
chore: update auth logger and code
d39a0e02d8b82aacc6aa36d18c13fc1a199cd663
--- scripts/updateAndroidProjectConfig.sh @@ -14,6 +14,10 @@ MAIN_APPLICATION="android/app/src/main/java/com/walmart/stores/allspark/beta/Mai MAIN_ACTIVITY="android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.java" MAIN_APPLICATION_RN_HOST="android/app/src/main/java/com/walmart/stores/allspark/bet...
updated manifest path.
updated manifest path.
1a277b9e2e63cdd9ee1d3e53766e59e7538ccfd7
--- package.json @@ -143,7 +143,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.5", + "@walmart/react-native-scanner-3.0": "0.15.6", "@walmart/react-native...
fix(scanner): VS-9403 Scanner feature and bug fixes (#4702)
fix(scanner): VS-9403 Scanner feature and bug fixes (#4702) Co-authored-by: h0s0em0 <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> Co-authored-by: Bhanu Singh - b0s0lpc <BHANU.SINGH1@walmart.com> Co-authored-by: Aroushi Sharma <aroushi.sharma@walmart.com>
ba14dd4513ed9538897870caa392f9ab426a66de
--- core/__tests__/__mocks__/@walmart/allspark-foundation/Translation.js @@ -1,5 +1,6 @@ module.exports = { ...jest.requireActual('@walmart/allspark-foundation/Translation'), + useAllsparkTranslation: jest.fn(), AllsparkTranslationClient: { t: jest.fn((key) => key), language: 'language',...
updated use of existing mocks
updated use of existing mocks
f860350fc3c654adc27a0cbed468fb2951ebdabf
--- src/components/TeamList.tsx @@ -280,15 +280,18 @@ const TeamItem = (props: { ) : ( <></> )} - {showViewTeam && canMessage && isMessageButtonEnabled && !isNil(actionButtons) && ( - <Body weight='400' size='small'> - <TouchableOpacity onPress={onViewTeam} testID='viewTeamBu...
Update new version
Update new version
49977996c2b69e4d0810293f7bba5a00a27ac006
--- .looper.multibranch.yml @@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent" ## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES ## -node: ((osx||stable_osx||xcode12.5)&&!MAC-LAB-MINI36&&!MAC-LAB-MINI32&&!MAC-LAB-MINI07&&!MAC-DRFQ...
adding and removing some bad nodes
adding and removing some bad nodes
0b91a868ece77120b026679b32a744f2446dc1e1
--- packages/allspark-foundation/__mocks__/react-native-gesture-handler.js @@ -1,5 +0,0 @@ -module.exports = { - GestureHandlerRootView: ({ children }: { children: React.ReactNode }) => children, - PanGestureHandler: jest.fn(), - }; - \ No newline at end of file --- packages/allspark-foundation/__mocks__/rea...
test: createFeatureRunnerNavigation
test: createFeatureRunnerNavigation
1e9aa212941734cf3f703ecd604cb8bf2f68bd67
--- apps/example/src/container/services/location.ts @@ -1,26 +1,34 @@ import { LocationAccuracy, - LocationUtilsClient, LocationGeofenceClient, LocationTrackingClient -} from '@walmart/me-at-walmart-location'; - +} from '@walmart/allspark-foundation/Location'; export class MyWalmartLocationService { - publ...
chore: example app broken for location dependency
chore: example app broken for location dependency
892e47c5992bc641c8e1da58a3d790fdfa4718e9
--- .looper-pr.yml @@ -40,4 +40,3 @@ envs: -
feat(ui): update group name in looper SMDV-7738
feat(ui): update group name in looper SMDV-7738
6d44d080a55df53add79e6eb19b1a3ee0c9ff05a
--- core/__tests__/__mocks__/@walmart/facilities-management-miniapp.js @@ -1,3 +1,6 @@ module.exports = { - FacilitiesMaintainanceStack: 'FacilitiesMaintainanceStack', + __esModule: true, + default: { + buildAllScreens: () => 'FacilitiesFeature', + }, }; --- core/__tests__/navigation/USHallway/AssociateHallw...
Added fixit bulidAllscreen mock
Added fixit bulidAllscreen mock
cc150aa2b1d8a9e202a40d7a9fe9006f22f184c7
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.8.11", + "version": "3.8.12", "main": "dist/index.js", "files": [ "dist",
feat(ui): update package version
feat(ui): update package version
bc60ad01ae4405a02a0301cf5c5dd7d1bd2bcebf
--- 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.14.6](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.14.6 - @walmart/associate-exp-hub-team-switcher@2.25.4
7da1bc1900c6af17c9795a012a5417193feb25c2
--- package.json @@ -164,7 +164,7 @@ "@walmart/rn-mobile-sdk-pairing": "2.1.8", "@walmart/rn-receiving-mini-app": "2.8.25", "@walmart/roster-mini-app": "3.9.0", - "@walmart/schedule-mini-app": "5.3.1", + "@walmart/schedule-mini-app": "5.4.4", "@walmart/shelfavailability-mini-app": "1.7.2", ...
fix(schedules): update to AvailabilityLandingScreen navigation params (#5182)
fix(schedules): update to AvailabilityLandingScreen navigation params (#5182) Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
d2eecbabc2e1944c1c04605d506b1fc0ef40d1bc
--- packages/me-at-walmart-container/__tests__/services/config.test.ts @@ -12,7 +12,6 @@ import { import { AppConfig, } from '@walmart/config-components'; -jest.mock('@walmart/config-components'); describe('actualListener', () => { afterEach(() => { --- packages/me-at-walmart-container/__tests__/services/n...
added test case to navConfig.test.ts
added test case to navConfig.test.ts
042b4349696d551568e42ffd984053c00804bf8e
--- packages/allspark-foundation/src/Feature/README.md @@ -31,7 +31,7 @@ Use an `AllsparkFeature` instance to [create a feature module](#createmodule) th This module is used to connect with an `AllsparkContainer` and should be the default export of your feature library. ```js -export default AskSam.createModule({ +...
chore: update documentation
chore: update documentation
1c584caa9b29bd0d41d8e1ce2154b8878690903e
--- .looper.multibranch.yml @@ -66,15 +66,9 @@ envs: XC_SCHEME: 'AllSpark' XC_TARGET: 'AllSpark' PRODUCT_NAME: 'Me@Walmart' - NO_PROXY: "*.walmart.com,chromium.googlesource.com,apps.betacrash.com" + NO_PROXY: "*.walmart.com,chromium.googlesource.com" ALLSPARK_CORE_GITHUB_URL: "http...
code cleanup
code cleanup
d3f4721878d5ab3f1a9037bf0ff4018b96cfa957
--- targets/US/package.json @@ -109,7 +109,7 @@ "@walmart/gtp-shared-components": "2.2.5-rc.1", "@walmart/ims-print-services-ui": "2.15.3", "@walmart/inbox-mini-app": "0.96.8", - "@walmart/iteminfo-mini-app": "8.0.2", + "@walmart/iteminfo-mini-app": "8.0.4", "@walmart/learning-mini-app": "20.0...
Feat: Bumped the item info version to 8.0.4
Feat: Bumped the item info version to 8.0.4
f7605b7e2a0eecbcbbffbafabcd5f4983322cb7e
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.6.6", + "version": "3.6.7", "main": "dist/index.js", "files": [ "dist", @@ -92,9 +92,9 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native...
feat(ui): update versions for myteam
feat(ui): update versions for myteam
462c188ab5d041ba2de732ef3dc08595e44f4188
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update widget style
Update widget style
c83a39a54d29eff9996ef23def36252f366a9326
--- src/screens/MessagesScreen.tsx @@ -235,6 +235,11 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => { } }; + const convertEmojisToUnicode = (inputString?: string) => { + if (isNil(inputString)) return ''; + return inputString; + }; + const sendPushNotification = async (message...
add wrapper function to convert push message string emojis to unicode
add wrapper function to convert push message string emojis to unicode
3d60342049094f328e7059319b6debbb948894be
--- package.json @@ -150,7 +150,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.302", "@walmart/sidekick-mini-app": "4.196.0", "@walmart/store-feature-orders": "1.29.5", - "@walmart/taskit-mini-app": "5.31.6", + "@walmart/taskit-mini-app": "5.34.9", "@walmart/time-clock-mini-app": "2.462.1", "@w...
feat(notes): TASKIT-5804 drop 30 enhancements (#4202)
feat(notes): TASKIT-5804 drop 30 enhancements (#4202) * feat(pckgs): ALLSPARK-5730 |5731 add expo-image-manipulator/picker dependencies * chore: TASKIT-5804 bump taskit version --------- Co-authored-by: Yarien Mendez <yarien.mendez.suarez@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@wa...
d4be51481c961c45c14b3035e895d421c591cf43
--- package-lock.json @@ -54,7 +54,7 @@ "@walmart/checkout-mini-app": "3.9.310", "@walmart/compass-sdk-rn": "5.19.3", "@walmart/config-components": "4.3.2", - "@walmart/copilot-mini-app": "3.92.5", + "@walmart/copilot-mini-app": "3.92.6", "@walmart/core-services": "6.0....
chore: bump copilot@3.92.6
chore: bump copilot@3.92.6
c82ffd466f4291fe5f4065b81626c4811db0e6a8
--- package-lock.json @@ -5307,9 +5307,9 @@ } }, "@walmart/iteminfo-mini-app": { - "version": "5.1.2", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mini-app-5.1.2.tgz", - "integrity": "sha512-GiysGtoLRVszzCUGo1yjqJaaqHYcp5ETIo+6BNd4oZihJ2+mb8RqQ+PC5689lb6...
Item info more changes foro drop 8.1
Item info more changes foro drop 8.1
7577f02194fe53ab3c130427cec2f9aa3d51a22d
--- src/appState/AppStateSagas.ts @@ -24,8 +24,9 @@ export function* watchForAppStateChange(): any { try { while (true) { const state = yield take(appStateChannel); - if (AppStateActionCreators[state]) { - yield put(AppStateActionCreators[state]()); + const ActionCreatorForState = AppSta...
Clean up for function reference
Clean up for function reference
0a0e01af973bf11df5f7d36451f4b985fe0cbe9a
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -419,12 +419,6 @@ class ComponentContainerManager<ParamList extends Record<string, any>> { }; } -declare global { - namespace Allspark { - interface ComponentContainers {} - } -} - /** * A component container renders all components...
refactor: combine all allspark global interfaces into one definition
refactor: combine all allspark global interfaces into one definition
8df000b5729b8e25c297184d5c75a6fc3ea96155
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.36.1](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.36.0...v2.36.1) (2025-05-21) + + +### Bug Fixes + +* **ui:** update package ([c28dce0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/c28dce07fab80967084001bac29f564f48b8e147)) + # [2.36...
chore(release): 2.36.1 [skip ci]
chore(release): 2.36.1 [skip ci] ## [2.36.1](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.36.0...v2.36.1) (2025-05-21) ### Bug Fixes * **ui:** update package ([c28dce0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/c28dce07fab80967084001bac29f564f48b8e147))
3876805cb3c29fbb4a78ed719dff80a2b68cda36
--- package.json @@ -131,7 +131,7 @@ "@walmart/react-native-encrypted-storage": "~1.1.3", "@walmart/react-native-env": "6.1.4", "@walmart/react-native-logger": "1.34.8", - "@walmart/react-native-scanner-3.0": "0.6.6", + "@walmart/react-native-scanner-3.0": "0.6.7", "@walmart/react-native-share...
VS-5311 : Scanner version upgrade to 0.6.5
VS-5311 : Scanner version upgrade to 0.6.5
611e6901dd4eb28f9be8e6fb8e6aab736a8fc06c
--- package.json @@ -134,7 +134,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-geolocation": "1.3.19", - "@walmart/metrics-mini-app": "1.34.0", + "@walmart/metrics-mini-app": "1.34.4", "@walmart/mod-flex-mini-app"...
Metrics Drop 35 Bug Fixes (#5140)
Metrics Drop 35 Bug Fixes (#5140) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
be164ab620cddbdd3ce96bc7ff8ce0ad4b7caf45
--- package-lock.json @@ -2064,9 +2064,9 @@ "integrity": "sha512-LbHoqiU3zTvPrZ0rK7X1UICXTdJnK4iK0ZetSxF/zC+Kp8EKrAe3nkZhPnRqtJ6Q6Ql4xcN/EJYvc9JLQ9bB3g==" }, "@walmart/time-clock-mini-app": { - "version": "0.0.16", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Bumped Time Clock Mini App (#163)
Bumped Time Clock Mini App (#163) * Bumped Time Clock Mini App To introduce TOR inbox widget as well as default feature flag values * Bumped mini app version * Added Inbox details screen to root stack nav Removed it from the inbox mini app due to UI issues: Nav header could not be overridden by child compo...
2e4cd2958772d3f424e2c6d10e612ad20c699f6b
--- package-lock.json @@ -79,7 +79,7 @@ "@walmart/schedule-mini-app": "0.33.0", "@walmart/settings-mini-app": "1.17.0", "@walmart/shelfavailability-mini-app": "1.5.13", - "@walmart/taskit-mini-app": "2.28.8", + "@walmart/taskit-mini-app": "2.28.10", "@walmart/time-clock...
updated taskit version
updated taskit version
2d0e1707ebc80febed364cf239a2919f9dda996f
--- packages/allspark-foundation-hub/__tests__/HubFeature/BottomSheet.test.tsx @@ -26,7 +26,7 @@ describe('BottomSheet', () => { 'user.data.win', '113333' ); - const { getByTestId, toJSON } = render( + const { getByTestId, toJSON, unmount, root } = render( <BottomSheet {...props} ref={re...
feat(ui): added unmount to bottomsheet case
feat(ui): added unmount to bottomsheet case
1af2303a8f8f38e2c2fcfbd2518bc94f53f2f4ae
--- src/components/AssociateRosterItem/index.tsx @@ -37,6 +37,8 @@ import {TEXTING_I18N_NAMESPACE} from '../../translations'; import {messageButtonEnabled, pushToTalkEnabled} from '../../redux/selectors'; import AsyncStorage from '@react-native-async-storage/async-storage'; import {LOCAL_STORAGE_KEY_PREFIX} from '.....
update recent search selection to navigate to the card
update recent search selection to navigate to the card
08d2f90ad18bcbf5f4fc37be3eb16432afd038e7
--- graphql.yml @@ -85,6 +85,7 @@ applications: queryTemplate: "src/queries/upsertAssociateTextPreference.graphql" tags: - "v1" + # - name: "prod" # persistedQueries: # - name: "GetAssociateClockStatus"
getDailyRoster query update redo
getDailyRoster query update redo
8fb975ea9ddb8e0493be85915b577ddf18c5afa5
--- yarn.lock @@ -6457,9 +6457,9 @@ __metadata: languageName: node linkType: hard -"@walmart/gtp-shared-components@npm:2.2.4": - version: 2.2.4 - resolution: "@walmart/gtp-shared-components@npm:2.2.4" +"@walmart/gtp-shared-components@npm:2.2.5-rc.1": + version: 2.2.5-rc.1 + resolution: "@walmart/gtp-shared-...
chore: update lock file
chore: update lock file
842a8ed8f058d18aa1f1c816617a58fff3e8c50f
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -221,7 +221,6 @@ buildPhases = ( 53D455D8D940558DAEDE5BA8 /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, - B19715BBBE4DB4D4F5BA9CE7 /* [CP] Prepare Artifacts */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C...
matching with develop
matching with develop
e26c0e5d7f7addc3afde03c9feb780d80b2b620a
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/EditSavedTeamModal/EditSavedTeamsSectionLoading.tsx @@ -24,7 +24,9 @@ const LoadingListItem = () => { const LoadingListSection = () => { const { width } = useWindowDimensions(); - const loadingListRenderer = new Array(4).fill(<LoadingListIte...
feat: added index to arrays
feat: added index to arrays
ade5467798f1993b6cca9bacba2a0933382f6eb1
--- src/components/Roster/types.ts @@ -2,7 +2,7 @@ import {Associate, Team} from '../../types'; export interface RosterActionButton<T = any> { i18nLabel: string; - action: (data: T) => void; //TODO: Refactor this type, associateList item passes the associate obj. Teams might do something different + action: (da...
fix action type
fix action type
55b944fbc3a5b6e8621d62b45fd20d8eca1bb31f
--- packages/allspark-foundation/README.md @@ -88,6 +88,10 @@ To create a feature runner, start with the [AllsparkFeatureRunner](./src/Feature ## FAQ +### How to transition an existing mini app? + +Follow the [Migration Doc](https://gecgithub01.walmart.com/allspark/allspark/blob/develop/packages/allspark-foundatio...
Update README.md
Update README.md docs: add link to migration doc on root readme
c4f382d7e0ccfcce84c9c7daf0fb1f921e7c6700
--- package-lock.json @@ -3038,9 +3038,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.10.35", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.35.tgz", - "integrity": "sha512-VVyO7kKWAQ8XBqXSjMsehhkqzB97vlgSGibLBYlb+JjNRgPBL2NL8Naln0g+n+...
ask-sam version increase (#439)
ask-sam version increase (#439) Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com>
f766412f8b93003e5a2599ebcc1f1a3f6483217c
--- packages/allspark-foundation-hub/src/Core/index.ts @@ -7,4 +7,4 @@ LogBox.ignoreLogs([/ReactNativeSumoSdk requires main queue setup/]); export * from '../HubFeature'; export * from '../HubFeature/Store'; export * from '../HubFeature/Shared/Components'; -export * from '../HubFeature/SupplyChain'; +export * from '...
feat(ui): hub changes for roster
feat(ui): hub changes for roster
e289af98407243117b7197034c4a938a56d4bd92
--- core/__tests__/permissions/PermissionsSagaTest.ts @@ -91,7 +91,7 @@ describe('permissions sagas', () => { it('handles permissions set', () => { const iterator = handlePermissions(); expect(iterator.next().value).toEqual(call(getPermissionsUnset)); - expect(iterator.next().done).toBe(true); +...
code cleanup
code cleanup
80fe12ea275f0ed4ea27fec50ea08eb7daf6289b
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.42", + "version": "2.13.0", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-found...
Update the roster mini app version
Update the roster mini app version
f0b2e73679aef5de4a56b3643925995048c2eaa0
--- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -67,6 +67,16 @@ export const TeamShiftSwitcher = ({ SC_ManagerExperienceSelectors.getSelectedShifts ); + const currentSelectedTeamIds = useMemo( + () => (selectedTeamIds?.length ? selectedTeamIds : t...
feat(ui): updated switcher callback data
feat(ui): updated switcher callback data
0230442ec7cf4712eddee1cd8543262a221c1a88
--- packages/me-at-walmart-container/src/redux/auth.ts @@ -1,4 +1,4 @@ -import { takeLatest, select } from 'redux-saga/effects'; +import { takeLatest, select, call } from 'redux-saga/effects'; import { EnvironmentActionTypes, EnvironmentSelectors, @@ -35,6 +35,7 @@ export function* onAppConfigSuccess() { } e...
fix: env dependent sagas not called if set action missed
fix: env dependent sagas not called if set action missed
0034ed64f869df399d96c0103d5df7b076a76b71
--- package-lock.json @@ -4263,7 +4263,7 @@ "@walmart/gtp-shared-components": { "version": "1.2.0", "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz", - "integrity": "sha1-uZ6zL5R12W20AFyA5eFskWpu0Iw=", + "integrity": "sha512-OxDrYdXQeR2...
item info qty input fix for iOS
item info qty input fix for iOS
f037a88674f985a140d7aaec6470c324301f07ce
--- package-lock.json @@ -53,9 +53,9 @@ "@walmart/gta-react-native-calendars": "0.0.16", "@walmart/gtp-shared-components": "2.0.6", "@walmart/impersonation-mini-app": "1.18.3", - "@walmart/ims-print-services-ui": "2.4.0", + "@walmart/ims-print-services-ui": "2.4.1", "@w...
updated package.lock
updated package.lock
bceecd503ba5f5c2c3ccb3f329b9af833d598f42
--- 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.380.0", + "@walmart/time-clock-mini-app": "2.383.0", "@walmart/topstock-mini-app": "patch...
Update TCMA to 2.383.0
Update TCMA to 2.383.0
229ef17da7254ddf4289f060b359e6a5ee3e4b31
--- package.json @@ -86,7 +86,7 @@ "@walmart/core-utils": "~1.3.0", "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.0.42", - "@walmart/emergency-mini-app": "1.12.0", + "@walmart/emergency-mini-app": "1.13.0", "@walmart/exception-mini-app": "1.0.3", "@wal...
fix banner with impersonation and case mismatch etc
fix banner with impersonation and case mismatch etc
21a7ba2c5911a7b6782d2c3375198ab929e69417
--- package.json @@ -93,7 +93,7 @@ "@walmart/attendance-mini-app": "3.174.3", "@walmart/avp-feature-app": "0.25.32", "@walmart/avp-shared-library": "0.25.28", - "@walmart/backroom-mini-app": "1.15.9", + "@walmart/backroom-mini-app": "1.15.10", "@walmart/calling-mini-app": "0.8.11", "@walm...
fix: SVZPK-5166 Fix backroom annual inventory status check (#4715)
fix: SVZPK-5166 Fix backroom annual inventory status check (#4715) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
63f0d9fdbabc15572797e555cbdb1e826b477ec6
--- package.json @@ -148,7 +148,7 @@ "@walmart/time-clock-mini-app": "2.353.0", "@walmart/topstock-mini-app": "patch:@walmart/topstock-mini-app@npm%3A1.9.7#~/.yarn/patches/@walmart-topstock-mini-app-npm-1.9.7-e6400c510e.patch", "@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.15.11#~/.yarn...
feat: bumping package version as additional headers needed to be added
feat: bumping package version as additional headers needed to be added