commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
0bc8a1c2ef9c42e46d4a8d5b625138548327d924 | --- ios/Podfile.lock
@@ -634,6 +634,8 @@ PODS:
- ExpoModulesCore (1.2.7):
- React-Core
- ReactCommon/turbomodule/core
+ - EXSharing (11.2.2):
+ - ExpoModulesCore
- FBLazyVector (0.70.9)
- FBReactNativeSpec (0.70.9):
- RCT-Folly (= 2021.07.22.00)
@@ -1482,6 +1484,7 @@ DEPENDENCIES:
- EXFil... | Adding the EXSharing in podfile | Adding the EXSharing in podfile
|
a788c877d062b345ed22813e1c6b2e7f17878437 | --- src/index.tsx
@@ -5,7 +5,6 @@ import {LoggerCloneProvider} from '@walmart/core-services/Logger';
import {HttpClientCloneProvider} from '@walmart/allspark-http-client';
import {TextingNavigation} from './navigation';
-import {initNotificationListeners} from './notification';
import {initi18n} from './translatio... | remove notification listeners | remove notification listeners
|
c27032daec6effc70201bb4d7bf18a1458c1c92f | --- __tests__/components/__snapshots__/AssociateListItem.test.tsx.snap
@@ -15,7 +15,7 @@ exports[`AssociateListItem should render AssociateListItem with props 1`] = `
testID="associate-list-item-container"
>
<View
- accessibilityLabel="Lexi C, Apparel TA null View schedule for Lexi C"
+ accessibilityLabe... | fix: SMDV-7771 add translation keys | fix: SMDV-7771 add translation keys
|
6f9778dd6d78740fa762df277fcfdba457bfdbd3 | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/TeamSelectionListItem.tsx
@@ -3,16 +3,7 @@ import { View, Image, Text } from 'react-native';
import { teamSelectionListItemStyles } from './styles';
import { Checkbox } from '@walmart/gtp-shared-components/dist';
import { Images } from './I... | feat: moved props to types file | feat: moved props to types file
|
0745586449266de4fdb7bf7eda45e248966693a1 | --- core/src/biometrics/BiometricSagas.ts
@@ -26,7 +26,7 @@ export function* handleBiometricPrompt() {
);
try {
const {success} = yield call(Biometrics.simplePrompt, {
- promptMessage: AllsparkTranslationClient.t('biometrics.promptMessage'),
+ promptMessage: AllsparkTranslationClient.t('biometrics:... | fix: biometrics prompt translation not namespaced | fix: biometrics prompt translation not namespaced
|
82a882a71392c49709527bed17e9262194eb8f78 | --- __tests__/components/ClockedOutScreenGuardTest.tsx
@@ -1,5 +1,6 @@
import React from 'react';
-import {fireEvent} from '@testing-library/react-native';
+import {render, fireEvent} from '@testing-library/react-native';
+import {View} from 'react-native';
import {
ClockedOutScreenGuard,
ClockedOutScreen,
@@ -... | Removing lint errors | Removing lint errors
|
bc6bf27bc48a04f3d777900dc1eb4a3d98f8d664 | --- package-lock.json
@@ -3046,9 +3046,9 @@
}
},
"@walmart/impersonation-mini-app": {
- "version": "1.0.6",
- "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.6.tgz",
- "integrity": "sha512-/yog/jh5S+WT6mqRTSxtbnhHfZs7Xx6mJnP26jtMN+kMWljw... | impersonation and settings version bump (#268) | impersonation and settings version bump (#268)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
e7431121aa9a3a82e9a63c8b45e1471c3528a4f7 | --- package.json
@@ -77,7 +77,7 @@
"@types/redux-mock-store": "^1.0.2",
"@walmart/allspark-authentication": "6.4.1",
"@walmart/allspark-foundation": "^6.32.0",
- "@walmart/allspark-foundation-hub": "1.10.0-beta.4766+f3003bb5",
+ "@walmart/allspark-foundation-hub": "1.10.0-beta.4770+6832ed6c",
... | feat(ui): update allspark-foundation-hub version | feat(ui): update allspark-foundation-hub version
|
f1ca5428e9b8a045a006f5d508af03c1b4f1b018 | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamOnboarding.test.tsx
@@ -0,0 +1,69 @@
+import React from 'react';
+import { View } from 'react-native';
+import { render } from '../../utils';
+import { fireEvent } from '@testing-library/react-native';
+import { TeamOnboarding } from '../../..... | Adding teamonboarding coverage | Adding teamonboarding coverage
|
cfdec7db18dad003dc7c86bfdfb60dd5b47850ad | --- package-lock.json
@@ -66,7 +66,7 @@
"@walmart/metrics-mini-app": "0.15.14",
"@walmart/mod-flex-mini-app": "1.11.6",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "0.0.4",
+ "@walmart/money-auth-shared-components": "0.0.5",
"@walmart/... | bump version | bump version
|
2881a78a6f9cb203503dd4a880fce02c28420ad9 | --- src/services/PushNotificationApi.ts
@@ -45,11 +45,11 @@ export const PushNotificationApi: IPushNotificationApi = {
.post(
'http://texting-notification-service-dev.smdv-backend.k8s.glb.us.walmart.net/notifyRecipients',
{
- title: 'Vishal',
- alert: 'Hey How are you?',
- ... | updating API to use correct params | updating API to use correct params
|
99cd313fd6f3241a2514616abaf971db130119b6 | --- packages/expo-config-plugins/src/withWebexSDK.ts
@@ -4,7 +4,6 @@ import {
withSettingsGradle,
withAppBuildGradle,
withInfoPlist,
- withPodfile,
} from "@expo/config-plugins";
import { mergeContents } from "@expo/config-plugins/build/utils/generateCode";
import withSounds from "./withSounds";
@@ -21,39 ... | Revert "chore: Add post-install script in Podfile (#209)" (#228) | Revert "chore: Add post-install script in Podfile (#209)" (#228)
This reverts commit df6cd06a094134a3861871eefd5f65fef3bf18d3. |
4f6f7daea06adfbec96a729e67347b8958f49a7b | --- packages/core-services-allspark/src/graphql/provider.tsx
@@ -26,10 +26,13 @@ export const AllsparkGraphqlProvider = (props: PropsWithChildren<{}>) => {
const env = useEnvironment<IAllsparkEnvConfig>();
const logger = useLoggerClone<IAllsparkLogger>({}, { id: 'graphql' });
// const localStorage = useLocalSt... | feat: update athena config to toggle use of shadow gateway in one env | feat: update athena config to toggle use of shadow gateway in one env
|
f1c8de1638b9f21b90e6476eda2964fe944773c9 | --- packages/allspark-foundation/__tests__/Environment/setup.test.tsx
@@ -0,0 +1,36 @@
+import React from 'react';
+import { render } from '@testing-library/react-native';
+import { RecursivePartial } from '@walmart/allspark-utils';
+import { AllsparkEnvironment } from '../../src/Environment/client';
+import { BaseAlls... | all spark feature test | all spark feature test
|
c39fa6f9b4398a31ae411eaa514f492297259e42 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/counts-component-miniapp": "0.1.6",
"@walmart/emergency-mini-app": "1.26.1",
"@walmart/exception-mini-app": "1.6.5",
- "@walmart/facilities-management-miniapp": "0.6.79",
+ "@walmart/facilities-management-miniapp": "0.6.81",
... | Drop 16 : FixIT features | Drop 16 : FixIT features
|
00501781a5ec0fff32d6df90d310d5e27d5e489b | --- package.json
@@ -63,7 +63,7 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
- "@walmart/shelfavailability-mini-app": "0.3.59",
+ "@walmart/shelfavailability-mini-app": "0.3.60",
"@walmart/allspark-health-survey-min... | 0.3.60 dev build | 0.3.60 dev build
|
9c0135b1ca4917dbbee53f4b603ed3d7a8e5fd5b | --- __tests__/home/containers/HomeScreenTest.tsx
@@ -60,7 +60,7 @@ jest.mock('../../../src/home/components/TaskCard', () => ({
TaskCard: 'TaskCard',
}));
jest.mock('../../../src/home/components/CopilotCard', () => ({
- TaskCard: 'CopilotCard',
+ CopilotCard: 'CopilotCard',
}));
const setRefresh = jest.fn();
... | chore: fix tests | chore: fix tests
|
90234ad6804d004c4e3c51a83866da7a03c99988 | --- packages/allspark-foundation-hub/src/SupplyChain/translation.ts
@@ -20,7 +20,7 @@ export const enUS = {
allSaved: 'All saved teams',
},
editSavedTeamsModal: {
- title: 'Edit My Saved Teams',
+ title: 'Edit my saved teams',
subTitle: "Tap the star to save teams you're interested in.",
},
... | Adding translation change | Adding translation change
|
ada51fbfe6de95c9e2697630865a4bc42084e857 | --- package-lock.json
@@ -67,7 +67,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "1.0.5",
+ "@walmart/wmconnect-mini-app": "1.0.6",
"babel-jest": "... | Update version | Update version
|
acd26afafbf4ef168ee015fdd5e55e740710b7a2 | --- __tests__/biometrics/BiometricSagasTest.tsx
@@ -1,3 +1,4 @@
+import {AppState} from 'react-native';
import {call, take, put, takeLatest, select} from 'redux-saga/effects';
import Biometrics from 'react-native-biometrics';
import {navigate} from '@walmart/react-native-shared-navigation';
@@ -187,6 +188,7 @@ descr... | Biometric prompt fix | Biometric prompt fix
|
f674ce2879b834073b5f11b18822500578e9cab3 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 73
+ versionCode 74
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
fd33f66f2257757178dd6026da490f972c6a126c | --- __tests__/sumo/SumoSagasTest.ts
@@ -1,5 +1,13 @@
import {Platform} from 'react-native';
-import {all, takeLatest, select, call, take, put} from 'redux-saga/effects';
+import {
+ all,
+ takeLatest,
+ select,
+ call,
+ take,
+ put,
+ debounce,
+} from 'redux-saga/effects';
import WmNotification, {
Domain,... | Adding debounce to sumo sign out saga | Adding debounce to sumo sign out saga
|
ee182222607aaaf594d646541cc43f2a730c7cc9 | --- package-lock.json
@@ -3202,9 +3202,9 @@
"integrity": "sha512-ooH0AqLGhS5PNcLaOWRHAEIIvrYIyTUXqshlHkgEKDLhLtGW8WvFu0mlcCXb1FEUc/PVmKEzHNHYV1gzGNBqxQ=="
},
"@walmart/react-native-logger": {
- "version": "1.25.0",
- "resolved": "https://npme.walmart.com/@walmart/react-native-logger/-/react-n... | bugfix logger version change | bugfix logger version change
|
02368eec2ebe7a119fd5c898d591b543e9ed9c96 | --- graphql.yml
@@ -1,6 +1,9 @@
schemaVersion: "1.0.0"
enableGating: true
teamRostersProductId: 1824
+notify:
+ slack:
+ channelName: "smdv-miniapp"
applications:
- name: "WMCONNECT-MINIAPP"
applicationKey: "WMCONNECT-MINIAPP"
| Addressing comments | Addressing comments
|
1a6a3594944de99ace53f4fa96fba0ce762d488e | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap
@@ -18,10 +18,10 @@ exports[`SideMenuContent matches snapshot for undefined user info, and can imper
developersText="impersonation.developers"
deviceType="PERSONAL"
displayName="Sam Walton"
- displayPttAlert={0}
- ... | change flag name | change flag name
(cherry picked from commit cd4c5ef0ac35d1a7035e57df697233c69fafbee7)
|
ab996faf5ba4a1062c2fc491bb86e6ee1cd4789a | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Images/images.tsx
@@ -2,166 +2,9 @@ export const Images: Record<
any,
{ teamName: string; uri: string; blurhash: string }
> = {
- '1000100': {
- teamName: 'Admin & Support',
- uri: 'https://i5-me.walmartimages.com/images/teams/task-image-stor... | Removing images except default image | Removing images except default image
|
480bdfc27a1d7415df423a420e35050194a3f870 | --- ios/Podfile.lock
@@ -686,7 +686,7 @@ PODS:
- React
- RNCPicker (1.8.1):
- React-Core
- - RNDateTimePicker (3.0.8):
+ - RNDateTimePicker (3.0.9):
- React-Core
- RNDeviceInfo (5.6.5):
- React
@@ -1090,7 +1090,7 @@ SPEC CHECKSUMS:
RNCClipboard: 5e299c6df8e0c98f3d7416b86ae563d3a9f768a3
... | GTA drop 2 changes (#505) | GTA drop 2 changes (#505)
Co-authored-by: Noor Mohiuddin <noor.mohiuddin@outlook.com> |
852c4b501b2c05d6b666f13c5f1ad09d06f44d54 | --- __tests__/auth/AuthenticatorViewTest.tsx
@@ -1,6 +1,6 @@
import React, {useState} from 'react';
import {useSelector} from 'react-redux';
-import {create, act} from 'react-test-renderer';
+import {create} from 'react-test-renderer';
import WmTelemetry from 'react-native-wm-telemetry';
import {useNavigation} from... | Lint fix | Lint fix
|
29928485e881fdbd8b64bcdcd3dc162f614a40ca | --- packages/allspark-foundation/src/Translation/types.ts
@@ -24,7 +24,7 @@ export type TranslationOptions = TOptions;
* A translation resource for a particular feature and language
*/
export type FeatureTranslationResource = {
- [key: string]: string | FeatureTranslationResource;
+ [key: string]: any | FeatureT... | fix: translation resources not accepting previously allowed types by i18n directly | fix: translation resources not accepting previously allowed types by i18n directly
|
c75639277abf3d0b47fc4e73e75803a62a6e6dc7 | --- targets/US/package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.24.7",
"@walmart/associate-listening-mini-app": "1.2.7",
- "@walmart/attendance-mini-app": "3.80.0",
+ "@walmart/attendance-mini-app": "3.81.0",
"@walmart/avp-feature-app... | bump ama verion 3.81.0 | bump ama verion 3.81.0
|
9b9fa8affb45712e279b7b72c303cb3ca3506331 | --- packages/allspark-foundation/__tests__/Site/saga.test.ts
@@ -0,0 +1,24 @@
+import { onFetchHomeSite, onFetchWorkingSite } from '../../src/Site/sagas';
+import { ISiteActions } from '../../src/Site/redux';
+jest.mock('../../src/Site/service', ()=>({
+ SiteService:{
+ fetchHomeSite:jest.fn(),
+ fetchWorkingSit... | unit test for sit saga added | unit test for sit saga added
|
14c2a557a6d99e12d00a3ea9a128eb26a012a9fa | --- src/translations/en-US.ts
@@ -30,6 +30,7 @@ export const enUS_common = {
'@walmart/receipt-check-miniapp': 'Receipt Check',
'@walmart/refrigeration-alarms-mini-app': 'Refrigeration Alarms',
'@walmart/returns-mini-app': 'Returns',
+ '@walmart/roster-mini-app': 'Roster',
'@walmart/schedule-mini... | Update my team mini app version | Update my team mini app version
|
357a0006077456bc4974fc11b20960d1ab880408 | --- packages/allspark-graphql-client/codegen/generate.js
@@ -9,7 +9,7 @@ const allsparkConfig = require(`${processPath}/allspark.config.js`);
if (!allsparkConfig) {
throw new Error(`allspark.config.js not found at ${processPath}`);
}
-const pluginPath = path.resolve(__dirname, 'plugin.js');
+const pluginPath = pat... | chore: update codegen | chore: update codegen
|
855d53e47456bb9ca2f9352032d4230b4516db75 | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/ConfigTest.tsx
@@ -2,6 +2,7 @@ import {create} from 'react-test-renderer';
import {TelemetryService} from '@walmart/allspark-foundation/Telemetry';
import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
+
import {
render... | code cleanup | code cleanup
|
faaa739c9c71f0acd58e9034c9c454db2c0d0578 | --- src/navigation/types.ts
@@ -16,6 +16,7 @@ export type RootStackMap = {
message: string;
dismissText?: string;
duration?: number;
+ customOnPress?: () => void;
};
'Core.TermsOfUse': undefined;
'Core.PermissionsWelcome': undefined;
| Updating toast typing | Updating toast typing
|
eee55f6f4eb76066df410e74cf0cc7a007ad6161 | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -31,7 +31,7 @@ jest.mock('../../../src/hooks', () => ({
}));
(Hooks.useTextMessages as jest.Mock).mockReturnValue({
- getUnreadCountForAllChannels: jest.fn().mockResolvedValue(1),
+ getUnreadCountForAllChannels: jest.fn().mockReturnValue(1),
... | fixing unit test | fixing unit test
|
55da8abd81f098177577477c42641e6acfa53ec4 | --- graphql.yml
@@ -57,36 +57,36 @@ applications:
queryTemplate: 'src/queries/upsertAssociateTextPreference.graphql'
tags:
- 'v1'
- - name: 'prod'
- persistedQueries:
- - name: 'GetAssociateClockStatus'
- hash: 'b4080db4f80721f28469fdce6584ae8... | update spacing and remove hashes | update spacing and remove hashes
|
c22fcb8c5e86d74292b71802d7bc59b59b4e7fe6 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.17",
+ "version": "1.15.18",
"main": "dist/index.js",
"files": [
"dist"
@@ -101,6 +101,7 @@
"@walmart/redux-store": "3.7.0",
"@walmart/roster-mini-app": "2.12.20",
"@walmart/ui-components": "1.15.1"... | Update my team mini app version | Update my team mini app version
|
30f7a024ba4fe56eec8fa1190e93b1cc4fd67d01 | --- package.json
@@ -103,7 +103,7 @@
"@walmart/emergency-mini-app": "1.27.1",
"@walmart/exception-mini-app": "1.8.3",
"@walmart/facilities-management-miniapp": "0.11.7",
- "@walmart/feedback-all-spark-miniapp": "v0.9.66",
+ "@walmart/feedback-all-spark-miniapp": "0.9.66",
"@walmart/financial-w... | feedback mini version bump | feedback mini version bump
|
7d285252db451fb385236b6c5d7ee955715541d2 | --- ios/BuildSupport/install-cocoapods.sh
@@ -33,4 +33,4 @@ echo "pod_path ${pod_path}"
ls -l ${pod_path}/pod
pod _${CCP_VER}_ --version
echo "pod install"
-pod _${CCP_VER}_ install --repo-update --verbose
+pod _${CCP_VER}_ install --verbose
| Update install-cocoapods.sh | Update install-cocoapods.sh
Remove repo update. |
88d4be3487511db4318e3dd93f5f89eb684f8ce0 | --- package-lock.json
@@ -89,7 +89,7 @@
"@walmart/returns-mini-app": "3.13.0",
"@walmart/schedule-mini-app": "0.63.0",
"@walmart/shelfavailability-mini-app": "1.5.19",
- "@walmart/store-feature-orders": "1.24.0",
+ "@walmart/store-feature-orders": "1.25.0",
"@walmart/ta... | feature period validation fix | feature period validation fix
|
b8794860207f7e39b6b368063792f1b5c069b232 | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.74",
"@walmart/attendance-mini-app": "0.86.0",
- "@walmart/compass-sdk-rn": "3.16.1",
+ "@walmart/compass-sdk-rn": "3.16.17",
"@walmart/config-compone... | Updated package-lock.json after npm install | Updated package-lock.json after npm install
|
206a697f20294c53b800f47265660123c60cdf10 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.0",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.5",
- "@walmart/copilot-mini-app": "^2.3.19",
+ "@walmart/copilot-mini-app": "2.3.19",
"@walmart/core-services": "~2.... | Platform Components Updgrade | Platform Components Updgrade
|
c9a6fed7b13d47c7b28fe4f2e49c27608c31853b | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/styles.ts
@@ -22,7 +22,7 @@ export default StyleSheet.create({
paddingHorizontal: 16,
paddingTop: 16,
backgroundColor: colors.white,
- top: 16,
+ top: 8,
},
cardStyle: {
marginBottom: 16,
| Updating styles | Updating styles
|
fbf8bf0a7e4fff6a44f44e45374657a0509b00c6 | --- package-lock.json
@@ -3328,9 +3328,9 @@
"integrity": "sha512-EQAXiiNzF4D/LqiAH06fsC9PjtCLgi1XKJhK9wbKf0UPlJvIRruy6lO5mrqVNGo1RdkeuY7Kv/jaQ5bCmOBeUQ=="
},
"@walmart/exception-mini-app": {
- "version": "0.28.0",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | pinpoint version bump - drop4 items | pinpoint version bump - drop4 items
|
cf4449fe0fb72b3cba198ff0ba54494759ba6f73 | --- package-lock.json
@@ -3245,9 +3245,9 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.3.3",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo... | Tor translation regression fix for 2.5 | Tor translation regression fix for 2.5
|
a4ef994afc81908480c18e23249c4c9c6d700ac9 | --- src/components/TeamList.tsx
@@ -32,7 +32,6 @@ import {
useSiteTranslationContext,
useGetViewersPrimaryTeamId,
useTotalSiteOrTotalStore,
- useGetViewersPrimaryWorkGroup,
useGetTeamById,
} from '../hooks';
import {NavigationProp, useNavigation} from '@react-navigation/native';
--- src/components/Team... | update tsc | update tsc
|
7c466d9c1dae197ce44b9d0e1ecfd0063d2b8bc6 | --- container/app.config.ts
@@ -1,6 +1,5 @@
import 'tsx/cjs';
import {ExpoConfig} from 'expo/config';
-import pkg from '../package.json';
import * as ExpoPlugins from '@walmart/expo-config-plugins';
/**
@@ -33,7 +32,6 @@ const buildNumber = process.env.BUILD_NUMBER || '1';
const CONFIG: ExpoConfig = {
name: '... | chore(container): update configuration | chore(container): update configuration
|
6c92bc9fc5387717e0a113ffc8b1e46ae57e3ab1 | --- packages/me-at-walmart-athena-queries/src/index.ts
@@ -7,4 +7,7 @@ export * from './getTeamsbyStore';
export * from './getAssociatePreference';
export * from './updateManagerExperiencePreference';
export * from './updateAssociatePrivacyPreference';
+export * from './getSupplyChainTeamPreferenceQuery';
+export * ... | feat(ui): exporting added queries | feat(ui): exporting added queries
|
78a33c7d85d36589b8b8ebf3777a1929dace87b0 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.55.0",
+ "version": "2.56.0",
"main": "dist/index.js",
"files": [
"dist"
| Update the roster mini app with presence provider | Update the roster mini app with presence provider
|
419469539a7d715422423f89d98f772b46a0eb02 | --- package-lock.json
@@ -3038,9 +3038,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.10.31",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.31.tgz",
- "integrity": "sha512-5yukv2+uYejrA1Cr+4sMw23I4fGa9nj5Mvgx4K3+AhQGexNXiYhhmImKJ9YaQF... | version bump (#416) | version bump (#416)
|
05ab88e79ce08a17bcd68f1979ed4d3370229e65 | --- 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.8",
+ "@walmart/checkout-mini-app": "4.0.9",
"@walmart/compass-sdk-rn": "5.19.15",
"@w... | CO version 4.0.9 | CO version 4.0.9
|
906faaef240d2a82bef972f5ca79ec06ccb53bb4 | --- ios/Podfile.lock
@@ -518,7 +518,7 @@ PODS:
- React-Core
- react-native-image-resizer (1.4.5):
- React-Core
- - react-native-logger (1.29.0):
+ - react-native-logger (1.30.0):
- React
- react-native-loudness (2.0.0):
- React
@@ -1133,7 +1133,7 @@ SPEC CHECKSUMS:
boost: a7c83b3143684345... | fix white screen crash | fix white screen crash
|
256903eef5a321570b1ada825477e4faf36882a1 | --- 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.19.0",
+ "@walmart/checkout-mini-app": "3.20.0",
"@walmart/compass-sdk-rn": "5.19.8",
"@walmart/conf... | checkout-mini-app adding missing logs | checkout-mini-app adding missing logs
|
173ef3614cdc61dbffd6a232854008ce51700dfd | --- packages/allspark-graphql-client/package.json
@@ -30,6 +30,12 @@
"prepare": "rm -rf lib && tsc",
"clean": "rm -rf lib/ || true"
},
+ "dependencies": {
+ "@apollo/client": "^3.7.3",
+ "@lifeomic/axios-fetch": "3.0.1",
+ "crypto-js": "^3.3.0",
+ "graphql": "^16.6.0"
+ },
"devDependencies... | feat: add export of apollo hooks and utils | feat: add export of apollo hooks and utils
|
9d9803f6ef9fc38d1f883049cdd318a42071a23d | --- package-lock.json
@@ -3059,9 +3059,9 @@
"integrity": "sha512-xScS3+/bnwlSFENS31yokqgl9pN0G1DcY8/amLstP2BeBk/kx6DxNq5BmMWg1o1J+K3rWZubcv8LZA2arqIVpQ=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.0.45",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | Version bump Feedback Mini App (#528) | Version bump Feedback Mini App (#528)
* Update package.json
* Update package-lock.json
* Bumping feedback library version
* Update package-lock.json
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
369927b220f3ae89170ca29488135646406b8ae3 | --- core/__tests__/home/components/TaskCard/indexTest.tsx
@@ -111,6 +111,17 @@ describe('TaskCard', () => {
component.update(<TaskCard {...baseProps} />);
expect(component.toJSON()).toMatchSnapshot();
});
+ it('should render teamCard2 if sidekick config is not valid', () => {
+ mockUseSelector.mockRetu... | fix: type check on disabled style for TaskCard | fix: type check on disabled style for TaskCard
|
4f44ebf34b4da69039c35b09600358ddc1621b4b | --- graphql.yml
@@ -88,11 +88,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql'
tags:
- 'v1'
- # - name: "getAssociatePreferences"
- # hash: "38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f... | feat(ui): Update manager experience queries for PROD | feat(ui): Update manager experience queries for PROD
|
aea14541ad6b3954815468f72f9dd32541def8a4 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.2.0-alpha.7",
+ "version": "3.2.0-alpha.8",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): drop34 wmconnect new version | feat(ui): drop34 wmconnect new version
|
723e2852751ef9e4fe61fc833ca83d3cac0edc98 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.5",
+ "version": "2.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.5",
+ "version": "2.0.6",
"hasInstallS... | fix lint | fix lint
|
ecb935b60bfdc19e73db5f03df2fc5531ddebf24 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.25.10",
+ "version": "1.25.11",
"private": true,
"workspaces": [
"core",
--- targets/US/android/app/build.gradle
@@ -106,8 +106,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdk... | version bump to v1.25.11 | version bump to v1.25.11
|
7f95263016e1a4a6d1990f0b77a6a5de34849340 | --- src/components/TeamList.tsx
@@ -43,8 +43,8 @@ import {messageButtonEnabled, pushToTalkEnabled} from '../redux/selectors';
const styles = StyleSheet.create({
listItem: {
- borderTopColor: colors.gray[20],
- borderTopWidth: 1,
+ borderBottomColor: colors.gray[20],
+ borderBottomWidth: 1,
},
fi... | update style | update style
|
d8e7effe9d09cd726c638877a970c071e6b1fa08 | --- packages/react-native-shared-navigation/src/index.ts
@@ -91,5 +91,6 @@ export const getCurrentRouteName = AllsparkNavigationClient.getCurrentRouteName;
export const addScreenChangeHandler = (
...params: Parameters<typeof AllsparkNavigationClient.addScreenChangeListener>
) => {
- AllsparkNavigationClient.addSc... | fix: return unsubscribe function from add screen change handler method | fix: return unsubscribe function from add screen change handler method
|
cac759925665397b3b5f7e9182eb08c32893ffe0 | --- packages/associate-exp-hub-mini-app/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.14.0](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/a... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.14.0
- @walmart/associate-exp-hub-team-switcher@2.24.0
|
4a2af450565bc9f5bf1dc7459f73d6340283b10b | --- packages/allspark-foundation/__tests__/utils/setup.js
@@ -18,6 +18,7 @@ NativeModules.RNGestureHandlerModule = {};
NativeModules.RNDeviceInfo = {};
NativeModules.RNCAsyncStorage = {};
NativeModules.FileReaderModule = {};
+NativeModules.ExitApp = { exitApp: jest.fn() };
jest.mock('react-native-reanimated', () ... | chore: sync dev menu with drop 35 changes (#406) | chore: sync dev menu with drop 35 changes (#406)
* refactor(dev-menu): ALLSPARK-6866 add exit app and remove dev settings
* fix: hide dev menu options in prod for impersonation users
* chore: fix lint |
43104ba4ddc220337a046b8d2793c687ac611c27 | --- packages/allspark-foundation/src/Core/docs/GraphQLCodegen.md
@@ -42,7 +42,7 @@ module.exports = {
### Code Generation
-Run `npx allspark-graphql-client-generate`.
+Run `npx allspark-generate-graphql`.
This will do the following this:
| docs: incorrect graphql codegen command used in example | docs: incorrect graphql codegen command used in example
|
ce328033c17ff41b01782fd9d73348325f134bdf | --- packages/expo-config-plugins/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.
+## [0.1.3](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.1.3
|
6505af6cccdae4f2710e819f0a1e8cfaca54feaf | --- __tests__/__mocks__/react-native-biometrics.js
@@ -4,4 +4,8 @@ module.exports = {
isSensorAvailable: jest.fn(),
simplePrompt: jest.fn(),
},
+ ReactNativeBiometricsLegacy: {
+ isSensorAvailable: jest.fn(),
+ simplePrompt: jest.fn(),
+ },
};
--- __tests__/biometrics/BiometricSagasTest.ts
@@ -1... | Using legacy biometrics | Using legacy biometrics
|
8c3ca88da4d847ef7e2b439ea7a8463d84ceaeed | --- src/screens/SearchScreen.tsx
@@ -192,7 +192,7 @@ export const SearchScreen: React.FC<SearchScreenProps> = (props) => {
setRecentSearchHistory(JSON.parse(recentSearchAssociates));
}
} catch (error) {
- logger.error('error in fetching the result', {
+ logger.error('Error in fetching t... | Update error log | Update error log
|
b3ca04009f2955ba22af9dcbc5c08d162f64628b | --- src/channels/components/ChannelRow.tsx
@@ -117,8 +117,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
const shouldDisplayLastMessage =
lastMessage?.createdAt &&
- lastMessage?.createdAt?.toDate()?.getMilliseconds() <
- SEVEN_DAYS_AGO_TIMESTAMP?.toDate()?.getMilliseconds();
+ lastMe... | update the time | update the time
|
a5103213ca1124ef323f1d31b476c7a9eadc1427 | --- package-lock.json
@@ -45,10 +45,6 @@
"prettier": "^2.0.4",
"react-test-renderer": "17.0.2",
"typescript": "^4.4.4"
- },
- "engines": {
- "node": "16.17.0",
- "npm": "8.15.0"
}
},
"node_modules/@ampproject/remapping": {
--- package.json
@@ -50,9 +50,5 @@
"pre-push": "npm run ... | chore: remove engines requirement | chore: remove engines requirement
|
dbca864b93146c7081374581f783700d0b36e8dc | --- graphql.yml
@@ -8,17 +8,17 @@ applications:
- name: 'dev'
persistedQueries:
- name: 'GetAssociateClockStatus'
- hash: '122b9ef5f0c9148ef112b9ce11271819030909e46ad8c3e970803e556d1dcba3'
+ hash: 'b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6889912ec1c0d214'
... | chore: update graphql yml | chore: update graphql yml
|
0acb34bdcdd98f2f0b34f061fefde95a9618ad9c | --- package-lock.json
@@ -4553,11 +4553,11 @@
}
},
"@walmart/core-services": {
- "version": "1.0.7",
- "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.0.7.tgz",
- "integrity": "sha512-mO+icMP3IUh5jjIjerGZz/wcYrs/tZQ6fbeNJ19wpq/xogfaEtuf573nIdILyVvcqUMpAyR4M... | bumping core services for network fix | bumping core services for network fix
|
c9b27135ddd63433b06faa72274406b4d004bb3a | --- package-lock.json
@@ -37,6 +37,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.74",
"@walmart/attendance-mini-app": "0.86.0",
+ "@walmart/compass-sdk-rn": "3.16.0",
"@walmart/config-components": "4.1.0-rc.4",
"@walmart/core-ser... | Added missing compass-sdk-rn version | Added missing compass-sdk-rn version
From release: https://gecgithub01.walmart.com/Compass/compass-sdk-rn/releases/tag/v3.16.0
|
46e2235846b34abbfd401fda5e0b46f4bb581644 | --- __tests__/components/TeamHubHeader.test.tsx
@@ -26,6 +26,6 @@ describe('Hub header tests', () => {
it('renders the header', () => {
render(<TeamHubHeader />);
const title = screen.getByLabelText('title');
- expect(title).toHaveProperty('_fiber.memoizedProps.children', 'myteam.hubHeader.title');
+ ... | fix(translations): remove myteam namespace prefix to align with roster | fix(translations): remove myteam namespace prefix to align with roster
BREAKING CHANGE: Translation keys no longer use myteam.* prefix
- Removed myteam.* prefix from 4 translation keys across all 4 locales
- Updated TeamHubHeader component to use unprefixed keys
- Updated translation tests to match new pattern
- Upda... |
b7bf18a7c0f33ba8ccd3778e0d573ac22466cb49 | --- package-lock.json
@@ -3398,9 +3398,9 @@
"integrity": "sha512-XIe9NBjtk/zGaLjqebff1Rlg00DaorQvmmzcCZ52ADC7keuhy9AoZahOw83qR3w1B+d9aImaciBoov0FrwOtwQ=="
},
"@walmart/iteminfo-mini-app": {
- "version": "2.0.9",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min... | Fixing ItemInfo error logs on splunk | Fixing ItemInfo error logs on splunk
|
d633f0445e6dfa2480eaaf9848a2e67ed6e60a52 | --- package-lock.json
@@ -2830,9 +2830,9 @@
}
},
"@react-navigation/drawer": {
- "version": "5.9.0",
- "resolved": "https://npme.walmart.com/@react-navigation/drawer/-/drawer-5.9.0.tgz",
- "integrity": "sha512-YcuJ9QD4cFyjfXJx6vMsG3u3bfOU/Nt+GvMMl+4rZOxw2LStmubY1jqfsEAli/+dTUHv5kXJf5dF+/... | updating side menu | updating side menu
|
c257d99d1c41e4a6bb6d0c7933308bc62fc8bc07 | --- graphql.yml
@@ -73,11 +73,11 @@ applications:
queryTemplate: "packages/me-at-walmart-athena-queries/src/getAssociateById.graphql"
tags:
- "v1"
- - name: "getAssociatePreferences"
- hash: "38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4"
-... | Update graphql.yml | Update graphql.yml |
859a57d7d9bff31592bcbbea9b14531f4aaf0875 | --- package-lock.json
@@ -4253,9 +4253,9 @@
"integrity": "sha512-0M7ySb3F2lKlIfwBosm+Slx3kJvdoEHm5haaZ05WKCJ1hctu0F0CzTGDSbZciXWX92HJBmxvsvr8yi2H435R8g=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.1.21",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims... | Minor vqa changes | Minor vqa changes
|
36a5ed3c9535a45dacadcb4b0a12e9e58009f4cb | --- __tests__/whatsNew/__snapshots__/WhatsNewScreenTest.tsx.snap
@@ -89,6 +89,7 @@ exports[`WhatsNewScreen handles undefined config 1`] = `
</Text>
<SolidCard
color="white"
+ contentInset="none"
elevation={1}
style={
Object {
@@ -163,6 +164,7 @@ e... | Fixing whats new screen card padding. Incrementing v8 version | Fixing whats new screen card padding. Incrementing v8 version
|
9be4a026d362c7e48f6f00ac5e0d0fefa62620cd | --- package.json
@@ -114,7 +114,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "^0.3.7",
"@walmart/react-native-sumo-sdk": "2.2.2-beta.2",
- "@walmart/receipt-check-miniapp": "^1.8.6",
+ "@walmart/receipt-check-miniapp": "1.8.6",
"@walmart/redux-sto... | Receipt check bug fixes | Receipt check bug fixes
|
b8705220ff62264278c11d79865a64cfa0385baf | --- __tests__/transforms/userTest.ts
@@ -0,0 +1,22 @@
+import {
+ NOT_FOUND,
+ DEFAULT_COUNTRY_CODE,
+ defaultCountryCode,
+} from '../../src/transforms/user';
+
+describe('defaultCountryCode', () => {
+ it('returns original country code if valid', () => {
+ const countryCode = 'IN';
+ expect(defaultCountryCo... | defaulting country code for service accounts (#369) | defaulting country code for service accounts (#369)
|
27546d8aed4c612d08d96d0665a1a64c0a370f5e | --- package.json
@@ -99,8 +99,8 @@
"@walmart/avp-shared-library": "0.25.36",
"@walmart/ax-components": "1.2.3",
"@walmart/backroom-mini-app": "1.16.2",
- "@walmart/beneficiary-online-mini-app": "0.1.19",
- "@walmart/beneficiary-online-shared-library": "1.2.6",
+ "@walmart/beneficiary-online-mini... | refactor: ld changes, RN version upgrades, foundational changes (#5111) | refactor: ld changes, RN version upgrades, foundational changes (#5111)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
c73f654f1a12eba1e39f692190a801e5e2723434 | --- docs/docs/components/allspark foundation/_category_.json
@@ -0,0 +1,8 @@
+{
+ "label": "Allspark Foundation",
+ "position": 1,
+ "link": {
+ "type": "generated-index",
+ "description": "Indepth documentation on allspark foundation"
+ }
+}
--- docs/docs/components/allspark foundation/hub-intro.md
@@ -0,0... | added documentation for the introduction page | added documentation for the introduction page
|
f642ceade1218629b082bea79ee26f23fa370882 | --- ReactotronConfig.js
@@ -24,60 +24,3 @@ Reactotron.onCustomCommand({
});
},
});
-
-/**
- * Retrieves a specific key from the Apollo Client cache
- * @param {string} keyPath - The key path to retrieve
- */
-function getNestedCacheValue(keyPath) {
- // Extract the entire cache
- const cache = AllsparkGraphQ... | chore: remove reactotron apollo client extract by key command | chore: remove reactotron apollo client extract by key command
|
2d9398954142a597abf39e6cbd9a7874c9acd6ec | --- lerna.json
@@ -1,5 +1,5 @@
{
- "version": "6.2.0",
+ "version": "independent",
"npmClient": "npm",
"changelogPreset": "angular",
"command": {
| chore: change lerna versioning to independent | chore: change lerna versioning to independent
|
f69620809494c8ac36040bebadd924a2f6d6693e | --- package-lock.json
@@ -4306,9 +4306,9 @@
"integrity": "sha512-0eZ0oo4p7uNUlriH478bBvYarvSXlW7OQRFlBVxFBf7vDD6xW6Z9v6qjG2jC1vEslPFCd7Sh1Sa/RMT+RsYUaQ=="
},
"@walmart/functional-components": {
- "version": "2.0.1",
- "resolved": "https://npme.walmart.com/@walmart/functional-components/-/func... | Bumping functional components | Bumping functional components
|
748024ad574b727e7de53fc68cbb44835252a78e | --- packages/allspark-foundation/src/utils/DynamicServiceCreator.tsx
@@ -104,7 +104,6 @@ export const DynamicServiceCreator = <T extends AnyService, I extends T = T>(
resolveImplementationPromise();
resolveImplementationPromise = null;
}
- __DEV__ && console.log(`${name} Dynamic Service Created!`)... | chore: remove console log | chore: remove console log
|
412d3303b1d25ddd6fe01fd37404a3fd9b3c992b | --- __tests__/__mocks__/@walmart/allspark-foundation/Environment.js
@@ -0,0 +1,4 @@
+module.exports = {
+ ...jest.requireActual('@walmart/allspark-foundation/Environment'),
+ useEnvironment: jest.fn(),
+};
--- __tests__/home/components/CelebrationCard/indexTest.tsx
@@ -152,12 +152,12 @@ describe('CelebrationCard', ... | home folder test complete | home folder test complete
|
71f143c5596b15718433216d845cfa347a597b7f | --- .looper.yml
@@ -65,7 +65,7 @@ flows:
- (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- (name Install Dependencies) yarn install
- - (name Commit Lockfile Changes) git diff --quiet yarn.lock .yarnrc.yml || (git config user.email "svc-looper@walmart.com" && git ... | fix: escape quotes in looper git commit command | fix: escape quotes in looper git commit command
|
839263478de80acb1582b8bd297089406509216c | --- __tests__/home/components/WalmartRefreshControlTest.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import {create} from 'react-test-renderer';
+import {render} from '@testing-library/react-native';
import {Animated} from 'react-native';
import {WalmartRefreshControl} from '../../../src/home/components/Walmart... | test: refactor refreshcontrol tests | test: refactor refreshcontrol tests
|
bb479196ac1acd460860130cc2b8a255b3b75f69 | --- packages/allspark-foundation/__mocks__/@react-navigation/native.js
@@ -15,6 +15,7 @@ module.exports = {
StackRouter: jest.fn(),
CommonActions: {
navigate: jest.fn(),
+ navigateDeprecated: jest.fn(),
},
StackActions: jest.fn(),
DrawerActions: {
--- packages/allspark-foundation/__tests__/Navi... | feat: v6.x compatible navigate actions to go back in stack navigator | feat: v6.x compatible navigate actions to go back in stack navigator
|
262eb82cbde0184f865196b752a3abb7186c55fe | --- packages/allspark-foundation/src/Components/Hub/TeamSwitcher/index.tsx
@@ -24,6 +24,14 @@ export const TeamSwitcher = ({ teamData = [] }: TeamSwitcherProps) => {
const handleAddEditPress = () => console.log('Add/Edit button pressed');
const keyExtractor = (item: TeamSwitcherTypes) => item.teamLabel;
+ cons... | feat(ui): update team switcher empty function | feat(ui): update team switcher empty function
|
2a119f5abdde1a1cd8f694639d4cd9af2b8f99b9 | --- src/components/TeamList.tsx
@@ -112,8 +112,8 @@ const teamIconMap = {
const TeamItem = (props: {
teamId: string;
- clockedInCount?: number | null | undefined;
- absentCount?: number | null | undefined;
+ clockedInCount?: number | null;
+ absentCount?: number | null;
canMessage?: boolean;
style?: Sty... | Adding requested PR changes | Adding requested PR changes
|
6e324a01c4a6a66bc6aa4bcf7d719c5ac29a91f7 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.6",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.5",
- "@walmart/copilot-mini-app": "^2.2.5",
+ "@walmart/copilot-mini-app": "^2.2.6",
"@walmart/core-services": "~2.... | chore: bump copilot @2.2.6 | chore: bump copilot @2.2.6
|
abf463649a14a8121781242c12b44572c5b36d4c | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.26.4",
+ "@walmart/copilot-mini-app": "3.26.4",
"@walmart/core-services": "... | Updated taskit version | Updated taskit version
|
44c354f98dffd58a4fff982f3282395c583f8673 | --- .npmrc
@@ -1,7 +0,0 @@
-registry=https://npme.walmart.com/
-no_proxy=https://npme.walmart.com/
-proxy=http://sysproxy.wal-mart.com:8080
-https-proxy=http://sysproxy.wal-mart.com:8080
-strict-ssl=false
-# legacy-peer-deps=true
-no_proxy=walmart.api.crowdin.com,.wal-mart.com,.walmart.net,.walmart.com,localhost,127.0.... | fix(ui): remove the .npmrc file | fix(ui): remove the .npmrc file
|
8bfcee6fa24d0d5dfaeeaec61f3262d8a864f379 | --- packages/core-services-allspark/src/graphql/links.ts
@@ -71,7 +71,9 @@ export const createErrorLoggerLink = (logger: IAllsparkLogger) =>
export const athenaUriLink = new ApolloLink((operation, forward) => {
operation.setContext({
- uri: `/${operation.operationName}/${generateQueryHash(operation.query)}`,
+... | fix: add graphql to athena uri extension | fix: add graphql to athena uri extension
|
06a9841bfc7f65158b1f78a6bc8ff2fb6c494b6c | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.74",
"@walmart/attendance-mini-app": "0.86.0",
- "@walmart/compass-sdk-rn": "3.16.1",
+ "@walmart/compass-sdk-rn": "3.16.17",
"@walmart/config-compone... | dsl bug fixes | dsl bug fixes
|
913af515ef745b9184e847b87458923630239562 | --- ios/Podfile.lock
@@ -935,7 +935,7 @@ SPEC CHECKSUMS:
GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
glog: 5337263514dd6f09803962437687240c5dc39aa4
GoogleAppMeasurement: 6b6a08fd9c71f4dbc89e0e812acca81d797aa342
- GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
+ GoogleDataTransport: ... | fix: ptt package version update (SMDV-2821) | fix: ptt package version update (SMDV-2821)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.