commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
46580c0f26e54676df8b224cd1ecd28c8b2d740d | --- packages/allspark-foundation/__tests__/Components/ComponentContainers.test.tsx
@@ -70,18 +70,6 @@ describe('ComponentContainer', () => {
container.remove('nonExistentComponent');
expect(container.hasComponent('mockComponent')).toBe(true);
});
-
-// test('layout renders components with given layout co... | code cleanup | code cleanup
|
01e85e4f2209bc6624465af036def64fee9f87d9 | --- packages/celebration-mini-app-graphql/CHANGELOG.md
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.29.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celeb... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.41.0
- @walmart/celebration-mini-app-graphql@1.29.0
|
2f50d2d764b8141c494efb15d6139c0899aebdb4 | --- package-lock.json
@@ -78,7 +78,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.1",
- "@walmart/receipt-check-miniapp": "1.15.6",
+ "@walmart/receipt-check-miniapp": "1.15.7",
... | minor fix | minor fix
|
902925068f12e70b4d9a05b845b8b859d5d5ae24 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -383,14 +383,14 @@ export const MainStackNav = () => {
/>
<MainStack.Screen
- name='PTTDeleteMessageConfirmation'
- component={Components.DeleteMessageConfirmationScreen}
- options={Properties.Delet... | fix lint issue | fix lint issue
|
3631b8231ed7accd0b41da7137528725e645df40 | --- .yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch
Binary files /dev/null and b/.yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch differ
| feat: update ui-components version | feat: update ui-components version
|
759173d9562b64fc6185baaf89581d1f0540578b | --- src/hooks/roster.ts
@@ -34,7 +34,7 @@ export const useDailyRoster = () => {
},
errorPolicy: 'all',
notifyOnNetworkStatusChange: true,
- fetchPolicy: 'cache-first', // For the first query execution
+ fetchPolicy: 'network-only', // For the first query execution
nextFetchPolicy: 'cache-and-n... | Revert "update fetch policy" | Revert "update fetch policy"
This reverts commit b5872160b69d19a37cc586bb9f09aa1495fce8e1.
|
ca3a6b531814f22b278e19516d73fc7170c717bb | --- src/images/assets/index.ts
@@ -21,6 +21,7 @@ const Images: {[key: string]: ImageURISource} = {
ModFlexIllustration: require('./mod-flex-illustration.png'),
NoInternet: require('./no-internet.png'),
NotificationsIllustration: require('./notifications-illustration.png'),
+ OneIllustration: require('./one-il... | add one illustration image | add one illustration image
|
845829a9bd495d5400165ea4a2cbf563459227a7 | --- docs/CHANGELOG.md
@@ -1,3 +1,13 @@
+# [3.17.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.16.0...v3.17.0) (2026-01-20)
+
+
+### Features
+
+* **ui:** added checks ([2d8356e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/2d8356e90fa68cf8fb14f1930d60e49155e1b76a))
+* **ui:** added moc... | chore(release): 3.17.0 [skip ci] | chore(release): 3.17.0 [skip ci]
# [3.17.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.16.0...v3.17.0) (2026-01-20)
### Features
* **ui:** added checks ([2d8356e](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/2d8356e90fa68cf8fb14f1930d60e49155e1b76a))
* **ui:** added mock ([49864df](... |
624bc0dbab6a584649d566b823085c20a1331301 | --- .looper-pr.yml
@@ -32,4 +32,3 @@ envs:
SLACK_CHANNEL: "smdv-miniapp"
-
| fix: SMDV-9999 update looper | fix: SMDV-9999 update looper
|
f061caff0356a038d8dd8459659d555184aba1dc | --- docs/docs/getting-started.md
@@ -11,7 +11,7 @@ Allspark Foundation is currently being used in [allspark-core](https://gecgithub
## Pre-requisites for Allspark Foundation
See the [Introduction](./components/allspark%20foundation/foundation-intro.md) page for Foundation.
-## Pre-requisites for Allspark Core
+#... | docs: add troubleshooting section | docs: add troubleshooting section
|
074f66923f78b9686b832d8b24f704badc298f81 | --- 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.33.1-alpha.4](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.33.1-alpha.3...v6.33.1-alpha.4) (2025-07-18... | chore(version): updating package version | chore(version): updating package version
|
5229e067e63912d5961ca59926a9fd500f5b9b45 | --- __tests__/auth/AuthenticatorViewTest.tsx
@@ -149,6 +149,8 @@ describe('AuthenticatorView', () => {
return ssoState;
});
+ (mockConnectedSSO.promptUserForSite as jest.Mock).mockResolvedValue(100);
+
let component: ReactTestRenderer;
act(() => {
@@ -168,5 +170,6 @@ describe('Authenticator... | updating ask sam; adding prompt for user site if missing | updating ask sam; adding prompt for user site if missing
|
5ceb84636dc22dc734a216facc87634363a20079 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.4",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.1",
- "@walmart/copilot-mini-app": "^1.77.9",
+ "@walmart/copilot-mini-app": "1.77.9",
"@walmart/core-services": "~2... | metrics version bump | metrics version bump
|
73e0659bd7c269d96eca7d2d71a7f5d579d586eb | --- src/redux/selectors.ts
@@ -42,7 +42,7 @@ export const codeOfConductLink = createSelector(
export const pushToTalkEnabled = createSelector(
[getTextingAppConfigData],
(state) =>
- state?.pushToTalkEnabled.toString().toLowerCase() === 'true' ?? false,
+ state?.pushToTalkEnabled?.toString()?.toLowerCase()... | adding null guard | adding null guard
|
eb91ffd3517c92f04290a1e2e4ae6ecda225250c | --- 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.7](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.7
- @walmart/associate-exp-hub-mini-app@1.14.6
- @walmart/associate-exp-hub-team-switcher@2.25.4
|
0188b03dfadd482b755d341c019958c486314199 | --- package-lock.json
@@ -4343,9 +4343,9 @@
"integrity": "sha512-rt56lVXxfj0DWIjqUqn3oXpAlbe7YrOi6/c5hcGByaFe/f42qmPsesxWK3xkKOMsJ7LUXZz50aCb1+lHlv2kog=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.117",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pu... | bumping version | bumping version
|
9be940b21b42bc43ca3e58757ca17f2b843f966f | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.3",
- "@walmart/attendance-mini-app": "0.29.0",
+ "@walmart/attendance-mini-app": "0.30.0",
"@walmart/config-compon... | Bump AMA to 0.30.0 | Bump AMA to 0.30.0
|
5ed98fbc3f64a3c96faa0bd0fb6200fe1e1d8cff | --- packages/allspark-utils/package.json
@@ -29,7 +29,7 @@
"clean": "rm -rf lib/ || true"
},
"dependencies": {
- "crypto-js": "~4.1.1",
+ "crypto-js": "~4.2.0",
"lodash": "~4.17.21",
"redux": "^4.2.0",
"redux-saga": "^1.2.2",
| fix: packages/allspark-utils/package.json & packages/allspark-utils/package-lock.json to reduce vulnerabilities | fix: packages/allspark-utils/package.json & packages/allspark-utils/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119 |
cec491c15551a9031bd0d53cee8ecf3fa894c085 | --- graphql.yml
@@ -78,11 +78,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql'
tags:
- 'v1'
- - name: 'getAssociatePreferences'
- hash: '38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4'
-... | Update graphql.yml | Update graphql.yml
|
ea786e5723793283e075a0341a9cd5fcbbc17231 | --- package.json
@@ -88,7 +88,7 @@
"@walmart/attendance-mini-app": "3.156.0",
"@walmart/avp-feature-app": "0.16.8",
"@walmart/avp-shared-library": "0.10.7",
- "@walmart/backroom-mini-app": "1.10.5",
+ "@walmart/backroom-mini-app": "1.11.3",
"@walmart/calling-mini-app": "0.7.35",
"@walmart... | feat(upgrade backroom-mini-app to 1.11.3): SVZPK-4212 Print new cases (#4177) | feat(upgrade backroom-mini-app to 1.11.3): SVZPK-4212 Print new cases (#4177)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
2a3cea85f44bd6dabfa9e21c2de55566b0964ed3 | --- src/components/AssociateRosterItem/index.tsx
@@ -31,7 +31,11 @@ import {AssociateItemProps} from './types';
import {styles} from './style';
import {useTranslation} from 'react-i18next';
import {ROSTER_I18N_NAMESPACE} from '../../translations';
-import {messageButtonEnabled, pushToTalkEnabled} from '../../redux/s... | update participants for msg screen nav | update participants for msg screen nav
|
a603744ebb167e288fd6e325038fd8f1ce339e8d | --- package.json
@@ -159,7 +159,7 @@
"@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.9.20#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.9.20-3371a478c8.patch",
"@walmart/receipt-check-miniapp": "1.34.4",
"@walmart/redux-store": "~6.3.28",
- "@walmart/returns-m... | chore(ui): LD 3.5 changes (#5124) | chore(ui): LD 3.5 changes (#5124)
|
30235a109f412e986b6cb9c94c3d8195f9084249 | --- package.json
@@ -157,7 +157,7 @@
"@walmart/translator-mini-app": "1.4.2",
"@walmart/ui-components": "patch:@walmart/ui-components@npm%3A1.21.3#~/.yarn/patches/@walmart-ui-components-npm-1.21.3-509a6d703d.patch",
"@walmart/walmart-fiscal-week": "^0.3.6",
- "@walmart/welcomeme-mini-app": "1.0.0",
+ ... | feat(ui): RECRUIT-98825 welcomeme drop 29 changes (#3923) | feat(ui): RECRUIT-98825 welcomeme drop 29 changes (#3923)
* bump package version
* Adding firebase logger for landing page
* feat(welcomeme): RECRUIT-98875 - Bump package version of welcomeme
* refactor(package.json): RECRUIT-98825 package vesion fix
* refactor: RECRUIT-98825 yarn merge
---------
Co-... |
6b818efbda5ed79d8a9c69c923db7728dbfe9c07 | --- package-lock.json
@@ -3398,9 +3398,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.21",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.21.tgz",
- "integrity": "sha512-byTE/rzy8h4p7zIFRwvjJ6C/emtj2VdKA9Rt5MucyvDINTxOp... | PTT Drop 3 jobDesc fix | PTT Drop 3 jobDesc fix
|
ecfdbba6006e2ce825a3be1235c6e3e48a32c5fc | --- package.json
@@ -1,7 +1,7 @@
{
"name": "@walmart/wmconnect-mini-app",
"version": "2.36.3",
- "main": "main.js",
+ "main": "dist/index.js",
"files": [
"dist",
"main.js"
| feat(ui): update package | feat(ui): update package
|
ab4c7ac31be24b022c3f8355053a91b71495163d | --- .looper.multibranch.yml
@@ -125,7 +125,7 @@ envs:
slackChannel: "allspark-builds-feature"
buildType: "SNAPSHOT"
buildGABuilds: false
- buildTeflon: false
+ buildTeflon: true
teamsReleaseTypeIcon: "https://ih1.redbubble.net/image.1355946808.4705/flat,128x128,075,t.u1.jpg"
... | Enabling teflon builds for feature/ branches | Enabling teflon builds for feature/ branches
|
fb1a2a0c6c687d50efbcd56db610d80720725d05 | --- packages/allspark-foundation/src/Navigation/client.tsx
@@ -15,6 +15,7 @@ import {
modalfy,
ModalState,
ModalfyParams,
+ ModalStateSubscription,
} from 'react-native-modalfy';
import { EventManager, QueueManager } from '@walmart/allspark-utils';
@@ -47,6 +48,7 @@ export class NavigationClient<
'na... | fix: modalfy provider init was overwriting early modal registration | fix: modalfy provider init was overwriting early modal registration
|
8f409b1dd6acd3a21be63df5fa4e60d622aa16e3 | --- env.dev.js
@@ -21,6 +21,8 @@ export default {
internalUrl:
'https://api-proxy.stg.soa-api-proxy.platform.glb.prod.walmart.com',
externalUrl: 'https://developer.api.stg.walmart.com',
+ internalBffUrl:"https://api-proxy-es2.stg-us-azure.soa-api-proxy.platform.prod.us.walmart.net",
+ externalBffUrl:"https... | Version update/inbox mini app (#166) | Version update/inbox mini app (#166)
* inbox-mini-app versio upgraded to 0.0.13
* Version update to 0.0.14
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
aa79b522b89bd2fc3d35df7119d4d3f3eebc0065 | --- android/app/src/main/AndroidManifest.xml
@@ -37,8 +37,7 @@
android:allowBackup="false"
android:theme="@style/AppTheme"
tools:replace="android:allowBackup"
- android:extractNativeLibs="true"
- >
+ android:extractNativeLibs="true">
<!-- disables automatic screen tracking;... | Revert manifest changes | Revert manifest changes
|
1ef9ab262b06ef4cfd6bc12c02a8c7183e4f102c | --- package.json
@@ -16,7 +16,7 @@
"lint": "yarn workspaces foreach --all -p run lint",
"lint:fix": "yarn workspaces foreach --all -p run lint:fix",
"prepare": "husky",
- "test": "jest --no-watchman"
+ "test": "npm run build && jest --no-watchman"
},
"repository": {
"type": "git",
--- ... | chore: writing initial tests for authentication | chore: writing initial tests for authentication
|
16a6d8c39367ba0a8cf2b3a3debeaed4e868c97f | --- 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.65.3",
+ "@walmart/copilot-mini-app": "^1.65.5",
"@walmart/core-services... | chore: bump copilot app | chore: bump copilot app
|
141def436784fb8cf12b0ab0301144ec975041d9 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.4",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.1",
- "@walmart/copilot-mini-app": "1.77.8",
+ "@walmart/copilot-mini-app": "^1.77.9",
"@walmart/core-services": "~2... | chore: bump copilot 1.77.9 | chore: bump copilot 1.77.9
|
98d4707c31de416bcf4b2d1babaf66a6232dca58 | --- packages/allspark-foundation-hub/src/HubFeature/Hooks/useHubConfig.ts
@@ -1,7 +1,6 @@
import { ConfigSelectors } from '@walmart/allspark-foundation/Config';
import { useSelector } from 'react-redux';
-//Todo: Update appropriate types here
export const useHubConfig = (ccmNamespace: string, defaultValue: any) =>... | feat(ui): Update the refresh props for the hub | feat(ui): Update the refresh props for the hub
|
9a980c4da0fd3e986a3f7a73ccf56e5a43022378 | --- graphql.yml
@@ -15,6 +15,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql'
tags:
- 'v1'
+ - name: 'getDailyRosterHome'
+ hash: '3c492831585580bae535c3386ec48e90c2d1895450016f050653bd51ddf86c21'
+ ... | fix: fix home queries and add back to yml file | fix: fix home queries and add back to yml file
|
94e7b29bda046d38d3836676b5dda3d86106775a | --- src/cafeOrders/utils.ts
@@ -105,12 +105,13 @@ export const messagesToSections = (
): SectionListData<LocalMessage>[] => {
const sections: SectionListData<LocalMessage>[] = [];
let messages: LocalMessage[] = [];
- let previousTimestamp: number = Date.now();
+ let previousTimestamp: number = 0;
// This ... | Fixing time section | Fixing time section
|
f695848f90fb4a2e2dcff0e2ab7db9e15aff28ad | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/counts-component-miniapp": "0.1.5",
"@walmart/emergency-mini-app": "1.25.1",
"@walmart/exception-mini-app": "1.5.1",
- "@walmart/facilities-management-miniapp": "0.6.66",
+ "@walmart/facilities-management-miniapp": "0.6.67",
... | Updating the fm version to 0.6.67 | Updating the fm version to 0.6.67
|
339fee96c7e43707ccde05dd0feb3aef5c7922bb | --- __tests__/__mocks__/@walmart/allspark-utils.js
@@ -1,4 +1,5 @@
module.exports = {
...jest.requireActual('@walmart/allspark-utils'),
+ useBackButton: jest.fn(),
useAsync: jest.fn(),
};
--- __tests__/__mocks__/@walmart/gtp-shared-components.js
@@ -8,6 +8,7 @@ module.exports = {
SolidCard: 'SolidCard',
... | updated tests | updated tests
|
75545ffa5f883af9ecf19106c68674f495358fac | --- android/app/src/main/AndroidManifest.xml
@@ -1,4 +1,3 @@
-<!-- TODO change package name to the final one -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.walmart.stores.allspark.beta">
| remove comment | remove comment
|
6cfbb7fb9d47b587947fc405ce5076804b340506 | --- example/ios/Podfile.lock
@@ -1698,4 +1698,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 9bcb4ba63e465bf176432abd9b231eff81ba3324
-COCOAPODS: 1.14.3
+COCOAPODS: 1.13.0
--- example/src/feature3/screens/index.ts
@@ -8,7 +8,7 @@ export const Feature3Screens = {
'feature3.home': HomeScreen,
'feature3.onboarding': ... | Create hub header component and add it to feature 3 | Create hub header component and add it to feature 3
|
8cf3103cc4d826102f235ce8256a72d8fe16be3d | --- packages/core-widget-registry/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.2.4](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core-wi... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-widget-registry@1.2.4
|
798378919022642ee2d77fdbbb6c11c5824fc179 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Redux/selectors.ts
@@ -172,15 +172,6 @@ export const teamSwitcherEnabled = createSelector(
getCCMBooleanStr(state?.showTeamSwitcher, CCMFallbacks.showTeamSwitcher)
);
-export const hubTeamSwitcherEnabled = createSelector(
- [getManagerExperienceCo... | feat: remove unused ccm | feat: remove unused ccm
|
47fd19a6c03a100870799fb51f193fc4286f23cb | --- sonar-project.properties
@@ -8,4 +8,4 @@ sonar.tests=__tests__
sonar.exclusions=src/images
sonar.sourceEncoding=UTF-8
sonar.typescript.lcov.reportPaths=coverage/lcov.info
-sonar.testExecutionReportPaths=roster-test-report.xml
+sonar.testExecutionReportPaths=test-report.xml
| feat(ui): add sonar update SMDV-5648 | feat(ui): add sonar update SMDV-5648
|
35fc1f5be62971aa96b254eb626546f3daef174d | --- core/src/core/translations.ts
@@ -106,6 +106,14 @@ export const enUS = {
},
gotIt: 'Got it',
language: {changeTitle: 'Choose your preferred language'},
+ managerExperience: {
+ Sidekick: {
+ WorkTabs: 'Work',
+ },
+ myTeam: {
+ root: 'Team',
+ },
+ },
menu: {
ManagerApproval... | chore: add allspark-foundation-hub | chore: add allspark-foundation-hub
|
c1bd84a50018b66c8a039a4c2f57fef92e5c2b1b | --- ios/Podfile.lock
@@ -427,7 +427,7 @@ PODS:
- React
- react-native-safe-area-context (3.3.2):
- React-Core
- - react-native-scanner-3.0 (0.1.7):
+ - react-native-scanner-3.0 (0.1.8):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0-beta.3)
@@ -1005,7 +1005,7 @@ SPEC CHECKS... | Scanner3: Removing micro symbology type and add ios change to fix concurrency issue | Scanner3: Removing micro symbology type and add ios change to fix concurrency issue
|
6a3d131d12f6af877214a40fa07ad2c9ed56821a | --- graphql.yml
@@ -1,6 +1,9 @@
schemaVersion: "1.0.0"
enableGating: true
teamRostersProductId: 1824
+notify:
+ slack:
+ channelName: "smdv-graphql"
applications:
- name: "ASSOCIATE-EXP-HUB-MINI-APP"
applicationKey: "ASSOCIATE-EXP-HUB-MINI-APP"
| feat(ui): update graphql yml #SMDV-9999 | feat(ui): update graphql yml #SMDV-9999
|
367be75729d10c4896c60b5378ace2f2b846fa56 | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/UpdateTeamsModal/UpdateTeamsModal.tsx
@@ -21,9 +21,15 @@ import {
useGetSupplyChainShifts,
useGetSupplyChainAllTeamsBySite,
} from '../../Hooks';
-import { AlertBanner, ActionButtonGroup, FEATURE_ID } from '../../../Shared';
+import {
+ AlertBanner,
+ ... | feat(ui): added default team for update modal | feat(ui): added default team for update modal
|
d74e9db047b1bfdc0c3762530fb91243a67170f5 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx
@@ -148,7 +148,9 @@ export const TeamSwitcher = ({
setSelectedTeam(teamLabel);
dispatch(ManagerExperienceCreators.updateSelectedTeamPreference(teamLabel));
if (teamId === 'myTeams') {
- const selectedTeamsList = teamData.... | Update the few changes on the hub for imports | Update the few changes on the hub for imports
|
69a224b9d37b1befb4674b53c8ae06150a72a29f | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.38",
+ "version": "2.0.39",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.38",
+ "version": "2.0.39",
"hasInst... | update version for drop 15.x | update version for drop 15.x
|
3b9c2e2d12ecf3de9e8bcd0c213efae1fd0dccc6 | --- docs/docs/components/icons/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "Icons",
+ "position": 3,
+ "link": {
+ "type": "generated-index",
+ "description": "Browse the icons available from various sources for use in Me@Walmart."
+ }
+ }
\ No newline at end of file
--- docs/docs/components/... | docs: outline for Icons section | docs: outline for Icons section
|
eca17ca4783de1b7b61bf0f9ff1f6fad9838bc20 | --- __tests__/home/components/TaskCard/__snapshots__/TaskClockStatusTeamCardTest.tsx.snap
@@ -141,7 +141,7 @@ exports[`TaskClockStatusTeamCard matches snapshot when loaded with team view; ca
}
}
>
- teams.teamName.taskFoodConsumables
+ teams.teamName.defaultTeamName
</Tex... | fix: fixing translation on the TaskClockStatusTeamCard.tsx | fix: fixing translation on the TaskClockStatusTeamCard.tsx
|
6b89aaefbd5f541400dd716c683d297b424dfec7 | --- package.json
@@ -144,7 +144,7 @@
"@walmart/schedule-mini-app": "0.105.0",
"@walmart/shelfavailability-mini-app": "1.5.23",
"@walmart/store-feature-orders": "1.26.7",
- "@walmart/taskit-mini-app": "2.83.1",
+ "@walmart/taskit-mini-app": "2.83.2",
"@walmart/time-clock-mini-app": "2.353.0",
... | chore: bump taskit version | chore: bump taskit version
|
757ced292621fd486e5fefb68ea6abdf6e3213f7 | --- jest.config.js
@@ -9,10 +9,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 14.07,
- branches: 3.51,
- functions: 6.02,
- lines: 14.27,
+ statements: 14,
+ branches: 3,
+ functions: 6,
+ lines: 14,
},
},
transformIgnorePatterns: [... | hide badge count when user not in roster | hide badge count when user not in roster
|
0b6cb2a6027fe4b4ffe2adb27dc4aaa8db139a77 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.5.36",
+ "@walmart/facilities-management-miniapp": "0.5.36-beta1",
"@walmart/feedbac... | Update package.json | Update package.json |
312da9c17acd2866218c4bc00ad08ff2f55d4019 | --- package-lock.json
@@ -3268,9 +3268,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.6",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.6.tgz",
- "integrity": "sha512-KxvuNwFcpTE/Zc+N+m1M+GSyDkagPszo5/uSXFhJMHxUB7cg... | Adding temporary user type and reverting me and home version bumps | Adding temporary user type and reverting me and home version bumps
|
f1b58a1f8694b401352a714a1b68a8718388ca97 | --- targets/US/package.json
@@ -146,7 +146,7 @@
"@walmart/shelfavailability-mini-app": "1.5.33",
"@walmart/sidekick-mini-app": "4.70.2",
"@walmart/store-feature-orders": "1.26.12",
- "@walmart/taskit-mini-app": "4.17.7",
+ "@walmart/taskit-mini-app": "4.17.8-1113-3907eb5",
"@walmart/time-clock... | chore: bump taskit version | chore: bump taskit version
|
0d2d9382eab86be06ac321c1886e8dd8d1670d5a | --- src/components/TeamList.tsx
@@ -372,13 +372,13 @@ export const TeamChatCard = (props: {
return null;
}
- return sortedWorkgroupKeys.map((workgroupKey, workgroupNdx) => {
+ return sortedWorkgroupKeys.map((workgroupKey, workgroupIndex) => {
const teams = teamsByWorkgroup[workgroupKey].sort(... | refactor ndx to index | refactor ndx to index
|
d59f1a98817b1c34fd1461835859314e55e52ad5 | --- packages/allspark-foundation/src/Components/Banners/AllsparkBanner.tsx
@@ -15,7 +15,6 @@ const styles = StyleSheet.create({
justifyContent: 'center',
},
alert: {
- height: 72,
borderLeftWidth: 0,
alignItems: 'center',
borderRadius: 0,
@@ -54,11 +53,11 @@ export const AllsparkBanner = (p... | feat: add style prop for alert banner type | feat: add style prop for alert banner type
|
89dee3b9fff009a298e2e72b41156719b0868e2e | --- src/home/components/CelebrationCard/styles.ts
@@ -16,6 +16,7 @@ export default StyleSheet.create({
},
balloonImage: {
height: 82,
+ width: 82,
position: 'absolute',
top: -41,
right: Metrics.margins.large,
--- src/home/components/TaskCard/TaskClockStatusStoreCard.tsx
@@ -27,7 +27,7 @@ ... | fixing SMBLV-3439 and selector for store vs site on roster card | fixing SMBLV-3439 and selector for store vs site on roster card
|
55c6bdf74333922a4afbd7314958398a10104c49 | --- src/services/PushNotificationApi.ts
@@ -1,5 +1,6 @@
import {CommonHttpClient} from '@walmart/allspark-http-client';
-import {HTTP_CLIENT_KEY} from './config';
+import {getPushNotificationApiBaseURL, HTTP_CLIENT_KEY} from './config';
+import {getDeferredEnvContext} from '@walmart/core-services/Environment/context';... | added env context for api | added env context for api
|
14e0a15d9b82f7c65707c3b88a85690f55407b5a | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -130,7 +130,7 @@ export const TeamSwitcher = ({
flatListRef.current.scrollToIndex({
animated: false,
index: selectedTeamIndex,
- viewOffset: 0.5,
+ viewPosition: 0.5,
})... | fixed pr comments | fixed pr comments
|
3e1dc1fc68fbdc760a6af848d770f2344ea3d5b5 | --- package.json
@@ -393,7 +393,6 @@
"@walmart/allspark-utils": "6.1.4",
"@walmart/allspark-foundation": "6.1.4",
"@walmart/me-at-walmart-common": "6.1.4",
- "@walmart/me-at-walmart-container": "patch:@walmart/me-at-walmart-container@npm%3A6.1.4#~/.yarn/patches/@walmart-me-at-walmart-container-npm-6.1... | update package json | update package json
|
22a1abaae14d939cdb4bf089d9a5f64d108f11d7 | --- __tests__/indexTest.tsx
@@ -1,31 +0,0 @@
-import React from 'react';
-import {create} from 'react-test-renderer';
-import {reducerManager} from '@walmart/redux-store';
-import {reducer, REDUX_KEY} from '../src/cafeOrders/redux';
-import {CafeMiniApp} from '../src';
-
-jest.mock('@walmart/redux-store', () => ({
- r... | writing test case skeletons | writing test case skeletons
|
3cf74bf16cba06d11f242c2e9fd5e0df47fdc13b | --- yarn.lock
@@ -8291,11 +8291,11 @@ __metadata:
linkType: hard
"@walmart/taskit-mini-app@npm:5.24.1":
- version: 5.24.0
- resolution: "@walmart/taskit-mini-app@npm:5.24.0"
+ version: 5.24.1
+ resolution: "@walmart/taskit-mini-app@npm:5.24.1"
peerDependencies:
"@walmart/allspark-foundation": "*"
- c... | updated yarn lock file | updated yarn lock file
|
c4bea650af56e35782d7b666af3c2289018a9a38 | --- package-lock.json
@@ -56,7 +56,7 @@
"@walmart/allspark-graphql-client": "^1.4.6",
"@walmart/config-components": "4.2.7",
"@walmart/core-services": "~2.2.1",
- "@walmart/core-services-allspark": "~2.12.8",
+ "@walmart/core-services-allspark": "~2.13.7",
"@walmart/cor... | Update export files | Update export files
|
029dd1b41e05c251495a501099874342b77c6260 | --- lerna.json
@@ -1,5 +1,5 @@
{
- "version": "1.4.0-alpha.9",
+ "version": "independent",
"npmClient": "yarn",
"changelogPreset": "angular",
"command": {
| chore(ui): update lerna json file | chore(ui): update lerna json file
|
69f7fbcff8ee7c92c7b3c8024b12e223f3f230c7 | --- src/index.tsx
@@ -14,6 +14,7 @@ import {reducerManager} from '@walmart/redux-store';
import {rosterSlice} from './redux/reducer';
export const LOGGER_FIELDS = {id: 'roster-mini-app'};
+export * from './shared';
reducerManager.addReducer('roster', rosterSlice.reducer);
@@ -41,12 +42,6 @@ export const initia... | Update export files | Update export files
|
ca039e598ab2c53c1738c4ad34ba362839a7cab0 | --- package-lock.json
@@ -93,7 +93,7 @@
"@walmart/ui-components": "1.15.6",
"@walmart/welcomeme-mini-app": "0.85.0",
"@walmart/wfm-ui": "0.2.26",
- "@walmart/wm-plus-mini-app": "0.12.17",
+ "@walmart/wm-plus-mini-app": "0.12.19",
"axios": "~1.2.6",
"axios-cache... | package version update | package version update
|
703718c144d7d681ee8e0461c80a94535a555e4e | --- 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
|
daa0d8562bcd44b4ef53e6b0c90fe5b307f4056e | --- packages/allspark-foundation/src/Components/ComponentContainers.md
@@ -38,6 +38,22 @@ Or with `AllsparkComponentContainers`:
<AllsparkComponentContainers.List container='Me@Walmart.HomeScreen' {...props} />
```
+##### Configuration
+
+The `List` component accepts optional props to control which components are r... | feat: add allow and deny props to component container list | feat: add allow and deny props to component container list
|
3d9a8e325affd002b896b72ad60a4478d4e6d653 | --- __tests__/setup.ts
@@ -61,6 +61,14 @@ jest.mock('expo-audio', () => ({
uri: null,
isRecording: false,
})),
+ useAudioRecorderState: jest.fn(() => ({
+ canRecord: true,
+ isRecording: false,
+ durationMillis: 0,
+ mediaServicesDidReset: false,
+ metering: 0,
+ url: null,
+ })),
cr... | fix: update packages and expo audio | fix: update packages and expo audio
|
44985399b808bbe81a82fccd646e01f2071b1a55 | --- sonar-project.properties
@@ -5,7 +5,7 @@ sonar.host.url=http://sonar.looper.prod.walmartlabs.com
sonar.sources=packages/allspark-authentication/src, packages/allspark-foundation/src, packages/allspark-utils/src
sonar.tests=packages/allspark-authentication/__tests__, packages/allspark-foundation/__tests__, packa... | chore: edit sonar project file | chore: edit sonar project file
|
43c1247a2a9f168b452fd6f57a07aece16fae7a7 | --- package-lock.json
@@ -18450,9 +18450,9 @@
}
},
"react-native-wm-barcode": {
- "version": "2.36.0-alpha",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.36.0-alpha.tgz",
- "integrity": "sha512-X1Wbh2ka751chue2vstxjg6FvRKzWBNdfVgA9IpiL2tMOuA... | barcode version bump | barcode version bump
|
fc5eb8f512d4b260a34c38ebb903fe073094c725 | --- package.json
@@ -98,7 +98,7 @@
"@walmart/inbox-mini-app": "0.82.3",
"@walmart/iteminfo-mini-app": "7.1.4",
"@walmart/manager-approvals-miniapp": "0.2.1",
- "@walmart/me-field-mini-app": "12.0.12",
+ "@walmart/me-field-mini-app": "12.0.13",
"@walmart/metrics-mini-app": "0.9.61",
"@walm... | Update package.json | Update package.json |
bd221f97c9a3df1fe57fd629b430ac422510b860 | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# 2.1.0 (2025-10-29)
+
+### Features
+
+- **ui:** separate the associate exp team ... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.1.0
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.24
- @walmart/associate-exp-hub-team-switcher@2.1.0
|
ffee4d253a529fa0babcfce732d2b941a0006357 | --- targets/US/ios/AllSpark.xcodeproj/project.pbxproj
@@ -464,6 +464,7 @@
"${PODS_CONFIGURATION_BUILD_DIR}/Apollo/ApolloSQLite.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/AppAuth/AppAuthCore_Privacy.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/CallingSDK/CallingResources.bundle",
+ "${PODS_CONFIGURATION_BU... | bump to 1.1.9 and reverted facilities-management to 0.17.0 | bump to 1.1.9 and reverted facilities-management to 0.17.0
|
08da65394bf3292303991c5858315f513f853e4f | --- packages/allspark-foundation/__tests__/Work/redux.test.tsx
@@ -2,6 +2,7 @@ import { IAllsparkReduxState } from '../../src/Redux';
import { WorkActions, WorkSelectors, WorkState } from '../../src/Work';
const WORK_STATE: WorkState = { actionId: 'actionId', workFlow: 'topstock' };
+
describe('WorkActions', () =>... | fix: add type work flow start DWORK-7010 | fix: add type work flow start DWORK-7010
|
9d34210c6d9f02d94a2fb3543e5ac179811d6c80 | --- ios/Podfile.lock
@@ -1615,7 +1615,7 @@ SPEC REPOS:
"git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git":
- StructuredLogAssistantIOS
- SumoSDK
- https://github.com/CocoaPods/Specs:
+ https://github.com/CocoaPods/Specs.git:
- abseil
- Apollo
- AppAuth
| fix: add .git removed in previous commit | fix: add .git removed in previous commit
|
b7dfc82863ea3714a7cd7dd5a2524733a419cac2 | --- .looper-pr.yml
@@ -8,7 +8,7 @@ tools:
flows:
npm-install:
- (name Enable Corepack) corepack enable
- - (name Yarn Set Version) yarn set version 4.1.1
+ - (name Yarn Set Version) yarn set version 4.4.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- (name Test ... | Update the roster mini app looper yml | Update the roster mini app looper yml
|
18b48907259955e185e4b023764369c531fea9ab | --- package-lock.json
@@ -4447,9 +4447,9 @@
"integrity": "sha512-5VXiKOX6nl2OPte+FFWxAZbWi+aCW0o7rbzJldiMN7XewyTIxsyBMwWlUW5Y29WYa4ZaaVstjincL76EW5v2dA=="
},
"@walmart/profile-feature-app": {
- "version": "0.0.23",
- "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile... | upgrade to v0.0.32 for profile feature | upgrade to v0.0.32 for profile feature
|
7030552464939558aa436bc89c0367b12f71b48a | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/receipt-check-miniapp": "1.15.7",
"@walmart/redux-store": "3.5.0",
"@walmart/returns-mini-app": "3.9.0",
- "@walmart/schedule-mini-app": "0.55.0",
+ "@walmart/schedule-mini-app": "0.63.0",
"@walmart/shelfavailability-min... | bump schedule-mini-app version | bump schedule-mini-app version
|
c08475f988bbc499fc014f42536e6dc29418e21b | --- package-lock.json
@@ -33,7 +33,7 @@
"@terrylinla/react-native-sketch-canvas": "0.8.0",
"@walmart/allspark-graphql-client": "^1.4.5",
"@walmart/allspark-neon-core": "0.1.31",
- "@walmart/amp-mini-app": "1.1.26",
+ "@walmart/amp-mini-app": "1.1.28",
"@walmart/ask-sam-... | Update version AMP | Update version AMP
|
6c02dcd66a85ba121b9dca55648ed671b25ef2a6 | --- packages/me-at-walmart-athena-queries/src/schema.graphql
@@ -2770,13 +2770,6 @@ type CourseProgress {
storeNum: Int
version: Int
- """Role of associate"""
- role: RosterRole
- rosterType: VIEW_TYPE
- storeEntity: StoreEntity
- storeNum: Int
- version: Int
-
"""
View type to f... | Adding upsertSupplyChainAssociatePreference query | Adding upsertSupplyChainAssociatePreference query
|
39e2919f78d3d5dd442c1dca19ae9b5f5920e092 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 111
+ versionCode 112
versionName "1.0.9"
}
... | Incrementing build number | Incrementing build number
|
228aed892267c77f7c9990354a856c2e431c9bf2 | --- __tests__/__mocks__/@walmart/allspark-http-client.js
@@ -1,13 +0,0 @@
-const mockClient = {
- get: jest.fn(),
- cancelRequests: jest.fn(),
- resumeRequests: jest.fn(),
- clone: jest.fn(() => mockClient),
- getHeaders: jest.fn(),
-};
-
-module.exports = {
- __esModule: true,
- default: mockClient,
- useHttpC... | remove unused mocks | remove unused mocks
|
37c1b94b34548ae3e4ef94e7ab1b054dd3fac717 | --- packages/allspark-foundation/src/Container/ActiveContainerManager.tsx
@@ -91,7 +91,7 @@ export class ActiveContainerManager {
};
/**
- * Connects features within the active container based on given configuration.
+ * Add features to the active container
*/
public addFeatures = (features: Allspark... | fix: no method to add and connect features at one time which was often the requirement | fix: no method to add and connect features at one time which was often the requirement
|
fad93a3dc18fe5aeb9e1f77f04137270bcedb0d7 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -36,7 +36,6 @@ import {
import {sortedAssociateList} from '../../utils/associateList';
import {UserSelectors} from '@walmart/allspark-foundation/User';
import {
- generateTeamRoster,
generateTeamShiftRoster,
handleViewAssociateSchedule,
... | Fixing lint error | Fixing lint error
|
5194789c7b4bf652dfd925a259160521af47c082 | --- package-lock.json
@@ -5201,9 +5201,9 @@
}
},
"@walmart/iteminfo-mini-app": {
- "version": "5.0.3",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mini-app-5.0.3.tgz",
- "integrity": "sha512-dTbeduu8C2B22bN4j6UdAUeRRABraetaoBrLY42fFj1hxgamcJgX+vkZCk2IoA/... | Update scanner3 and item info version | Update scanner3 and item info version
|
10eb676520fd9105d03c601cf8c58501bf2c9851 | --- packages/allspark-foundation/__tests__/Navigation/client.test.tsx
@@ -174,20 +174,70 @@ describe('NavigationClient', () => {
});
it('test toggleDrawer method ', () => {
const spyDispatch = jest.spyOn(navigationClient, 'dispatch');
+ const mockToggleDrawerOpened = jest.fn();
+ getDrawerContext.mockR... | fix(navigation): connect drawer to context to fix toggle not working (#327) | fix(navigation): connect drawer to context to fix toggle not working (#327)
* fix(navigation): connect drawer to context to fix toggle not working
* chore(yarn.lock): revert yarn.lock changes |
2f582a4d67bf9b7033fe94f3a3335dbd19e9b402 | --- packages/me-at-walmart-container/src/graphql/index.ts
@@ -1,10 +1,5 @@
import { GraphQLClientConfig } from '@walmart/allspark-foundation/GraphQL';
-import {
- AthenaUriLink,
- HeadersLink,
- TypeRemappingLink,
- ErrorLoggerLink,
-} from './links';
+import { AthenaUriLink, TypeRemappingLink, ErrorLoggerLink } f... | refactor: remove headers link for duplicated functionality | refactor: remove headers link for duplicated functionality
|
1f5aafbb0034345a8bb40813d7ae7898e6c4d6e9 | --- package.json
@@ -98,7 +98,7 @@
"@walmart/avp-feature-app": "0.28.42",
"@walmart/avp-shared-library": "0.27.24",
"@walmart/ax-components": "1.2.10",
- "@walmart/backroom-mini-app": "1.17.10",
+ "@walmart/backroom-mini-app": "1.17.11",
"@walmart/beneficiary-online-mini-app": "0.1.26",
"... | fix: Upgrade backroom-mini-app to 1.17.11 (#5244) | fix: Upgrade backroom-mini-app to 1.17.11 (#5244)
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
993f22e7f2cfab1c6642dcbcafad266b62bf5764 | --- package-lock.json
@@ -35,7 +35,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.1.30",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.12.1",
+ "@walmart/ask-sam-mini-app": "1.12.2",
"@walmart/attendance-mini-... | SMBLV-3877: stores/nearby enhanced with Site country code to handle PR | SMBLV-3877: stores/nearby enhanced with Site country code to handle PR
|
28738725f090406c155c8955f1f49d9307cf5568 | --- package.json
@@ -120,7 +120,7 @@
"@walmart/metrics-mini-app": "0.22.4",
"@walmart/mod-flex-mini-app": "1.18.5",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "0.1.9",
+ "@walmart/money-auth-shared-components": "0.1.10",
"@walmart/myteam-mini-app": "1.4.0",
... | bump version | bump version
|
0a7c6ba8162e5a9223996c38250f4ee8b65302eb | --- graphql.yml
@@ -57,7 +57,7 @@ applications:
tags:
- 'v1'
- name: 'upsertSupplyChainAssociatePreference'
- hash: '571873ffcf9d8923e4951fa75addb46f876c949046518f0c302707deadab878a'
+ hash: '39c45936c3b4d0020c6192b629c29860a30a5f2f70c5297c9e34dcffbaa0c7b0'
... | feat(ui): resolved conflicts | feat(ui): resolved conflicts
|
b3e44b2cf7e276bad60200379289e4512021e04a | --- ios/Podfile.lock
@@ -2197,7 +2197,7 @@ SPEC CHECKSUMS:
RNReanimated: fc36806836aca984b797f01432abe31689663421
RNScreens: bea7b9767050d69e4b9da14639cdd5c8f5a37881
RNSha256: e1bc64e9e50b293d5282bb4caa1b2043931f1c9d
- RNSketchCanvas: 124a2a11b9bce418ef6e34262fc163d00b5f714b
+ RNSketchCanvas: 9c28adb5381543e... | chore: podfile lock update | chore: podfile lock update
|
3b6bd49092cc82fe1c44ce556d01b1524e9285b6 | --- .yarn/patches/react-native-npm-0.72.12-e28f3b183e.patch
@@ -1,13 +0,0 @@
-diff --git a/third-party-podspecs/boost.podspec b/third-party-podspecs/boost.podspec
-index bbbb7380e51a12d1b2994c8ab8e8f682c5e6d83d..3d9331c95d1217682a0b820a0d9440fdff074ae0 100644
---- a/third-party-podspecs/boost.podspec
-+++ b/third-party... | update rn patch for 73 | update rn patch for 73
|
3508a72286ca95d808995b0aa11878efb6476031 | --- src/hooks/teams.ts
@@ -6,6 +6,8 @@ import {Associate} from '../types';
import {useDailyRoster} from './roster';
import {Team} from '../queries/schema.types';
import moment from 'moment-timezone';
+import {getGraphQLConfig} from '../services/config';
+import {useEnvironment} from '@walmart/core-services/Environme... | Adding context to queries | Adding context to queries
|
c1008c747e6aaa43bb788b7f1cbedcf001aa9334 | --- core/__tests__/changeStore/ChangeStoreInputTest.tsx
@@ -3,7 +3,7 @@ import {render, fireEvent, act} from '@testing-library/react-native';
import {ChangeStoreInput} from '../../src/changeStore/ChangeStoreInput';
describe('ChangeStoreInput', () => {
- it('calls onSubmit with the correct siteId', async () => {
+ ... | chore: skipping test for looper builds | chore: skipping test for looper builds
|
11b522100cef4fcbddb19559a95b301a7503b46e | --- src/screens/MessagesScreen.tsx
@@ -242,7 +242,7 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
}
};
- const sendPushNotification = async (message: MessageRequest) => {
+ const sendPushNotification = async (message: MessageRequest, messageId?: string, channelPath?: string) => {
... | add log to push notification | add log to push notification
|
387a808cf87aa6e4d2a58b1850f97f2c2d0f53c5 | --- package.json
@@ -89,7 +89,7 @@
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.14",
- "@walmart/facilities-management-miniapp": "0.5.12",
+ "@walmart/facilities-management-miniapp": "0.5.14",
"@walmart/feedback-all... | Update package.json | Update package.json |
8a4a7d4a76ccd3cba76504fb17da9785ec0b3805 | --- src/auth/LoginErrorScreen/index.tsx
@@ -117,11 +117,11 @@ export const ErrorScreen = (
const customErrorCode = params?.authError?.code;
const [isNetworkError, isTimeMismatchError, isBrowserNotFoundError] =
useMemo(() => {
- const networkError = networkErrors.some(
- (term) => customError?.toL... | lint fix | lint fix
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.