commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
4bc65a9c77525be963fff97ac4386265d89d24d6 | --- src/home/containers/HomeScreen/index.tsx
@@ -5,7 +5,7 @@ import {StackNavigationProp} from '@react-navigation/stack';
import {ParamListBase} from '@react-navigation/native';
import LinearGradient from 'react-native-linear-gradient';
import moment from 'moment-timezone';
-import CodePush, { LocalPackage } from 'r... | lint fix | lint fix
|
202c18ef023d107c2d7bc18ff6aed0b9b77d9418 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.11",
+ "version": "2.0.12",
"private": false,
"main": "bundle/dist/index.js",
"files": [
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.11",
+ "version": "2.0.12",
... | Update package.json | Update package.json |
9539897f0a546c8c84b36ce8e603182dc524c6f5 | --- package.json
@@ -116,7 +116,7 @@
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.7",
"@walmart/ims-print-services-ui": "2.23.0",
- "@walmart/inbox-mini-app": "0.104.9",
+ "@walmart/inbox-mini-app": "0.104.1",
"@walmart/invue-react-native-sdk": "0.1.26... | Revert "feat(onboarding): onboarded performance and pay notification in inbox" (#5122) | Revert "feat(onboarding): onboarded performance and pay notification in inbox" (#5122)
|
26a0763ed874d004ceb09a80bb870f7b4126fc45 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24
+ - spec: feature/drop24-sidekick
triggers:
- manual:
name: Publish Packages (Pre-Release)
| chore: temp change of branch spec to create builds | chore: temp change of branch spec to create builds
|
fe318bb6d55dde429fc372c12d8f3723d2545c47 | --- packages/allspark-foundation/__tests__/Site/saga.test.ts
@@ -43,7 +43,6 @@ const sampleContact: Contact = {
},
};
-// Sample data for Address
const sampleAddress: Address = {
addressLine1: '123 Main St',
city: 'Anytown',
@@ -54,26 +53,22 @@ const sampleAddress: Address = {
postalCode: '12345',
};
... | code cleanup | code cleanup
|
45045e35bf75de554ead5945edd5f8b8e78fce3e | --- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWidget/index.tsx
@@ -47,15 +47,15 @@ export const HubWidget = ({
accessibilityRole='image'
accessibilityLabel={`${moduleTitle} - ${iconName}`}
/>
- <Heading UNSAFE_style={styles.title} size='medium' testID='heading'>
- ... | Update the widget title navigation | Update the widget title navigation
|
a8b4a4fb6d7e2d869089f720c1e3e0d9c55dd40d | --- packages/roster-mini-app/__tests__/__mocks__/@walmart/allspark-foundation.js
@@ -1,4 +1,4 @@
-import enUSJson from '../../../src/translations/locales/en-US.json';
+import enUSJson from '../../../src/Translations/locales/en-US.json';
export const mockLogger = {
debug: jest.fn(),
--- packages/roster-mini-app/... | feat: use uppercase T for Translations path | feat: use uppercase T for Translations path
|
a2cce42496718e1169b679df8b4e86c2acedd559 | --- src/navigation/AssociateHallwayNav/Tabs/index.tsx
@@ -41,11 +41,6 @@ export const AskSamPlaceholder = () => <View />;
const ClockOutGuardedTaskitMiniapp = withClockOutGuard(TaskItMiniApp);
-// export const onAskSamTabPress = (e: EventArg<'tabPress', true, undefined>) => {
-// e.preventDefault();
-// naviga... | Removing comment | Removing comment
|
86d049196ca36792dc2f1daf6181c4611200c25c | --- .looper-pr.yml
@@ -20,6 +20,7 @@ flows:
- call: publish-to-hygieia
pr:
+ - echo "PR flow is being executed from looper-pr yml"
- npm install
- npm run env:dev
- npm run lint
@@ -43,4 +44,4 @@ flows:
- (name Publish Hygieia to Sonar) hygieia.publishSonar()
publish-to-hygie... | Update .looper-pr.yml | Update .looper-pr.yml |
2011360fcc0907c23ff5dfe6388b2848daf4b712 | --- ios/Podfile.lock
@@ -396,7 +396,7 @@ PODS:
- nanopb/encode (1.30906.0)
- PromisesObjC (1.2.11)
- Protobuf (3.13.0)
- - PTT (0.4.1):
+ - PTT (0.4.2):
- BinaryCodable (~> 0.2.1)
- CocoaMQTT/WebSockets (~> 1.3.0-rc.1)
- RCTRequired (0.63.2)
@@ -573,8 +573,8 @@ PODS:
- React-Core
- react... | PTT version upgrade (#146) | PTT version upgrade (#146)
|
7c693b0b25cb1df19b8490188cd31aeb20f3ce35 | --- __tests__/__mocks__/@walmart/allspark-foundation/Components.js
@@ -1,8 +1,10 @@
module.exports = {
- AllsparkComponentContainers: {
- add: jest.fn(),
- create: jest.fn(),
- addMultiple: jest.fn(),
+ ComponentsModule: {
+ ComponentContainers: {
+ add: jest.fn(),
+ create: jest.fn(),
+ a... | feat(ui): update allspark components | feat(ui): update allspark components
|
d0e60cdf0a1c9334cc08000ce9db6e38f72c8293 | --- 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.2.0",
+ "@walmart/compass-sdk-rn": "5.4.0",
"@walmart/config-component... | Updating the compass-sdk-rn version to 5.4.0 | Updating the compass-sdk-rn version to 5.4.0
|
4f81b75909309cea8a7a17d48fe171acb9f7ca9f | --- __tests__/__mocks__/@walmart/texting-mini-app.js
@@ -1,4 +1,5 @@
module.exports = {
TextingMiniApp: 'TextingMiniApp',
initialize: jest.fn(),
+ PushToTalkProvider: jest.fn(),
};
--- __tests__/__snapshots__/AppTest.tsx.snap
@@ -16,38 +16,7 @@ exports[`RootContainer renders and fires startup event 1`] = `
... | Update the test | Update the test
|
de32eeb53978ff294658431a4728f393a2f71949 | --- package-lock.json
@@ -5094,11 +5094,12 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "1.2.2",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-1.2.2.tgz",
- "integrity": "sha512-GZrFW34R7D7LjTbo/lRyRwzCmU80JOFDYYyFniI34WbBPwqaKifvWwLocvxJwuzO... | AskSam: Use scanner3 based on ccm | AskSam: Use scanner3 based on ccm
|
ad8284e2e17999c16493ee360bb4a23fa2a69c88 | --- jest.config.js
@@ -25,7 +25,7 @@ module.exports = {
},
},
transformIgnorePatterns: [
- '<rootDir>/node_modules/(?!(react-native|react-redux|@react-native|expo|expo-av|react-native-flipper|@react-native-community/async-storage|axios|@lifeomic/axios-fetch|react-native-reanimated|@walmart/gtp-shared-comp... | update the changes for manager experience | update the changes for manager experience
|
495d47efb3ed03d94184d0da368fa72cc9bb9e07 | --- src/components/ActionButton/style.ts
@@ -1,5 +1,4 @@
import {StyleSheet} from 'react-native';
-import {colors} from '@walmart/gtp-shared-components-3';
export const styles = StyleSheet.create({
button: {
| chore: unused import removed | chore: unused import removed
|
41299ab5a78df4053292836171ebed8a7e666a55 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 135
+ versionCode 136
versionName "1.0.13"
}
... | Incrementing build number | Incrementing build number
|
6ade9f21482fdd1bf1037e7071729ac1cebbce09 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -105,12 +105,18 @@ export const TranslationClient = (config?: TranslationClientOptions) => {
}
};
+ const getLocaleConfig = () => {
+ const language = _instance.language;
+ return config?.localeConfig?.[language];
+ };
+
return Object.as... | feat: add locale configuration support to translation client | feat: add locale configuration support to translation client
|
2dfd4fc2a174ca7b51bb99b2f8bf6102ffd53961 | --- package-lock.json
@@ -3062,9 +3062,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.29.4",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.4.tgz",
- "integrity": "sha512-qmVnpr2i4FoQWXSDhWO5p7vwSjPTDN+rYAIMJq007X/Of61wLyxbDk4UW42kcBWv... | Version increment | Version increment
|
85ca1c02f9adec0a1fea92774b93f473ade4ef0b | --- graphql.yml
@@ -1,24 +1,21 @@
schemaVersion: '1.0.0'
teamRostersProductId: 1824
applications:
- - name: 'TEXTING-MINIAPP'
- applicationKey: 'TEXTING-MINIAPP'
- description: 'Texting mini app'
+ - name: 'MYTEAM-MINIAPP'
+ applicationKey: 'MYTEAM-MINIAPP'
+ description: 'Myteam mini app'
environ... | Adding sryaml and graphql file changes | Adding sryaml and graphql file changes
|
3fac2f5095ae62a97366afb551eb339609768ccd | --- packages/me-at-walmart-container/__tests__/services/config.test.ts
@@ -47,10 +47,6 @@ describe('actualListener', () => {
});
});
-
-
-
-
describe('initialize', () => {
afterEach(() => {
jest.clearAllMocks();
@@ -75,7 +71,6 @@ describe('initialize', () => {
});
});
-
describe('fetch', () => {
... | removed whitespaces | removed whitespaces
|
50502a9b0dc1449bcdc725e349745caf9864ef48 | --- src/navigation/utils.ts
@@ -1,4 +1,5 @@
import {navigate} from '@walmart/react-native-shared-navigation';
+import * as namecase from 'namecase';
export const goToWeeklySchedule = (wins: string[], teamName?: string) => {
navigate('scheduleScreen', {
@@ -23,7 +24,7 @@ export const goToIndividualSchedule = (
... | enforce casing | enforce casing
|
9e9d3625b43e0a39193b64805465c26f18450b2c | --- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.1-5642793393.patch
@@ -23,6 +23,19 @@ index c08fd93fe1ace4a4e13b7fafb4e70e8c82bca4db..2565f202119f5d0f30cd75b7d37616a5
buildTypes {
debug {
+diff --git a/ios/CallingImplementationModule.m b/ios/CallingImplementationModule.m
+index cfbe20b8362054b26b... | fix: update webex patch for ios fixes | fix: update webex patch for ios fixes
|
0404229b56d7bcaadcdba43a92e190ab1d74b561 | --- src/whatsNew/WhatsNewSaga.ts
@@ -9,9 +9,15 @@ import {getVersionKeyMatchValue, appVersion} from './utils';
import {WhastNewActionCreators, WhatsNewTypes} from './WhatsNewRedux';
export const WHATS_NEW_DEFAULT = {whatsNew: [], whatsNext: []};
+export const DISTRIBUTION_CENTER_DIVISION_CODE = '7';
+export const S... | adding supply chain logic for what's new | adding supply chain logic for what's new
|
873cff34102d46276a01c30449bf988835fd5b86 | --- src/translations/es-MX.ts
@@ -30,6 +30,7 @@ export const esMX = {
feedback: 'Comentarios',
featureRestrictions: 'Restricciones',
whatsNew: 'Novedades en la app',
+ signInFailed: 'Sign in failed',
},
updates: {
timeToUpdateApp: 'Actualiza Me@Walmart beta app!',
@@ -62,6 +63... | Adding spanish placeholders | Adding spanish placeholders
|
ce1651251a45aecc3eb9700f68b30688f1fea72d | --- package-lock.json
@@ -61,8 +61,8 @@
"@walmart/mod-flex-mini-app": "1.6.3",
"@walmart/moment-walmart": "1.0.4",
"@walmart/onewalmart-miniapp": "1.0.14",
- "@walmart/pay-stub-miniapp": "0.9.31",
- "@walmart/payrollsolution_miniapp": "0.130.34",
+ "@walmart/pay-stub-mini... | bump version | bump version
|
fe923c44caa3ec718513138cad25933029fbc52b | --- __tests__/__mocks__/@walmart/gtp-shared-components.js
@@ -20,6 +20,7 @@ module.exports = {
Subheader2: 'Subheader2',
Snackbar: 'Snackbar',
RadioItemGroup: 'RadioItemGroup',
+ CheckboxItemGroup: 'CheckboxItemGroup',
WarningIcon: 'WarningIcon',
ExclamationCircleFillIcon: 'ExclamationCircleFillIcon',
... | update gtp mock for checkbox and type issue | update gtp mock for checkbox and type issue
|
215e36b6cc915138bb310a21bb4db2e4e800a91e | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 184
+ versionCode 187
versionName "1.1.0"
}
... | bumping versionCode | bumping versionCode
|
4b6599ea826f18ef4953a634500b8e249cfe499e | --- src/navigation/AssociateHallwayNav/Tabs/MyTeamStackNav.tsx
@@ -7,13 +7,25 @@ import {
} from '@walmart/push-to-talk-mini-app';
import {TimeClockScreen} from '@walmart/time-clock-mini-app';
import {ScheduleMiniApp} from '@walmart/schedule-mini-app';
+import {DrawerButton, Header} from '@walmart/ui-components';
+i... | adding the header back | adding the header back
|
848fa409d9c10787326f611f52865d4c1a36a9ec | --- package.json
@@ -88,7 +88,7 @@
"@walmart/allspark-http-client": "~6.3.28",
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/allspark-utils": "7.3.0",
- "@walmart/amp-mini-app": "1.2.10",
+ "@walmart/amp-mini-app": "1.2.15",
"@walmart/ask-sam-chat-components": "0.2.27",
"@walmart/ask... | fix(bugFixes):platform bug fixes (#5129) | fix(bugFixes):platform bug fixes (#5129)
|
50d049b5d0d46f5ec7abadb271d034fcd0a40bf6 | --- src/components/Roster.tsx
@@ -1,29 +0,0 @@
-import React from 'react';
-
-/**
- * Configurable Roster list that displays all associates and teams within a store or site in the case of distribution
- * centers. UI actions may be attached to each row item to be associated with each associate or team entity.
- * @type... | minor update to file structure | minor update to file structure
|
dfc82d9d2019e6a01ec16154a8d6d0f5b5611976 | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.48",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.13.4",
- "@walmart/attendance-mini-app": "1.45.0",
+ "@walmart/attendance-mini-app": "1.46.0",
"@walmart/compass-sdk-... | ama v1.46.0 | ama v1.46.0
|
dbbe3c572393c6831ad0b79ac7b49e933c4b9060 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.3.0-alpha.1",
+ "version": "3.3.0-alpha.2",
"main": "dist/index.js",
"files": [
"dist",
@@ -89,7 +89,7 @@
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
"@wal... | feat(ui): updating new version for drop 33 | feat(ui): updating new version for drop 33
|
c3c231b6a4a29e9ec495be56f9b4ab19fc0b561b | --- package.json
@@ -1,8 +1,8 @@
{
"name": "@walmart/roster-mini-app",
"version": "3.2.0",
- "main": "main.js",
- "files": [
+ "main": "dist/index.js",
+ "files": [
"dist",
"main.js"
],
| feat(ui): reverted main script in package.json | feat(ui): reverted main script in package.json
|
8ec2ca52293f6cce5a222e1886d11108810c6748 | --- graphql.yml
@@ -36,6 +36,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
+ - name: 'getSupplyChainTeamPreference'
+ hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839... | Adding getSupplyChainTeamPreference query | Adding getSupplyChainTeamPreference query
|
68c2158efc5cb2ab26a218011228190467e8f4b0 | --- packages/allspark-foundation/src/HubFeature/Hooks/useGetAllTeamsOfStore.ts
@@ -2,11 +2,11 @@ import { useSelector } from 'react-redux';
import { useGetTeamsByStoreQuery } from '@walmart/me-at-walmart-athena-queries';
import { useState } from 'react';
import { teamImageIcon } from '../Hub/Container/mockData';
-im... | feat(ui): Merge changes | feat(ui): Merge changes
|
9d509533013a7329d86e66d9def18bf892c4ea02 | --- packages/allspark-foundation/src/Elements/Banners/AllsparkBanner.tsx
@@ -7,7 +7,7 @@ import {
IconButton,
CloseIcon,
} from '@walmart/gtp-shared-components';
-import { BannerRecord } from './types';
+import { AlertConfig, BannerRecord } from './types';
const styles = StyleSheet.create({
alertContainer:... | fix: fix banner typings | fix: fix banner typings
|
3e3ac52aeb05b79815e25c811a61afd48876de5e | --- example/package.json
@@ -5,9 +5,7 @@
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
- "lint": "eslint .",
- "start": "react-native start",
- "test": "jest"
+ "start": "react-native start"
},
"devDependencies": {
"@babel/core": "^7.22.10",
| chore: skip lint and test for example app | chore: skip lint and test for example app
|
22e942cce4f68c9e5407e13125e4e7b6be0585a8 | --- package-lock.json
@@ -68,7 +68,7 @@
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.9.1",
"@walmart/inbox-mini-app": "0.91.6",
- "@walmart/iteminfo-mini-app": "7.10.0",
+ "@walmart/iteminfo-mini-app": "7.10.3",
"@walmart/learning-mi... | chore: bump iteminfo 7.10.3 | chore: bump iteminfo 7.10.3
|
0b653f277f6feedf0b4558896b5ed9b9d2f45b2b | --- .github/pull_request_template.md
@@ -23,10 +23,8 @@ _Put an `x` in the boxes that apply_
- [ ] Documentation Update (if none of the other choices apply)
### Checklist
-- [ ] Have you written unit tests for this?
- [ ] Please provide a **screenshot of code coverage** for the mini app node module. Minimum 90% co... | twicking changes | twicking changes
|
57268bd41262359e40fd7b4dd7ad95999b7991ca | --- android/app/src/main/assets/fonts/icomoon.ttf
Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ
--- ios/icomoon.ttf
Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
| icomoon.ttf for SA icon | icomoon.ttf for SA icon
|
4e516f6001327f55ee9bed6bb1f41aac1daa78bc | --- __tests__/auth/ErrorScreenTest.tsx
@@ -59,7 +59,7 @@ describe('ErrorScreen', () => {
});
(useTranslation as jest.Mock).mockReturnValueOnce([
(translate) => translate,
- {language: 'en-US'},
+ {language: 'es-MX'},
]);
mockUseState.mockReturnValueOnce(['', setUserId]);
mockUseState.mockRetur... | add test case for call of WmConfig.getValue | spanish check | add test case for call of WmConfig.getValue | spanish check
|
507037ac0272d2ff2d9c578aa395c3eb8e5f84d9 | --- __tests__/screens/MessagesScreenTest.tsx
@@ -1,3 +1,4 @@
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react';
describe('MessagesHeader', () => {
--- __tests__/screens/MessagesScreenTest.tsx
@@ -1,3 +1,4 @@
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
imp... | fix lint issue | fix lint issue
|
6c29a1376ebad34714657f4433b790197fe64a28 | --- .looper.multibranch.yml
@@ -60,7 +60,7 @@ flows:
pr:
- call: mini-pr
- call: sonar-scan-pr
- - (name Scanning Walmart Packages) npm run scan:changed-walmart-libs
+ - (name Scanning Walmart Packages) ./scripts/mini-app-scan/scan-changed-walmart-libs.sh ${GITHUB_PR_TARGET_BRANCH}
- call: slack... | fix: scan script was not detecting changes due to no branch specified for comparison | fix: scan script was not detecting changes due to no branch specified for comparison
|
b5ed4a63071734420ea3afba49c68838fa044738 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageThreshold: {
global: {
- statements: 24.09,
- branches: 7.55,
- functions: 9.46,
- lines: 24.77,
+ statements: 24.46,
+ branches: 7.35,
+ functions: ... | updating coverage numbers | updating coverage numbers
|
f47c33a085a1a18fb86fc55e1649b7c24b2cd726 | --- __tests__/components/SalariedOrTeamLeadRosterWidget.test.tsx
@@ -54,6 +54,12 @@ jest.mock('@walmart/allspark-foundation-hub', () => {
const {View, Text} = require('react-native');
return {
+ Widget: (props: any) => (
+ <View testID="widget">
+ <Text>{props.title}</Text>
+ <View>{props.... | feat(ui): update salaried roster widget tests | feat(ui): update salaried roster widget tests
|
b7b6de5793b5d0ea63d0f05ba9a4f982243e162b | --- packages/associate-exp-hub-mini-app/src/components/modals/hoc/UpdateModal.tsx
@@ -189,13 +189,16 @@ const UpdateModal = AssociateExpHubFeature.createModal(() => {
React.useState(false);
const [upsertError, setUpsertError] = React.useState(false);
+ // Show loading only if teams are actually loading AND w... | feat(ui): fix the loader issue | feat(ui): fix the loader issue
|
5530d596935d3e176bbf4c5aa46f07e547ae1d94 | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -25,7 +25,6 @@ import { HttpModule, HttpClientProvider } from '../HTTP';
import { LocalStorageModule } from '../LocalStorage';
import { LoggerModule } from '../Logger';
import { NavigationModule, NavConfigModule } from '../Navigation';
-import {... | chore: various lint fixes | chore: various lint fixes
|
074998577fab7b0b8c3394f8086a15c4cef93f97 | --- package-lock.json
@@ -45,8 +45,8 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.21.3",
"@walmart/attendance-mini-app": "3.44.0",
- "@walmart/avp-feature-app": "0.3.4",
- "@walmart/avp-shared-library": "0.3.7",
+ "@walmart/avp-feature-... | bumped avp feature app & shared library | bumped avp feature app & shared library
|
f7197b7d1a28b0ea3d13bfbca8db709a4628a028 | --- README.md
@@ -25,7 +25,7 @@ Allspark is a framework used to build container and mini apps in React Native. A
#### [@walmart/allspark-navigation](https://gecgithub01.walmart.com/allspark/allspark/tree/main/packages/allspark-navigation) (**WIP**)
-**Navigation** library for Allspark framework. (Replacing [@walma... | Update README.md | Update README.md |
c2688cbc0dbb24a4b3a85e3dd80c1d0e8d5e9fcf | --- targets/US/package.json
@@ -83,7 +83,7 @@
"@walmart/allspark-utils": "6.5.0",
"@walmart/amp-mini-app": "1.1.89",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.28.4",
+ "@walmart/ask-sam-mini-app": "1.28.6",
"@walmart/associate-listening-mini-app": "1.2.7",... | version bump - away from core-widget-registry | version bump - away from core-widget-registry
|
34b59f8dce93d34580da4a5693aa6fcf238a544e | --- packages/allspark-foundation/__tests__/HubFeature/BottomSheet.test.tsx
--- packages/allspark-foundation/__tests__/HubFeature/Hub/AddEditButton.test.tsx
--- packages/allspark-foundation/__tests__/HubFeature/Hub/Header.test.tsx
--- packages/allspark-foundation/__tests__/HubFeature/Hub/SelectionBannerFooterButto... | File structure change for hub feature | File structure change for hub feature
|
cd346bedcf0b5a0a05c07920ec2ced8afe82c8a9 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 18
+ versionCode 19
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
c0331059129a2a20e7dba9f32bb4c4ffb7969fca | --- packages/me-at-walmart-container/package.json
@@ -6,12 +6,8 @@
"types": "lib/index.d.ts",
"files": [
"lib",
- "cli",
"allspark.config.js"
],
- "bin": {
- "me-at-walmart:link": "./cli/link.js"
- },
"scripts": {
"coverage": "jest --coverage",
"test": "jest",
| fix: remove me at walmart container cli references | fix: remove me at walmart container cli references
|
0d184f296702efcb9599b0e9889a7a25c276f0d2 | --- packages/me-at-walmart-container/__tests__/services/navConfig.test.ts
@@ -87,7 +87,7 @@ describe('actualListener', () => {
});
it('should call ChangeEventManager.runEvent with transformed data when data is defined', () => {
- const mockData = navConfig;
+ const mockData = {data: navConfig};
const... | chore: ALLSPARK-6299 fix mega refresh issue (#4361) | chore: ALLSPARK-6299 fix mega refresh issue (#4361)
* chore: ALLSPARK-6299 fix mega refresh issue
* chore: remove console log |
e96fe6aa62344a1606f82244195678cf9ea0a4c6 | --- __tests__/__mocks__/@walmart/allspark-utils.js
@@ -3,8 +3,6 @@ module.exports = {
// Hooks
useBackButton: jest.fn(),
- useAsync: jest.fn(),
- useLazyAsync: jest.fn(),
// Sagas
createRestartableSaga: jest.fn((saga) => saga),
--- __tests__/home/components/CelebrationCard/indexTest.tsx
@@ -20,6 +20... | feat: add loading state to permission screen buttons | feat: add loading state to permission screen buttons
|
67c357dcea2c3fe6e60d1cee1a7bdb19d6c42ef0 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 31
+ versionCode 32
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
544caeb5721556e5b49aaeef8aa44f9c0c30230c | --- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx
@@ -147,6 +147,7 @@ export const TeamSwitcher = ({
findTeamById(evaluatedTeamList, selectedTeamPreference) ||
evaluatedSelectTeam
);
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, [
userPrefTeams... | Update the team id change for selected team | Update the team id change for selected team
|
689b9bd8b66fe7f253b036cf9cc7b2a28a5b8ea0 | --- targets/US/package.json
@@ -149,7 +149,7 @@
"@walmart/sidekick-mini-app": "4.168.18",
"@walmart/store-feature-orders": "1.27.9",
"@walmart/taskit-mini-app": "5.8.16",
- "@walmart/time-clock-mini-app": "2.461.0",
+ "@walmart/time-clock-mini-app": "2.462.0",
"@walmart/time-clock-mini-app-nex... | Update TCMA version | Update TCMA version
|
7d26f9653fd858022e0b943d8b8c6b58a9c203b1 | --- package-lock.json
@@ -4563,9 +4563,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.3.0-beta.10",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-beta.10.tgz",
- "integrity": "sha512-EWcpz6XjdAMKIOFHxJ3tHyZjB4VujAfIxmsRNgrsVvRNFfwz1liwlTQGCup... | version update | version update
|
91ce47a4b3230bf8bac66e29ad59c96edffbebd1 | --- __tests__/components/modals/hoc/__snapshots__/EditTeamsModal.test.tsx.snap
@@ -10,9 +10,6 @@ exports[`EditTeamsModal Modal Rendering should render modal with correct title 1
testID="associate-modal-container"
>
<View
- accessibilityLabel="Edit section: modalContent.editSectionTitle"
- accessibilityRole... | feat(ui): revert changes to update and edit modals #SMDV-8176 | feat(ui): revert changes to update and edit modals #SMDV-8176
|
dc2a7a352a454002e29843eb1b9aff63774074e9 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.2.0-alpha.1",
+ "version": "3.2.0-alpha.2",
"main": "dist/index.js",
"files": [
"dist",
| chore(ui): update hub config for roster | chore(ui): update hub config for roster
|
f62f6112393da68250726347b6771a8dc562c135 | --- src/components/AppHeader.tsx
@@ -0,0 +1,88 @@
+import { Animated, StyleProp, StyleSheet, TextStyle } from 'react-native';
+import { HeaderOptions } from '@react-navigation/elements';
+import { ChevronLeftIcon, colors, Heading } from '@walmart/gtp-shared-components/dist';
+import { useSafeAreaInsets } from 'react-na... | feat(components): add skeleton, app header, bottom nav components | feat(components): add skeleton, app header, bottom nav components
|
c7b3fe5dc1689ad82b9ef50b92550a916870c147 | --- docs/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [1.17.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.16.0...v1.17.0) (2025-03-03)
+
+
+### Bug Fixes
+
+* **ui:** update the my team mini app version smdv-9999 ([3302bdb](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/3302bdb02a14bcd0895eb885a8b0d... | chore(release): 1.17.0 [skip ci] | chore(release): 1.17.0 [skip ci]
# [1.17.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.16.0...v1.17.0) (2025-03-03)
### Bug Fixes
* **ui:** update the my team mini app version smdv-9999 ([3302bdb](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/3302bdb02a14bcd0895eb885a8b0db9ceac4c17c)... |
15e09ecd9487bb349af0310ef228955db0e0f48c | --- packages/allspark-foundation/src/Container/ActiveContainerManager.tsx
@@ -5,6 +5,7 @@ import { FeatureModuleManager } from '../Feature/AllsparkFeatureManager';
import { AllsparkContainer } from './AllsparkContainer';
import {
ContainerFlowTypes,
+ ContainerServices,
ContainerSetupTypes,
SetupFunction,
... | feat: add service accessor on container and active container classes | feat: add service accessor on container and active container classes
|
1048231ea216ba2f3c43e04e59061905eff5aef5 | --- src/managerExperience/components/RosterWidget/RosterWidget.tsx
@@ -19,7 +19,7 @@ import {TOTAL_STORE_TEAM_ID} from '@walmart/allspark-foundation-hub/HubFeature/c
export const RosterWidget = (props: TeamHubWidgetProps) => {
const {t} = translationClient.useTranslation();
- const {selectedTeamIds, selectedTeam... | Update the team id value | Update the team id value
|
d24a8b0e85fd9854cc8569839b4023f1483947d4 | --- scripts/mini-app-scan/legacy-library-deprecated.json
@@ -4,7 +4,10 @@
"replacement": "@walmart/allspark-foundation",
"enforcementDate": "2024-09-01",
"notes": "Use the foundation replacement for all new development.",
- "exemptions": ["@walmart/time-clock-mini-app"]
+ "exemptions": [{
+ "p... | feat: add end date to exemption | feat: add end date to exemption
|
50e157ad4c746a324863d5ef3755920ad4719b43 | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/inbox-mini-app": "0.81.3",
"@walmart/iteminfo-mini-app": "5.3.2",
"@walmart/manager-approvals-miniapp": "0.1.2",
- "@walmart/me-field-mini-app": "1.1.44",
+ "@walmart/me-field-mini-app": "1.1.45",
"@walmart/metrics-mini-... | feat: :package: Bump learning mini app version to 1.1.45 | feat: :package: Bump learning mini app version to 1.1.45
|
4cb7a9b3c68e45e3a313ac9ec252ad16224a028b | --- packages/allspark-foundation/src/Components/Badges.tsx
@@ -1,16 +1,24 @@
-import React from 'react';
+import React, { createElement } from 'react';
import Animated, { FadeIn, FadeOut } from 'react-native-reanimated';
-import { BadgeColor, Badge } from '@walmart/gtp-shared-components';
+import { BadgeColor, Badge, ... | feat: add icon support on allspark badges component | feat: add icon support on allspark badges component
|
ae1e85c7111af6fce7469f82dc1ab266235b54fe | --- targets/US/package.json
@@ -85,7 +85,7 @@
"@walmart/amp-mini-app": "1.1.98",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.28.21",
- "@walmart/associate-listening-mini-app": "1.2.13",
+ "@walmart/associate-listening-mini-app": "1.2.14",
"@walmart/attendance-... | feat: AL allspark foundation migration remove core dependency | feat: AL allspark foundation migration remove core dependency
|
c267e4718e874b68d9d78d57c7f74878f8846981 | --- package-lock.json
@@ -5456,9 +5456,9 @@
"integrity": "sha512-0Aemva6snk2LgySyY2NRuF9xKBS7DpGs1oPcDlaOjeXU3NRL7+DzbhY2VZhRIYxQKLz/MOC6NF81SzdgxlVimg=="
},
"@walmart/taskit-mini-app": {
- "version": "0.32.0-beta.8",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m... | Taskit version update | Taskit version update
|
6115e71d9399f2866d275d6fd7e135a988e499d2 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.38.0",
+ "version": "1.39.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux... | Update roster mini app version | Update roster mini app version
|
32743c44501c996185a5ad3787fac5fe572baa5a | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -45,7 +45,7 @@ import { LifecylceEventManager } from './events';
*/
export class AllsparkContainer<E extends BaseAllsparkEnvironment> {
public id: string;
- private config: AllsparkContainerConfig<E>;
+ public config: AllsparkContainerConfi... | fix: make container config public. fix migration docs | fix: make container config public. fix migration docs
|
783e5f8697a5230ee965b3a741583975aebcec20 | --- src/screens/RosterDetailScreen/StoreRosterDetailScreen.tsx
@@ -187,18 +187,18 @@ export const StoreRosterDetailScreen = ({route}: RosterDetailScreenProps) => {
}, [teamState]);
const getCurrentTeamName = useCallback(() => {
- if (currentTeam?.teamName) {
- return currentTeam?.teamName;
- } else {... | feat(ui): updated callback from switcher | feat(ui): updated callback from switcher
|
91b8ccec6883a91fcd51063fce62419500916e20 | --- packages/allspark-graphql-client/src/apollo/provider.tsx
@@ -27,7 +27,7 @@ export const AllsparkGraphQLProvider = (
persistedQueryConfig?: Omit<
PersistedQueryLink.Options,
'generateHash' | 'sha256'
- >;
+ > & { enabled: boolean };
links?: ApolloLink[];
}>
) => {
@@ -35,25 +35,32 @... | feat: add option to disable persisted queries link | feat: add option to disable persisted queries link
|
a49eeb3c3b7bc4fdf478d4542ff6461cd62d0b21 | --- package-lock.json
@@ -38,13 +38,14 @@
"@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/core-services": "~2.0.19",
"@walmart/core-services-... | feat(DWORK-147): add copilot to package.json | feat(DWORK-147): add copilot to package.json
|
9ece13cdad3918eb1945d2cc75b11a4073fa7eb5 | --- packages/react-native-wm-telemetry/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-wm-telemetry",
- "version": "5.0.0-alpha.28",
+ "version": "5.0.0-alpha.29",
"description": "telemetry for react native applications",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -19,6 +19,6 @@
"cle... | chore: bump alpha version | chore: bump alpha version
|
daf6f85f2cb6a3a9f07173712310290b14bc15fc | --- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/TeamSwitcher.test.tsx
@@ -111,7 +111,7 @@ describe.skip('TeamSwitcher', () => {
});
//Todo: Fix the test since we are not passing the teamData anymore
- it('changes the selected team when a team is pressed', () => {
+ it.skip('changes the selected ... | feat(ui): Skip tests for now | feat(ui): Skip tests for now
|
89e66f8051ec4163f38d80718792448dacc163bd | --- packages/allspark-foundation/src/Translation/types.ts
@@ -5,7 +5,7 @@ export type LocaleConfig = {
descriptor: string;
currency: string;
dateFormat: string;
- languageCode: number;
+ languageCode: string | number;
};
/**
| chore: update the typing of the localeConfig (#540) | chore: update the typing of the localeConfig (#540)
|
8a45bc4c57c4db285ba8763cc81e4691295664dc | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -28,12 +28,14 @@ export const managerExperienceFeature = new AllsparkFeatureModule(FEATURE_ID, {
options: {
title: 'Choose Teams',
},
+ clockCheckRequired: true,
},
'managerExperience.team... | Update clock check on the screens | Update clock check on the screens
|
ab9bf905c4453e5b49683d174af29bfc6c195b1b | --- package-lock.json
@@ -5312,9 +5312,9 @@
"integrity": "sha512-3xZ9hyHPrhGO7U3wcjRlXJMHhyMht/WTeR+f3yw8b1B4uWmtlunXw7cqCqDz+Y2gPNr08/+hL5sY5T472CfnMg=="
},
"@walmart/me-field-mini-app": {
- "version": "1.1.19",
- "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi... | feat:✨upgrading Me-field-miniapp | feat:✨upgrading Me-field-miniapp
|
fb203edbe15a05d4fe02fc0940f573f5921f5467 | --- targets/US/package.json
@@ -148,7 +148,7 @@
"@walmart/sidekick-mini-app": "4.84.9",
"@walmart/store-feature-orders": "1.27.1",
"@walmart/taskit-mini-app": "4.17.21",
- "@walmart/time-clock-mini-app": "2.442.0",
+ "@walmart/time-clock-mini-app": "2.448.0",
"@walmart/topstock-mini-app": "1.1... | timeclock version bump | timeclock version bump
|
487945bd82b355887604ce08f16726ebd53ca2d1 | --- packages/allspark-foundation/__tests__/cli/linkUtils.test.ts
@@ -0,0 +1,52 @@
+import fs from 'fs';
+import fsPromises from 'fs/promises';
+import { linkPackage } from '../../src/cli/linkUtils';
+
+// Mocking fs and fsPromises
+jest.mock('fs');
+jest.mock('fs/promises');
+
+describe('Configuration linking functions... | link util test | link util test
|
ea54cb624ba990d0d60dbfba5b2776b0c91a0052 | --- packages/allspark-foundation/src/Permissions/client.ts
@@ -75,16 +75,36 @@ class PermissionsClient {
/**
* Checks the status of the notification permission.
*/
- public checkNotifications = (
+ public checkNotifications = async (
...params: Parameters<typeof checkNotifications>
- ) => checkNotifi... | fix: permissions not correctly handling backwards compat for notifications permission | fix: permissions not correctly handling backwards compat for notifications permission
|
167902759fc68369058102299b9c7419ca966e5c | --- .looper.yml
@@ -91,7 +91,7 @@ flows:
canaryRelease:
- call: preparePublish
- - (name Publish Canary) HUSKY=0 npx lerna publish --canary preminor --preid beta --registry ${REPOSOLNS_NPM_REPO} --yes
+ - (name Publish Canary) HUSKY=0 npx lerna publish --canary preminor --preid alpha --registry ${REPOSO... | fix: ALLSPARK-7337 translation persistence issue | fix: ALLSPARK-7337 translation persistence issue
* fix: ALLSPARK-7337 translation persistance issue
* chore: lerna issue |
1b045798dc464b9a01dda4d908797078ba05c623 | --- src/translations/es-MX.ts
@@ -73,7 +73,7 @@ export const esMX = {
placeholder: 'Escriba un nombre',
},
messageScreen: {
- deliveredReadReceipt: 'Enviado', //TODO: Used google translate, needs real translation
+ deliveredReadReceipt: 'Enviado',
readReadReceipt: 'Leer', //TODO: Used google trans... | another lang update | another lang update
|
4c9534309a26c9cf940bfa0b3ec350aa9abdb3b7 | --- ios/Podfile.lock
@@ -618,7 +618,7 @@ PODS:
- BVLinearGradient (2.6.2):
- React-Core
- CocoaAsyncSocket (7.6.5)
- - CodePush (7.1.0):
+ - CodePush (8.2.2):
- Base64 (~> 1.1)
- JWT (~> 3.0.0-beta.12)
- React-Core
@@ -2113,7 +2113,7 @@ PODS:
- Realm/Headers (10.49.2)
- RealmJS (12.3.1... | chore: pod file lock update | chore: pod file lock update
|
a970331308852ee3fe9c0ce0b2225fded444a0bb | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/exception-mini-app": "1.6.10",
"@walmart/facilities-management-miniapp": "0.6.93",
"@walmart/feedback-all-spark-miniapp": "0.9.52",
- "@walmart/financial-wellbeing-feature-app": "1.19.0",
+ "@walmart/financial-wellbeing-feature-a... | bumped financial-wellbeing-feature-app to 1.19.1 | bumped financial-wellbeing-feature-app to 1.19.1
|
041fcd7518bdcaae7ce76d0ec430ee5fb594b150 | --- src/containers/Message/DeleteModalContent.tsx
@@ -0,0 +1,102 @@
+import {useSelector} from 'react-redux';
+import {UserSelectors} from '@walmart/redux-store';
+import firestore from '@react-native-firebase/firestore';
+import {Radio, Alert, Divider, Button} from '@walmart/gtp-shared-components';
+import {useTransla... | separating DeleteModalContent on its own file | separating DeleteModalContent on its own file
|
777de8fb995ea66e69568b0c4344c7906cf7b00d | --- packages/me-at-walmart-container/src/services/index.ts
@@ -1,7 +1,3 @@
-import {
- LocaleService,
- LocationService,
-} from '@walmart/allspark-foundation/Services';
import { MeAtWalmartAuthService } from './auth';
import { MeAtWalmartClockService } from './clock';
import { MeAtWalmartConfigService } from './c... | fix: locale and location service reference | fix: locale and location service reference
|
894606cc7f5a031da13eeb7d0ca5cd3dcf9010d5 | --- README.md
@@ -260,9 +260,17 @@ Example of a commit message:
- profile,
- lint
- config
+- bump
+
When you are ready to commit new changes to a repo, all you need to do is to type `git commit` in your terminal and follow `commitizen` guidence.
+When your PR is ready for review, please make sure that PR title... | chore(docs): ALLSPARK-5823 update readme file with new commit practice (#4059) | chore(docs): ALLSPARK-5823 update readme file with new commit practice (#4059)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
01dc5fa55d24f8b851b999517581af8ccbe6e2ba | --- __tests__/core/initSSOTest.ts
@@ -139,4 +139,29 @@ describe('ssoTelemetryEventListener', () => {
},
);
});
+ it('logs error for store/dc associates if userid is NOT_FOUND or missing', () => {
+ const event = {
+ action: SSOPingFedEvents.types.authSuccess,
+ domain: 'Store/Club',
+ ... | Added more logging. | Added more logging.
|
dea57406bc1f82eb72d2f38c27dd054319ca7c72 | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.7.5",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-mini-app": "4.1.0",
+ "@walmart/checkout-mini-app": "4.2.0",
"@walmart/compass-sdk-rn": "5.19.15",
"@wa... | CO 4.2.0 | CO 4.2.0
|
3855c9eba7de63e4df4fc7be058e595384d85660 | --- android/app/src/main/AndroidManifest.xml
@@ -7,13 +7,6 @@
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
- <!-- SUMO -->
- <uses-permission android:name="com.walmart.sumo.mqtt.START_MQTT" />
- <use... | Removing android files and additions needed for sumo 1 | Removing android files and additions needed for sumo 1
|
c35c249045aeec08b09192a557b27845853eac1b | --- package.json
@@ -75,7 +75,7 @@
"@walmart/allspark-health-survey-mini-app": "0.0.44",
"@walmart/allspark-home-mini-app": "0.5.44",
"@walmart/allspark-neon-core": "0.1.29",
- "@walmart/amp-mini-app": "0.2.7",
+ "@walmart/amp-mini-app": "0.2.10",
"@walmart/ask-sam-mini-app": "^1.0.4",
"@... | amp-mini-app version update to 0.2.10 | amp-mini-app version update to 0.2.10
|
80203de15160a92918321c4c83397d81e3e02865 | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.1.11",
- "@walmart/facilities-management-miniapp": "0.6.4",
+ "@walmart/facilities-management-miniapp": "0.6.5",
... | version update | version update
|
2f6378bb220d22edd63586210b44dff9ac6024b9 | --- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx
@@ -207,11 +207,10 @@ const HubCelebrationWidgetCore: React.FC<
setRetryCount(0);
setLastRetryTime(0);
- setTimeout(() => {
- refetchCelebrations?.()
- .then(() => setIsRefreshLoading(false))
- .catch(() =... | feat(ui): update timeout changes for celebration query | feat(ui): update timeout changes for celebration query
|
ccc5f761cdde9c0d9efc49cbcffc3a6ce8790de4 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.6.3",
- "@walmart/rn-receiving-mini-app": "2.4.13",
+ "@walmart/rn-receiving-mini-app": "2.4.32",
"@walmart/roster-mini-app": "2.9.0",
... | Drop27 - Receiving version - 2.4.32 | Drop27 - Receiving version - 2.4.32
|
306a65b72e295fe608d180f829f706be6282f674 | --- __tests__/__mocks__/@walmart/wmconnect-mini-app.js
@@ -1 +1 @@
-module.exports = {};
\ No newline at end of file
+module.exports = {};
| Update texting mini app version | Update texting mini app version
|
561da251a7fe6c31a44541610c076fe84ce77043 | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.5.20",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-mini-app": "4.0.1",
+ "@walmart/checkout-mini-app": "4.0.3",
"@walmart/compass-sdk-rn": "5.19.15",
"@w... | updated CO version to 4.0.3 | updated CO version to 4.0.3
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.