commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
65738477b33af8e3aca9222b7f3a6a9800713bb7
--- targets/US/package.json @@ -153,7 +153,7 @@ "@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.17.1#~/.yarn/patches/@walmart-ui-components-npm-1.17.1-4a29feac03.patch", "@walmart/walmart-fiscal-week": "^0.3.6", "@walmart/welcomeme-mini-app": "0.96.0", - "@walmart/wfm-ui": "1.6.0", + ...
bump wfm-ui
bump wfm-ui
11940704efe2a532364fa400720bb0811b823956
--- 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.41.0", + "@walmart/copilot-mini-app": "^1.54.0", "@walmart/core-services...
chore: update version add default layout
chore: update version add default layout
539bc073f17d8ffb50ad353ea568ad3b5d04d29c
--- packages/allspark-foundation-hub/src/HubFeature/Onboarding/TeamSelection/styles.ts @@ -19,7 +19,7 @@ export const teamSelectionListItemStyles = (hasBorder: boolean) => display: 'flex', flexDirection: 'row', alignItems: 'center', - gap: 20, + gap: 16, paddingLeft: 16, }, ...
Adding icon padding fix
Adding icon padding fix
980abf23072bace61be177cdd5d46b77b1a9cfb1
--- packages/allspark-foundation/src/Translation/client.ts @@ -37,7 +37,7 @@ export const TranslationClient = (config?: TranslationClientOptions) => { i18next.init = (options: InitOptions) => { __DEV__ && console.warn( - `i18n.init called more than once. This is not allowed! Culprit: ${options.def...
chore: update i18n init warning message
chore: update i18n init warning message
d3de83986320469724ab3458e4598b2bf96f5af4
--- packages/core-services-allspark/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. +## [2.8.5](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.5 - @walmart/me-at-walmart-athena-queries@1.1.0
cf41745e04357fd7941a89c88c473c3af75c8696
--- __tests__/harness/firestore/channelsProvider.ts @@ -0,0 +1,19 @@ +import {IChannelsContext} from '../../../src/channels'; + +export const mockChannelsContext: IChannelsContext = { + ids: [], + dataById: {}, + documentById: {}, + nameById: {}, + lastMessageById: {}, + unreadById: {}, + totalUnread: 0, + tota...
start of context
start of context
2e6ac12abcd13cdb615c553fd0f7adc48abe8602
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/Container/HubDashboard.test.tsx @@ -16,7 +16,6 @@ import { useNavigation, useRoute } from '@react-navigation/native'; import * as NavigationUtil from '@react-navigation/native'; import * as safeAreaContext from 'react-native-safe-area-context'; -import *...
Update the bottomsheet navigation
Update the bottomsheet navigation
88ecd5bf3b0772adcdc32a4826492b1ec7b7bb7d
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -212,9 +212,13 @@ export class ComponentContainer<Props = {}> { addChangeListener: (cb) => this._eventManager.addListener('change', cb), }); - props.componentWrapper = this._componentWrapper; - - return <Layout {...props} con...
chore(layout): fixed a minor bug in layout function
chore(layout): fixed a minor bug in layout function
f39e5be3c8dec29a2804a19a02b46c0b2b1dc95a
--- package-lock.json @@ -3054,9 +3054,9 @@ } }, "@walmart/config-components": { - "version": "1.0.12", - "resolved": "https://npme.walmart.com/@walmart/config-components/-/config-components-1.0.12.tgz", - "integrity": "sha512-fBTFqpmw2IBYncf+2w7AdfVJeJb1BCpFcWLxV0KH1Xpg9YoWXmH3hVzJY1fxL...
version bump for fixing logger error format (#399)
version bump for fixing logger error format (#399)
2ead45ac18e807a4b408d64dcbce3f6c484a5004
--- .github/pull_request_template.md @@ -0,0 +1,12 @@ +## Links to JIRA tickets: + +## Acceptance Criteria + +## Screenshots (if any): + +# Checklist +- [ ] Have you written unit tests for this? If so, add the screenshots for the test coverage +- [ ] Has this been tested in the core app? +- [ ] Telemetry Covered? If so...
Add the pull request requirement template
Add the pull request requirement template
2071f727e8f395eb3d3f7d9d08ae55ea0afa88f3
--- core/src/setup.ts @@ -34,9 +34,7 @@ export const setupCore = () => { /** * Setup calling mini app. * Requiring directly to avoid side effects. - * @todo: Have calling expose rootSetup directly. Something like: - * import { setupCalling } from '@walmart/calling-mini-app/Setup'; */ - ...
Calling updates for drop24
Calling updates for drop24
e4133c5ccc90eb9e9c03dc788fda070382c8777c
--- package-lock.json @@ -3062,9 +3062,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.29.42", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.42.tgz", - "integrity": "sha512-5ZWixYJNPIVDqLpBsS+4susLoSBoyI+F4RahPpct05Bav3t9HQM6S8wwuN0U+q...
Bumping ask sam for android mic fix
Bumping ask sam for android mic fix
9358a15472af3722932d6a2997114f471305dbea
--- packages/associate-exp-hub-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. +## [2.21.8](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.21.8 - @walmart/associate-exp-hub-mini-app@1.15.2 - @walmart/associate-exp-hub-team-switcher@2.26.2
be3c9ec9f6f0e748f62a5f21834d2fd4197e97e6
--- src/screens/RosterDetailScreen/StoreRosterDetailScreen.tsx @@ -423,7 +423,7 @@ export const StoreRosterDetailScreen = ({route}: RosterDetailScreenProps) => { undefined, ); setFilteredAssociates(sortedAssociateList(associatesFiltered, teamLeads)); - }, [searchInput, selectedFilter, teamState, roste...
fix: adding same fix for store
fix: adding same fix for store
37d16a0741b0ae5fac2db2e51af6591dd7d09a32
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.13.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.12.0...v3.13.0) (2025-12-22) + + +### Features + +* **ui:** update roster mini app version ([33acb56](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/33acb56addffb9fa93d31a66fd9e88c53308a32c)) + ...
chore(release): 3.13.0 [skip ci]
chore(release): 3.13.0 [skip ci] # [3.13.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.12.0...v3.13.0) (2025-12-22) ### Features * **ui:** update roster mini app version ([33acb56](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/33acb56addffb9fa93d31a66fd9e88c53308a32c))
9b2071cb55658dfdc6acafcbdefbd88ef2b6f526
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.10", + "version": "1.0.1-beta.11", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/Core/index.ts @@ -...
Update the import statements
Update the import statements
901898c3579fc583a68b1bd4b07a012c3189c408
--- 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.18.2](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.18.2 - @walmart/associate-exp-hub-mini-app@1.12.0 - @walmart/associate-exp-hub-team-switcher@2.21.0
4c97277d0f3adc02a23d1eb570874d02dac8b65b
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -110,15 +110,12 @@ Array [ name="paymentselection" /> <Screen - component="PayStubMiniApp" name="paystub" /> - <Screen - component="FWBNav" - /> <Screen ...
Updated snapshot.
Updated snapshot.
11a322e0912b45850bf370373470208d67bf6258
--- targets/US/package.json @@ -147,7 +147,7 @@ "@walmart/shop-gnfr-mini-app": "1.0.137", "@walmart/sidekick-mini-app": "4.84.9", "@walmart/store-feature-orders": "1.27.1", - "@walmart/taskit-mini-app": "4.17.21", + "@walmart/taskit-mini-app": "4.25.0", "@walmart/time-clock-mini-app": "2.419.0...
chore: bump taskit version
chore: bump taskit version
638c3316c1c50e3c73764269fcb2257a6c9fe9d9
--- packages/allspark-foundation-hub/src/HubFeature/Onboarding/TeamSelection/Component/TeamSelectionList.tsx @@ -77,7 +77,11 @@ export const TeamSelectionList = ({ message: 'Manager experience mutation completed', }); if (isUserAlreadyOnboarded) { - dispatch(ManagerExperienceCreato...
Resolving conflicts
Resolving conflicts
b09d857fc77611614d24c1640f604b7ca3c5c7cd
--- docs/CHANGELOG.md @@ -1,3 +1,42 @@ +# [1.16.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.15.0...v1.16.0) (2025-03-01) + + +### Bug Fixes + +* **ui:** update the myteam tests ([d05afde](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/d05afde787895fd92dd7d434ef945cbd48569a16)) + + +###...
chore(release): 1.16.0 [skip ci]
chore(release): 1.16.0 [skip ci] # [1.16.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.15.0...v1.16.0) (2025-03-01) ### Bug Fixes * **ui:** update the myteam tests ([d05afde](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/d05afde787895fd92dd7d434ef945cbd48569a16)) ### Features * **u...
b716951ded55d67a6955ca9a7606d97bad7ebe5b
--- packages/me-at-walmart-container/__tests__/services/config.test.ts @@ -4,8 +4,10 @@ import { MeAtWalmartConfigService, IMeAtWalmartConfigService, MeAtWalmartConfigFetchParams, - ChangeEventManager , actualListener, -initialize, fetch + ChangeEventManager, + actualListener, + initialize, + fetch } fro...
formmatted imports
formmatted imports
4d5d38f701bd2b18331b3e75bcb96bf35781a10d
--- package-lock.json @@ -3088,9 +3088,9 @@ "integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw==" }, "@walmart/inbox-mini-app": { - "version": "0.0.92", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
Fix SSMP-1109 (#558)
Fix SSMP-1109 (#558)
0e4055251753ccc0f235b78625e13cbff0f0b4bb
--- ios/Podfile.lock @@ -1144,7 +1144,7 @@ SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 - DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 + DoubleConversion: 518...
Bumped profile-feature-app to 0.112.0
Bumped profile-feature-app to 0.112.0
95c3185fcf247ab9ea942114b00d2d90d71bb855
--- package.json @@ -173,8 +173,8 @@ "expo-constants": "~16.0.2", "expo-font": "~12.0.10", "expo-image": "~1.13.0", - "expo-image-manipulator": "^13.1.7", - "expo-image-picker": "^16.1.4", + "expo-image-manipulator": "~12.0.5", + "expo-image-picker": "~15.1.0", "expo-linear-gradient": "~...
fix(package.json): ALLSPARK-6008 downgrade expo image picker and manipul (#4205)
fix(package.json): ALLSPARK-6008 downgrade expo image picker and manipul (#4205)
92b2486037d9e6c7dd8551a80a8b4daacc185710
--- package-lock.json @@ -3389,9 +3389,9 @@ "integrity": "sha512-73HAEev8DeHModZVTry22tqKnV5jJcaL4IyUVWvlvoyZ4iZfNgdIsR6VEzYN1TW5DHH5d44heAIR3K8kdUb4Qw==" }, "@walmart/iteminfo-mini-app": { - "version": "2.0.15", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi...
Minor change : Icon fix in item info
Minor change : Icon fix in item info
0e815fb5f8efc1b2492bc85b40127dde2548bf1b
--- packages/allspark-foundation-hub/src/Store/Hub/TeamSwitcher/index.tsx @@ -119,10 +119,12 @@ export const TeamSwitcher = ({ dispatch( ManagerExperienceCreators.updateSelectedTeamIDs(selectedTeamsList) ); + onTeamChange(team.teamId, selectedTeamsList); } else { disp...
fix(ui): revert the changes for the teamswicger select team function
fix(ui): revert the changes for the teamswicger select team function
85d0dc5527be0dd90ac44a24f3b24a19d9f4e071
--- yarn.lock @@ -8020,9 +8020,9 @@ __metadata: languageName: node linkType: hard -"@walmart/store-feature-orders@npm:1.27.1": - version: 1.27.1 - resolution: "@walmart/store-feature-orders@npm:1.27.1" +"@walmart/store-feature-orders@npm:1.26.12": + version: 1.26.12 + resolution: "@walmart/store-feature-ord...
drop24 merge conflicts
drop24 merge conflicts
d844a20048657a19a05ce044219555e0c15b5ce2
--- packages/allspark-foundation/__tests__/cli/linkUtils.test.ts @@ -1,7 +1,9 @@ import { mergeDeep, isObject, + writeConfig, } from '../../../allspark-foundation/src/cli/linkUtils'; +import fsPromises from 'fs/promises'; describe('isObject', () => { it('should return true if the passed argument is an ob...
test(foundation): add test for write config
test(foundation): add test for write config
55615fb09777de2b6c9f743e02df220b7dbb4867
--- packages/core-services-allspark/package.json @@ -26,7 +26,7 @@ "@walmart/allspark-graphql-client": "^1.3.0", "@walmart/allspark-http-client": "^2.4.3", "@walmart/core-services": "^2.0.8", - "@walmart/core-utils": "^1.3.0", + "@walmart/allspark-utils": "^1.3.0", "crypto-js": "~4.1.1", ...
refactor: move to allspark utils
refactor: move to allspark utils
437dcdd2928e74305256e01d891a1d7344822114
--- packages/associate-exp-hub-mini-app/CHANGELOG.md @@ -3,6 +3,19 @@ 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.18](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.18
e8d810f943ddcc4621a6627c6aff85362860d1f1
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "3.6.5", + "version": "3.6.6", "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 roster and wmconnect version
feat(ui): update roster and wmconnect version
dbf5cb3d52f9256d15b97bf23199d714dbfd2fa3
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx @@ -16,10 +16,7 @@ import { } from '../../Store/Common/constant'; import { Body } from '@walmart/gtp-shared-components'; import { LayoutConfig } from '@walmart/allspark-utils'; -import { - ManagerExperienceSelectors, - hubTeam...
feat: added feature flag for bottom sheet team swticher and team item
feat: added feature flag for bottom sheet team swticher and team item
fb003d6247abf4802b973b91823c73a870330094
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/iteminfo-mini-app": "7.0.8", "@walmart/manager-approvals-miniapp": "0.2.1", "@walmart/me-field-mini-app": "1.1.45", - "@walmart/metrics-mini-app": "0.9.60", + "@walmart/metrics-mini-app": "0.9.61", "@walmart/mod-flex-min...
mertrics version bump
mertrics version bump
13a1fcdb4cd9495cfa875ca9a812e10c698a573e
--- __tests__/managerExperience/components/__snapshots__/FilterChip.test.tsx.snap @@ -64,10 +64,12 @@ exports[`FilterChip renders active filter chip correctly 1`] = ` { "alignSelf": "center", "backgroundColor": "#2e2f32", + "borderColor": "#2e2f32", "borderRadius": 100...
fix: updated snapshots
fix: updated snapshots
a7cbdd2631b5c9a1133797fdff466b68bfbff8d8
--- packages/me-at-walmart-athena-queries/src/index.ts @@ -11,4 +11,5 @@ export * from './getSupplyChainTeamPreferenceQuery'; export * from './getSupplyChainTeamsByStore'; export * from './upsertSupplyChainAssociatePreference'; export * from './getSupplyChainShifts'; +export * from './getForYouHeaderAssociateDetails...
fix(query): add export for header api
fix(query): add export for header api
a6ee4d18f203f08bc230a6131c0cd6dcbf5415d9
--- core/__tests__/termsOfUse/__snapshots__/TermsOfUseTest.tsx.snap @@ -256,7 +256,7 @@ DC-TDC-01-00-01 size="small" weight="400" > - This This Terms of use document applies to all associates who work for Walmart. “Walmart” means Walmart Inc., one of its subsidiary compan...
Updated snap
Updated snap
d0a35183f740d19f6709bfe8b57d501eec1ea1f1
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.8.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.8.0...v2.8.1) (2024-07-12) + + +### Bug Fixes + +* **ui:** added ws ([5f39a9f](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/5f39a9f455010b33d0a82e5545f9274ffa8da79a)) + # [2.8.0](https://gecg...
chore(release): 2.8.1 [skip ci]
chore(release): 2.8.1 [skip ci] ## [2.8.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.8.0...v2.8.1) (2024-07-12) ### Bug Fixes * **ui:** added ws ([5f39a9f](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/5f39a9f455010b33d0a82e5545f9274ffa8da79a))
3dba8f78ad2c05151e78a22492d2332e2897ebb5
--- react-native-dev-beta.config.js @@ -1,13 +0,0 @@ -module.exports = { - project: { - ios: {}, - android: {}, - }, - dependencies: { - ...(process.env.CI - ? {'react-native-flipper': {platforms: {ios: null}}} - : {}), - }, - assets: ['node_modules/@walmart/ui-components/ass...
Removing extra code for logging and files not used
Removing extra code for logging and files not used
0f7af83c4340a3618cb90c23464aaf7a7aa7192d
--- src/hooks/user.ts @@ -1,5 +1,5 @@ import {useSelector} from 'react-redux'; -import {UserSelectors, User} from '@walmart/redux-store'; +import {UserSelectors, User, SiteSelectors} from '@walmart/redux-store'; import {teamLeadJobDescriptions as teamLeadJobDescriptionsSelector} from '../redux/selectors'; import {pa...
fix logical error for useUserInRoster hook
fix logical error for useUserInRoster hook
5295d99eae0f3557af4c05450849dcb6d387848d
--- packages/allspark-foundation/__tests__/Work/redux.test.tsx @@ -1,11 +1,15 @@ -import { WorkActions, WorkSelectors } from '../../src/Work'; +import { IAllsparkReduxState } from '../../src/Redux'; +import { WorkActions, WorkSelectors, WorkState } from '../../src/Work'; +const WORK_STATE: WorkState = { actionId: 'ac...
fix: write tests, update type allspark redux state DWORK-60097
fix: write tests, update type allspark redux state DWORK-60097
01bd724775c181ed32a6363480567295cc7ee0f7
--- packages/allspark-foundation/src/Feature/types.ts @@ -232,6 +232,7 @@ export type BuildNavigatorConfig = { export type FeatureEventListeners = { onConnect: (capability?: ConnectCapabilities) => void; + onDisconnect: (capability?: DisconnectCapabilities) => void; onEnableChange: (enabled: boolean) => void;...
fix: disconnect listener missing on feature module typing
fix: disconnect listener missing on feature module typing
a5e7328a98737c1f1cebbc5fea911433626f3dc0
--- core/src/PinAccess/PinCodeSagas.ts @@ -86,6 +86,9 @@ export function* handlePinPrompt(reason: string, resetNav: boolean) { yield call(navMethod, pinScreen, {flow: ENTRY}); + // Disable navigation, until pin flow is completed + AllsparkNavigationClient.disable(); + const biometricTask: Task = yield fork(...
fix: navigation not disabled while on pin screen
fix: navigation not disabled while on pin screen
89432693fb322e537f04cf7d9a6b3cb7b1e05adf
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/HubFeature/Hub/Conta...
Update hubs version
Update hubs version
a115f118ac277de00f3aab1166afe03e55fb7349
--- package.json @@ -104,7 +104,7 @@ "@walmart/calling-mini-app": "0.8.29", "@walmart/candidate-authentication-lib": "0.0.12", "@walmart/celebration-mini-app": "1.36.0", - "@walmart/checkout-mini-app": "4.19.0", + "@walmart/checkout-mini-app": "4.20.44", "@walmart/clock-status-plugin": "0.13.0...
feat: checkout drop35 (#5112)
feat: checkout drop35 (#5112) Co-authored-by: damusta <damusta@homeoffice.wal-mart.com> Co-authored-by: Makarand Gujarathi <makarand.gujarathi@walmart.com> Co-authored-by: l0g0i2p <lakshmi.vasanthi.godi@walmart.com> Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> Co-authored-by: Maksym Novakh - m...
8733ffb920315fcbaac080755079d1c5949db83d
--- __tests__/harness/mockData/associate.ts @@ -1,4 +1,4 @@ -import {AbsentData, MewAssociate} from '../../../src/queries/schema.types'; +import {AbsentData} from '../../../src/queries/schema.types'; import {Associate} from '../../../src/types'; import Chance from 'chance'; const chance = new Chance(); --- jest.co...
fix formatting
fix formatting
32b9b47c5f7f73a7bdbfefd30222a55c7ae23b07
--- graphql.yml @@ -24,10 +24,11 @@ applications: - 'v3' - 'Drop14' - name: 'GetTeamById' - hash: 'ca8e5acc29eeba742a4e7bc7ec976770e607b6e25ce48b6dc4eb88e372748eb5' + hash: '8a0ff1bceff296ade72cd86c88273c0924510d42ff6bd3487819814045781f31' quer...
Adding hash, version and drop values
Adding hash, version and drop values
0a33bf9e87453afae855619869e1ca34bffb0d9c
--- package.json @@ -89,8 +89,8 @@ "@walmart/allspark-neon-core": "0.1.31", "@walmart/allspark-utils": "7.3.0", "@walmart/amp-mini-app": "1.2.10", - "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.35.20", + "@walmart/ask-sam-chat-components": "0.2.27", + "@walm...
chore: LD on ask-sam-chat components repo and Bug Fixes on Ask Sam (#5180)
chore: LD on ask-sam-chat components repo and Bug Fixes on Ask Sam (#5180) Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri+walmart@walmart.com> Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Jingyi Zhao - j0z09av <Jingyi.Zhao0@walmart.com>
afc677775743ae8b1fbd4eba59f43b73a5a127db
--- .looper.multibranch.yml @@ -544,7 +544,7 @@ flows: # @param BUILD_NUMBER - the build number / version code of the build slack-success: - exposeVars(./fastlane/fastlane-session.json) - - echo "DOWNLOAD_LINK ${fastlane-session.download_link}" + - echo "INSTALL_LINK ${fastlane-session.release_url}" ...
added release_url
added release_url
423a31c83d0b2b448d5ea6a247b1e5e2c814ab1f
--- packages/allspark-foundation/src/Navigation/config/selectors.ts @@ -1,7 +1,7 @@ import { createSelector } from '@reduxjs/toolkit'; import { generateSelectorsForSlice } from '../../Redux/utils'; import { navConfigSlice } from './redux'; -import { NavType } from './types'; +import { AnyNavOption, NavType, SideMenu...
feat: add generic nav config selector by id
feat: add generic nav config selector by id
ede3b688bd45841da90b859a0a5618e91247dd90
--- src/components/AssociateRosterItem/index.tsx @@ -12,7 +12,7 @@ import { import {ListRenderItem} from '@shopify/flash-list'; import {goToIndividualSchedule} from '../../navigation/utils'; import {useSelector} from 'react-redux'; -import {SiteSelectors} from '@walmart/redux-store'; +import {SiteSelectors, UserSele...
fix to ensure message button does not show on roster item of current login user
fix to ensure message button does not show on roster item of current login user
63b7d37739b360f73deb1af1ff6bf4276bb6974b
--- package.json @@ -107,7 +107,7 @@ "@walmart/financial-wellbeing-feature-app": "1.23.3", "@walmart/functional-components": "6.1.4", "@walmart/gta-react-native-calendars": "0.7.0", - "@walmart/gtp-shared-components": "2.2.3-rc.1", + "@walmart/gtp-shared-components": "2.2.3", "@walmart/imperso...
chore: updated gtp version
chore: updated gtp version
7a0acdcd50370ddb114c850d543d785c94744272
--- package-lock.json @@ -4182,9 +4182,9 @@ "integrity": "sha512-4fNpEcmRJ99nwJAxvD9T+FqHRbehH/yEW7/YKLpvmdr0IzO0f1ZPZPMSt9Kl0+qQx1j5XMtY30/RQLoMoG0laQ==" }, "@walmart/exception-mini-app": { - "version": "0.37.2", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception...
PINPOINT: spanish-translations, useEffect bug
PINPOINT: spanish-translations, useEffect bug
e85eae29ca8b8d03b03f494ebcd2e608ed896900
--- packages/me-at-walmart-container/__tests__/http/interceptors/addCorrelationId.test.ts @@ -0,0 +1,24 @@ +import { AddCorrelationInterceptor } from '../../../src/http/interceptors/addCorrelationId' +import { HttpLogger } from '../../../src/http/logger' + +jest.mock('../../../src/http/logger', () => ({ + HttpLogger...
chore: container package test coverage
chore: container package test coverage
544ac476d8d65e783790a025f34bf54613eb43ed
--- packages/allspark-foundation/__tests__/Clock/ClockManager.test.ts @@ -393,4 +393,31 @@ describe('ClockManager', () => { expect(mockListener).toHaveBeenCalledWith(mockData); }); }); + + describe('stopListening', () => { + beforeEach(() => { + mockService.stopListening = jest.fn(); + mana...
fix(interface): updated clock service interface with stop listening method
fix(interface): updated clock service interface with stop listening method
69ee669d7b20ae537023cae7d1ac911b732438b6
--- package-lock.json @@ -45,7 +45,7 @@ "@walmart/allspark-utils": "6.0.16", "@walmart/amp-mini-app": "1.1.80", "@walmart/ask-sam-chat-components": "^0.2.7", - "@walmart/ask-sam-mini-app": "1.21.2", + "@walmart/ask-sam-mini-app": "1.21.3", "@walmart/attendance-mini-app"...
ask sam version bump - backward compatibility
ask sam version bump - backward compatibility
d80b731f1bfcace34c22728ba4ef4578eeabbe9a
--- 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.10", - "@walmart/iteminfo-mini-app": "7.10.8", + "@walmart/iteminfo-mini-app": "7.10.10", "@walmart/learning...
bump iteminfo version 7.10.10
bump iteminfo version 7.10.10
adb33522441aaddd83fc77e479efac774e014640
--- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx @@ -201,7 +201,7 @@ export const TeamShiftSwitcher = ({ setFormattedShiftText(shiftText); // eslint-disable-next-line react-hooks/exhaustive-deps - }, [refreshing]); + }, [refreshing, currentSelectedTea...
fix(ui): manager experience bug fix (#204)
fix(ui): manager experience bug fix (#204)
d620a9fef768b9e6b2cae0f0c023eaddddb35bb2
--- 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.54.0", + "@walmart/copilot-mini-app": "^1.55.2", "@walmart/core-services...
chore: bump copilot
chore: bump copilot
f09c3c640df296bd11895973cc7f78085fb0a433
--- package.json @@ -19,6 +19,7 @@ "env:prod": "yarn workspaces foreach --all -p run env:prod", "env:teflon": "yarn workspaces foreach --all -p run env:teflon", "fixDependencies": "sh targets/US/scripts/fixDependencies.sh", + "jetifier": "yarn workspaces foreach --all -p run jetifier", "increment...
chore: add missing jetifier script
chore: add missing jetifier script
6988f29869084a0bf00940557eba84bab6a60817
--- core/src/startup/AppFlow.ts @@ -95,6 +95,9 @@ export function* appFlow(): any { typeof MeAtWalmartAuthActions.SIGN_OUT_REQUEST > = yield take(MeAtWalmartAuthActions.SIGN_OUT_REQUEST); + // Ensure navigation is enabled as sign out flow is dependent on it + AllsparkNavigationClient.enable(); + ...
fix: navigation not enabled on pin screen initiation of sign out flow
fix: navigation not enabled on pin screen initiation of sign out flow
f672adec0a061c077238e6e269ef0132bc91bee1
--- packages/associate-exp-hub-team-switcher/src/hooks/useGetStoreAssociateTeamPreference.ts @@ -59,18 +59,6 @@ export const useGetStoreAssociateTeamPreference = () => { const isSiteDC = useAllsparkSelector(SiteSelectors.getWorkingSiteIsDC); const envConfig = useEnvironment(); - if (isSiteDC) { - logger.inf...
feat(ui): cleanup logs
feat(ui): cleanup logs
94308a0708266afde25dfa2511102d0f5bbd3323
--- package-lock.json @@ -4363,9 +4363,9 @@ "integrity": "sha512-kGPI7/o+3DiIAhMTyPco72J7ftlJLPO/Eh+W2aCnFEHlH6ngKIOUrX3xSK8Lm9rBVWL3q2ZGzqCqsJXjwJW5ww==" }, "@walmart/inbox-mini-app": { - "version": "0.37.0-beta.4", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini...
inbox beta version update
inbox beta version update
7d7f1423f1009b621d66908a3280faaca75844a8
--- package-lock.json @@ -5254,9 +5254,9 @@ "integrity": "sha512-Cy+ATP7WlTkMvysFS1kk9T6YcxPh//OxCfL215wnP/4XI7EarFSbahTwlm7hw/3cuGPCMSsRmdiwZPyhDWUbVw==" }, "@walmart/facilities-management-miniapp": { - "version": "0.3.2", - "resolved": "https://npme.walmart.com/@walmart/facilities-managemen...
Adding package-lock.json
Adding package-lock.json
f3881b34c586af1d7b8109946e21ada42e331b52
--- __tests__/home/components/Announcement/__snapshots__/AnnouncementCardTest.tsx.snap @@ -26,6 +26,7 @@ exports[`AnnouncementCard matches snapshot when isStore is true 1`] = ` UNSAFE_style={ { "paddingTop": 8, + "width": "50%", } } size="medium" @@ -39,6 +40,7 @@ exports[`A...
Updated styles to new line character in translation file
Updated styles to new line character in translation file
7cd58212857a728fd1cbd0fcff0ca3617d04eed7
--- package-lock.json @@ -90,7 +90,7 @@ "@walmart/returns-mini-app": "3.13.0", "@walmart/roster-mini-app": "1.0.18", "@walmart/schedule-mini-app": "0.93.0", - "@walmart/shelfavailability-mini-app": "1.5.19", + "@walmart/shelfavailability-mini-app": "1.5.20", "@walmart/s...
Removing app usage metrics
Removing app usage metrics
aa1dd5673dbd61c7ca594bc6f91552dc2cf1acc9
--- 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": "4.7.1", + "@walmart/taskit-mini-app": "4.8.1", "@walmart/time-clock-mini-app": "2.395.0", ...
chore: bump taskit version
chore: bump taskit version
de14946b90204051a5fd1e0227df5a64b3d73566
--- package-lock.json @@ -3124,9 +3124,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.3.0", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.3.0.tgz", - "integrity": "sha512-njw8kpPIVA1gRVe+Y0o/bNnY2kwVi+vuazW3iTTcL80czDDrF+I...
PTT version bump (#372)
PTT version bump (#372) * Bumping PTT version * PTT version bump
c3c8700845c3f0e013effd98278ac0f8c2efdbc1
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 113 + versionCode 114 versionName "1.0.9" } ...
Incrementing build number
Incrementing build number
f97aea0d000a24136e3790902181d90c8e741c10
--- package-lock.json @@ -5225,9 +5225,9 @@ "integrity": "sha512-3xZ9hyHPrhGO7U3wcjRlXJMHhyMht/WTeR+f3yw8b1B4uWmtlunXw7cqCqDz+Y2gPNr08/+hL5sY5T472CfnMg==" }, "@walmart/me-field-mini-app": { - "version": "1.1.16", - "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi...
feat: ✨ Bump learning mini app version
feat: ✨ Bump learning mini app version
c37e4de66f4089ca9f3168c73f47335342f8d569
--- .looper-pr.yml @@ -10,7 +10,7 @@ flows: - (name Enable Corepack) corepack enable - (name Yarn Set Version) yarn set version 4.6.0 - (name Yarn Version) yarn --version - - (name Yarn Install) yarn install --immutable false + - (name Yarn Install) YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install...
fix: disable immutable installs in looper to allow lockfile updates
fix: disable immutable installs in looper to allow lockfile updates
515d2c13b8d9e1e81b28b08782213f59b6e43cd5
--- src/screens/RosterDetailScreen/StoreRosterDetailScreen/StoreRosterDetailScreen.tsx @@ -319,6 +319,29 @@ export const StoreRosterDetailScreen = ({route}: RosterDetailScreenProps) => { )} </> ); + }, [dataLoading]); + + const renderRefreshControl = useCallback(() => { + return ( + <Refr...
more refactor for Store RosterDetails Screen
more refactor for Store RosterDetails Screen
0ca25a59defd43c7bab21f1a87b042f80f948f04
--- sr.yaml @@ -1,32 +0,0 @@ -schemaVersion: 1.0.0 -notify: - slack: - channelName: ptt-app-rebuild -applications: - - name: roster-miniapp - key: ROSTER-MINIAPP - description: A Mini app in the Me@Walmart to display the list of daily roster in the store - organization: GeC - teamRostersProductId: 182...
remove sr.yaml update
remove sr.yaml update
998e1414546aad71461c2898580076f3c1a87077
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update margin bottom width for hub widget
Update margin bottom width for hub widget
e4e302088d76f9fff5a25575acb3a41a024d06af
--- ios/Podfile.lock @@ -740,14 +740,14 @@ PODS: - RNWMSSOLibrary (1.1.0): - AppAuth - React - - SSO (= 1.2.5-alpha3) + - SSO (= 1.2.6) - SDWebImage (5.10.4): - SDWebImage/Core (= 5.10.4) - SDWebImage/Core (5.10.4) - SDWebImageWebPCoder (0.6.1): - libwebp (~> 1.0) - SDWebImage...
Bugfix/pingfed refresh (#453)
Bugfix/pingfed refresh (#453) * SSO version bump up * sso version bump * updating podfile * Don't merge this change, making this change for qa to do charles proxy * Fix network security config * Added changes to incorporate dev/beta builds to work seamlessly with other IAM SSO apps installed on the devi...
d2f02fed5b4b3790b8147e908aa1765fc6b22976
--- package.json @@ -90,7 +90,7 @@ "@walmart/avp-shared-library": "0.10.9", "@walmart/backroom-mini-app": "1.11.3", "@walmart/calling-mini-app": "0.7.52", - "@walmart/checkout-mini-app": "4.8.12", + "@walmart/checkout-mini-app": "4.12.0", "@walmart/compass-sdk-rn": "6.2.17", "@walmart/con...
fix(checkout): ALLSPARK-6217 upgrade checkout to 4.12.0 (#4260)
fix(checkout): ALLSPARK-6217 upgrade checkout to 4.12.0 (#4260) Co-authored-by: g0s00t9 <g0s00t9@homeoffice.wal-mart.com>
581de0546afdafb0212dd39e312903c9afe85922
--- package-lock.json @@ -3334,9 +3334,9 @@ "integrity": "sha512-yof25tKo/Sx7sAbbb9Zv9ITvbI/6TlBfj1y3ySiuvxi4AddsrbqiSrCi65i+PcwUo4Q6v6XejTu9M+32XQp6Hg==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.0.59", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
feedback survey message in inbox
feedback survey message in inbox
5d6ec25405e166e8eef12b0bd6e393b564643094
--- src/auth/styles.ts @@ -190,6 +190,7 @@ export default StyleSheet.create({ padding: 20, width: '100%', position: 'absolute', + backgroundColor: colors.white, borderTopWidth: 1, flexDirection: 'row', justifyContent: 'flex-end',
style update
style update
124f5cfd264f21eaa99ba34b206071784540c16e
--- packages/me-at-walmart-common/src/environment.ts @@ -50,7 +50,7 @@ export type IMeAtWalmartEnvironment = { productIdAssociate: string; productIdCandidate: string; productIdSupplyChain: string; - + FLIPPER_ENABLED?: boolean; // Handle deprecated or legacy env variables, can remove once we're comfortable...
refactor: move all flipper initialization behind env flag
refactor: move all flipper initialization behind env flag
63224425e268077167f8265d3dcb36e717172a57
--- package.json @@ -74,7 +74,7 @@ "@walmart/allspark-home-mini-app": "0.5.2", "@walmart/allspark-me-mini-app": "0.2.4", "@walmart/ask-sam-mini-app": "0.30.15", - "@walmart/config-components": "^1.0.30", + "@walmart/config-components": "^1.0.31", "@walmart/counts-component-miniapp": "0.0.20", ...
Bump @walmart/config-components
Bump @walmart/config-components
9ce923dd312f5876fd44793dfba00086cf6a65a1
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.10", + "version": "2.0.11", "private": false, "main": "bundle/dist/index.js", "files": [ --- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/texting-mini-app", - "version": "2.0.10", + "version": "2.0.11", ...
Update package.json
Update package.json
dd4ddd3a6fb27d18a96822a86b758231fd10ac51
--- graphql.yml @@ -155,24 +155,3 @@ applications: # queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql" # tags: # - "v1" - - name: "allspark-core-intl" - applicationKey: "ALLSPARK_APP_INTL" - description: "Core applicati...
Revert "fix: adding back international queries that were somehow changed here"
Revert "fix: adding back international queries that were somehow changed here" This reverts commit 55f1cd46a8fdc31930a97840d0015bcef11c8d28.
b5c73e39684fca114af6f52e151548374ebf2719
--- __tests__/components/RosterFiltersAndInfo.test.tsx @@ -120,6 +120,7 @@ describe('RosterFiltersAndInfo Component', () => { totalScheduleCount: 100, isPrimaryTeam: false, onShiftChange: jest.fn(), + selectedShift: null, }; afterEach(() => { @@ -171,6 +172,7 @@ describe('RosterFiltersAndInfo ...
fix(ui): update test changes
fix(ui): update test changes
20a02cbe5cd87222bb4348cad6c037afe201ff33
--- ios/Podfile.lock @@ -406,7 +406,7 @@ PODS: - React-Core - react-native-pdf (6.2.2): - React-Core - - react-native-ptt-module (1.5.65): + - react-native-ptt-module (1.5.66): - PTT (= 0.7.14-rc.2) - React - react-native-safe-area-context (3.3.2): @@ -970,7 +970,7 @@ SPEC CHECKSUMS: reac...
updating versions to latest changes
updating versions to latest changes
f7dfa496c37780a4f3bba9cdafb187e88202c99f
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.6", + "version": "1.0.7", "hasInstallScr...
Update version
Update version
1e89cada5c98eeee4842a4f4df1f1fa4d84487b4
--- targets/US/package.json @@ -89,7 +89,7 @@ "@walmart/attendance-mini-app": "3.95.0", "@walmart/avp-feature-app": "0.10.7", "@walmart/avp-shared-library": "0.10.1", - "@walmart/backroom-mini-app": "1.7.4", + "@walmart/backroom-mini-app": "1.7.5", "@walmart/calling-mini-app": "0.5.17", "...
Upgrade @walmart/backroom-mini-app to 1.7.5
Upgrade @walmart/backroom-mini-app to 1.7.5
fcb2dea62d4e293c126989364f1bf108e2bc2a3e
--- targets/US/package.json @@ -142,7 +142,7 @@ "@walmart/roster-mini-app": "2.4.0", "@walmart/schedule-mini-app": "0.114.2", "@walmart/shelfavailability-mini-app": "1.5.26", - "@walmart/shop-gnfr-mini-app": "1.0.79", + "@walmart/shop-gnfr-mini-app": "1.0.83", "@walmart/store-feature-orders": ...
version bump to 1.0.83
version bump to 1.0.83
49785adb2e209eed4beaac0c0a76f6a752e79af5
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Redux/selectors.ts @@ -419,14 +419,20 @@ export const myAreaTextEnabled = createSelector( getCCMBooleanStr(state?.showMyAreaText, CCMFallbacks.showMyAreaText) ); -export const errorScreenwEnabled = createSelector( +export const dataFetchErrorScreen...
feat: updated naming
feat: updated naming
4064459f7f5d68fb01b039322cdc16a063ac11eb
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.25.0", + "version": "1.26.0", "main": "dist/index.js", "files": [ "dist" @@ -81,7 +81,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update the my team mini app version
Update the my team mini app version
4661e85ae488472c22404417a9d1123feac3f43f
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/schedule-mini-app": "0.63.0", "@walmart/shelfavailability-mini-app": "1.5.18", "@walmart/store-feature-orders": "1.24.0", - "@walmart/taskit-mini-app": "2.49.7", + "@walmart/taskit-mini-app": "2.49.8", "@walmart/texting-...
updated notes version
updated notes version
13051c9d0d14f027384b007b3b3383a4c8cc6b2f
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -221,7 +221,6 @@ buildPhases = ( 53D455D8D940558DAEDE5BA8 /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, - 29FE566C24DAA68B9B876CC3 /* [CP] Prepare Artifacts */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C...
updating dependencies and other barcode version
updating dependencies and other barcode version
175f05562d4d444f4f8c25eaaca7eb6d5d854b91
--- packages/allspark-foundation/src/Navigation/client.tsx @@ -394,9 +394,9 @@ export class NavigationClient< } // Call navigate on the navigation container ref - this._ref.current?.navigateDeprecated( - ...this._buildNavigateParams(name.toString(), params) - ); + const { navigateDeprecated, n...
feat(nav): ALLSPARK-0000 fix navigation v6. (#415)
feat(nav): ALLSPARK-0000 fix navigation v6. (#415) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
de23fb2cc6c7f52dad1719b317e3b503a9cc6bfe
--- package-lock.json @@ -31460,7 +31460,7 @@ }, "packages/allspark-foundation": { "name": "@walmart/allspark-foundation", - "version": "6.3.0", + "version": "6.4.0", "dependencies": { "@apollo/client": "^3.8.6", "@graphql-codegen/cli": "^5.0.0", @@ -33332,7 +33332,7 ...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@6.4.0 - @walmart/me-at-walmart-container@6.3.1
41115129df001fe9c7c46095b0f0a1bbcf4faca2
--- packages/allspark-foundation/src/Components/SharedComponents.tsx @@ -41,8 +41,13 @@ class SharedComponentManager<ParamList extends Record<string, any>> { public Component = <K extends keyof ParamList>(props: { id: K; props: ParamList[K]; - }) => { - const { id, props: componentProps = {} } = props;...
feat: add fallback component option for shared components
feat: add fallback component option for shared components
9c1befdc92c740c253f83d3060b7b4849a133d70
--- src/modals/index.ts @@ -18,7 +18,7 @@ export const rosterModals = { 'roster.ShiftSwitcherModal': { modal: ShiftSwitcherModal, backBehavior: undefined, - disableFlingGesture: true, + disableFlingGesture: false, containerStyle: style.modalContainer, }, };
fix(ui): update modal screen for roster
fix(ui): update modal screen for roster
dde3ffece9fed9fbefdf4059e58655a09b60772e
--- packages/allspark-foundation-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. +# [1.15.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.15.0
c09b7d17d195c7b27e5c6b9e8c8a5b53ce360ed8
--- packages/me-at-walmart-container/__tests__/services/user/utils.test.ts @@ -7,7 +7,9 @@ import { inferDomainFromUpn, inferDomain, inferSiteId, + inferDomainFromDivision } from '../../../src/services/user/utils'; +import {UserDomain} from '@walmart/me-at-walmart-common' describe('Module Functions', () =...
fix(ui): ALLSPARK-5839 fix impersonated user domain (#4076)
fix(ui): ALLSPARK-5839 fix impersonated user domain (#4076) * fix(ui): ALLSPARK-5839 fix impersonated user domain * fix(ui): ALLSPARK-5838 strip user from store id for store/club domain --------- Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
75caf1ba8c4215acb5b78669b8618eddf64e371f
--- packages/mywalmart-firebase-config/__tests__/authenticate.test.ts @@ -52,7 +52,7 @@ describe('authenticate', () => { }); it('successfully signs in with custom token in dev environment', async () => { - const mockToken = 'custom-firebase-token-123'; + const mockHash = 'custom-firebase-token-123...
fix(test): fixed var name for looper security issue (#5091)
fix(test): fixed var name for looper security issue (#5091) Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
9a16ff27f1b950e4d73497298e2dd4f1f669e5ae
--- scripts/updateiOSProjectConfig.sh @@ -79,23 +79,28 @@ fi ## Find and replace the Team Id echo "Updating \"$ENTERPRISE_TEAM_ID\" with Team Id \"$TEAM_ID\" " -sed -i.bak "s/$ENTERPRISE_TEAM_ID|$iTUNESCONNECT_TEAM_ID/$TEAM_ID/" ${plist} && rm ${plist}.bak +# sed -i.bak "s/$ENTERPRISE_TEAM_ID|$iTUNESCONNECT_TEAM_ID...
Updated iOS script
Updated iOS script
03db0ea9722fc3783ac19d9fb666caf518cd7966
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx @@ -12,16 +12,18 @@ export const ActionButtonGroup = ({ }: ButtonGroupProps) => { return ( <View style={styles.buttonContainer}> - <Button - variant='tertiary' - size='small' - ...
feat: updated error screen to match figma
feat: updated error screen to match figma