commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
2dc58e4ebc6fa35c846ac7ebd7c970df9ee99047 | --- src/appState/AppStateSagas.ts
@@ -1,6 +1,14 @@
import {AppState, AppStateStatus} from 'react-native';
import {eventChannel} from 'redux-saga';
-import {call, take, put, all, takeLatest, select} from 'redux-saga/effects';
+import {
+ call,
+ take,
+ put,
+ all,
+ takeLatest,
+ select,
+ cancelled,
+} from '... | Adding cancel handling to app state change watcher | Adding cancel handling to app state change watcher
|
35be3ec273031b1b5b8a05c029e8a75fe728fed1 | --- package-lock.json
@@ -5197,7 +5197,6 @@
}
},
"node_modules/@walmart/financial-wellbeing-feature-app": {
-
"version": "1.4.2",
"resolved": "https://npme.walmart.com/@walmart/financial-wellbeing-feature-app/-/financial-wellbeing-feature-app-1.4.2.tgz",
"integrity": "sha512-IOcFYC... | update package-lock.json | update package-lock.json
|
ef546bb6a117aa3331ac3a1f454388e4ef988aec | --- targets/US/ios/AllSpark/Info.plist
@@ -24,7 +24,7 @@
<string>????</string>
<key>CFBundleVersion</key>
<!-- @customization - default: <string>$(CURRENT_PROJECT_VERSION)</string> -->
- <string>932</string>
+ <string>934</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
| updated build number | updated build number
|
19e7ba46c76eafaeb3e9d35b044de1ff389691f7 | --- targets/US/ios/Podfile.lock
@@ -1895,7 +1895,7 @@ PODS:
- React-Core
- react-native-ble-manager (11.4.0):
- React-Core
- - react-native-blob-util (0.19.11):
+ - react-native-blob-util (0.19.8):
- React-Core
- react-native-cameraroll (5.6.0):
- React-Core
@@ -1919,7 +1919,7 @@ PODS:
... | reverted podfile lock | reverted podfile lock
|
9403bc5d5c0b37bd067dc16f877c469226d79323 | --- package-lock.json
@@ -5132,9 +5132,9 @@
}
},
"@walmart/core-services": {
- "version": "1.2.7",
- "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.2.7.tgz",
- "integrity": "sha512-LjTQsB6c90n3RLwtk660ERzrkBopeWOq2m72IYNg8wbcaUEUG/ucXqMlx8ze3lCIIgadCCgCo2C... | bumping core services for impersonation fix | bumping core services for impersonation fix
|
c210e15a3dd715e1118205d466eb3677ea07c6a0 | --- yarn.lock
@@ -7877,9 +7877,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/attendance-mini-app@npm:3.176.0":
- version: 3.176.0
- resolution: "@walmart/attendance-mini-app@npm:3.176.0::__archiveUrl=https%3A%2F%2Fnpm.ci.artifacts.walmart.com%3A443%2Fartifactory%2Fapi%2Fnpm%2Fnpme-npm%2F%40wal... | fix(attendance-mini-app): added the yarn.lock | fix(attendance-mini-app): added the yarn.lock
|
523a33b1c21ad79300893ffe7c8e3d1c118c02b6 | --- packages/me-at-walmart-common/package.json
@@ -7,12 +7,9 @@
"files": [
"lib"
],
- "publishConfig": {
- "registry": "https://npme.walmart.com/"
- },
"repository": {
"type": "git",
- "url": "https://gecgithub01.walmart.com/allspark/allspark.git"
+ "url": "https://gecgithub01.walmart.com/... | chore(config): ALLSPARK-0000 removed proximity reference for common | chore(config): ALLSPARK-0000 removed proximity reference for common
|
b1e6efe8726b256555530f10a506d577dd70f920 | --- __tests__/navigation/__snapshots__/MyTeamNavigation.test.tsx.snap
@@ -18,13 +18,13 @@ exports[`MyTeamNavigation should corretly render MyTeamNavigation 1`] = `
options={
{
"headerLeft": "DrawerButton",
- "headerRight": [MockFunction],
+ "headerRight": [Function],
"title":... | feat(ui): updated tests | feat(ui): updated tests
|
0057cd5fe9d999e06c3420719e7b887671754697 | --- packages/allspark-foundation/__tests__/cli/linkUtils.test.ts
@@ -2,7 +2,6 @@ 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');
@@ -15,35 +14,26 @@ describe('Configuration ... | code cleanup | code cleanup
|
959f2996c5595a4e3475671afede2402c71d62d6 | --- package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.5.2",
"@walmart/backroom-mini-app": "1.1.10",
"@walmart/calling-mini-app": "0.2.38",
- "@walmart/checkout-mini-app": " 3.16.3",
+ "@walmart/checkout-mini-app": " 3.18.0",
"@walmart/compass-sdk-rn": "5.19.8",
"@walmart/co... | CO Scanner fix - 3.18.0 | CO Scanner fix - 3.18.0
|
a08ec585c3df5cf30f3c486d409df921529d537c | --- package-lock.json
@@ -52,7 +52,7 @@
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.5",
- "@walmart/impersonation-mini-app": "1.18.1",
+ "@walmart/impersonation-mini-app": "1.18.3",
... | fix(impersonation): impersonation fix Drop11 | fix(impersonation): impersonation fix Drop11
|
b0321dbfcdc4496ed8a56da39ed255ca9b881158 | --- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap
@@ -278,6 +278,7 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = `
placeholder="ssoError.details"
style={
Object {
+ "color": "#000000",
"fontFamily... | color black added | color black added
|
1dd15acb85580ff19abecd47ba16a07859c845da | --- .yarnrc.yml
@@ -1,12 +1,14 @@
nodeLinker: node-modules
npmRegistryServer: '${REPOSOLNS_NPM_REPO}'
+enableImmutableInstalls: false
+
packageExtensions:
- "@walmart/ui-components@*":
+ '@walmart/ui-components@*':
peerDependenciesMeta:
- "react-native-background-timer":
+ 'react-native-background... | chore(ui): update .yarnrc yml file | chore(ui): update .yarnrc yml file
|
ca0b0a93cde4bdd570659555d83c53828ebcd4d7 | --- packages/allspark-utils/src/hooks/useAppState.ts
@@ -37,28 +37,17 @@ export enum PRIORITY {
*/
export const useAppStateEffect = (
callback: (appState: AppStateStatus) => void,
- priority: PRIORITY = PRIORITY.LOW
+ priority = PRIORITY.LOW
) => {
+ const appState = useAppState();
useEffect(() => {
- l... | fix(utils): Update useAppStateEffect hook | fix(utils): Update useAppStateEffect hook
|
7b06295cee8821bc4929533e7638396e1611102e | --- 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.10",
+ "@walmart/facilities-management-miniapp": "0.5.11",
"@walmart/feedback-all... | Update package.json | Update package.json |
7d4450cc821739a37824258a8d229a0ba3cbd0f0 | --- src/core/initSSO.ts
@@ -35,7 +35,6 @@ export const logNotFoundError = (event: SSOPingFedEventData) => {
};
export const onError = debounce((event: SSOPingFedEventData) => {
- console.log('ERROR!!!!!', event);
const {error} = event;
if (Platform.OS === 'ios') {
const errorString = error?.Error?.toStr... | Removing console log | Removing console log
|
5185b055a6209c86c14562c9504b8c7a0406ae40 | --- targets/US/package.json
@@ -76,7 +76,7 @@
"@shopify/flash-list": "~1.6.4",
"@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch",
"@walmart/allspark-authentication": "~6.4.... | fix: bump cope key listener package for ada fix | fix: bump cope key listener package for ada fix
|
3626c3abc262956a5d8fde9d9acdb025761aadef | --- package-lock.json
@@ -2995,9 +2995,9 @@
}
},
"@walmart/allspark-health-survey-mini-app": {
- "version": "0.0.34",
- "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.34.tgz",
- "integrity": "sha512-Vh1QXkAHaBbFjpNjm/p... | schedule and health bumps for translation vqa (#530) | schedule and health bumps for translation vqa (#530)
Co-authored-by: k0p03fa <k0p03fa@homeoffice.wal-mart.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
d812d72b261db968c0adaedc2dab5744e56d930e | --- package.json
@@ -93,7 +93,7 @@
"@walmart/ask-sam-mini-app": "1.35.21",
"@walmart/associate-exp-hub-hub": "2.18.2",
"@walmart/associate-exp-hub-team-switcher": "2.21.0",
- "@walmart/associate-listening-mini-app": "1.2.80",
+ "@walmart/associate-listening-mini-app": "2.0.11",
"@walmart/atten... | Drop 35.1 - Associate Listening - MyWalmart 2.0 Manager Insights landing card changes (#5176) | Drop 35.1 - Associate Listening - MyWalmart 2.0 Manager Insights landing card changes (#5176)
Co-authored-by: Pavan Lingamallu <pavan.lingamallu@walmart.com>
Co-authored-by: Vishesh Hiremath - v0h00hj <Vishesh.Hiremath@walmart.com>
Co-authored-by: Nivedha Padmanabhan - n0p081j <Nivedha.Padmanabhan@walmart.com>
Co-a... |
dcce1c9a680780cc1042d121dafb5846a66d0377 | --- packages/allspark-foundation/__tests__/Translation/modals/client.test.ts
@@ -1,16 +1,35 @@
-import { TranslationFeatureClient, AllsparkTranslationClient, TranslationClient} from '../../../src/Translation/client';
+import { NativeModules, Platform } from 'react-native';
+import {
+ TranslationFeatureClient,
+ Alls... | Add tests for the getDeviceLanguage function | Add tests for the getDeviceLanguage function
|
8ec82e804d98f20f79ef01aab01648b5b13217d1 | --- packages/me-at-walmart-container/src/services/telemetry.ts
@@ -7,7 +7,8 @@ import {
TelemetryConfig,
TelemetryServiceCreator,
} from '@walmart/allspark-foundation/Telemetry';
-
+import {WorkSelectors} from '@walmart/allspark-foundation/Work';
+import {AllsparkReduxStore} from '@walmart/allspark-foundation';
... | fix: add workactionid param DWORK-7538 | fix: add workactionid param DWORK-7538
|
87774a6b02639577e332ea5475f58d612fca9931 | --- packages/me-at-walmart-container/__tests__/services/navConfig.test.ts
@@ -11,7 +11,6 @@ import {
ChangeEventManager
} from '../../src/services/navConfig';
-
describe('NavConfigLogger Module', () => {
it('should export NavConfigLogger as an instance of MeAtWalmartLoggerService', () => {
expect(NavConf... | added test case for actualListener function in packages/me-at-walmart-container/src/services/navConfig.ts | added test case for actualListener function in packages/me-at-walmart-container/src/services/navConfig.ts
|
c1b51d49a803beb707da6bf6c1a7c177e9a38288 | --- src/hooks/messages.ts
@@ -12,6 +12,12 @@ import {
import {TextingNavParamsMap} from '../navigation';
import {getEncryptedUserId} from '../redux/selectors';
import {encryptUserId} from '../utils';
+import {useGetAssociateId} from '.';
+import {
+ MESSAGES_SCREEN_NAME,
+ ROOT_CONTAINER_SCREEN_NAME,
+ APP_CONTAI... | text message page navigation | text message page navigation
|
38ddd3307a855972dbf81a94be783c766b957d08 | --- packages/allspark-graphql-client/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.
+## [1.4.9](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-graphql-client@1.4.9
- @walmart/allspark-http-client@2.4.16
- @walmart/core-services@2.0.22
- @walmart/core-services-allspark@2.10.18
- @walmart/me-at-walmart-athena-queries@1.3.10
|
371191fa7d2cd7f55856e6c8b39cda607bd7bb80 | --- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx
@@ -0,0 +1,63 @@
+jest.useFakeTimers();
+import React from 'react';
+import { fireEvent } from '@testing-library/react-native';
+import { render } from '@walmart/allspark-foundation/__tests__/utils';
+import { ShiftFilterList... | Adding Test 1 for shiftFilterList | Adding Test 1 for shiftFilterList
|
23248dae5e5ee28f80df3b99f012736911734bae | --- package-lock.json
@@ -2975,9 +2975,9 @@
}
},
"@walmart/allspark-health-survey-mini-app": {
- "version": "0.0.24",
- "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.24.tgz",
- "integrity": "sha512-Z6vW8WEVpRy+cMMW+zs... | vqa headers (#360) | vqa headers (#360)
Co-authored-by: k0p03fa <k0p03fa@homeoffice.wal-mart.com>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
79fd93bb94f22a4f328f045cc668544a6058e6ac | --- .looper.yml
@@ -10,15 +10,15 @@ triggers:
- manual:
name: PR
call: pr
- - manual:
- name: Publish from Changes
- call: publishFromChanges
+ # - manual:
+ # name: Publish from Changes
+ # call: publishFromChanges
- manual:
name: Publish from Package
call: publi... | chore: update cli scripts | chore: update cli scripts
|
cc43f64b543bee792dda8c5fdbb27a270e3ddb81 | --- src/translations/en-US.ts
@@ -75,7 +75,7 @@ export const enUS = {
placeholder: 'Type a name',
},
messageScreen: {
- deliveredReadReceipt: 'Delivered',
+ deliveredReadReceipt: 'Sent',
readReadReceipt: 'Read',
chatInputPlaceholder: 'Type a message',
},
--- src/translations/es-MX.ts
@@ ... | update lang file to use the word sent instead of delivered | update lang file to use the word sent instead of delivered
|
071c36d6a579b007d0a727ebe7870fbd5145401e | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.1.48",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.13.4",
+ "@walmart/ask-sam-mini-app": "1.15.2",
"@walmart/attendance-mini-... | SMBLV-4895: Bumping up version for ask sam | SMBLV-4895: Bumping up version for ask sam
|
759e3fe8b0ddd9ce527e73bce99386e1b09924ff | --- __tests__/core/initSSOTest.ts
@@ -107,10 +107,11 @@ describe('ssoTelemetryEventListener', () => {
});
expect(logger.info).toHaveBeenCalledWith('User change succeeded', {});
expect(logger.error).toHaveBeenCalledWith(
- 'Country or store number NOT_FOUND',
+ 'Missing required properties on us... | Updated the message for logs | Updated the message for logs
|
e77ca6cc07bab543d4123b651982d2175a819890 | --- packages/allspark-utils/src/hooks/useAppState.ts
@@ -1,6 +1,14 @@
import { useState, useEffect } from 'react';
import { AppState, AppStateStatus } from 'react-native';
+/**
+ * Use useAppStateEffect instead
+ * A custom React hook that returns the current state of the app.
+ * Uses the `AppState` API from `reac... | Update useAppStateEffect to take priority | Update useAppStateEffect to take priority
|
0b0d3fb7e3acef2a54c4666bb73f0b9f8eeea007 | --- package.json
@@ -113,7 +113,7 @@
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.7",
"@walmart/ims-print-services-ui": "2.22.0",
- "@walmart/inbox-mini-app": "0.102.2",
+ "@walmart/inbox-mini-app": "0.103.1",
"@walmart/invue-react-native-sdk": "0.1.26... | fix(update): updated inbox version SSMP-10898 (#4635) | fix(update): updated inbox version SSMP-10898 (#4635)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
11f2f78ebc1b71ca344b57176edce9ad6f520eaf | --- .looper.yml
@@ -20,5 +20,4 @@ flows:
pr:
- npm install
- npm run lint
- # Temporarily disable coverage check until tests are written
- #- npm run coverage
+ # - npm run coverage temporarily disable coverage
--- .looper.yml
@@ -20,5 +20,4 @@ flows:
pr:
- npm install
- npm run lint... | temp disable coverage update | temp disable coverage update
|
a0a8e543a1cda32cc71dd6f6689edcfe6089e09c | --- app.config.US.ts
@@ -192,6 +192,7 @@ const CONFIG: ExpoConfig = {
{
android: {
minSdkVersion: 26,
+ targetSdkVersion: 35,
newArchEnabled: false,
useLegacyPackaging: true,
packagingOptions: {
| chore: update targetSdk to 35 for playstore compliance | chore: update targetSdk to 35 for playstore compliance
|
ab1acef2a6c1b8b09962722e3d5957657c477650 | --- saucelabs/.looper-native-common-saucelabs.yml
@@ -7,7 +7,7 @@ envs:
TMPDIR: /tmp
TARGET_XCODE: "13.0"
TARGET_SIMULATOR: "iPhone 11"
- TARGET_SIMULATOR_OS: "14.0"
+ TARGET_SIMULATOR_OS: "15.0"
RCT_NO_LAUNCH_PACKAGER: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
KEYC... | Updated Simulator OS in accordance with Xcode version | Updated Simulator OS in accordance with Xcode version |
13c540cd7e89751cd245778432b5c26796e2fe82 | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [2.8.0](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/ass... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.8.0
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.32
- @walmart/associate-exp-hub-team-switcher@2.6.1
|
ea0569c67a5bdb163ac9f21b3f6b638aff4a5b4c | --- __tests__/channels/components/__snapshots__/UnreadBadge.test.tsx.snap
@@ -10,8 +10,6 @@ exports[`UnreadBadge should display "99+" when unreadCount exceeds 99 1`] = `
[
{
"backgroundColor": "#ffc220",
- "borderColor": "#803d10",
- "borderWidth": 1,
},... | fix(ui): updating gtp library | fix(ui): updating gtp library
|
c6db23caf5224ac465301da7c04643de37d4f92b | --- packages/me-at-walmart-container/src/services/user/transforms.ts
@@ -119,11 +119,11 @@ export const parseUserResponse = (
secondaryJobCode: user.secondaryJobCode,
streetAddress: user.streetAddress,
title: user.title,
- division: user.division ?? user.wmChargeDivisionNumber,
+ division: user.wmC... | ALLSPARK-4778: Changed as aper the PR comments renamed the properties | ALLSPARK-4778: Changed as aper the PR comments renamed the properties
|
692f7d5a3dfd797669d6f1269d01f13598add845 | --- graphql.yml
@@ -52,7 +52,7 @@ applications:
tags:
- "v1"
- name: "upsertManagerExperiencePreference"
- hash: "7306eb6d1608ce5ed0670feb5d02a82a7803f82b9416cb6350d89a2ff2487b8c"
+ hash: "ac327db11b29d56c84ec16501eaaf83d4d70f32eacaf172ca5b24b620b06e605"
... | Update graphql.yml | Update graphql.yml |
229e4d9782e203bf83a2eafbb3031e01f5f2fa37 | --- .github/pull_request_template.md
@@ -1,12 +0,0 @@
-## Links to JIRA tickets:
-
-## Acceptance Criteria
-
-## Screenshots (if any):
-
-# Checklist
-- [ ] Have you written unit tests for this? If so, add the screenshots for the test coverage
-- [ ] Has this been tested in the core app?
-- [ ] Telemetry Covered? If so... | remove custom instructions | remove custom instructions
|
530934ba1e9115c39fcd5ba9c54efed4e46d7eed | --- src/components/AssociateRosterItem/AssociateRosterItem.tsx
@@ -12,18 +12,13 @@ import {
import namecase from 'namecase';
import {PresenceIndicator} from '../../containers/PresenceIndicator';
import {styles} from './style';
-import {AssociateItemProps} from './types';
+import {AssociateItemProps, StatusColors} fr... | moving status chip color enum to types file | moving status chip color enum to types file
|
d5ee2161c998b73423e6de889d651279be665c5b | --- ios/Podfile.lock
@@ -1994,4 +1994,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: af667f35fa6bf76decf2d6c20cd5a30aeaf85840
-COCOAPODS: 1.12.1
\ No newline at end of file
+COCOAPODS: 1.12.1
| SMDV-5264 - reverted lock file | SMDV-5264 - reverted lock file
|
34f9e950d1dd1c59171bcfc3d1eca173287337ce | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.2",
"@walmart/payrollsolution_miniapp": "0.140.4",
- "@walmart/price-changes-mini-app": "1.10.9",
+ "@walmart/price-changes-mini-app": "1.10.10",
"@walmar... | chore: Updating PC version for Drop 21 | chore: Updating PC version for Drop 21
|
8f545038dbd591489f7f9000a65ffbd34604c5df | --- patches/@walmart+ask-sam-mini-app+1.3.62.patch
@@ -1,51 +0,0 @@
-diff --git a/node_modules/@walmart/ask-sam-mini-app/dist/components/chat/PushToTalk/index.js b/node_modules/@walmart/ask-sam-mini-app/dist/components/chat/PushToTalk/index.js
-index 1ea54f2..41e9a1a 100644
---- a/node_modules/@walmart/ask-sam-mini-app... | delete ask sam mini app patch | delete ask sam mini app patch
|
0ec2f7be684cd318ab5016397b5b70a219e785b5 | --- __tests__/biometrics/BiometricModalTest.tsx
@@ -4,6 +4,7 @@ import {useSelector, useDispatch} from 'react-redux';
import {create} from 'react-test-renderer';
import {openSettings} from 'react-native-permissions';
import {LinkButton, PrimaryButton} from '@walmart/gtp-shared-components';
+import WmTelemetry from '... | added Firebase Logging | added Firebase Logging
|
10a9be0a82dc1ae914721aaa1daf49024d8fce4a | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.15",
+ "version": "1.2.16",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
--- packages/allspark-foundation-hub/src/Container/index.ts
@@ -1,3 +1,4 @@... | Update the reducer for both Store and Supply Chain | Update the reducer for both Store and Supply Chain
|
7823591b84be51b31619fc093ca9d34a412e336d | --- package-lock.json
@@ -3154,9 +3154,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.9",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.9.tgz",
- "integrity": "sha512-05b/el96GlX889Co0W57ScWiwlIJJNwAMSQAchu0LUCQW0+1Baa... | fix: bumping ptt version (#609) | fix: bumping ptt version (#609)
* fix: bumping ptt version
* chore: pulling from upstream
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
e72253b8f90f7340f6479539328b023d21e01c15 | --- packages/allspark-redux-store/src/index.ts
@@ -13,3 +13,4 @@ export type { GlobalState } from './types';
export * from './types/actions';
export * from './types/data';
export * from './types/reducers';
+export * from './utils';
| fix: export utils | fix: export utils
|
a4d21d2b8e828dbd985e79f7ceebd99321f810b4 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.2.0",
+ "version": "3.2.0-alpha.0",
"main": "dist/index.js",
"files": [
"dist",
| chore(ui): update export for widget for mywalmart 2.0 version | chore(ui): update export for widget for mywalmart 2.0 version
|
2ec146e911ee1f839a1972d065dc9ab767fb0ec5 | --- package-lock.json
@@ -49,7 +49,7 @@
"@walmart/config-components": "4.2.16",
"@walmart/copilot-mini-app": "3.42.3",
"@walmart/core-services": "~2.3.0",
- "@walmart/core-services-allspark": "~2.13.5",
+ "@walmart/core-services-allspark": "~2.13.11",
"@walmart/core-uti... | anniversary preference fix | anniversary preference fix
|
61b6f5d555ef4730fb6fd6af3ceca7f5b9936353 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -1,10 +1,10 @@
import i18next, { KeyPrefix, TFunction } from 'i18next';
-import { FeatureTranslationResources, TranslationClientOptions } from './types';
import {
UseTranslationOptions,
useTranslation as baseUseTranslation,
} from 'react-i18next';
... | fix: i18n instance of translation client was not guarded again reinitialization. cloned instance was not kept in sync with default | fix: i18n instance of translation client was not guarded again reinitialization. cloned instance was not kept in sync with default
|
551cf7bb4521a15608421181560f726957d7d53d | --- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx
@@ -49,6 +49,15 @@ jest.mock('../../../src/navigation/AssociateHallwayNav/Tabs', () => ({
getTabsScreenOptions: () => ({}),
}));
+jest.mock('@walmart/me-field-mini-app', () => {
+ return {
+ __esModule: true,
+ default: jest.fn(() => ({
+ ... | learning mini app integration | learning mini app integration
|
91c136849dfc3b2a70fd7bada251c78af733f668 | --- packages/celebration-mini-app-graphql/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.17.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.25.0
- @walmart/celebration-mini-app-graphql@1.17.0
|
9f65b66be4fb7222822354ed74641ed3b6edf59a | --- targets/US/package.json
@@ -110,7 +110,7 @@
"@walmart/ims-print-services-ui": "2.15.3",
"@walmart/inbox-mini-app": "0.96.6",
"@walmart/iteminfo-mini-app": "7.16.2",
- "@walmart/learning-mini-app": "20.0.35",
+ "@walmart/learning-mini-app": "20.0.36",
"@walmart/manager-approvals-miniapp": "... | feat: :sparkles: Bump learning mini app version to 20.0.35 | feat: :sparkles: Bump learning mini app version to 20.0.35
|
5b1e11a71b16b0e44d440c4c883071dd80fbc240 | --- src/codeOfConduct/service.ts
@@ -23,7 +23,10 @@ export const getCodeOfConductData = async (userId: string) => {
Accept: 'application/json, text/plain, */*',
},
});
- return response.data.codeOfConduct.isAcknowledged;
+ if (response.data?.errorDescription) {
+ throw new Error(response... | fix(ui): adding code of conduct error fix | fix(ui): adding code of conduct error fix
|
0284cb639e94956e4f49e1829f21c5aeb6a3d9d8 | --- .looper.multibranch.yml
@@ -295,7 +295,7 @@ flows:
- call: increment-version-code
- node(label=$LOOPER_NODES, ws="exclusive"):
- parallel(failsafe):
-# - call: build-native(ios)
+ - call: build-native(ios)
- call: build-native(android)
- call: run-sonar-analysis
- c... | Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
846f128617b8a870cbc3675fcad975d7418ae036 | --- .yarn/patches/react-native-npm-0.73.7-7f2047866d.patch
Binary files a/.yarn/patches/react-native-npm-0.73.7-7f2047866d.patch and b/.yarn/patches/react-native-npm-0.73.7-7f2047866d.patch differ
--- package.json
@@ -424,7 +424,7 @@
"react": "18.2.0",
"react-hook-form": "^7.51.0",
"react-i18next": "^1... | chore: fix react native patch | chore: fix react native patch
|
6f8164becdfa6cd04e2e29bea52e8e956a660ef0 | --- README.md
@@ -34,7 +34,7 @@ Utils library for Allspark framework.
<br>
## Me@Walmart
-Me@Walmart is primary app using and contributing to the Allspark framework.
+Me@Walmart is primary app using and contributing to the Allspark framework. That app is maintained [here](https://gecgithub01.walmart.com/allspark/al... | Update README.md | Update README.md |
3bffb0e2fac20bc132b5637ab2c7f8e6dbee0a3d | --- package.json
@@ -97,7 +97,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "2.8.2",
+ "@walmart/roster-mini-app": "2.8.3",
"@walmart/ui-components": "1.15.1",
"@walmart/wm... | chore(ui): bumped roster version | chore(ui): bumped roster version
|
2729ea716bd6c7a5268fd497c533eac69124f83e | --- __tests__/containers/ChatInput/MeteringVisualization.test.tsx
@@ -75,10 +75,10 @@ describe('MeteringAnimation', () => {
const meteringAnimation = render(
<MeteringAnimation metering={metering} isSpeaking={false} />,
);
-
+
// Should not render ScrollView with testID meterScrollView
ex... | feat(ui): update the voice recording animation | feat(ui): update the voice recording animation
|
997d1034d12fb78f765612876cb39a9e246d6c37 | --- graphql.yml
@@ -57,36 +57,36 @@ applications:
queryTemplate: 'src/queries/upsertAssociateTextPreference.graphql'
tags:
- 'v1'
- # - name: 'prod'
- # persistedQueries:
- # - name: 'GetAssociateClockStatus'
- # hash: 'b4080db4f80721f28469fdce658... | athena prod migration | athena prod migration
|
e6cd19d9017d7645708f0305203cd5ebfd86b18b | --- core/__tests__/startup/AppFlowTest.ts
@@ -87,7 +87,6 @@ describe('captureMissedMiniAppEvents', () => {
put({
...signInAction,
user: getUserAction.payload,
- payload: getUserAction.payload,
deprecated: true,
}),
]),
--- core/src/startup/AppFlow.ts
... | fix: sign in redispatch overriding auth state | fix: sign in redispatch overriding auth state
|
4a5126a750b3f8389e12e395d4c1eb50c85b62b4 | --- package-lock.json
@@ -102,7 +102,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.81.14",
+ "@walmart/taskit-mini-app": "2.81.15",
"@walmart/tim... | chore: bump taskit@2.81.15 | chore: bump taskit@2.81.15
|
ccf89148c6c6d1f8437ebd1e37c8605f23850fb7 | --- packages/core-services-allspark/src/index.tsx
@@ -1,8 +1,11 @@
+import React, { PropsWithChildren, useMemo } from 'react';
import { MeAtWalmartContainer } from '@walmart/me-at-walmart-container';
// Imports needed for TS errors
// The inferred type of X cannot be named without a reference to '...'. This is likel... | fix: legacy core services provider not translating old props to new format | fix: legacy core services provider not translating old props to new format
|
7da3e028161dd01fdd705ed5c30159d4d7fda26e | --- package.json
@@ -109,7 +109,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.3",
+ "@walmart/iteminfo-mini-app": "7.10.5",
"@walmart/learning-mini-app": "18.0.5",
"@w... | Updated the item info package version 7.10.3 -> 7.10.5 | Updated the item info package version 7.10.3 -> 7.10.5
|
3dcb609d0b24d81c66365bcba7bb7acd0ee310b1 | --- packages/allspark-foundation/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -16,10 +16,13 @@ import { enUS, esMX } from '../../translation';
import { useUserPreferences } from '../../Hooks/useUserPreferences';
import { ScrollView } from 'react-native';
import { FEATURE_ID } from '../../constant';
-impo... | feat(ui): update translation | feat(ui): update translation
|
631e66a9f9802635b2f014fbeb2e8edd790668dd | --- package.json
@@ -40,6 +40,7 @@
"projConfig:dev": "npm run iosConfig:dev && npm run androidConfig:dev",
"projConfig:prod": "npm run iosConfig:prod && npm run androidConfig:prod",
"projConfig:teflon": "npm run iosConfig:teflon && npm run androidConfig:teflon",
+ "solidarity": "solidarity",
"sta... | added missing script | added missing script
|
bc961c61bd558d38f4e27f6adf1af82913199c06 | --- package-lock.json
@@ -5612,9 +5612,9 @@
"integrity": "sha512-+2MW/LQi8PqCiPpJXBs2uvhOa4mMKwHcjp3m4XpA8fVtndQLd76C0FivBSqOvAZgBoQc1DYRbVMdqM9nkCdy6Q=="
},
"@walmart/taskit-mini-app": {
- "version": "0.34.5-beta.5",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-m... | update taskit version | update taskit version
|
45efb0e7c75879f531a151affde723aa4ee542e1 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Images/images.tsx
@@ -112,4 +112,9 @@ export const Images: Record<
uri: 'https://i5-me.walmartimages.com/images/supplychain/total-site-2dc1bfe083.png',
blurhash: 'KoMu9IkD~pXUa}sj_1j@Mx',
},
+ 'total': {
+ teamName: 'Total site',
+ uri:... | Adding total image | Adding total image
|
9f1c6f7c7de6e2c656a47e1150babc67bcfd08d8 | --- app.config.US.ts
@@ -116,7 +116,10 @@ const CONFIG: ExpoConfig = {
// Abstract to specific plugin as needed
infoPlist: {
FirebaseAutomaticScreenReportingEnabled: false,
- GroupIdentifier: 'group.com.walmart',
+ GroupIdentifier: AppVariant.select({
+ prod: 'group.com.walmart.sumo.ap... | fix(appconfig/package.json): ALLSPARK-5947 update visn camera , app conf | fix(appconfig/package.json): ALLSPARK-5947 update visn camera , app conf
|
1b4f2cb1dd4f0dfaaef6f6ddd8cf139308acdfca | --- package-lock.json
@@ -42,7 +42,7 @@
"@walmart/ask-sam-mini-app": "1.13.4",
"@walmart/attendance-mini-app": "0.190.6",
"@walmart/compass-sdk-rn": "4.2.0",
- "@walmart/config-components": "4.2.2",
+ "@walmart/config-components": "4.2.5",
"@walmart/copilot-mini-app": "... | Platform Components Upgrade | Platform Components Upgrade
|
badea14c1ede8f34fc3b324072d45b3064c4e99b | --- core/src/permissions/PermissionsSaga.ts
@@ -7,8 +7,6 @@ import {
PermissionSelectors,
PermissionActionTypes,
isStatusUnset,
- AllsparkPermissionClient,
- PermissionStatus,
} from '@walmart/allspark-foundation/Permissions';
import {
@@ -33,11 +31,7 @@ export function* permissionFlow() {
yield tak... | fixing permissions block issue | fixing permissions block issue
|
9707100f31ac83f03e71f12f45d819bbbc38c89b | --- packages/associate-exp-hub-team-switcher/__tests__/store/slices/reducer.test.ts
@@ -3,6 +3,18 @@
*/
// Mock UserActionCreators before importing the reducer
+import {
+ teamSwitcherReducer,
+ updateSelectedTeamData,
+ updateSelectedShifts,
+ setSelectedSavedTeamId,
+ setSelectedAllTeamId,
+ recordTeamSwit... | fix(ui): total store fix for home office associate | fix(ui): total store fix for home office associate
|
52517ecd53af3d4d3fa94bd75e450db06e83b2b9 | --- package-lock.json
@@ -50,7 +50,7 @@
"@walmart/core-widget-registry": "~1.2.4",
"@walmart/counts-component-miniapp": "0.1.5",
"@walmart/emergency-mini-app": "1.25.1",
- "@walmart/exception-mini-app": "1.5.1",
+ "@walmart/exception-mini-app": "1.6.1",
"@walmart/facili... | exception-mini-app 1.6.1 | exception-mini-app 1.6.1
|
b531969920ee7ac9b474c70a8a8782a17d628531 | --- packages/me-at-walmart-common/__tests__/redux/selectorsTest.ts
--- packages/me-at-walmart-container/__mocks__/@react-native-async-storage/async-storage.js
@@ -0,0 +1,6 @@
+module.exports = {
+ setItem: jest.fn(),
+ getItem: jest.fn(),
+ getAllKeys: jest.fn(),
+ removeItem: jest.fn(),
+};
--- packages/me-at-... | chore: fix breaking test setup | chore: fix breaking test setup
|
bd545dde2f117d04eeadf4c971bfa5d7229820e0 | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -538,7 +538,6 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [
export const MainStackNav = () => {
const dispatch = useDispatch();
- console.log('######### Inside MainStackNav!! ##########');
useEffect(() => {
// Signal... | updated the main screen name for checkout | updated the main screen name for checkout
|
ad312b53bf5375a250d946dc1339220f59972f02 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/HubHeader/style.ts
@@ -31,16 +31,15 @@ export default (
justifyContent: 'center',
},
header: {
- fontSize: 24,
+ fontSize: 18,
lineHeight: 32,
- marginBottom: 10,
...(hasRightIcon && { width: '80%' }),
... | Updating HubHeader styles | Updating HubHeader styles
|
0c5db1ca64e03bdbddc3a014e9a0d41103b7f57c | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.33.1",
+ "version": "1.33.2",
"main": "index.js",
"private": true,
"workspaces": [
| chore: bumping version to 1.33.2 | chore: bumping version to 1.33.2
|
d1254d376037b68d6c262026a98933b27bfab8e4 | --- package-lock.json
@@ -126,7 +126,7 @@
"namecase": "^1.1.2",
"numeral": "^2.0.6",
"react": "^18.2.0",
- "react-hook-form": "7.38.0",
+ "react-hook-form": "^7.51.0",
"react-i18next": "^13.3.1",
"react-native": "0.72.6",
"react-native-app-auth": "^6.4... | chore: upgrade hook form lib | chore: upgrade hook form lib
|
e2871ddbda6d3846980556618f20f2f924aef752 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.52.0",
+ "version": "2.53.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the roster changes | Update the roster changes
|
09cb6b824ae014e26a86243bcffe02418682a2ff | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -72,6 +72,27 @@ const baseProps = {
navigation: {
navigate: jest.fn(),
dispatch: jest.fn(),
+ getState: jest.fn(),
+ },
+} as any;
+
+const testNotNavigateProps = {
+ navigation: {
+ navigate: jest.fn(),
+ dispatch: jest.fn(... | Fix scan twice | Fix scan twice
|
7734044f1d20c921fcfaa753ab1c84d560b6d67c | --- package.json
@@ -93,7 +93,7 @@
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.5",
- "@walmart/impersonation-mini-app": "1.18.0-138-0d617e4",
+ "@walmart/impersonation-mini-app": "1.18.1",
"@walmart/ims-pri... | changing the version for impersonation-mini-app | changing the version for impersonation-mini-app
|
01ea193318e292fbbcaca11de280b11532ac4172 | --- .looper.multibranch.yml
@@ -69,8 +69,6 @@ envs:
NO_PROXY: "*.walmart.com,chromium.googlesource.com"
ALLSPARK_CORE_GITHUB_URL: "https://gecgithub01.walmart.com/allspark/allspark-core"
- APPCENTER_API_KEY_iOS: "%{credentials.secret('appcenter_iOS')}"
- APPCENTER_API_KEY_ANDROID: "%{cre... | code cleanup | code cleanup
|
f3bec9e61a24f78c83cffd34832daed80af27828 | --- ios/Podfile.lock
@@ -506,14 +506,14 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.3.4)
+ - SSO (= 1.3.5)
- SDWebImage (5.11.0):
- SDWebImage/Core (= 5.11.0)
- SDWebImage/Core (5.11.0)
- SDWebImageWebPCoder (0.6.1):
- libwebp (~> 1.0)
- SDWebImage/Core (... | SSO version bump up to 1.1.5 | SSO version bump up to 1.1.5
|
4129c93446e1f2a228922492a1141a5704968bdd | --- ios/BuildSupport/install-cocoapods.sh
@@ -20,5 +20,6 @@ pod_path=$(ruby -r rubygems -e 'puts Gem.user_dir')/bin
echo "pod_path ${pod_path}"
ls -l ${pod_path}/pod
+pod _1.9.3_ --version
echo "pod install"
-${pod_path}/pod install --repo-update --verbose
+pod _1.9.3_ install --repo-update --verbose
| pod fix (#203) | pod fix (#203)
Co-authored-by: Hitesh Arora <> |
20568a98cae095cbdb2efbcc76bad06b6d1eb884 | --- package-lock.json
@@ -87,7 +87,7 @@
"@walmart/receipt-check-miniapp": "1.18.7",
"@walmart/redux-store": "3.7.0",
"@walmart/returns-mini-app": "3.13.0",
- "@walmart/schedule-mini-app": "0.89.0",
+ "@walmart/schedule-mini-app": "0.90.0",
"@walmart/shelfavailability-mi... | Bump schedule-mini-app. Roster clock-in dot update for salaried associates | Bump schedule-mini-app. Roster clock-in dot update for salaried associates
|
1fb40e9579eb59eed3964053ac556387538fd293 | --- .looper.yml
@@ -41,11 +41,11 @@ flows:
publishMajor:
- call: preparePublish
- - (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish major --yes
+ - (name Publish From Changes) HUSKY_SKIP_HOOKS=1 npx lerna publish major --yes --force-publish
publishFromChanges:
- call: prepareP... | chore: update looper for temporary major publish flow | chore: update looper for temporary major publish flow
|
fe9771069fc33448558b81061efd62da451cd917 | --- .env
@@ -0,0 +1,2 @@
+EXPO_NO_GIT_STATUS=1
+TARGET=US
\ No newline at end of file
--- .env.beta
@@ -9,4 +9,3 @@ EXPO_DEBUG=false
# For compatability with the existing environment types used in the app. Use NODE_ENV when possible which will match the postfix (beta)
EXPO_PUBLIC_ENV=prod
-TARGET=US
\ No newline ... | chore: move target default to base env file. change env scripts to run prebuild | chore: move target default to base env file. change env scripts to run prebuild
|
c3bb09f744bcde8af7ea0217e6165f6524fda9d9 | --- src/components/RosterWidget/useRosterWidget.ts
@@ -11,7 +11,6 @@ import {
useSupplyChainTeamsByBusinessUnit,
useSupplyChainShifts,
} from '../../hooks';
-import {TeamsByStore} from '../../queries/getTeamsByStore';
import {
SupplyChainShift,
SupplyChainTeam,
@@ -231,7 +230,7 @@ export const useRosterWi... | feat: SMDV-9999 update query | feat: SMDV-9999 update query
|
039bf6d3d306955beef972abd01e882e9696d60a | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -5,7 +5,7 @@ import {
} from '@walmart/allspark-foundation/Components';
import { useDispatch } from 'react-redux';
import { createDefaultWidgetsConfig, validateWidgets } from './utils';
-import { HeaderDetailsProps, Validat... | feat(ui): added support for custom floating button | feat(ui): added support for custom floating button
|
844adc90f1eb17906a89c7d25f902a10e0a4c273 | --- graphql.yml
@@ -58,29 +58,29 @@ applications:
queryTemplate: "src/queries/upsertAssociateTextPreference.graphql"
tags:
- "v1"
- - name: "prod"
- persistedQueries:
- - name: "GetAssociateClockStatus"
- queryTemplate: "src/queries/getAssociateCl... | feat(ui): Update the queries for getDailyroster | feat(ui): Update the queries for getDailyroster
|
bd90b7d58cc22b6bb7415a19e90e1e58d5cd3445 | --- __tests__/core/screenTrackerTest.ts
@@ -18,7 +18,7 @@ describe('isBlockedScreen', () => {
});
it('returns false if not blocked screen', () => {
- const blocked = isBlockedScreen('homeNav.home');
+ const blocked = isBlockedScreen('home');
expect(blocked).toEqual(false);
});
});
@@ -36,7 +36,7 ... | changed screen name in surveySaga.ts & screenTracker.ts | changed screen name in surveySaga.ts & screenTracker.ts
|
68d89252aec7334f2b0870669e8a7e0e1aaa73fa | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/MyTeamStackNavTest.tsx
@@ -1,22 +1,77 @@
import React from 'react';
-import {useSelector} from 'react-redux';
import {create} from 'react-test-renderer';
-
+import * as myTeamMiniApp from '@walmart/myteam-mini-app';
+import * as rosterMiniApp from '@wal... | feat(ui): Update my team mini app tests for Manager experience Drop 28 | feat(ui): Update my team mini app tests for Manager experience Drop 28
|
b661454b37cb7d3e4034802cce783a11c16d7e5d | --- packages/allspark-foundation/__tests__/Location/sagas.test.ts
@@ -0,0 +1,31 @@
+import { onInit, onFetch } from '../../src/Location/sagas';
+import { LocationActionCreators } from '../../src/Location/redux';
+
+beforeEach(() => {
+ jest.clearAllMocks();
+});
+
+describe('onInit and onFetch tests', () => {
+ it('... | location sagas unit test | location sagas unit test
|
602e727cc18e0435de87a534a0d22530b08231de | --- targets/US/package.json
@@ -105,7 +105,7 @@
"@walmart/financial-wellbeing-feature-app": "1.26.0",
"@walmart/functional-components": "~6.3.28",
"@walmart/gta-react-native-calendars": "0.7.0",
- "@walmart/gtp-shared-components": "2.2.4",
+ "@walmart/gtp-shared-components": "2.2.6-rc.0",
"@wa... | bumping gtp to 2.2.6-rc.0 | bumping gtp to 2.2.6-rc.0
|
ab2d17b7a138961ccabf4e31e94add8ecc268c1e | --- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/TeamSelectionListItem.tsx
@@ -45,10 +45,8 @@ export const TeamSelectionListItem = ({
accessible={false}
accessibilityLabel={teamName}
style={styles.teamInfoContainer}
- testID='teamSelectionlist-image-container... | Removing test ids | Removing test ids
|
4293d17c7e8f28a3001bd0f29d3d7e722b0c8298 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/HubWidget/index.tsx
@@ -56,11 +56,24 @@ export const HubWidget = ({
<View style={styles.container}>
{/* HEADER */}
<View style={styles.heading}>
- <IconComponent size='medium' color={colors.blue['100']} testID='icon' />
+ <IconComp... | chore(ui): accessibility for widget component | chore(ui): accessibility for widget component
|
1fcf488a176b54c164213d82844cda07861afd63 | --- package-lock.json
@@ -46,7 +46,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.22",
+ "@walmart/facilities-management-miniapp": "0.5.23",
... | Updating the package-lock | Updating the package-lock
|
6f463718001c6274930ea89f2371ea123a552d24 | --- package-lock.json
@@ -52,9 +52,9 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.4",
"@walmart/impersonation-mini-app": "1.17.2",
- "@walmart/ims-print-services-ui": "2.1.4",
+ "@walmart/ims-print-services-ui": "^2.2.1",
"@... | PC drop 11 | S2A | Bug fixes | PC drop 11 | S2A | Bug fixes
|
3437d4e230eba5b8cd10c4149dd7e1913be54cac | --- package-lock.json
@@ -73,7 +73,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.0",
- "@walmart/receipt-check-miniapp": "1.8.22",
+ "@walmart/receipt-check-miniapp": "1.8.27",
... | bump version for receipt check hotfix | bump version for receipt check hotfix
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.