commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
7d3669cc789cb8b9043b018e2a78c05e8f5c906e | --- .looper.yml
@@ -101,9 +101,4 @@ flows:
sonar:
- call: coverage
- - sonar("Sonar"): sonar-scanner -X -Dproject.settings=sonar-project.properties
- -Dsonar.pullrequest.github.repository=allspark/allspark
- -Dsonar.pullrequest.key=${GITHUB_PR_NUMBER}
- -Dsonar.pullrequest.branch=${GITHUB_P... | fix: one line for sonar flags | fix: one line for sonar flags
|
076f6bed69d4e0ce8986c6af55165508971b94c4 | --- package.json
@@ -102,7 +102,7 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "6.1.4",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "2.6.0",
+ "@walmart/wmconnect-mini-app": "2.7.0",
"babel-jest": "^29.2.1",
"chance": "^1.1.11",
"esli... | feat(ui): updated wmconnect version | feat(ui): updated wmconnect version
|
b4afa29dfd0f0cebb08f7f23416a49e7378459ee | --- package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.31.5",
"@walmart/associate-listening-mini-app": "1.2.32",
- "@walmart/attendance-mini-app": "3.169.0",
+ "@walmart/attendance-mini-app": "3.170.0",
"@walmart/avp-feature-app": "0.16... | fix: GTA-161386 - Temporarily remove week column from calendar (#4376) | fix: GTA-161386 - Temporarily remove week column from calendar (#4376)
* fix: GTA-161386 - Temporarily remove week column from calendar
* fix: GTA-161386 - empty commit
---------
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
7af37589b4fe713da268780bfc44aaaf827e7f76 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -1,4 +1,4 @@
-import i18next, { KeyPrefix, TFunction } from 'i18next';
+import i18next, { Callback, KeyPrefix, TFunction } from 'i18next';
import {
UseTranslationOptions,
useTranslation as baseUseTranslation,
@@ -174,6 +174,10 @@ export const Translat... | fix: changing language on translation client did not change language on default i18n instance | fix: changing language on translation client did not change language on default i18n instance
|
b51c95396488bf51833cb92c317161e386163665 | --- package.json
@@ -137,7 +137,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-location": "^1.2.20",
"@walmart/metrics-mini-app": "1.34.12",
- "@walmart/mod-flex-mini-app": "1.31.8",
+ "@walmart/mod-flex-mini-app": "1.32.0",
"@walmart/moment-walmart": "1.0.4",
... | feat: update modflex to support 3P (#5390) | feat: update modflex to support 3P (#5390)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
d71aa84ef687bafdd9422b164f4a0d21c74e22fc | --- package.json
@@ -141,7 +141,7 @@
"@types/seamless-immutable": "^7.1.16",
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
- "@walmart/allspark-foundation": "6.20.2",
+ "@walmart/allspark-foundation": "6.21.3",
"@walmart/allspark-graphql-client": "~6.3.28",
"@walmart/allspark-http-c... | fix: upgrade foundation for dynamic component fix | fix: upgrade foundation for dynamic component fix
|
620cfe8f8afdd2b5a699f46b1902d56f0e73d83d | --- package-lock.json
@@ -5299,9 +5299,9 @@
"integrity": "sha512-nyRfhNw2PUUcWXVIsi6/8sL3O75hQM6a7CTw2Zrg9oIrbTy1SwCKXZABSpT1xXUF8rTySjBnqvsDitkXu+NOkg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.56.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | update inbox pkg for ut | update inbox pkg for ut
|
7b83c23721a7f75397a48aa97b68663f0a1428dc | --- yarn.lock
@@ -6503,7 +6503,6 @@ __metadata:
redux-saga: ^1.2.3
wifi-store-locator: 1.4.1
checksum: 10c0/33520e203c9df8d5606f47472838ba0f0135b415eab361b5b3f21db933067f109fcff029592d67c58f86a5491d6a4f75a3cc684627a4ffce945990d344333f29
-
languageName: node
linkType: hard
@@ -6570,7 +6569,6 @@ __me... | feat(ui): updated lockfile | feat(ui): updated lockfile
|
901a8dbbe8b56e0f0135cd42047e381cc95a83de | --- packages/me-at-walmart-container/src/services/telemetry.ts
@@ -94,7 +94,7 @@ export class TelemetryClient {
if (WORK_APPS.includes(this._id)) {
const workActionId = AllsparkReduxStore.select(WorkSelectors.getActionId);
if (workActionId) {
- fullParams = {...fullParams, workActionId};
+ ... | fix: assign workactionid rather than redeclare object DWORK-7538 | fix: assign workactionid rather than redeclare object DWORK-7538
|
922e4e9bcb0af88bb5cc36c3e097a0b52d5174f5 | --- package.json
@@ -39,6 +39,9 @@
"increment:buildNumber": "react-native-version -b",
"postinstall": "sh ./scripts/stubFirestore.sh"
},
+ "resolutions": {
+ "@react-native-community/datetimepicker": "3.0.9"
+ },
"dependencies": {
"@react-native-community/art": "^1.2.0",
"@react-native-co... | 138 iteminfo | 138 iteminfo
|
6b3cd985400e7e3d154a88cb27b5062704f5b487 | --- packages/allspark-foundation-hub/__tests__/SiteHub/SiteHubDashboard.test.tsx
@@ -10,7 +10,6 @@ import {
onboardingFlowEnabled,
} from '../../src/SupplyChain/Redux/selectors';
import { mockGetSupplyChainTeamsByStoreQueryResponse } from '../../src/SupplyChain/Modals';
-import { useNavigation } from '@react-navig... | feat(ui): fixed broken tests | feat(ui): fixed broken tests
|
b4a14f2212c1b29d17f45ec6ac4c50d9352b37c4 | --- packages/allspark-cli/package.json
@@ -23,15 +23,15 @@
"url": "https://gecgithub01.walmart.com/allspark/allspark.git"
},
"scripts": {
- "clean": "rm -rf dist *.tsbuildinfo || true",
- "build": "rm -rf dist && tsc --project tsconfig.json && npm run copy-deps-map && npm run copy-lint-rules",
+ "cl... | Feature/fix cli publish package (#409) | Feature/fix cli publish package (#409)
* fix(cli): package publish issue
* fix(cli): fix publish package
* fix(cli): publish package
* fix(cli): publish package
* fix(cli): publish package
* fix(cli): build publish issue
* fix(cli): build publish issue |
74a2fb4ce738cde7b0f4e00d691298d1519a29c9 | --- src/navigation/WelcomeMe.tsx
@@ -0,0 +1,20 @@
+import {AllsparkTranslationClient} from '@walmart/allspark-foundation/Translation';
+import React, {Suspense, lazy} from 'react';
+import {FallbackScreen} from './FallbackScreen';
+
+/**
+ * Delayed import of the WelcomeMe mini app.
+ * Must emit 'initialized' event fo... | fix: move welcome me to lazy component. reinit translations for missed event | fix: move welcome me to lazy component. reinit translations for missed event
|
25d88cc4ac35f48802eb47c5b4b8f708291a6e70 | --- android/app/build.gradle
@@ -328,8 +328,8 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
// implementation 'com.google.firebase:firebase-messaging:21.0.1'
- // implementation "com.google.dagger:hilt-android:2.34.1-beta"
- // kapt "com.google.dagger:hilt... | adding hilt for android runtime crash fix | adding hilt for android runtime crash fix
|
465e22abc76f26de6176f6c911b7be0b24524cc6 | --- packages/allspark-foundation-hub/src/Container/AllsparkHubContainer.tsx
@@ -71,12 +71,12 @@ export const managerExperienceFeature = new AllsparkFeatureModule(FEATURE_ID, {
'managerExperience.supplyChain.updateModal': {
modal: UpdateTeamsModal,
backBehavior: undefined,
- disableFlingGesture: ... | fix(ui): update manager experience modal for gesture enable | fix(ui): update manager experience modal for gesture enable
|
85d00b98b4907b8652f2dceb818941bbcf668a57 | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.33.0",
- "@walmart/react-native-scanner-3.0": "0.1.32-rc.1",
+ "@walmart/react-native-scanner-3.0": "0.1.32",
... | upgrade scanner version to latest release 0.1.32 | upgrade scanner version to latest release 0.1.32
|
a99e85629c66f9485f7530303e58ef8f4bf89545 | --- packages/me-at-walmart-container/src/http/constants.ts
@@ -4,3 +4,4 @@ export const HTTP_HEADER_SIZE_LIMIT_KEY = 'httpHeaderSizeLimit';
export const DEFAULT_HTTP_HEADER_SIZE_LIMIT = 8000; // in Bytes, 8kb
export const ALLOWED_HTTP_401_ERROR_KEY = 'allowedHttp401Limit';
export const DEFAULT_ALLOWED_HTTP_401_LIMIT... | fix: add work interceptor DWORK-7538 | fix: add work interceptor DWORK-7538
|
3450771e09a856734a72f3a0a36a1d899ab87d11 | --- src/notification.ts
@@ -5,6 +5,7 @@ import WmNotification, {
import {createChannelPath} from './channels';
import {fetchResource} from './services/blob';
import {Audio} from 'expo-av';
+import {navigate, getCurrentRouteName} from "@walmart/react-native-shared-navigation";
async function playSound(filePath: st... | working playback | working playback
|
0a208a43ae3b92b1c034a24a3227bdd029c18e44 | --- patches/@walmart+exception-mini-app+1.0.3.patch
@@ -1,12 +0,0 @@
-diff --git a/node_modules/@walmart/exception-mini-app/src/components/Spinner/Spinner.tsx b/node_modules/@walmart/exception-mini-app/src/components/Spinner/Spinner.tsx
-index 01708db..91609db 100644
---- a/node_modules/@walmart/exception-mini-app/src/... | remove exception-mini-app patch | remove exception-mini-app patch
|
31dc3fcddbf4040f4ce1f884b82e32003a5be578 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/allspark-utils": "6.9.0",
"@walmart/amp-mini-app": "1.2.10",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.34.21",
+ "@walmart/ask-sam-mini-app": "1.33.101",
"@walmart/associate-listening-mini-app": "1.2.39",
"... | fix: SMBLV-9287 hotfix black screenissue (#4922) | fix: SMBLV-9287 hotfix black screenissue (#4922)
Co-authored-by: Sowmya Munaganuri <Sowmya.Munaganuri+walmart@walmart.com>
Co-authored-by: Savan Akbari <Savankumar.akbari@walmart.com> |
3c3e72317e0f6032fc9be8ac813eeaa792a3a0c2 | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/core-utils": "~2.0.5",
"@walmart/functional-components": "~4.0.3",
"@walmart/gtp-shared-components": "2.1.3",
- "@walmart/impersonation-mini-app": "1.20.6",
+ "@walmart/impersonation-mini-app": "1.20.7",
"@walmart/react-... | Update version | Update version
|
bb8ed56c414632e1214d015a3873f629e006c5b5 | --- __tests__/harness/firestore/mockDatabase.ts
@@ -1,26 +1,26 @@
import {mockReactNativeFirestore} from 'firestore-jest-mock';
mockReactNativeFirestore({
- database: {
- users: [
- {id: 'abc123', name: 'Homer Simpson'},
- {id: 'abc456', name: 'Lisa Simpson'},
- ],
- po... | adding mock db file | adding mock db file
|
12d434498bcad42fa0c6e9212409d8726778f39e | --- android/app/build.gradle
@@ -278,11 +278,3 @@ android {
}
}
}
-
-// android {
-// applicationVariants.all { variant ->
-// variant.getCompileConfiguration().resolutionStrategy { resolutionStrategy ->
-// resolutionStrategy
-// }
-// }
-// }
\ No newline at end of file
| updates from self-review | updates from self-review
|
abbb7ed3ed550bacca14fbc7e4aad6a34873837e | --- src/containers/Message/Bubble.tsx
@@ -20,6 +20,15 @@ const styles = StyleSheet.create({
backgroundColor: colors.white,
borderTopLeftRadius: 0,
},
+ deletedMessageStyle: {
+ color: '#74767C',
+ textAlign: 'right',
+ fontFamily: 'Bogle',
+ fontSize: 12,
+ fontStyle: 'normal',
+ fontWei... | Added styles to deleted message by bubble | Added styles to deleted message by bubble
|
89880459ed125e72c149d64150370003886d46bf | --- package-lock.json
@@ -4380,9 +4380,9 @@
"integrity": "sha512-rt56lVXxfj0DWIjqUqn3oXpAlbe7YrOi6/c5hcGByaFe/f42qmPsesxWK3xkKOMsJ7LUXZz50aCb1+lHlv2kog=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "1.7.6",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push... | ptt package version update | ptt package version update
|
1e40af6d6532ee95c3c088f38c7f8d3903dda806 | --- 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.18.3](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.3
- @walmart/associate-exp-hub-mini-app@1.12.1
- @walmart/associate-exp-hub-team-switcher@2.21.1
|
83c2ff1530976f42e587dc1c3b14f675750a9312 | --- 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.15](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.15
|
ce8ae8dde49f4e6513d4957dbe374a4f93880026 | --- packages/allspark-authentication/src/Authentication.ts
@@ -73,7 +73,6 @@ export class AllsparkAuthentication {
this._cachedConfig = new CacheValue<AuthConfiguration>({
cache: cache.config,
getKey: () => `${AUTH_CONFIG_STORAGE_KEY}_${this._config.env}`,
- fallbackKey: AUTH_CONFIG_STORAGE_KEY,... | fix: update authentication cache value to remove fallback key | fix: update authentication cache value to remove fallback key
|
3f22d36ac2829f5e9f8a88e7ef1b87f9aa388a4c | --- packages/roster-mini-app/src/translations/locales/en-US.json
@@ -92,3 +92,4 @@
"warningAlert.maxRetriesMessage": "Max retry attempts reached. Pull to refresh to try again.",
"warningAlert.warningMessage": "Unable to load. Please refresh."
}
+
| feat: make change to en.json to trigger translations update | feat: make change to en.json to trigger translations update
|
d607d25c93c2df188019cd43db62135acab4b3b2 | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.4",
"@walmart/emergency-mini-app": "1.24.1",
"@walmart/exception-mini-app": "1.3.3",
- "@walmart/facilities-management-miniapp": "0.6.32",
+ "@walmart/facilities-management-miniapp": "0.6.34",
... | FixIT: Drop 11 integration bug fixes with version 0.6.34 | FixIT: Drop 11 integration bug fixes with version 0.6.34
|
a0aeba8912eca3f9f9f0d649b8dfed536b374f5a | --- packages/expo-config-plugins/src/index.ts
@@ -41,6 +41,7 @@ export default function getPlugins(additionalPlugins?: additionalPlugins[]) {
appleTeamId: 'F7HDEWM8SU',
},
],
+ moduleBasePath + 'withJetifier',
moduleBasePath + 'withGifQuerySupport',
moduleBasePath + 'withInAppBrowserRe... | feat(expoconfig): Add expo config plugin for jetifier (#252) | feat(expoconfig): Add expo config plugin for jetifier (#252)
* feat(expoconfig): Add expo config plugin for jetifier
* feat(expoconfig): update export for index.ts |
cbbaf608948b0c8a92b55bd434edc62189a78ddb | --- package-lock.json
@@ -49,6 +49,7 @@
"@walmart/attendance-mini-app": "3.24.0",
"@walmart/avp-feature-app": "0.2.10",
"@walmart/avp-shared-library": "0.2.12",
+ "@walmart/backroom-mini-app": "1.0.6",
"@walmart/calling-mini-app": "0.1.13",
"@walmart/checkout-mini-app... | Add @walmart/backroom-mini-app 1.0.6 | Add @walmart/backroom-mini-app 1.0.6
|
2b00f95714b8e9eff2d1747287c6bfcac75789c5 | --- src/components/RosterWidget/RosterWidget.tsx
@@ -6,6 +6,7 @@ import {Body} from '@walmart/gtp-shared-components';
import {
associateIsAbsent,
associateIsClockedIn,
+ associateIsScheduled,
associateIsTardy,
} from '../../utils';
import {useDailyRoster} from '../../hooks/roster';
@@ -47,13 +48,15 @@ expo... | Update schedule count for roster widget | Update schedule count for roster widget
|
47f83e846aed130110da3ed85b9fd823b1bc1ee7 | --- package.json
@@ -101,7 +101,7 @@
"@walmart/digital-locks-mini-app": "1.4.6",
"@walmart/emergency-mini-app": "1.32.5",
"@walmart/exception-mini-app": "1.8.17",
- "@walmart/expo-config-plugins": "~0.3.0",
+ "@walmart/expo-config-plugins": "~0.4.0",
"@walmart/facilities-management-miniapp": "... | fix(lib): ALLSPARK-0000 bump expo-config-plugin (#4537) | fix(lib): ALLSPARK-0000 bump expo-config-plugin (#4537)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
0bc4dd15e36aff5c36108df9ddfea6b15ac75e17 | --- src/components/AssociateRosterItem.tsx
@@ -13,6 +13,7 @@ import {
} from '@walmart/gtp-shared-components';
import namecase from 'namecase';
import {Associate} from '../types';
+import {useUserPresense} from "../hooks";
type AssociateItemProps = {
associate: Associate;
@@ -21,6 +22,7 @@ type AssociateItemPr... | update available to talk via firebase presence status | update available to talk via firebase presence status
|
d30573aa96d8ed5f03c94b8f606b70eb7cb26947 | --- ios/Podfile.lock
@@ -235,7 +235,7 @@ PODS:
- GoogleUtilities/MethodSwizzler
- GoogleUtilities/UserDefaults (7.10.0):
- GoogleUtilities/Logger
- - hermes-engine (0.70.6)
+ - hermes-engine (0.70.9)
- leveldb-library (1.22.1)
- libevent (2.1.12)
- libwebp (1.2.4):
@@ -1174,7 +1174,7 @@ SPEC CHE... | hermes pod update 0.70.9 | hermes pod update 0.70.9
|
f06fc89b4ef2bf28cc02c5a95eebea8391cf546c | --- package-lock.json
@@ -67,7 +67,7 @@
"@walmart/gta-react-native-calendars": "0.6.0",
"@walmart/gtp-shared-components": "2.1.10",
"@walmart/impersonation-mini-app": "1.20.8",
- "@walmart/ims-print-services-ui": "2.9.1",
+ "@walmart/ims-print-services-ui": "2.10.3",
"@... | bump print ui to v2.10.3 | bump print ui to v2.10.3
|
3f50724025823b7d0cce908b54f7ac8bf5aabead | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -201,15 +201,47 @@ describe('SideMenuContent', () => {
});
it('matches snapshot for undefined user info, and can impersonate', () => {
- mockUseIsDrawerOpen.mockReturnValue(true);
+ mockUseIsDrawerOpen.mockReturnValue(false);
moc... | Adding test | Adding test
|
31b3934d0e72120b02982cb42154e35788fc750a | --- 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.19.4](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.3.0
- @walmart/allspark-foundation-hub@1.19.4
- @walmart/me-at-walmart-geolocation@1.3.4
|
ff96feaf5edbdd1bd5ce6b4756624aa02d308fdc | --- packages/allspark-foundation-hub/src/Shared/Common/types.ts
@@ -34,6 +34,6 @@ export type LayoutConfigType = {
};
};
-export interface TeamWidgestMapping {
+export interface TeamWidgetsMapping {
[key: string]: { teamName: string; widgets: string[] };
}
--- packages/allspark-foundation-hub/src/Shared/Com... | Update the dir structure | Update the dir structure
|
29f7c38d5b6334cd25e0f4d8c2830a2bd9edab10 | --- __tests__/home/components/__snapshots__/DateRowTest.tsx.snap
@@ -27,7 +27,7 @@ exports[`DateRow renders with no week 1`] = `
},
]
}
- weight="regular"
+ weight="400"
>
todayDateLabel
@@ -44,7 +44,7 @@ exports[`DateRow renders with no week 1`] = `
},
]
... | ALLSPARK-3335: Weeknumber font fix | ALLSPARK-3335: Weeknumber font fix
|
4ef1fbfcd9b0c07a24e42df972710410ddfe0857 | --- src/components/Roster/AssociateListItem.tsx
@@ -126,24 +126,22 @@ export const AssociateListItem: React.FC<AssociateListItemProps> = React.memo(
shouldShowMessageButton &&
!isNil(actionButtons) && (
<View style={styles.buttonsStyle}>
- ... | feat(ci): key fix | feat(ci): key fix
|
2ad60dc6bea4d0fd12a01384748c88956b88a236 | --- __tests__/__mocks__/@walmart/allspark-foundation/Redux/index.js
@@ -1,54 +0,0 @@
-// Mock Redux utilities
-module.exports = {
- AllsparkReduxStore: {
- getStore: jest.fn(() => ({
- getState: jest.fn(() => ({})),
- dispatch: jest.fn(),
- subscribe: jest.fn(),
- })),
- resetStore: jest.fn(),
... | feat(ui): remove Redux mock #SMDV-8075 | feat(ui): remove Redux mock #SMDV-8075
|
9d7904a3037358dcd9c4eff432245a210cbcd710 | --- src/screens/MeganavScreen.tsx
@@ -18,6 +18,7 @@ import {PresenceProvider} from '../presence/provider';
import {ChannelsProvider} from '../channels';
import {Button} from '@walmart/gtp-shared-components/dist';
import {ClockedOutScreenGuard} from '../components/ClockedOutScreenGuard';
+import {navigate} from '@wal... | update view roster navigation | update view roster navigation
|
26a707f873d563702471d37bd9a287360ff67543 | --- graphql.yml
@@ -36,11 +36,6 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
- - name: 'getSupplyChainTeamPreference'
- hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839... | feat(ui) reran codegen | feat(ui) reran codegen
|
ba763b4017fbfd8226a7d063b1c1c6175158adc1 | --- src/components/ActionButton/index.tsx
@@ -20,6 +20,7 @@ export const ActionButton = ({
return withTiming(disabled ? 0 : 1, {duration: 150});
}, [disabled]);
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
const disabledStyle = useAnimatedStyle(() => {
const backgroundColor = inter... | Task SMDV-4754 pause button backgoundColor changed | Task SMDV-4754 pause button backgoundColor changed
|
e4a426b63be2d91039c5edc55620106f0bb0ee39 | --- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json
@@ -124,6 +124,12 @@
"replacement": "@testing-library/react-native",
"enforcementDate": "2026-02-02",
"notes": "Use the replacement for all new development."
+ },
+ {
+ "legacyLibrary": "@walmart/gtp-shared-components",... | feat(ld3.5): update dep check | feat(ld3.5): update dep check
|
c5b892f3b1df5a45b5bc733334305984d413a29f | --- package.json
@@ -94,7 +94,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.7.4",
"@walmart/redux-store": "6.3.29",
- "@walmart/roster-mini-app": "2.32.0",
+ "@walmart/roster-mini-app": "2.33.0",
"@walmart/ui-components": "1.15.1",
"@walmart... | feat(ui): update roster version | feat(ui): update roster version
|
87fedaf443436497ba33d66f4b6ab1e32d925885 | --- __tests__/components/index.test.tsx
@@ -526,7 +526,7 @@ describe('Components Index Module', () => {
const finalMemory = process.memoryUsage();
const memoryIncrease = finalMemory.heapUsed - initialMemory.heapUsed;
- // Allow reasonable memory increase (less than 20MB for module loading)
+ ... | fix: test failure | fix: test failure
|
68fe4c39dde26defb0f8d4f0965fd8ca101c5715 | --- packages/me-at-walmart-location/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.1.0 (2025-11-03)
+
+### Features
+
+- **lib:** ALLSPARK-7058 refactor location ([#468](https:... | chore(version): updating package version | chore(version): updating package version
- @walmart/me-at-walmart-location@1.1.0
|
fd927f96208267de63622041a7475c05335eb1bc | --- ios/Podfile.lock
@@ -502,7 +502,7 @@ PODS:
- React-Core
- react-native-biometrics (3.0.1):
- React-Core
- - react-native-blob-util (0.16.4):
+ - react-native-blob-util (0.16.3):
- React-Core
- react-native-cameraroll (4.1.2):
- React-Core
@@ -518,11 +518,11 @@ PODS:
- React-Core
... | Update podfile.lock | Update podfile.lock
|
567a0feb43d7df5f58e40b0ad7cdd9aa8c4af87b | --- app.config.US.ts
@@ -63,11 +63,7 @@ const CONFIG: ExpoConfig = {
},
assetBundlePatterns: ["**/*"],
// Will be available on Constants.expoConfig.extra
- extra: {
- eas: {
- projectId: "8235a61b-e3eb-4115-8f4b-c41536e33707",
- },
- },
+ extra: {},
icon: Environment.select({
production: ... | chore: remove eas project id from config | chore: remove eas project id from config
|
ad9a8d780ed0e819d52c771f97ae18c6104c6e8e | --- packages/expo-config-plugins/CHANGELOG.md
@@ -3,16 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-# 0.2.0 (2025-04-30)
-
-### Features
-
-- add expo-config-plugins package ([3df3f69](https://gecgith... | feat(ui): revert the package updates | feat(ui): revert the package updates
|
7aa86d444a51f97077dd89c8ef65a99313e41afe | --- package-lock.json
@@ -38,7 +38,7 @@
"@walmart/ask-sam-mini-app": "1.3.62",
"@walmart/attendance-mini-app": "0.86.0",
"@walmart/config-components": "4.1.0-rc.4",
- "@walmart/copilot-mini-app": "1.5.0",
+ "@walmart/copilot-mini-app": "0.0.3-feat-794d7c1",
"@walmart/co... | fix(DWORK-149): add package-lock | fix(DWORK-149): add package-lock
|
6a622fd484c355bfa3421e2402d5709b910e3201 | --- package-lock.json
@@ -36,7 +36,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.0.11",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.56",
+ "@walmart/ask-sam-mini-app": "1.3.58",
"@walmart/attendance-mini-... | Ask Sam Version Update | Ask Sam Version Update
|
67cefffda6f1307a453712dd1843cf8ed05efea6 | --- package.json
@@ -151,7 +151,7 @@
"@walmart/returns-mini-app": "4.17.8",
"@walmart/rfid-scan-mini-app": "2.13.2",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.5.25",
+ "@walmart/rn-receiving-mini-app": "2.5.31",
"@walmart/roster-mini-app": "3.6.0",
... | fix(receiving): drop 33 hotfixes (#4730) | fix(receiving): drop 33 hotfixes (#4730)
* chore: bump receiving @ 2.5.26
* chore: bump receiving @ 2.5.27
* chore: bump receiving @ 2.5.28
* chore: bump receiving @ 2.5.29
* chore: bump receiving @ 2.5.30
* chore: bump receiving @ 2.5.31
* chore: retrigger build
---------
Co-authored-by: Abhis... |
7236f7ae3b7a52af9d29af3dd41b226a88423659 | --- example/src/Onboarding/constants.ts
@@ -1,2 +0,0 @@
-export const FEATURE_ID = 'onboarding' as const;
-export const FEATURE_NAME = 'Onboarding' as const;
--- example/src/Onboarding/environment.ts
@@ -1,10 +0,0 @@
-import {InferEnvironmentFromMap} from '@walmart/allspark-foundation/Environment';
-
-export const On... | feat: removed onboarding feature | feat: removed onboarding feature
|
b23e15e152cf2df2e89c513cb7023a03313585c9 | --- package.json
@@ -32,7 +32,7 @@
"start:minified": "expo start --no-dev --minify",
"postinstall": "yarn build",
"start": "ts-node scripts/runWithVariablePrompt.ts 'expo start --dev-client'",
- "prebuild": "ts-node scripts/runWithVariablePrompt.ts 'expo prebuild --platform android --clean' --skipCont... | chore: revert prebuild command | chore: revert prebuild command
|
e98d849cf3faba18e03d8830e6ecc9d86e3b53ce | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 19.5,
- branches: 11.11,
- functions: 12,
- lines: 19,
+ statements: 14.11,
+ branches: 3.55,
+ functions: 6.03,
+ lines: 14.32,
},
},
transformIgnorePatt... | update the jest config for time being until we have the unit tests fixed | update the jest config for time being until we have the unit tests fixed
|
c8dbb4599918f68a5b529cfe89a10e0b421c84b4 | --- __tests__/screens/RosterScreenTest.tsx
@@ -1,5 +1,3 @@
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-import React from 'react';
import {render, screen, fireEvent} from '@testing-library/react-native';
import {RosterScreen} from '../../src/screens/RosterScreen';
import {useNavigation} from '@rea... | removing unused import | removing unused import
|
d497c7d771a8582b7cb95cdfb01964716e9d9b5d | --- .yarn/patches/@walmart-react-native-scanner-3.0-npm-0.10.7-9aedc7354c.patch
@@ -0,0 +1,13 @@
+diff --git a/android/src/main/java/com/wm/wmscanner/base/ScannerViewManager.kt b/android/src/main/java/com/wm/wmscanner/base/ScannerViewManager.kt
+index 151853df7dedfce4804a4c6b68e5dfd485146508..1bd5652c4f351ce1b306c52751... | add patch for scanner for rn 75 | add patch for scanner for rn 75
|
c5f772bf28cbdbd87345c9cc93d8af18ef151fe3 | --- __tests__/components/MyWalmartv2/RosterList.test.tsx
@@ -10,6 +10,10 @@ jest.mock('../../../src/common', () => ({
jest.mock('../../../src/logger/analytics', () => ({analytics: jest.fn()}));
+jest.mock('@walmart/me-at-walmart-common', () => ({
+ useSidekickAssistantFABBottomOffset: jest.fn(() => 88),
+}));
+
... | feat(ui): sidekick fab demo feedback fix | feat(ui): sidekick fab demo feedback fix
|
0b07a24ee24607ae64ff538c13db347d1ec964e7 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -728,6 +728,7 @@
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;
... | updated the provisioning profile | updated the provisioning profile
|
4843cab4af13b4dbcf9f08b42b96f08f29e138ee | --- package-lock.json
@@ -1958,9 +1958,9 @@
}
},
"@walmart/inbox-mini-app": {
- "version": "0.0.20",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.0.20.tgz",
- "integrity": "sha512-Vv0XtP2EFTpU0JCSjsYraJkRgY1GMJhJ+kHYltijdkz4UB0/3EEkJxAfm8HQF/gttX6RUD... | Update package.json (#211) | Update package.json (#211)
* Update package.json
* Update package-lock.json
* update inbox version to 0.0.24
Co-authored-by: Lochy <Hy.Loc@walmartlabs.com> |
50f804dd363a83a07a1005c591ebd07d88e2d3ea | --- src/PinAccess/PinAccess.tsx
@@ -27,6 +27,7 @@ import {PinAccessActionCreators} from './PinAccessRedux';
import {CHANGE, ENTRY, totalAttempts} from './constants';
import styles from './styles';
+// eslint-disable-next-line no-shadow
export enum DialogReason {
RETRY_FAILURE = 'RETRY_FAILURE',
FORGOT_PIN = ... | chore: ignoring eslint shadow warning from enums | chore: ignoring eslint shadow warning from enums
|
f710c22caa6abd7633c836ec644aafd84ba0d64e | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/feature-toggle
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| chore: revert looper branch spec | chore: revert looper branch spec
|
34217cc5b3b7376410982423b4361920b48f16b4 | --- packages/allspark-foundation-hub/src/HubFeature/Store/TeamListItem/TeamListItem.tsx
@@ -55,7 +55,7 @@ export const TeamListItem = ({
<View style={styles.teamOuterContainer}>
{showTeamImage ? (
<TeamImage
- resizeMode='contain'
+ resizeMode='cover'
source... | Update teamlist style | Update teamlist style
|
6ed2da969bbac9ea3aaedb569ce2e1c69c422331 | --- package-lock.json
@@ -4476,9 +4476,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.35",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.35.tgz",
- "integrity": "sha512-hhOutRn82uLnAKFEECV0Hjtk4FEODpMOQLzjJ4Lvmh+WKd... | update home tab translation | update home tab translation
|
27bcdafb8e6994893b2f3e77585fab2ad5a9b534 | --- packages/me-at-walmart-common/src/types.ts
@@ -0,0 +1,23 @@
+/**
+ * Badge IDs for AllsparkBadges used in "Me@Walmart"
+ * @example
+ * import {AllsparkBadges} from '@walmart/allspark-foundation/Components';
+ *
+ * // Update the My Team badge to show a value of 3 and a red color
+ * AllsparkBadges.update('Me@Walma... | refactor: move me at walmart badge id config to common lib | refactor: move me at walmart badge id config to common lib
|
6ae5d9adb857ca36606a8aab22e9541d057de3e2 | --- __tests__/__mocks__/@walmart/allspark-foundation/Navigation.js
@@ -1,5 +1,6 @@
module.exports = {
AllsparkNavigationClient: {
navigate: jest.fn(),
+ getCurrentRouteName: jest.fn(),
},
};
--- __tests__/startup/CopeKeyListenerTest.ts
@@ -1,10 +1,12 @@
-import {renderHook} from '@testing-library/reac... | refactor: change cope key listener from hook to function. | refactor: change cope key listener from hook to function.
|
be9db757c8b32dda86aebb5e1a338b20f1110e5c | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/SearchInput.tsx
@@ -4,8 +4,6 @@ import { TeamSearchInputStyles as styles } from './style';
import { colors, Icons } from '@walmart/gtp-shared-components/dist';
import { TeamSearchInputLoading } from './TeamSearchInputLoading';
import {... | Revert "Adding translation" | Revert "Adding translation"
This reverts commit 08f41a101d93c3111d92b746858037dba38900c3.
|
56a8c52b00c470fc0cc7a6779b2a474d4c1a34ba | --- .looper-pr.yml
@@ -1,5 +1,22 @@
inherit: job:///allspark/allspark-miniapp-cicd-templates:allspark-miniapp-cicd-template.yml
+tools:
+ jdk:
+ flavor: azul
+ version: 17
+
+flows:
+ npm-install:
+ - (name Enable Corepack) corepack enable
+ - (name Yarn Set Version) yarn set version 4.1.1
+ - (name... | Update looper | Update looper
|
65a0a3810ad1a0e3b41b44e6a6fbf87e9e7fe38f | --- package.json
@@ -200,5 +200,10 @@
"skipScope": false,
"jiraPrefix": "JIRA_PROJECT"
}
+ },
+ "dependencies": {
+ "expo": "~51.0.28",
+ "react": "18.2.0",
+ "react-native": "~0.75.4"
}
}
| fix(ui): update package | fix(ui): update package
|
6a7c9d2f82e8e0f0f7c07883d786286554ed8951 | --- example/src/feature3/screens/screen.tsx
@@ -23,6 +23,8 @@ export const HomeScreen = Feature3.createScreen(
return (
<View style={{flex: 1}}>
<Header
+ backgroundColor="white"
+ textColor="black"
title="Hub value-prop title"
subText="Short introduction to ... | Add additional props to header types and update styling | Add additional props to header types and update styling
|
5eb31d1e4cad25bea063782b314acfaa9959b298 | --- ios/BuildSupport/AppStore.keychain-db
Binary files a/ios/BuildSupport/AppStore.keychain-db and b/ios/BuildSupport/AppStore.keychain-db differ
--- ios/BuildSupport/Squiggly_AppStore_Provision.mobileprovision
Binary files a/ios/BuildSupport/Squiggly_AppStore_Provision.mobileprovision and b/ios/BuildSupport/Squiggly... | Regen Prod Profiles and Cert | Regen Prod Profiles and Cert
|
09352196e845a893ca7d0de4471ababd1c3d6c9e | --- app.config.US.ts
@@ -254,7 +254,7 @@ const CONFIG: ExpoConfig = {
ExpoPlugins.withReactNativeGeolocation,
[
ExpoPlugins.withReactNativePermissions,
- ['BluetoothPeripheral', 'Camera', 'LocationWhenInUse', 'Notifications'],
+ ['BluetoothPeripheral', 'Camera', 'LocationWhenInUse', 'Notifica... | fix: CONAS-1845 Fixing iOS microphone permission prompt for Calling (#4114) | fix: CONAS-1845 Fixing iOS microphone permission prompt for Calling (#4114)
|
91760c7d5391342b81f8c0b865d94b6d11f863b8 | --- scripts/updateRemoteConfigGradle.sh
@@ -9,6 +9,6 @@ SEARCH_STRING_RC='implementation "com.google.firebase:firebase-config"'
REPLACEMENT_STRING_RC="implementation(\"com.google.firebase:firebase-config\",{\
exclude group: 'com.google.protobuf',module: 'protobuf-javalite' \
exclude group: 'com.googl... | updated formatting of remote-config script | updated formatting of remote-config script
|
b45049f28cd28c0989ae6fdbc2e9404f2b6ec84b | --- package-lock.json
@@ -42,7 +42,7 @@
"@walmart/core-services-allspark": "~2.10.8",
"@walmart/core-utils": "~2.0.5",
"@walmart/core-widget-registry": "~1.2.2",
- "@walmart/counts-component-miniapp": "0.1.2",
+ "@walmart/counts-component-miniapp": "0.1.3",
"@walmart/em... | feat(countsComponent): update counts component version - VS-2097 | feat(countsComponent): update counts component version - VS-2097
|
f080cf8f70862b62e4b218a2d7fd852fb5ec2908 | --- sr.yaml
@@ -37,3 +37,5 @@ applications:
consumerIdInfos:
- consumerId: 364a55bb-7f04-4a7c-a800-1d91c08fe5f2
publicKey: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2hQn/1NUR5VETeGZHHpMAjojHOqbR5oNhcDnhm0M43DvNdGREfNwJiDjRwUNvcoF85lIvr/ZB3xmUIrWLfHPlQ6wzLXijbQAzdo7tEhEUTFHillH+TXk0ST1... | feat(sr.yaml): add new prod consumerid | feat(sr.yaml): add new prod consumerid
|
b68bb41d828051634d57901fff32c00234f14376 | --- .looper.multibranch.yml
@@ -693,86 +693,85 @@ branches:
# -----
flows:
- selector:
- - build-selector:
- - if: %{ market == "us" }
+ build-selector:
+ - if: %{ market == "us" }
+ then:
+ - if: %{ branch == "feature" }
then:
- - if: %{ branch == "feature" }
+ - if: %{ os_typ... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
8bca819e6565899ad1abf935abc96a922c702746 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen/useSupplyChainRosterDetails.ts
@@ -93,7 +93,7 @@ export const useSupplyChainRosterDetails = ({
lng: 'en-US',
});
};
-
+
return isSalariedOrLead
? getTeamLabelOrDefault(switcherTeamState.teamIds, switcherTeamState?.teamLa... | fix(ui): lint fix | fix(ui): lint fix
|
553ffa52653e4cac700367db9ddded41248734c8 | --- packages/react-native-shared-navigation/src/index.ts
@@ -56,8 +56,7 @@ export const dispatch = AllsparkNavigationClient.dispatch;
* const { reset } = useRootNavigation();
* reset(...);
*/
-export const reset: typeof AllsparkNavigationClient.reset =
- AllsparkNavigationClient.reset;
+export const reset = Alls... | fix: revert inferred type change | fix: revert inferred type change
|
22077bc0e993410937f681a521d386235ad509c3 | --- 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.12.0](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/a... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.12.0
|
430a531021f9546a530d717aba62caf98d22b883 | --- src/queries/getDailyRoster.ts
@@ -15,7 +15,7 @@ export type GetDailyRosterQuery = {
__typename?: 'Query';
getDailyRoster?: Array<{
__typename: 'MewAssociate';
- associateId: string | null;
+ associateId?: string | null;
firstName?: string | null;
fullName?: string | null;
jobCategory... | Adding optional to associateId | Adding optional to associateId
|
412369611e9a64c7d89f139b99e0c19f98a42ac9 | --- targets/US/package.json
@@ -87,7 +87,7 @@
"@walmart/ask-sam-mini-app": "1.24.7",
"@walmart/associate-listening-mini-app": "1.2.7",
"@walmart/attendance-mini-app": "3.44.0",
- "@walmart/avp-feature-app": "0.10.6",
+ "@walmart/avp-feature-app": "0.10.7",
"@walmart/avp-shared-library": "0.10.... | bumped avp | bumped avp
|
7cc2ccc40ce20bee9e55c9fb7036409d49e429fd | --- .looper-pr.yml
@@ -18,9 +18,9 @@ envs:
APP_NAME: associate-exp-hub-mini-app
STAGES_TO_RUN:
LINT: true
- UNITTEST: true
- BUILD: true
- SONAR_SCAN: true
+ UNITTEST: false
+ BUILD: false
+ SONAR_SCAN: false
ARTIFACT_PUBLISH: true
AUTO_... | feat(ui): update associate exp | feat(ui): update associate exp
|
fb8861fa1470dde3a1edd0e11ebe9c883b8a5ce7 | --- example/src/teamHub/screens/container.tsx
@@ -2,7 +2,7 @@ import {useNavigation} from '@react-navigation/native';
import {useEffect} from 'react';
import {TeamHub} from '../feature';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
-import {Header} from '@walmart/allspark-foundation/Components';
+imp... | Merge changes from parent repo | Merge changes from parent repo
|
9e2344832eab48939f5e3396d860505d2a63bbc4 | --- packages/allspark-authentication/src/Authentication.ts
@@ -98,7 +98,6 @@ export class AllsparkAuthentication {
const { issuer, clientId } = currentConfig!;
return `${AUTH_RESULT_STORAGE_KEY}_${issuer}_${clientId}`;
},
- validate: async (res) => this._isAuthResultExpired(res),
on... | fix: remove uneeded validate function | fix: remove uneeded validate function
|
2334750d8cb93ae36ffb1b58f39f56cddfcc272f | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -50,7 +50,7 @@ import {
SelfIdNav,
} from '@walmart/profile-feature-app';
import {App as ReceiptCheckMiniApp} from '@walmart/receipt-check-miniapp';
-import {ReturnsMiniApp} from '@walmart/returns-mini-app';
+import ReturnsMiniApp from '@wal... | chore(ui): fix returns crahsing issue | chore(ui): fix returns crahsing issue
|
26cfb67bce68ac7051d5e4e5715c2d4511df19dc | --- src/translations/es-MX.ts
@@ -4,8 +4,8 @@ export const esMX = {
'@walmart/allspark-health-survey-mini-app': 'Health Survey',
'@walmart/allspark-home-mini-app': 'Home',
'@walmart/allspark-me-mini-app': 'Me',
- '@walmart/ask-sam-mini-app': 'Ask Sam',
'@walmart/amp-mini-app': 'Amp',
+ '@walma... | Update src/translations/es-MX.ts | Update src/translations/es-MX.ts
Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com> |
fcf219d114039f786657ffa7d2911fdfc905ed21 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-alpha.2",
+ "version": "1.0.1-alpha.3",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update foundation hub version | Update foundation hub version
|
103fe52b61db6554ac1dfc2880f19e234015d5f8 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.6.1",
- "@walmart/receipt-check-miniapp": "1.18.6",
+ "@walmart/receipt-check-miniapp": "1.18.7",
... | update version | update version
|
b8acf4d9e8518022c734323b98663d008a03689f | --- package.json
@@ -133,6 +133,7 @@
"@firebase/firestore-types": "^2.5.1",
"@react-native-community/art@npm:^1.2.0": "patch:@react-native-community/art@npm%3A1.2.0#~/.yarn/patches/@react-native-community-art-npm-1.2.0-1c93d63acc.patch",
"@react-native-community/datetimepicker": "^7.6.2",
+ "@reduxjs/... | Update redux js toolkit resolution | Update redux js toolkit resolution
|
966b98f3000d6596eda931ceffa71da22aa53e3d | --- src/screens/MeganavScreen.tsx
@@ -65,7 +65,6 @@ const styles = StyleSheet.create({
messageTextView: {
justifyContent: 'center',
alignSelf: 'center',
- backgroundColor: 'yellow',
},
extraView: {
paddingHorizontal: 16,
--- src/screens/MeganavScreen.tsx
@@ -65,7 +65,6 @@ const styles = Sty... | Removed unnecessary code | Removed unnecessary code
|
f94289936f5e35f2ecbdccb264a6b30513f4f955 | --- src/Adapters/useGetStoreAssociateAdapter.ts
@@ -1,16 +1,16 @@
-import { StoreImages } from "@walmart/allspark-foundation-hub";
-import { Team as StoreAssociateTeam } from "@walmart/me-at-walmart-athena-queries/lib/schema.types";
-import { useMemo } from "react";
+import { StoreImages } from '@walmart/allspark-found... | feat(ui): data improvements #SMDV-7856 | feat(ui): data improvements #SMDV-7856
|
d98805343c0a6aa2988a862f2c50dcf47941e252 | --- packages/allspark-foundation/src/FeatureRunner/modals/types.ts
@@ -1,3 +0,0 @@
-export type FeatureRunnerModalParams = {
- 'container.changeLanguage': undefined;
-};
--- packages/allspark-foundation/src/FeatureRunner/navigation.tsx
@@ -25,6 +25,7 @@ import {
import { UserActionCreators, UserSelectors } from '..... | feat: export common change language modal | feat: export common change language modal
|
5c1c770aef041c86ee81aa20cca69ea5cbb471d1 | --- __tests__/components/SearchHeaderTest.tsx
@@ -41,6 +41,10 @@ describe('SearchHeader tests', () => {
const searchHeader = renderWithProviders(
<Header originalHeaderType={SearchHeaderBase} {...stackHeaderProps} />,
);
+ const originalHeader = searchHeader.UNSAFE_getByProps({
+ originalHeader... | added assertion | added assertion
|
2f2255c4b7f501880af2a49ac0651b24e714b7d0 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/core-widget-registry": "0.5.7",
"@walmart/counts-component-miniapp": "0.0.39",
"@walmart/exception-mini-app": "0.42.6",
- "@walmart/facilities-management-miniapp": "0.3.9",
+ "@walmart/facilities-management-miniapp": "0.3.10",
"@walmart/feedback-all... | Update package.json | Update package.json |
e14f9df54da234d11b22f05d9f2de07595115332 | --- packages/me-at-walmart-container/src/redux/config.ts
@@ -307,4 +307,5 @@ export const ConfigSagas = [
onRefetchNavConfig,
),
takeLatest(ConfigActionTypes.FETCH_SUCCESS, onAppConfigSuccess),
+ takeLatest([ConfigActionTypes.FETCH_SUCCESS, ConfigActionTypes.BACKGROUND_REFRESH], onConfigUpdate),
];
| Feature toggle enabled for foundation | Feature toggle enabled for foundation
|
97b888c2b6de1018e07f591d1a77d0fddaca6506 | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.13.4",
"@walmart/attendance-mini-app": "0.190.6",
- "@walmart/compass-sdk-rn": "5.4.0",
+ "@walmart/compass-sdk-rn": "5.5.0",
"@walmart/config-component... | Updating the compass-sdk-rn version to 5.5.0 | Updating the compass-sdk-rn version to 5.5.0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.