commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
51b3283259406c30a5643335683b890a920aee63
--- targets/US/ios/Podfile.lock @@ -627,16 +627,16 @@ PODS: - compass-sdk-ios (= 0.4.12.3) - React-Core - DoubleConversion (1.1.6) - - EXAV (13.10.6): + - EXAV (13.6.0): - ExpoModulesCore - ReactCommon/turbomodule/core - EXConstants (15.4.6): - ExpoModulesCore - - Expo (50.0.20): + - ...
upgrade topstock and scanner version 1.16.21 and 0.8.2
upgrade topstock and scanner version 1.16.21 and 0.8.2
f1f1b181f0abe4e03e415e0101628f0f8a135304
--- __tests__/setup.ts @@ -20,10 +20,10 @@ jest.mock('@walmart/allspark-foundation/Navigation', () => ({ })); jest.mock('expo-image-picker', () => ({ - launchImageLibraryAsync: jest.fn(() => Promise.resolve({ canceled: true, assets: null })), - launchCameraAsync: jest.fn(() => Promise.resolve({ canceled: true, as...
fix(ui): fixing lint errors
fix(ui): fixing lint errors
5b25f238332c324f0eced965550dcb35cc6c9f1d
--- src/startup/RootStartup.ts @@ -13,14 +13,23 @@ import {initWmConfig} from './wmConfigInit'; import {StartupActionCreators} from './StartupRedux'; import {initAppFlow} from './index'; import {initialize} from '@walmart/texting-mini-app'; +import { useSelector } from 'react-redux'; +import { getCoreAppConfigValue ...
rnfb debug token from ccm
rnfb debug token from ccm remove console log
060daa3e43420b1bd54ac0e6efb2940cdd132fbb
--- core/__tests__/__mocks__/@walmart/allspark-foundation/Translation.js @@ -9,5 +9,6 @@ module.exports = { select: jest.fn(), getSupportedLanguages: jest.fn(), changeLanguage: jest.fn(), + getDeviceLanguage: jest.fn(), }, } \ No newline at end of file --- core/__tests__/core/I...
core folder index test case
core folder index test case
31eac2efbdb0f9cf7b83eea3a582cf6f291bd581
--- core/__tests__/termsOfUse/__snapshots__/TermsOfUseTest.tsx.snap @@ -1,12 +1,12 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TermsOfUseView 1`] = ` -<RCTSafeAreaView +<SafeAreaView style={ { "backgroundColor": "#fff", "flex": 1, - "marginTop": 20, + "marginTop": 24, ...
update safe areaview import
update safe areaview import
c34eae0b6e5cdd3dcb8ffea5ee832d93891161ea
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 114 + versionCode 115 versionName "1.0.9" } ...
Incrementing build number
Incrementing build number
a1441e6b08f77655da5710b09932317055e663cf
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -728,7 +728,6 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = AllSpark/AllSpark.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Manual; CURRENT_PROJECT_VERSION = 1; ...
Removing signing identify
Removing signing identify
15813fabf1ac8e059f79ef372d87d7789621d036
--- packages/allspark-foundation/__tests__/utils/mockFactories.ts @@ -2,25 +2,26 @@ import { jest } from '@jest/globals'; import type { IAuthService } from '../../src/Auth/types'; import type { IClockService } from '../../src/Clock/types'; import type { IConfigService } from '../../src/Config/types'; -import type { ...
fix: services missing from container setup and mocks
fix: services missing from container setup and mocks
4b88197caa07d3c40aba4715fc3d96241aea44b5
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.31.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.30.0...v1.31.0) (2025-05-01) + + +### Features + +* **ui:** update package ([112104e](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/112104ef15e90f921687fd0ae3dd106a91fd49c7)) + # [1.30.0](http...
chore(release): 1.31.0 [skip ci]
chore(release): 1.31.0 [skip ci] # [1.31.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.30.0...v1.31.0) (2025-05-01) ### Features * **ui:** update package ([112104e](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/112104ef15e90f921687fd0ae3dd106a91fd49c7))
d11fe3dfe3ede6641764352660f69eee0bca5505
--- package.json @@ -92,8 +92,8 @@ "@walmart/amp-mini-app": "1.2.15", "@walmart/ask-sam-chat-components": "0.2.27", "@walmart/ask-sam-mini-app": "1.35.21", - "@walmart/associate-exp-hub-hub": "2.21.3", - "@walmart/associate-exp-hub-team-switcher": "2.25.0", + "@walmart/associate-exp-hub-hub": "2...
feat(ui): update team switcher versions (#5380)
feat(ui): update team switcher versions (#5380) Co-authored-by: Prasan Suresh Dhareshwar - p0d02sx <Prasansuresh.Dharesh@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
3c52354d360c868c28ef86b2533e3cdcb6dcca8d
--- packages/me-at-walmart-container/__tests__/services/logger.test.ts @@ -67,27 +67,16 @@ import { SESSION_ID } from '../../src/session'; expect(mockLogger.error).toHaveBeenCalledWith("Error message", { message: "Error occurred", key: "value" }); }); - /* test("should log error messages and ...
removed commented code
removed commented code
3ce4c0f74b1d8b401c687c64826d46b7970c3d76
--- __tests__/screens/SearchScreen/SearchScreenTest.tsx @@ -100,8 +100,10 @@ describe('SearchScreen', () => { ); await finishPendingRequests(); const flashListComponent = await searchScreen.getByTestId('flashlist'); - const displayName = flashListComponent.props.data[0].displayName; - expect(displa...
Update tests
Update tests
001e48629a2321949b230d28bfc8710835675980
--- __tests__/navigation/USHallway/AssociateHallwayNav/SideMenuContentTest.tsx @@ -226,6 +226,24 @@ describe('SideMenuContent', () => { expect(mockDrawerService.close).toHaveBeenCalled(); expect(NavigationModule.manager.navigate).toHaveBeenCalledWith('timeClock'); }); + + it('handles navigate even...
feat(fm): fix - navigation issue on facilities-management
feat(fm): fix - navigation issue on facilities-management
ddd7e155ec2a265eaaf1330a7b3cfbe7b33c0db2
--- package-lock.json @@ -4343,9 +4343,9 @@ "integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw==" }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.97", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus...
using ptt v0.5.98
using ptt v0.5.98
dd42150dfcd1df2035d670c1630aa4d2fce3aa0c
--- targets/US/package.json @@ -112,7 +112,7 @@ "@walmart/iteminfo-mini-app": "7.16.2", "@walmart/learning-mini-app": "20.0.35", "@walmart/manager-approvals-miniapp": "0.2.8", - "@walmart/me-at-walmart-athena-queries": "6.24.0-alpha.0", + "@walmart/me-at-walmart-athena-queries": "6.24.0", "@wa...
chore: bump athena queries library to release version
chore: bump athena queries library to release version
62822593efb96cf1d419052c2472e0b571c440c4
--- packages/core-services-allspark/src/httpClient/interceptors/successResponse.ts @@ -18,11 +18,11 @@ export async function successResponseInterceptor( baseURL: response.config.baseURL, url: response.config.url, fullUrl: `${response.config.baseURL}${response.config.url}`, - headers: response....
remove header logging
remove header logging
ee04b543f2edba07eeca6916b2047c4c7d3a7720
--- .looper.yml @@ -65,6 +65,7 @@ flows: - call: installDependencies - (name Lint) npm run lint - call: testPackages + - call: sonar-fetch-remote-fix-ref - call: sonar publishPatch: @@ -102,3 +103,15 @@ flows: sonar: - call: coverage - sonar("Sonar"): sonar-scanner -X -Dproject....
fix: sonar coverage for new code (https://dx.walmart.com/sonarqube/documentation/dx/Pull-Request-Analysis-and-Decoration-Deg4foueque)
fix: sonar coverage for new code (https://dx.walmart.com/sonarqube/documentation/dx/Pull-Request-Analysis-and-Decoration-Deg4foueque)
c2638b6c8c4090a64dd264981bf5862746ef0d56
--- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt @@ -31,6 +31,9 @@ class MainActivity: ReactActivity() { SplashScreen.show(this); } + /** + * Handles Sumo push notification when app is in background, but not in a killed state. + */ override fun onNewIntent(intent: Intent?...
added comment for onNewIntent
added comment for onNewIntent
bcf8ffb2b60d468b3a11f60233d92c2fd9726721
--- core/src/oneClick/MiniApps.ts @@ -62,6 +62,9 @@ export enum MINI_APPS { TOPSTOCK = 'topstock', } +// Mapping of other possible identifiers to their correct feature identifier +// Until mini apps have standardized their identifier using the foundation and everything is updated to use it, +// a mapping will nee...
chore: add comment
chore: add comment
8d550d54cb5239433e1caee8ddeb14b77932f77d
--- targets/US/ios/Podfile.lock @@ -1929,11 +1929,11 @@ PODS: - React-Core - react-native-safe-area-context (4.10.8): - React-Core - - react-native-scanner-3.0 (0.8.3): + - react-native-scanner-3.0 (0.8.4): - Firebase/Analytics - React - - ScanditBarcodeCapture (= 6.25.2) - - ScanditCaptu...
upgrade scanner version to 0.8.4
upgrade scanner version to 0.8.4
803f457c4bc7a059cf786a211316cb10100f2b4f
--- .npmrc @@ -0,0 +1 @@ +engine-strict=true --- package.json @@ -50,5 +50,9 @@ "pre-push": "npm run test", "pre-commit": "npm run lint" } + }, + "engines": { + "node": "16.17.0", + "npm": "8.15.0" } } --- packages/allspark-app-auth/babel.config.js @@ -0,0 +1,3 @@ +module.exports = { + presets: ['m...
chore: add babel config. fix placeholder test. add engines to root package. add npmrc file
chore: add babel config. fix placeholder test. add engines to root package. add npmrc file
55ce2f3d96d341c792ead7490fd99fd4cddb926b
--- src/components/TeamList.tsx @@ -112,8 +112,8 @@ const teamIconMap = { const TeamItem = (props: { teamId: string; - clockedInCount?: number | null; - absentCount?: number | null; + clockedInCount: number | null; + absentCount: number | null; canMessage?: boolean; style?: StyleProp<ViewStyle>; }) => ...
Added type changes
Added type changes
e87921a211828282b1d426fd0981ac2bf3b35751
--- src/containers/ChatInput/AudioPlayback.tsx @@ -62,8 +62,6 @@ export const AudioPlayback = (props: { (status) => { if (status.isLoaded) { const {positionMillis, durationMillis = 0, didJustFinish} = status; - const currentPositionSec = Math.round(positionMillis / 1000); - ...
fix: audio timestamp format fix
fix: audio timestamp format fix
701eda27518b52db525c78d2e6c89604fcab5c90
--- packages/core-services-allspark/src/appConfig/sagas.ts @@ -102,7 +102,7 @@ export function* getAppConfigScope(this: AppConfigSagaScope) { return { appId, - scope: `${this.env.deployment}/${country}/${divisionNbr}`, + scope: `${this.env.deployment}/${country || 'US'}/${divisionNbr || 1}`, params...
fix: add defaults to app config scope in case of undefined location
fix: add defaults to app config scope in case of undefined location
6529329d99d537a5be7a3b8a547fb6883fa1d62c
--- core/src/navigation/USHallway/hallways.ts @@ -1,13 +1,17 @@ import {lazy} from 'react'; -export const LazyPreHireHallway = lazy(() => - import('./PreHireHallwayNav').catch((e) => { +export const LazyPreHireHallway = lazy(async () => { + try { + return require('./PreHireHallwayNav'); + } catch (e) { th...
refactor: change hallway dynamic import to require to avoid some local development issues
refactor: change hallway dynamic import to require to avoid some local development issues
8c7d8b34f2f3db30c0fe04b5bea2da4c7314bbfb
--- android/app/src/main/assets/fonts/icomoon.ttf Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ --- ios/icomoon.ttf Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ --- package-lock.json @@ -5617,9 +5617,9 @@ } }, ...
bump ui-components for adding new icon
bump ui-components for adding new icon
aef582551ba805d2a8d51ac242f60cf51741d332
--- src/components/AssociateRosterItem/index.tsx @@ -25,10 +25,10 @@ import {useTranslation} from 'react-i18next'; import {TEXTING_I18N_NAMESPACE} from '../../translations'; export const AssociateRosterItem = React.memo((props: AssociateItemProps) => { - const {associate, first, last, style} = props; + const {ass...
SMBLV-4236 fix closing a message window doesn't navigate away
SMBLV-4236 fix closing a message window doesn't navigate away
c3a0413b1275c20ee459fa9ea2eb05c1d4e41eb3
--- src/components/AssociateRosterItem/index.tsx @@ -151,14 +151,17 @@ export const renderAssociateRosterItem: ListRenderItem<Associate | null> = ({ item: associate, index, extraData, +}: { + item: Associate | null; + index: number; + extraData?: any; }) => { - const {listLength, replaceScreen} = extraDat...
update the extraData and renderItem props
update the extraData and renderItem props
84bad16aa71d1440298d98433789d4d9f839f51c
--- __tests__/channels/services-test.ts @@ -1,6 +1,6 @@ -import {CommonGraphQLClient} from '@walmart/allspark-graphql-client'; import {fetchChannelName} from '../../src/channels/services'; import {LocalFirebaseChannel} from '../../src/channels/types'; +import {graphqlClient} from '../../src/common/grahql'; jest.mo...
Adding service-test changes
Adding service-test changes
3d77a427276b434dce8c647139a5cb119f2b4fa3
--- packages/allspark-foundation/src/Hooks/useUserPreferences.ts @@ -7,19 +7,17 @@ import { SiteSelectors } from '../Site'; import { TeamSwitcherTypes } from '../Components'; const sorter = (data: TeamSwitcherTypes[]): TeamSwitcherTypes[] => { - const sorted: TeamSwitcherTypes[] = []; - for (let i = 0; i < data.l...
chore(ui): added sorter function for teamdata
chore(ui): added sorter function for teamdata
28f78b970b95260a6ecea9d4c1ced8f16f9902e6
--- package-lock.json @@ -3180,9 +3180,9 @@ "integrity": "sha512-SsYeWcxxTEepE6j5VXuLED8z5GrloWsUXcF9+G8vq3pZz12x8zCsADRdCT/nXVGhWvgbN8IxJ0f3J1AoihtqDA==" }, "@walmart/time-clock-mini-app": { - "version": "0.1.18", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Misc Fixes (#305)
Misc Fixes (#305)
c375afcab5c20de2dbc3b0e92050687363cbf142
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "1.62.13", "@walmart/compass-sdk-rn": "5.18.9", "@walmart/config-components": "4.2.13", - "@walmart/copilot-mini-app": "^3.42.2", + "@walmart/copilot-mini-app": "^3.42.3", "@walmart/core-services": ...
chore: bump copilot@3.42.3
chore: bump copilot@3.42.3
89a2c6f04329aecc91e886678d4f8455072f5ff9
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.42.0", + "version": "1.43.0", "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/redux...
Update roster version
Update roster version
f2671042144f9c5ec48abcc47008a29ac964e9d0
--- package-lock.json @@ -53,7 +53,7 @@ "@walmart/exception-mini-app": "1.5.1", "@walmart/facilities-management-miniapp": "0.6.67", "@walmart/feedback-all-spark-miniapp": "0.9.43", - "@walmart/financial-wellbeing-feature-app": "1.13.4", + "@walmart/financial-wellbeing-feature-ap...
bumped financial-wellbeing-feature-app to 1.13.5
bumped financial-wellbeing-feature-app to 1.13.5
bfe293c5026dff9b9fec8d9c89c5aa804846b90b
--- .cxignore @@ -0,0 +1,3 @@ +**/__tests__/** +**/*/*.xml +**/*.xml \ No newline at end of file
adding codegate ignore file
adding codegate ignore file
2e370daf20e9b34ad495c68a3e8b9fabd6f2e23e
--- android/app/build.gradle @@ -338,6 +338,8 @@ dependencies { implementation 'com.walmart.ssmp:platform-core:1.0.5' implementation "com.google.android.play:feature-delivery:2.0.1" + implementation 'com.squareup.okhttp3:okhttp:4.9.3' + debugImplementation("com.facebook.flipper:flipper-network-plugi...
hardcoded okhttp version to 4.9.3
hardcoded okhttp version to 4.9.3
ee0f457a05f309070777e352192f30fb76c98af5
--- core/src/core/translations.ts @@ -95,6 +95,9 @@ export const enUS = { content: 'You must be clocked in to access this feature.', title: 'Clock in required', }, + drawerButton: { + accessiblityLabel: 'Menu', + }, featureToggleGuard: { action: 'Got it', content: 'You’ll be able to use {...
fix: adding drawer button label translations for ada
fix: adding drawer button label translations for ada
b5a5b564c9c8e3de8d3c910808e7d5a3d8f45b54
--- src/navigation/AssociateHallwayNav/Tabs/MyTeamStackNav.tsx @@ -4,7 +4,8 @@ import {createStackNavigator} from '@react-navigation/stack'; import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation'; import AttendanceMiniApp from '@walmart/attendance-mini-app'; import {ScheduleMiniApp} from '@w...
fix: incorrect reference
fix: incorrect reference
21abe55e2bdc24740df712f13cbaf4fa663099b3
--- packages/allspark-authentication/src/Authentication.ts @@ -256,7 +256,8 @@ export class AllsparkAuthentication { try { const result = await authorize(config); - this._cachedConfig.set(config).then(() => this._cachedResult.set(result)); + await this._cachedConfig.set(config); + await thi...
fix: sign in caching change was committed accidentally
fix: sign in caching change was committed accidentally
75b002eb62d497ef4b1289755b73564676136bde
--- package-lock.json @@ -37,7 +37,7 @@ "@walmart/amp-mini-app": "1.0.11", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.52", - "@walmart/attendance-mini-app": "0.52.0", + "@walmart/attendance-mini-app": "0.53.0", "@walmart/config-compo...
bump AMA version
bump AMA version
3cbde4d9b42bea59143a64f38671dc6a035833f2
--- src/screens/SearchScreen.tsx @@ -18,6 +18,8 @@ import { } from '../components/Roster/types'; import {AssociateListItem} from '../components/Roster/AssociateListItem'; import namecase from 'namecase'; +import {useDispatch} from 'react-redux'; +import {rosterSlice} from '../redux/reducer'; const RECENT_SEARCH_H...
fixing dispatch
fixing dispatch
3a64f84be1e86604f640438661ee46f0cd719fe7
--- targets/US/package.json @@ -91,7 +91,7 @@ "@walmart/avp-shared-library": "0.10.1", "@walmart/backroom-mini-app": "1.5.20", "@walmart/calling-mini-app": "0.5.17", - "@walmart/checkout-mini-app": "4.0.1", + "@walmart/checkout-mini-app": "4.0.3", "@walmart/compass-sdk-rn": "5.19.15", "@w...
updated CO version to 4.0.3
updated CO version to 4.0.3
d450744fe08656a9c9d1795b1939b0979a4c720a
--- __tests__/index-test.tsx @@ -3,7 +3,6 @@ import React from 'react'; import {WMConnectMiniApp} from '../src/screens'; import {renderWithProviders} from './harness'; -jest.mock('@walmart/core-services/Logger'); jest.mock('../src/redux/selectors', () => { return { getEncryptedUserId: jest.fn(),
Adding index-test changes
Adding index-test changes
8b9e5baf9dbe590489c1f44b6f34ff26305fcea3
--- packages/allspark-foundation/__tests__/Container/AllspartContainer.test.tsx @@ -2,112 +2,8 @@ import React from 'react'; import { render, act } from '@testing-library/react-native'; import { AllsparkContainer } from '../../src/Container/AllsparkContainer'; import { AllsparkEnvironment } from '../../src/Environm...
all spark container test update
all spark container test update
7045ae9820a2b0e5173fd3c32187fa1d327c8af3
--- package-lock.json @@ -4153,9 +4153,9 @@ } }, "@walmart/allspark-me-mini-app": { - "version": "0.31.2", - "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.31.2.tgz", - "integrity": "sha512-pmINCEmFBNk8atqMGfajqt62R0NR5iDs9hhCXwHkGnIJVV7GA2D+...
Bumping me mini app
Bumping me mini app
a882c734b0784ac6c314816ab40974169b38ac96
--- core/__tests__/navigation/USHallway/PreHireHallwayNav/__snapshots__/PreHireHallwayNavTest.tsx.snap @@ -37,5 +37,13 @@ exports[`PreHireHallwayNav matches snapshot 1`] = ` } } /> + <Screen + name="paymentselection" + options={ + { + "headerShown": false, + } + } + /> </Navi...
chore: update snapshot
chore: update snapshot
9ffe4c10a6d57c0175aa716ee623007560d31ab8
--- src/images/assets/index.ts @@ -34,10 +34,12 @@ const Images: {[key: string]: ImageURISource} = { NotificationsIllustration: require('./notifications-illustration.png'), OneIllustration: require('./one-illustration.png'), PinIllustration: require('./pin-illustration.png'), + PriceChangeIllustration: requir...
whats new images for drop 11
whats new images for drop 11
e0db89eb3d7a600c8ebeae2e25a349c316d69212
--- core/src/auth/LoginErrorScreen/index.tsx @@ -346,7 +346,6 @@ export const LoginErrorScreen = ( }} render={({field, fieldState}) => ( <Select - testID='issueCategory' title={translate('issueCategory')} label={translate('issueCa...
code cleanup
code cleanup
99466a4946846cc9b1eb4724185f75842f9e309b
--- index.js @@ -5,9 +5,8 @@ import 'react-native-get-random-values'; import 'intl'; import 'intl/locale-data/jsonp/en'; -import {AppRegistry, LogBox} from 'react-native'; +import {AppRegistry} from 'react-native'; import {RootContainer} from './src/core/RootContainer'; import {name as appName} from './app.json';...
Removing ignore logs call
Removing ignore logs call
4289122c44afb3d7b121c57ade1ba1ccf6b00e4d
--- CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.26.0-alpha.1](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.26.0-alpha.0...v6.26.0-alpha.1) (2024-09-19)...
chore(version): updating package version
chore(version): updating package version
d98995a3b47eca7fe65d18690a18fda2b62aa956
--- .looper.multibranch.yml @@ -68,10 +68,10 @@ flows: - (name Yarn Install) corepack enable - (name Yarn Version) yarn --version - (name Install Dependencies) yarn install + - (name Build Packages) yarn run build preparePackages: - call: yarnInstall - - (name Build Packages) yarn run bui...
fix: packages not built before bundle creation on looper
fix: packages not built before bundle creation on looper
79b807ce9a46bac31d6d9f7d2c43ba809e042be5
--- package.json @@ -46,6 +46,7 @@ "lerna": "^7.0.0", "patch-package": "^6.5.0", "prettier": "^3.6.2", + "react-test-renderer": "19.0.0", "typescript": "~5.3.3" }, "resolutions": { --- yarn.lock @@ -8487,6 +8487,7 @@ __metadata: lerna: "npm:^7.0.0" patch-package: "npm:^6.5.0" ...
fix: updated test failures
fix: updated test failures
ca7c4af6753b287f78d026e3811c6f55843c0525
--- packages/expo-config-plugins/src/withReactNativeBleManager.ts @@ -3,7 +3,7 @@ import { ConfigPlugin, withAndroidManifest, withInfoPlist, -} from "@expo/config-plugins"; +} from '@expo/config-plugins'; /** * Add location permissions @@ -14,36 +14,32 @@ import { export function addLocationPermissionToM...
refactor: use uses-permission for location permissions (#207)
refactor: use uses-permission for location permissions (#207) * refactor: use uses-permission for location permissions * chore: fix comment
8079381fb0a191942392758ee16a7c8b086a7a45
--- packages/allspark-foundation/__tests__/Auth/sagas.test.ts @@ -0,0 +1,32 @@ +import { onGetUser, onSignIn } from '../../src/Auth/sagas'; + +import { IAuthActions } from '../../src/Auth/redux'; + + + +jest.mock('../../src/Auth/service', ()=>({ + AuthService:{ + getUser:jest.fn(), + signIn:jest.fn(), + } +})) ...
sagas partial unit test
sagas partial unit test
fb0d8f74c6a897f62df6be158a2161a67e145cff
--- __tests__/__mocks__/@walmart/me-at-walmart-common.js @@ -0,0 +1,13 @@ +/** + * Mock for @walmart/me-at-walmart-common package + * Used in testing to provide mock implementations of core constants + */ + +export const CORE_CONTAINERS = { + MY_TEAM: 'MY_WALMART.MY_TEAM', +}; + +// Default export in case it's needed ...
test(ui): fix for test failure
test(ui): fix for test failure
34edd7821001d6f2eadabdb19c7c7498d1327fee
--- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx @@ -9,7 +9,7 @@ import { LayoutConfigType, ValidatedTeamWidgetMapping } from './types'; import { AllsparkFeatureModule } from '@walmart/allspark-foundation/Feature'; import { enUS, esMX } from '../../translation'; import { FEA...
feat(ui): update the default layout for hubs
feat(ui): update the default layout for hubs
ad5078d9786dfb5cb8946a7009205730b5d90bb4
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.1.3", + "version": "1.1.4", "hasInstallScr...
Update version
Update version
4103deb64d86e5338d80216b0d829a7cf00142f9
--- packages/allspark-http-client/src/HttpClient.ts @@ -8,6 +8,7 @@ import axios, { import { TIMEOUT, NON_HEADER_KEYS } from './constants'; import { createRetryInterceptor } from './retryInterceptor'; import { HttpClientConfig, IHttpClient, Interceptor } from './types'; +import { warnForIncorrectInterceptors, warnFo...
fix: add handling of legacy interceptors on clone. add warnings for legacy usage
fix: add handling of legacy interceptors on clone. add warnings for legacy usage
06c9d46af3332a08f51694cc74145913f34ebaf3
--- package.json @@ -125,7 +125,7 @@ "@walmart/global-vpi-mini-app": "1.1.63", "@walmart/gta-react-native-calendars": "0.7.0", "@walmart/gtp-shared-components": "2.3.0-rc.0", - "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shared-components@3.0.0-beta.15", + "@walmart/gtp-shared-components-...
chore(bump): bumped gtp version to beta 16 (#5351)
chore(bump): bumped gtp version to beta 16 (#5351) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
db495366b4f7cc44097c583313e231356ccb9b67
--- package.json @@ -122,7 +122,7 @@ "@walmart/mod-flex-mini-app": "1.19.6", "@walmart/moment-walmart": "1.0.4", "@walmart/money-auth-shared-components": "0.1.10", - "@walmart/myteam-mini-app": "1.10.0", + "@walmart/myteam-mini-app": "1.12.0", "@walmart/native-rfid-scanner": "3.9.15", "@w...
update my team version for drop 24
update my team version for drop 24
87d4b1d5e25f1a87b0ec2abaf0d9ff57256503a7
--- packages/associate-exp-hub-mini-app/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/associate-exp-hub-mini-app", - "version": "1.4.0-alpha.42", + "version": "1.4.1", "packageManager": "yarn@4.6.0", "engines": { "node": ">=18"
feat(ui): update associate exp hub mini app version
feat(ui): update associate exp hub mini app version
2086caa0e83a41ce58d40cff2ac6498530e51f03
--- ios/Podfile @@ -54,27 +54,9 @@ target 'AllSpark' do pod 'FirebaseMessaging', :modular_headers => true pod 'CocoaAsyncSocket', :modular_headers => true pod 'Realm', :modular_headers => true - - # Post Install processing for Flipper - def flipper_post_install(installer) - installer.pods_project.targets....
Change pod Spec for flipper
Change pod Spec for flipper
e4a5a199064f931b18984357211b3b773cd114c1
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
feat(ui): update changes from allspark main
feat(ui): update changes from allspark main
6251b0af8b4d0442812324b3cfc14dcd72a04041
--- package-lock.json @@ -84,7 +84,7 @@ "@walmart/schedule-mini-app": "0.55.0", "@walmart/shelfavailability-mini-app": "1.5.17", "@walmart/taskit-mini-app": "2.47.9", - "@walmart/texting-mini-app": "2.0.40", + "@walmart/texting-mini-app": "2.1.0", "@walmart/time-clock-m...
Texting mini app Drop 17 update
Texting mini app Drop 17 update
e2f6acd6f1382baf7e31ce17c5725f16d1b40a1a
--- patches/@react-native-firebase+app-check+17.4.2.patch @@ -0,0 +1,81 @@ +diff --git a/node_modules/@react-native-firebase/app-check/android/build.gradle b/node_modules/@react-native-firebase/app-check/android/build.gradle +index 3a97bbd..4d0480d 100644 +--- a/node_modules/@react-native-firebase/app-check/android/bui...
ALLSPARK-3322: Added RNFB patch to remove safetyNet
ALLSPARK-3322: Added RNFB patch to remove safetyNet
1ee9bf377d9c98dd690acf2e9a9ad1cacdb67e0b
--- targets/US/android/settings.gradle @@ -1,15 +1,15 @@ rootProject.name = 'AllSpark' -apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) +apply from: file("../../../node_modules/@react-native-community/cli-platform-androi...
fix: settings gradle paths were incorrect for US target
fix: settings gradle paths were incorrect for US target
e4dbdc92820a2d6f9e55d795eac9ccd3199da533
--- src/containers/Message/index.tsx @@ -171,8 +171,9 @@ export const Message = ({ ]} onLongPress={handleLongPress} disabled={isLongPressDisabled} - accessibilityRole='button' + accessibilityRole={isLongPressDisabled ? 'text' : 'button'} accessibilityLabel={getAccessibi...
fix(SMDV-7780): Fix messages incorrectly announcing as dimmed
fix(SMDV-7780): Fix messages incorrectly announcing as dimmed - Set accessibilityRole to 'text' when message is not interactive - Clear accessibilityState when disabled to prevent dimmed announcement - Ensures non-interactive messages don't confuse screen reader users JIRA: SMDV-7780
2856f8e73f5f0dd27b5eafcfd010a9898adc8a71
--- src/channels/hooks.ts @@ -63,7 +63,7 @@ export const useUnread = () => { return useMemo(() => channels.totalUnread as number, [channels.totalUnread]); }; -export const useChannelUnread = () => { +export const useChannelUnreadCount = () => { const unreadChannelsCount = useSelector(getUnreadChannelsCount); ...
minor refactors
minor refactors
ee792b5276cab00b1959bd611f0e1a227d7466bc
--- package-lock.json @@ -3138,9 +3138,9 @@ "integrity": "sha512-Nw48GsUKz2HkFr1qjavFld2pryaG9Jzn/QPT9C/xk7UgxTs4UeCmSJEZ99oLeSIV3TA9rgAH8dThkqzwmjP6ew==" }, "@walmart/iteminfo-mini-app": { - "version": "1.0.4", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min...
Updates and bugfixes to ItemInfo for drop 3
Updates and bugfixes to ItemInfo for drop 3
016b5e9d192c630c55454de82b442c02e6de6ba9
--- .looper-native-common.yml @@ -15,9 +15,7 @@ envs: XC_TARGET: 'AllSpark' TARGET_XCODE: "11.5" GITHUB_TOKEN: ENC[CGMhL3M/PKGSd9JmVpyMSAxGD/ZNRzJbf6v6/VuJBIWoj226WrPkQe5i7DIFJjTR] - http_proxy: 'http://sysproxy.wal-mart.com:8080' - https_proxy: 'http://sysproxy.wal-mart.com:8080' - ...
removed proxies
removed proxies
34858f4d25a05ecc1dd55b87c608b1d0aa3164c4
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.8", + "version": "1.0.1-beta.9", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/HubFeature/Store/Com...
Update the import statements
Update the import statements
eca0b871c7a83b574cc95cd5703f027201b994a1
--- core/src/changeStore/sagas.ts @@ -35,12 +35,12 @@ export function* updateChangeStoreBanner() { const isStore = yield* select(SiteSelectors.getWorkingSiteIsStore); AllsparkBanners.add('changeStore', { type: 'alert', - value: AllsparkTranslationClient.t('changeStore:bannerMessage', { + ...
fix translation banner
fix translation banner
c8f19e3221128172974988defbc4c7a36ef3d4d9
--- ios/Podfile.lock @@ -430,7 +430,7 @@ PODS: - React - react-native-webview (10.10.0): - React-Core - - react-native-wm-barcode (2.36.1): + - react-native-wm-barcode (2.36.2): - Firebase/Analytics - React - react-native-wm-voice-text (0.6.0): @@ -941,7 +941,7 @@ SPEC CHECKSUMS: Firebase...
pod install
pod install
cd9690099b10cb4962e4a030d6533e9d788192c9
--- __tests__/startup/CopeKeyListenerTest.ts @@ -99,17 +99,6 @@ describe('CopeKeyListener', () => { expect(AllsparkNavigationClient.navigate).toHaveBeenCalledWith('askSam'); }); - it('opens messaging', async () => { - ( - AllsparkNavigationClient.getCurrentRouteName as jest.Mock - ).mockReturnValu...
removing messaging as a side button option
removing messaging as a side button option
fa677b42237565fa12d9d2476a3075a2906eedcd
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.13", + "version": "1.0.14", "hasInstal...
Update version
Update version
559f208cf9d8991b7b8da4b88bd4cf299f5a9b1b
--- package.json @@ -79,7 +79,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.74", "@walmart/attendance-mini-app": "0.86.0", - "@walmart/compass-sdk-rn": "3.16.17", + "@walmart/compass-sdk-rn": "3.16.18", "@walmart/config-components": "4.1.0-rc.4", "@w...
fixed the nested framework issue.
fixed the nested framework issue.
ae818b266dd5eefbb83ef59620f9c6300854aea6
--- package-lock.json @@ -43,7 +43,7 @@ "@walmart/attendance-mini-app": "1.62.0", "@walmart/compass-sdk-rn": "4.2.0", "@walmart/config-components": "4.2.5", - "@walmart/copilot-mini-app": "^2.3.19", + "@walmart/copilot-mini-app": "2.3.19", "@walmart/core-services": "~2....
bump schedule-mini-app to v0.49.0
bump schedule-mini-app to v0.49.0
546ed626daa771665e9b37934bc0b2cba877b34d
--- packages/allspark-utils/src/ExternalStore.ts @@ -0,0 +1,107 @@ +import { useSyncExternalStore } from 'react'; + +type Subscriber = () => void; + +type StoreOptions<T> = { + read?: () => T | Promise<T>; + persist?: (value: T) => void | Promise<void>; + log?: (message: string, error?: Error) => void; +}; + +/** + ...
feat(external store): add external store class to manage store external to react component scope
feat(external store): add external store class to manage store external to react component scope
1c228b2188bc44f7454d23db7d0f083835d8cdd4
--- src/channels/components/ChannelRow.tsx @@ -31,10 +31,12 @@ import { ROOT_CONTAINER_SCREEN_NAME, APP_CONTAINER_SCREEN_NAME, MESSAGES_SCREEN_NAME, + SEVEN_DAYS_AGO_TIMESTAMP, } from '../../constants'; import {styles as channelRowStyles} from '../../components/AssociateRosterItem/style'; import {useTransl...
update last message time for expired messages
update last message time for expired messages
47565171f0f354a426a25c4eb1be85fe62b4b0fc
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.26", + "version": "2.12.30", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-foun...
Update roster mini app version
Update roster mini app version
ff105d9ae6cf08669b0b6e8b2a9dedd9f834bd00
--- .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: (MAC-LAB-MINI08||MAC-DRFQLAB-MINI24) +node: ((osx||stable_osx)&&!dualcore) ## Global too...
update 13.4
update 13.4
5042cfcd6e0393f6e2a22e490977d754b281e4b4
--- 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.3", + "@walmart/react-native-scanner-3.0": "0.15.4", "@walmart/react-native...
fix(scanner): VS-9841 Scanner Upgrade for Constellation SDK fixes (#4691)
fix(scanner): VS-9841 Scanner Upgrade for Constellation SDK fixes (#4691)
920a67ba9c776711433e64e0e39e1367bf02c025
--- packages/allspark-foundation/__mocks__/data/teamOnboardingCards.tsx @@ -13,10 +13,4 @@ export const teamOnboardingCardsMockData = [ description: 'Get smart guidance to help you keep your team and the shift on track', }, - { - icon: <Icons.AssociateIcon size='medium' color='#0071DC' />, - title...
fet(ui): update scroll style
fet(ui): update scroll style
48ed6f925a5ad71e850259dc54bc0d4bb2f8cb62
--- .yarn/patches/react-native-npm-0.73.7-7f2047866d.patch @@ -8,6 +8,6 @@ index 8e924afd367f1b53031daf164bd78cce7908f56e..3950fce7cbb18d9c58823b5913c24584 spec.authors = 'Rene Rivera' - spec.source = { :http => 'https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.bz2', + spec.source = { :http => '...
update yarn.lock
update yarn.lock
8afe4ad26e43a58bf1323ce76eb1979bcf7c92ea
--- __tests__/utils/user-test.ts @@ -0,0 +1,27 @@ +// @ts-ignore +import {formatSchedule, getScheduleStartAndEndTime} from '../../src/utils'; + +describe('getScheduleStartAndEndTime', () => { + it('start time and end time should follow 12 hour clock', () => {}); + it('should format start time and end time as expected...
adding formatting functions and unit tests for them
adding formatting functions and unit tests for them
4e343b9c947e321961342ebcf34d8f356c83fbc8
--- src/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -5,7 +5,6 @@ import {SupplyChainRosterDetailScreen} from './SupplyChainRosterDetailScreen'; import {StoreRosterDetailScreen} from './StoreRosterDetailScreen'; import {RosterDetailScreenProps} from './types'; - export const RosterDetailScreen = ({route}: ...
Update roster mini app version
Update roster mini app version
068aa55f67c5c43e0d5037562279ef8d6ae30776
--- package-lock.json @@ -46,8 +46,8 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.19.5", "@walmart/attendance-mini-app": "3.24.0", - "@walmart/avp-feature-app": "0.2.7", - "@walmart/avp-shared-library": "0.2.9", + "@walmart/avp-feature-...
bumped avp library to 0.2.10 and 0.2.8
bumped avp library to 0.2.10 and 0.2.8
486675d33c0b115a4275d761cf85c4adc32bfbda
--- core/src/home/components/CelebrationCard/index.tsx @@ -35,7 +35,9 @@ export const CelebrationCard = (props: CelebrationCardProps) => { const userId = useSelector(UserSelectors.getFullyQualifiedUserID) || ''; const timeZone = useSelector(SiteSelectors.getWorkingSiteTimeZone); const isStore = useSelector(Sit...
CO 4.0.16
CO 4.0.16
df728309d253d9fc5915ab5d4b40dcecf214e418
--- 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.25.20](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.17.1 - @walmart/allspark-foundation-hub@1.25.20 - @walmart/my-walmart-hub@1.8.2
14de5d885c77fd78939705deeedb93ca04846cd4
--- src/components/ShiftSwitcherModal/ShiftSwitcherModal.tsx @@ -8,7 +8,7 @@ import { Button, CloseIcon, FormGroup, - Link, + IconButton, Radio, } from '@walmart/gtp-shared-components'; import {modalProps} from '../../modals'; @@ -47,12 +47,9 @@ export const ShiftSwitcherModal = ({ <Body weight...
fix: remove -ve css value
fix: remove -ve css value
32d728548303633824098bbc1d95bbb1d277442d
--- packages/me-at-walmart-container/src/services/logger.ts @@ -54,11 +54,10 @@ class LoggerClient { constructor(id: string, config?: FoundationLoggerConfig) { // eslint-disable-next-line @typescript-eslint/no-unused-vars - const {fields = {}, logLevel, ...restConfig} = config || {}; + const {logLevel, ...
remove fields from being logged.
remove fields from being logged.
28efda5003a4087563a6586bfb2370016ea6fe63
--- package-lock.json @@ -60,7 +60,7 @@ "@walmart/impersonation-mini-app": "1.20.2", "@walmart/ims-print-services-ui": "2.5.1", "@walmart/inbox-mini-app": "0.86.1", - "@walmart/iteminfo-mini-app": "7.5.1", + "@walmart/iteminfo-mini-app": "7.5.2", "@walmart/manager-appro...
get repl status api bugfix
get repl status api bugfix
b3a5e1c1fa45ebdf0d3a450b331c33742c7b5d6d
--- src/components/TeamList.tsx @@ -379,6 +379,9 @@ export const TeamChatCard = (props: { }, [primaryWorkGroup]); const renderWorkgroups = () => { + if (!sortedWorkgroupKeys || sortedWorkgroupKeys.length <= 0) { + return null; + } return sortedWorkgroupKeys.map((workgroupKey, workgroupNdx) => { ...
add null check for renderWorkgroups
add null check for renderWorkgroups
7e879953baa55ca9363125cdf4573c1bee89f465
--- package-lock.json @@ -41,7 +41,7 @@ "@walmart/amp-mini-app": "1.1.72", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.18.5", - "@walmart/attendance-mini-app": "3.10.0", + "@walmart/attendance-mini-app": "3.11.0", "@walmart/avp-feature-...
ama v3.11.0
ama v3.11.0
bb389a11dfbd0113948e43bc53b1717b565c287b
--- core/__tests__/navigation/USHallway/USHallwayTest.tsx @@ -1,79 +1,35 @@ import React from 'react'; import {render} from '@testing-library/react-native'; -import {View} from 'react-native'; import {UserType} from '@walmart/me-at-walmart-common'; import {AllsparkReduxStore} from '@walmart/allspark-foundation/Re...
reset changes to existing test
reset changes to existing test
f5f930743e2eb23d8679f7cf144e0c58cb2d49bb
--- __tests__/channels/components/__snapshots__/ChannelRow.test.tsx.snap @@ -92,6 +92,7 @@ exports[`ChannelRow should render ChannelRow Component 1`] = ` > <View accessibilityLabel="one on one message, bob, swalton, hwalton, dmj00b5, alstamp, werober, fsduren, m0r08qm, elnevli, No unread messages, ...
fix: update missing accessible roles
fix: update missing accessible roles
3b074679ad5f2c4161698b95ae17260f67d39775
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.31.0", + "version": "1.31.1", "main": "index.js", "private": true, "workspaces": [
chore(version-bump): ALLSPARK-6554 bumped up app version
chore(version-bump): ALLSPARK-6554 bumped up app version
b6235b5433dbd511f633481402581d0ef09e8c2e
--- package.json @@ -145,6 +145,7 @@ "@walmart/online-w4-mini-app": "0.10.3", "@walmart/pay-stub-miniapp": "0.26.7", "@walmart/payrollsolution_miniapp": "0.155.14", + "@walmart/perf-pay-mini-app": "0.7.204", "@walmart/persona-hub": "0.8.1", "@walmart/price-changes-mini-app": "1.16.17", ...
feat: perf pay (#5209)
feat: perf pay (#5209) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.co...
1b2dfc375debd7b1f7afd0471c3d120e0a0c3c4d
--- package.json @@ -159,7 +159,7 @@ "@walmart/sidekick-mini-app": "4.205.5", "@walmart/store-feature-orders": "1.34.3", "@walmart/talent-preboarding-mini-app": "1.0.41", - "@walmart/taskit-mini-app": "5.40.9", + "@walmart/taskit-mini-app": "5.41.1", "@walmart/time-clock-mini-app": "3.19.6", ...
fix(notes): asset migration to CDN and code cleanup TASKIT-6916
fix(notes): asset migration to CDN and code cleanup TASKIT-6916
5e541d0ee417ed02e824277013e3698fbd00176e
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/inbox-mini-app": "0.81.3", "@walmart/iteminfo-mini-app": "5.3.2", "@walmart/manager-approvals-miniapp": "0.1.2", - "@walmart/me-field-mini-app": "1.1.42", + "@walmart/me-field-mini-app": "1.1.43", "@walmart/metrics-mini-...
feat: :package: Bump learning mini app version to 1.1.43
feat: :package: Bump learning mini app version to 1.1.43