commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
a3000daafe9df359f26f3a628ae5d93b6d5abc26 | --- src/screens/MessagesScreen.tsx
@@ -284,7 +284,11 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
recipients: [],
channelType: channelTypes.STORE_ALL,
};
- } else if (channelPath.includes(viewerTeamId) && !isNil(viewerTeamId)) {
+ } else if (
+ !isEmpty(view... | update notification recipients function | update notification recipients function
|
0a429e738f55352229611bd074416820e1102e71 | --- package-lock.json
@@ -5366,11 +5366,11 @@
"@walmart/counts-component-miniapp": ">=0.0.21",
"@walmart/functional-components": ">=2.0.6",
"@walmart/gtp-shared-components": ">=2.0.2",
- "@walmart/ims-print-services-ui": ">=2.0.1",
+ "@walmart/ims-print-services-ui": ">=2.0.6",
... | Bump PC & item info version - drop 10 | Bump PC & item info version - drop 10
|
c4d0bcd8ba4f74d9a19b0f315c2058bc029ef120 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.3.0-alpha.7",
+ "version": "3.4.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): new version for drop 34 | feat(ui): new version for drop 34
|
a5f87169076d490c11eee254df8d455c37a5e1f7 | --- targets/US/package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
"@walmart/metrics-mini-app": "1.24.4",
- "@walmart/mod-flex-mini-app": "1.21.6",
+ "@walmart/mod-flex-mini-app": "1.22.0",
"@walmart/moment-walmart":... | modflex drop 26 bugs | modflex drop 26 bugs
|
e7115a81e704a27c920acce93f16d7231f4e8c58 | --- src/hooks/roster.ts
@@ -24,6 +24,8 @@ export const useDailyRoster = () => {
},
errorPolicy: 'all',
notifyOnNetworkStatusChange: true,
+ fetchPolicy: 'network-only', // For the first query execution
+ nextFetchPolicy: 'cache-and-network', // For the subsequent query execution
skip: !storeId... | update fetch policy | update fetch policy
|
b8222edf6afc7379bb9a9e52b87534e0088f8f86 | --- package.json
@@ -94,7 +94,7 @@
"@walmart/financial-wellbeing-feature-app": "1.0.64",
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
- "@walmart/gtp-shared-components": "^2.0.0",
+ "@walmart/gtp-shared-components": "^2.0.2",
"@walmart/impersonati... | Update package.json | Update package.json |
5c86317f1a43c7a1648a20daafde3d8122970257 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/financial-wellbeing-feature-app": "1.1.2",
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.16",
- "@walmart/gtp-shared-components": "2.0.2",
+ "@walmart/gtp-shared-components": "2.0.3",
... | Up GTP to 2.0.3 | Up GTP to 2.0.3
|
74b3a815323ebb0e0fb15e4d3215d0cb4f4f0f05 | --- packages/allspark-foundation/src/HubFeature/Hooks/useUserPreferences.ts
@@ -46,6 +46,7 @@ export const useUserPreferences = (
win: win as string,
},
skip: userPreferenceInput.length > 0,
+ fetchPolicy: 'cache-and-network',
onCompleted: (response: any) => {
const transformedTeamData =... | Adding query updates | Adding query updates
|
ae3e4f9884945da87cb56b29ae2de1a346d80a4b | --- __tests__/core/analyticsInitTest.ts
@@ -1,9 +1,14 @@
import {all, takeLatest, call, select} from 'redux-saga/effects';
+import {sha256} from 'react-native-sha256';
jest.mock('@walmart/redux-store', () => ({
addSagas: jest.fn(),
}));
+jest.mock('react-native-sha256', () => ({
+ sha256: jest.fn((x) => x),
... | correcting store number in user info for splunk; hashing userid for s… (#299) | correcting store number in user info for splunk; hashing userid for s… (#299)
* correcting store number in user info for splunk; hashing userid for splunk and firebase
* adding more fields to user |
141bbe85383dc4411112d532e108946d99660133 | --- package.json
@@ -99,7 +99,7 @@
"@walmart/mod-flex-mini-app": "1.1.2",
"@walmart/moment-walmart": "1.0.4",
"@walmart/payrollsolution_miniapp": "0.126.3",
- "@walmart/price-changes-mini-app": "^1.4.9",
+ "@walmart/price-changes-mini-app": "1.4.9",
"@walmart/profile-feature-app": "0.0.46",
... | remove ^ from version | remove ^ from version
|
041dc1964e4e0b688c1db80ad8ac051e8de5a9c1 | --- package-lock.json
@@ -4498,9 +4498,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.10.0",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.10.0.tgz",
- "integrity": "sha512-wRGcThO3jUgmOVGVhmA1jCB0FqXzmNnB+zoQfxMRJpkF7i1t/hVe99O5AkoFE9qrTQD... | Version upgrade | Version upgrade
|
86ad5e4545f36c3a679da860c94e4a1d6a046d21 | --- package.json
@@ -36,7 +36,7 @@
"@react-navigation/stack": "^5.9.0",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@types/lodash": "^4.14.159",
- "@walmart/allspark-home-mini-app": "0.0.9",
+ "@walmart/allspark-home-mini-app": "0.0.10",
"@walmart/ask-sam-mini-app": "^0.6.4",
"@w... | Updated home mini app version | Updated home mini app version
To import clock widget
|
ad932077ed373bdff3836f76265c789fa2a14299 | --- src/hooks/roster.ts
@@ -42,9 +42,9 @@ export const useSupplyChainShifts = () => {
},
skip: !isSiteDc,
errorPolicy: 'all',
- notifyOnNetworkStatusChange: true,
- fetchPolicy: 'cache-first',
- nextFetchPolicy: 'cache-and-network',
+ notifyOnNetworkStatusChange: false, // Prevent unnecessary... | feat(ui): update performance | feat(ui): update performance
|
df887344f0d6d143d0164dc0351292e6d4ddf9e3 | --- __tests__/__mocks__/@walmart/allspark-foundation/Components.js
@@ -1,8 +1,10 @@
module.exports = {
- AllsparkComponentContainers: {
- add: jest.fn(),
- Component: jest.fn().mockReturnValue(Children => <>{Children}</>),
- Layout: jest.fn().mockReturnValue(Children => <>{Children}</>),
- create: jest.fn... | feat(ui): update allspark component container | feat(ui): update allspark component container
|
b965f66ea03bc10ef91d43eab0343fb4f0842181 | --- package-lock.json
@@ -3187,25 +3187,16 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.2.6",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-c... | Fixed tor translation regression | Fixed tor translation regression
|
2d994ea3388c672aef7deb9287686752041a96ca | --- package.json
@@ -117,7 +117,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.1",
"@walmart/receipt-check-miniapp": "1.12.3",
- "@walmart/redux-store": "3.1.5",
+ "@walmart/redux-store": "3.4.0",
"@walmart/returns-mini-app": "0.13.3",
"@walmart/sc... | signout message | signout message
|
08f17f3b2ff729889518141df2ac662c0482447f | --- plugins/withRealm.ts
@@ -43,26 +43,6 @@ const withRealm: ConfigPlugin = (config) => {
return config;
});
- config = withDangerousMod(config, [
- "ios",
- async (config) => {
- const file = path.join(config.modRequest.platformProjectRoot, "Podfile");
-
- const contents = await promises.rea... | fix: remove Realm pod specification from realm config plugin | fix: remove Realm pod specification from realm config plugin
|
40cc1d2d101213ed02a1effbcf31ec01569bb646 | --- .looper.yml
@@ -25,9 +25,9 @@ triggers:
- manual:
name: Publish All
call: publishAll
- # - manual:
- # name: Publish Patch
- # call: publishPatch
+ - manual:
+ name: Publish Patch
+ call: publishPatch
# - manual:
# name: Publish Minor
# call: publishMinor
| Chore: turn on patch publish | Chore: turn on patch publish
|
32f7b44a1ef21156467297efdbb5234aa0fd62e1 | --- __tests__/auth/ErrorScreenTest.tsx
@@ -90,8 +90,8 @@ describe('ErrorScreen', () => {
interactionTask();
expect(mockNavigation.navigate).toHaveBeenCalledWith('Core.Toast', {
- message: 'welcome.errorRegisteredText',
- dismissText: 'welcome.gotIt',
+ message: 'welcomeScreen.errorRegisteredT... | fix translation | fix translation
|
1a4defa75341bf4f88093882673400e5c21e9a29 | --- package.json
@@ -269,4 +269,4 @@
"engines": {
"node": ">=18"
}
-}
\ No newline at end of file
+}
--- 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-m... | fix: package update | fix: package update
|
6d0e6db6f68105255a4feb2376ac9da653a28d03 | --- packages/my-walmart-hub/src/TeamSwitcher/Components/ModalHeader/style.ts
@@ -35,7 +35,7 @@
*/
import { colors } from '@walmart/gtp-shared-components-3';
-import { Platform, StyleSheet } from 'react-native';
+import { StyleSheet } from 'react-native';
/**
* StyleSheet for ModalHeader component
@@ -43,6 +43... | fix(ui): modal horizontal padding issue (#546) | fix(ui): modal horizontal padding issue (#546)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
432bd348b3d1de673cff3bc4825603c79dae41df | --- package-lock.json
@@ -5201,9 +5201,9 @@
}
},
"@walmart/iteminfo-mini-app": {
- "version": "5.0.4",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mini-app-5.0.4.tgz",
- "integrity": "sha512-MRrLyZSKM4PzIBGfjaCP2cYYkUYi8Lfd3lABQqTFe9IJDC8lXYhppjM2TTmWnic... | item info version bump - quick fix | item info version bump - quick fix
|
75f35f7cf649f8bc457f4b153d048ceedae3e0f4 | --- src/managerExperience/components/RosterMessageButton/RosterMessageButton.tsx
@@ -6,10 +6,10 @@ import {RosterMessageButtonProps} from './types';
import {textingMethods} from '@walmart/wmconnect-mini-app';
import {useGetRosterByTeam} from '../../../hooks';
import {useTranslation} from 'react-i18next';
-import {MA... | feat: updated roster button translation import | feat: updated roster button translation import
|
539466f74a0499a79424f461b63b0058ae438886 | --- src/components/AssociateRosterItem/index.tsx
@@ -36,7 +36,7 @@ import {useDispatch} from 'react-redux';
import {rosterSlice} from '../../redux/reducer';
import {storeAssociateName} from '../../utils/recentSearchHistory';
import {ClockStatusIndicator} from '../ActionButton/ClockStatusIndicator';
-import {useStart... | update method call | update method call
|
83fd938cbd3bc87ec83c4f57fa3bd70098ad09d7 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -396,6 +396,7 @@
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
+... | Scanner3: Update scanner3 version | Scanner3: Update scanner3 version
Phase2 implementation of UI and sdk update
|
ca2c88ee5b9f3aba2cbf60b09a53b544cbc7465c | --- package.json
@@ -144,7 +144,7 @@
"@walmart/returns-mini-app": "4.17.0",
"@walmart/rfid-scan-mini-app": "2.10.4",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.4.86",
+ "@walmart/rn-receiving-mini-app": "2.4.97",
"@walmart/roster-mini-app": "2.38.1",
... | Feature/receiving-version-bump (#4304) (#4354) | Feature/receiving-version-bump (#4304) (#4354)
* chore: bump receiving@2.4.89
* ura version bump
* chore: bump receiving @ 2.4.93
* fix: header title fix
* fix: receiving bottomsheet autohide fix on report damage
* fix: subsequent store pallet to receive when rcd is enabled
* fix: keyboard fix to han... |
d1fa198e8278158d3e9249fd3d11347d4a744e88 | --- packages/allspark-authentication/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.
+## [2.0.8](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/alls... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-authentication@2.0.8
- @walmart/allspark-foundation@2.2.3
- @walmart/allspark-utils@1.6.2
- @walmart/me-at-walmart-container@2.0.3
|
acd33c8685b6b953560fc270a6f0398342ae207e | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.238.0-rc.1",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.238.0-rc.1.tgz",
- "integrity": "sha512-OkLJQ/SffaYA//r2qu8gR6DdAbqLlw6rLE8UrZaYwDeHGPOs360R8XD... | upgrading taskit version | upgrading taskit version
|
c31e537ebc3285f2c18acf994ee0eef5cfb3afb1 | --- packages/me-at-walmart-container/__tests__/http/interceptors/addImpersonation.test.ts
@@ -1,13 +1,6 @@
+import { ImpersonationUser, User, UserActionCreators, UserActionTypes } from '@walmart/allspark-foundation/User';
import { ImpersonationInterceptor } from '../../../src/http/interceptors/addImpersonation';
-cons... | chore: fix test | chore: fix test
|
9f7d540a02081535696203060571c030acb91908 | --- packages/allspark-foundation/src/Container/README.md
@@ -1,4 +1,4 @@
-# AllsparkContainer
+# Allspark Container
An AllsparkContainer acts as the provider for a set of AllsparkFeatures. It sets the implementation of [dynamic allspark services]() and configures [static allspark services](). Features inherit these ... | Update README.md | Update README.md |
0061875151c4544600d70c6772182fb2f878f987 | --- packages/redux-store/src/selectors/index.ts
@@ -2,6 +2,7 @@ import { AuthSelectors as AllsparkAuthSelectors } from '@walmart/allspark-founda
import { ConfigSelectors } from '@walmart/allspark-foundation/Config';
import { ClockSelectors } from '@walmart/allspark-foundation/Clock';
import { DeviceSelectors } from ... | fix: add missing user utils for backwards compat | fix: add missing user utils for backwards compat
|
7caef82c2082f741fbf6cc83db23479c779657ab | --- graphql.yml
@@ -82,7 +82,7 @@ applications:
tags:
- 'v1'
- name: 'getForYouHeaderAssociateDetails'
- hash: '52a5cdfe9b5ada9bb5680871d8994f241b839dcab30386c26aabba3676f45a36'
+ hash: '9244edf9721b70deda9307897c504e579832425c806619f9934f7d2d703bd1d2'
... | feat(graphql): fix hash | feat(graphql): fix hash
|
431bcaa01da7fba9869f677530867ddae19a1e44 | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -87,7 +87,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [
clockCheckEnabled: true,
},
{
- featureId: 'sfo',
+ featureId: 'FeaturesLanding',//RECHECK
name: 'StoreFeatureOrders',
component: StoreFeatureOrder... | ALLSPARK-4175: Changed the featureIds to match megaNav | ALLSPARK-4175: Changed the featureIds to match megaNav
|
b7242ba5043b384a7b40ed8a1f38dd35d0ceb432 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.6.4",
+ "version": "3.6.5",
"main": "dist/index.js",
"files": [
"dist",
@@ -92,9 +92,9 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native... | feat(ui): update my team mini app versions | feat(ui): update my team mini app versions
|
93a36d2447fde26d2973d466333f73d8405e54da | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 915
- versionName "1.15.2"
+ versionCode 916
+ ve... | Version change to 1.15.3 | Version change to 1.15.3
|
6a82d2b232bd9c9d82e36abc533fc11b3b585065 | --- packages/allspark-foundation-hub/__tests__/SiteHub/__snapshots__/SiteHubDashboard.test.tsx.snap
@@ -342,86 +342,7 @@ exports[`SiteHubDashboard Test 2: renders TeamOnboardingScreen if showOnboarding
</View>
</View>
<RCTScrollView
- ListEmptyComponent={
- <View
- ... | feat(ui): updated snaps | feat(ui): updated snaps
|
a6ebda47263b096accd140fe8432610b7fd1760f | --- packages/celebration-mini-app-graphql/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.8.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.12.0
- @walmart/celebration-mini-app-graphql@1.8.0
|
896a5ef007dccdacbb57d55e1eadc333d73d1e39 | --- .yarn/patches/@walmart-mod-flex-mini-app-npm-1.30.3-700538609c.patch
@@ -1,24 +0,0 @@
-diff --git a/dist/hooks/operations/useFabAnimationButton.js b/dist/hooks/operations/useFabAnimationButton.js
-index 23a1312442362ce7e31fda9e748d3cf5ebae5ddb..f80673af48771bf8579f1777ec0735e40824f5ef 100644
---- a/dist/hooks/opera... | feat(mod-flex-mini-app): INNODELOC-16475 ModFlex drop 35 version bump (#4981) | feat(mod-flex-mini-app): INNODELOC-16475 ModFlex drop 35 version bump (#4981)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
a19826bbeb2c993b561788c813818e8d3da11e78 | --- package-lock.json
@@ -1935,9 +1935,9 @@
"integrity": "sha512-iTkDEL7GeYYS8laso4ECQ7DyHgBxnJh/uP5PJNQMHZyKb8niIwIwb19HFLuGBVRa9vZIjTz7mChSydbIn4KV0w=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.0.25",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | PTT Version upgrade (#131) | PTT Version upgrade (#131)
* PTT version upgrade
* PT version update |
47683700e0108b049b594c4256b946e9702c9cee | --- android/app/build.gradle
@@ -153,8 +153,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 895
- versionName "1.8.5"
+ versionCode 896
+ ver... | version bump to 1.8.6 | version bump to 1.8.6
|
975bd46b334a391336c9e77baef85d7c7ba22765 | --- package-lock.json
@@ -5302,9 +5302,9 @@
}
},
"@walmart/iteminfo-mini-app": {
- "version": "5.0.10",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mini-app-5.0.10.tgz",
- "integrity": "sha512-xtXiu7nFhsYnespV9dC6yPvkjNi8mXBUEgpL5cVo+NVqvYb6NBKiI75+zMP7L... | package lock | package lock
|
8f106f122b6bcbaee21aaf69c011d547791bc5c2 | --- src/translations/en-US.ts
@@ -14,6 +14,7 @@ export const enUS = {
'@walmart/impersonation-mini-app': 'Impersonation',
'@walmart/inbox-mini-app': 'Inbox',
'@walmart/iteminfo-mini-app': 'Item information',
+ '@walmart/me-field-mini-app': 'Learning',
'@walmart/manager-approvals-miniapp': 'Manage... | updating as per alphabetic order | updating as per alphabetic order
|
ced179f81ef4c9120456ab990e85b67eb29ca766 | --- src/biometrics/BiometricSagas.ts
@@ -1,7 +1,7 @@
/* eslint-disable curly */
import {AppState} from 'react-native';
import {call, take, put, takeLatest, select} from 'redux-saga/effects';
-import Biometrics from 'react-native-biometrics';
+import Biometrics, {BiometryType} from 'react-native-biometrics';
import ... | TS fixes | TS fixes
|
9fe012b623d8ee1bcc77eef469a2066dda4da1ab | --- packages/roster-mini-app/src/Translations/locales/en-US.json
@@ -1,5 +1,5 @@
{
- "allTeams.title": "All teams",
+ "allTeams.title": "All Teams",
"common.retry": "Retry",
"hourlyRosterWidget.messageButton": "Message",
"hourlyRosterWidget.placeholderText": "Search",
| feat: update translation file | feat: update translation file
|
1c81c65e601d472ad56c4ccd5392386af0c713be | --- packages/allspark-foundation-hub/src/SupplyChain/Components/EditSavedTeams/EditSavedTeams.tsx
@@ -113,14 +113,11 @@ const EditSavedTeams = ({ handleEdit }: { handleEdit: () => void }) => {
);
const handleEditTeamSelection = useCallback(() => {
- teamSelectionTelemetry.logEvent(
- 'supplychain_select... | Reducing characters | Reducing characters
|
3c6966151400b6d21ed6635b019c789054a6683d | --- .looper-pr.yml
@@ -8,7 +8,7 @@ tools:
flows:
npm-install:
- (name Enable Corepack) corepack enable
- - (name Yarn Set Version) yarn set version 4.1.1
+ - (name Yarn Set Version) yarn set version 4.4.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- (name Test ... | Update looper yml | Update looper yml
|
6a6678c7fcbf459bb97b3471a4134836d078907b | --- packages/allspark-foundation/src/HubFeature/Onboarding/TeamSelection/Component/SelectionBannerFooterButtons.tsx
@@ -12,6 +12,7 @@ import { useAllsparkTranslation } from '../../../../Translation';
export const SelectionBannerFooterButtons = ({
onCancelButtonPress,
onSaveButtonPress,
+ isLoading,
}: FooterBu... | Adding spinner on save teams button | Adding spinner on save teams button
|
8ba6135869accfeb6d557705e3ebbbae1a7a6700 | --- package-lock.json
@@ -4137,9 +4137,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.19",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.19.tgz",
- "integrity": "sha512-f2P4lXGm/8LlNyRRqRnLZ9sVhJa/IFmDOCRDSN1vPt4DpH... | bumping latest version of home and metrics | bumping latest version of home and metrics
|
abfddc1591b440cada33f6fccd451ab5fe13d9ec | --- src/channels/provider.tsx
@@ -100,6 +100,7 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
} else {
teamChannelDoc.update({
participants: firestore.FieldValue.arrayUnion(viewerId),
+ lastMessageTime: firestore.FieldValue.serverTimestamp(),
... | default store channel update | default store channel update
|
889e559d81fede8e793c60ef143a9e4c3b9976b1 | --- src/utils/ClockStatusEnum.ts
@@ -0,0 +1,7 @@
+export enum ClockStatusEnum {
+ clockedIn = 1,
+ clockedOut = 2,
+ mealStart = 5,
+ mealEnd = 6,
+ unknown = 9,
+}
--- src/utils/user.ts
@@ -2,6 +2,7 @@ import {encryptUserId as baseEncryptUserId} from '@walmart/allspark-utils';
import CryptoJS from 'crypto-js';... | update clocked in check | update clocked in check
|
9fc176de1828e4d7959260056a91db44bf465b9c | --- core/src/termsOfUse/translations.ts
@@ -7,5 +7,5 @@ export const enUS = {
export const esMX = {
terms_of_use: 'Condiciones de uso',
iAgree: 'Estoy de acuerdo',
- loading: 'Loading Terms of Use',
+ loading: 'Cargando Condiciones de Uso',
};
| feat: terms of use spanish translation | feat: terms of use spanish translation
|
f3787bea9b7c74151979a3c6b82072103406581d | --- package-lock.json
@@ -4458,9 +4458,9 @@
"integrity": "sha512-+nkW3a+BJZlD+x/AXnNSLj66kf5rKSBNAtosz7LvWHuv+7VrtIDYwP/uoe8j5uneO4AJZpOHCIdEEGHYXOte4A=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.6.6",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-... | SA-132 updating Shelf Availability | SA-132 updating Shelf Availability
|
2f31e68ec4da2792c15f3c67ce0f25d8074df801 | --- package.json
@@ -123,7 +123,7 @@
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
"@walmart/taskit-mini-app": "2.34.6",
- "@walmart/time-clock-mini-app": "2.111.0",
+ "@walmart/time-clock-mini-app": "2.111.1",
"@walmart/topstock-mini-app": "1.0.6",
... | update tcma to 2.111.1 | update tcma to 2.111.1 |
796d1e54b65681a9309decbacbac5ba57e2cfdaf | --- package-lock.json
@@ -71,7 +71,7 @@
"@walmart/mod-flex-mini-app": "1.14.6",
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.0.14",
- "@walmart/myteam-mini-app": "1.0.10",
+ "@walmart/myteam-mini-app": "1.0.12",
"@walmart/onewalmart-mi... | Update texting mini app version | Update texting mini app version
|
e4b3cbbb6eb3f737a724eb73a8fb536cff487651 | --- android/app/src/main/AndroidManifest.xml
@@ -35,11 +35,11 @@
tools:replace="android:allowBackup"
android:extractNativeLibs="true">
- <!-- disables automatic screen tracking -->
- <meta-data
+ <!-- disables automatic screen tracking; removing for now due to an issue: https://gith... | turning on automatic screen tracking for android | turning on automatic screen tracking for android
|
52019b9a1bf2c80a90d03b8c65a58071624e3d0a | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx
@@ -42,7 +42,7 @@ export const TeamShiftSwitcher = ({
useState(fullTeamAndShiftText);
const TeamImage = useAllsparkImage();
- const imageInfo = Images[teamId] ?? Images['0000000'];
+ const imag... | feat(ui): more style fixes | feat(ui): more style fixes
|
f6166f56dab60399ce4bc9ada935b9dde0c14c3b | --- package-lock.json
@@ -62,8 +62,8 @@
"@walmart/mod-flex-mini-app": "1.3.15",
"@walmart/moment-walmart": "1.0.4",
"@walmart/OneWalmart-MiniApp": "1.0.12",
- "@walmart/pay-stub-miniapp": "0.9.7",
- "@walmart/payrollsolution_miniapp": "0.130.14",
+ "@walmart/pay-stub-mini... | bump version | bump version
|
c2cc17b7396d4d28febeb8d62b4a18fcd99b9182 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts
@@ -11,6 +11,7 @@ export const enUS = {
title: 'Pick your shift',
subText:
'Shift A1 is selected by default, but you can change it at any time.',
+ mandatoryShiftError: 'Select at least one shift to continue.',
},
};
... | Adding translations into translation files | Adding translations into translation files
|
a1915ae015898a8f616aacdb94175e2e7336d2dc | --- .looper-pr.yml
@@ -29,4 +29,3 @@ envs:
AUTHOR: temp
SLACK_CHANNEL: 'smdv-miniapp'
-
| fix(ui): update looper | fix(ui): update looper
|
7a5a48024151222fba22254a5aeb8ca07283d293 | --- package-lock.json
@@ -3397,9 +3397,9 @@
}
},
"@walmart/manager-approvals-miniapp": {
- "version": "0.0.54",
- "resolved": "https://npme.walmart.com/@walmart/manager-approvals-miniapp/-/manager-approvals-miniapp-0.0.54.tgz",
- "integrity": "sha512-yvxZLCMLW2s/4LXbMDhluvgAu8S8QwIqdZNmJ... | MA version bump | MA version bump
|
a6028c7dbd72a4eb3733627c2e60554085c704d3 | --- packages/allspark-foundation/__tests__/Work/redux.test.tsx
@@ -1,13 +1,23 @@
-import {WorkActions, WorkActionTypes, WorkSelectors} from '../../src/Work'
+import { WorkActions, WorkSelectors } from '../../src/Work';
describe('WorkActions', () => {
- test('foo', () => expect(true).toBeTruthy())
-})
-describe('Wor... | fix: write work actions tests DWORK-6097 | fix: write work actions tests DWORK-6097
|
c0251ad26f3b7edcf95084764694190a35279669 | --- .looper.yml
@@ -25,3 +25,4 @@ flows:
- yarn install
- yarn run lint
- yarn run coverage
+
| chore(ui): update celebration widget | chore(ui): update celebration widget
|
5aa7473265dbcd42fd71aaf9eb8fccfca3861e22 | --- src/components/AssociateRosterItem/index.tsx
@@ -35,7 +35,7 @@ import {styles} from './style';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../../translations';
import {messageButtonEnabled, pushToTalkEnabled} from '../../redux/selectors';
-
+import {TouchableOpacity} from ... | Fixed style for tags and added null and undefined checks | Fixed style for tags and added null and undefined checks
|
e6c0d801619673c173aa7860e25aa57751200f2c | --- package.json
@@ -150,7 +150,7 @@
"@walmart/react-native-webex-sdk": "0.9.20",
"@walmart/receipt-check-miniapp": "1.34.4",
"@walmart/redux-store": "~6.3.28",
- "@walmart/returns-mini-app": "4.17.12",
+ "@walmart/returns-mini-app": "4.17.16",
"@walmart/rfid-scan-mini-app": "2.14.3",
"@w... | fix(ui): fix for printer bug consumer id change (#4906) | fix(ui): fix for printer bug consumer id change (#4906)
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
ffc83df3573adc77791a7341463ce4056e20a620 | --- package-lock.json
@@ -5336,9 +5336,9 @@
"integrity": "sha512-7d62eBeJoUnnl5KOoDe+aOxU7C6VpkCM7Bl5iRgg1TMMqmUDM8iI2YDPRppU7hBr134Zbl5aVEGyR/IBQrPRxA=="
},
"@walmart/me-field-mini-app": {
- "version": "1.1.24",
- "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi... | bumping learning miniapp version and removing other package-lock changes | bumping learning miniapp version and removing other package-lock changes
|
04a68bce016e170e2a1d4c950d3fe88fdd39dbdd | --- __tests__/components/__snapshots__/TeamSearchInput.test.tsx.snap
@@ -83,6 +83,7 @@ exports[`TeamSearchInput should call handleChange when text changes 1`] = `
/>
</View>
<TextInput
+ accessibilityLabel="Search associates by name"
onChangeText={[Function]}
placeholder="Search associates by na... | fix(roster): add persistent accessibilityLabel to search input for VoiceOver support | fix(roster): add persistent accessibilityLabel to search input for VoiceOver support
- Fixes SMDV-7789: Search field loses label when text entered
- Add persistent accessibilityLabel to TextInput component
- Ensures label remains available to screen readers when field contains text
- Meets WCAG 2.1 Level A standard 4.... |
ce50ca891c35b0cbcd3bfb9b7e659273e4cb8870 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "2.43.0",
+ "version": "3.1.0",
"main": "dist/index.js",
"files": [
"dist",
| chore(ui): update wmconnect versionto latest | chore(ui): update wmconnect versionto latest
|
e46c561a160b991f7e6ca19b7ad148f7a8020fcf | --- 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.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.327",
+ "@walmart/rn-receiving-mini-app": "2.3.332",
"@walmart/roster-mini-app": "2.9.0",
... | URA 2.3.332 version update | URA 2.3.332 version update
|
14a74977d8a17601ce7da4cb54be95fdcd8561d8 | --- package-lock.json
@@ -78,12 +78,12 @@
"@walmart/metrics-mini-app": "0.21.2",
"@walmart/mod-flex-mini-app": "1.17.5",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "0.1.4",
+ "@walmart/money-auth-shared-components": "0.1.6",
"@walmart... | bump version | bump version
|
cb0c2ba89693cbbc19ca08209f2a3afedac159a5 | --- packages/me-at-walmart-container/src/index.tsx
@@ -4,7 +4,7 @@ import { MeAtWalmartHttpConfig } from './http';
import { MeAtWalmartGraphQLConfig } from './graphql';
import { IMeAtWalmartEnvironment, MeAtWalmartEnvironment } from './environment';
import { MeAtWalmartReduxConfig } from './redux';
-import { MeAtWal... | feat: add option for setup component in AllsparkContainer. add setup component for Me@ container. | feat: add option for setup component in AllsparkContainer. add setup component for Me@ container.
|
f8178b2042ced3791669f129013691940a0595cd | --- android/app/build.gradle
@@ -441,9 +441,4 @@ android {
}
}
-// Fixes "Duplicate class found in modules" error during build
-configurations.implementation.exclude(group: 'com.google.firebase', module: 'protolite-well-known-types')
-configurations.implementation.exclude(group: 'com.google.protobuf', module: '... | review changes | review changes
|
8a3caa589939def16fc8c8b2969389f8bef9f737 | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.6",
"@walmart/ims-print-services-ui": "2.7.1",
"@walmart/inbox-mini-app": "0.88.9",
- "@walmart/iteminfo-mini-app": "7.7.2",
+ "@walmart/iteminfo-mini-app": "7.7.3",
"@walmart/manager-appro... | bump up iteminfo version for drop 17 | bump up iteminfo version for drop 17
|
f099f86dc6ee8cc33f1e5902c58c328437d3748b | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -486,6 +486,7 @@
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditBarcodeCapture/ScanditBarcodeCapture.framework/ScanditBarcodeCapture",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/ScanditCaptureCore/ScanditCaptureCore.framework/ScanditCaptureCore",
"${PODS_XCFRAMEWORKS_BUILD_DIR}... | update podfile lock | update podfile lock
|
ffefec663a5d66a02bb9946efbe42eb038f8e1c2 | --- package-lock.json
@@ -37,7 +37,7 @@
"@terrylinla/react-native-sketch-canvas": "0.8.0",
"@walmart/allspark-graphql-client": "^1.4.5",
"@walmart/allspark-neon-core": "0.1.31",
- "@walmart/amp-mini-app": "1.1.59",
+ "@walmart/amp-mini-app": "1.1.66",
"@walmart/ask-sam-... | AMP version bump | AMP version bump
|
71da07c18c9eb5c2250504846f3bff1ce579a495 | --- __tests__/hooks/firestore.test.ts
@@ -0,0 +1,115 @@
+import React from 'react';
+import { renderHook } from '@testing-library/react-hooks';
+import { useEnvironment } from '@walmart/allspark-foundation/Environment';
+import { useFirestore, getFirestoreInstance } from '../../src/hooks/firestore';
+
+// Define consta... | test(ui): usefirestore test | test(ui): usefirestore test
|
7c2de8d601a258ac77731de22c68fa337d772934 | --- src/hooks/teams.ts
@@ -131,7 +131,6 @@ export const useGetTeamsByStore = () => {
siteNbr: storeNbr!,
date: moment().format('YYYY-MM-DD'),
countryCode: countryCode!,
- includeManagement: true,
},
skip: !storeNbr || !countryCode,
notifyOnNetworkStatusChange: true,
| feat(ui): lint fix | feat(ui): lint fix
|
144acfb033ff30cd083fb10d97282ec71334e0f2 | --- package-lock.json
@@ -3138,9 +3138,9 @@
"integrity": "sha512-Nw48GsUKz2HkFr1qjavFld2pryaG9Jzn/QPT9C/xk7UgxTs4UeCmSJEZ99oLeSIV3TA9rgAH8dThkqzwmjP6ew=="
},
"@walmart/iteminfo-mini-app": {
- "version": "1.0.11",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi... | iteminfo 1.0.12 removing drawer changes in this PR | iteminfo 1.0.12 removing drawer changes in this PR
|
74941475407a50e599cf282294fbbf51031fa415 | --- __tests__/settings/__snapshots__/ToggleSettingTest.tsx.snap
@@ -47,7 +47,7 @@ exports[`ToggleSetting renders correctly while loading 1`] = `
"marginTop": 20,
}
}
- size="small"
+ size="medium"
>
Setting is off
</Body>
@@ -103,7 +103,7 @@ exports[`ToggleSetting renders correctly... | Update font size. | Update font size.
|
5bcaf2faaebe77ede5069a76b2b200d9e6f0a798 | --- package-lock.json
@@ -3499,9 +3499,9 @@
"integrity": "sha512-xXCe5sJeytOO9HAKLaTiQQMzomfUS2wUP6ICLYv9BGtdJUDmoKNT7aFYeRDGPgvPvkc1A8oFrqJIrOshjLnxSg=="
},
"@walmart/react-native-sumo-sdk": {
- "version": "2.0.0-beta-7",
- "resolved": "https://npme.walmart.com/@walmart/react-native-sumo-sdk... | Updating sumo plugin | Updating sumo plugin
|
cf471fb255b499384a6f1f571ead1549a9e75ec8 | --- packages/expo-config-plugins/src/index.ts
@@ -56,6 +56,7 @@ export default function getPlugins(additionalPlugins?: additionalPlugins[]) {
moduleBasePath + 'withReactNativePermissions',
['Camera', 'LocationWhenInUse', 'Notifications'],
],
+ moduleBasePath + 'withReactNativeScanner',
module... | chore(sync): ALLSPARK-5806 exported reactNativeScanner (#201) | chore(sync): ALLSPARK-5806 exported reactNativeScanner (#201)
|
6dce1fac0e12076043b1b7283cba39baee6222ad | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
"@walmart/metrics-mini-app": "0.9.44",
- "@walmart/mod-flex-mini-app": "1.6.2",
+ "@walmart/mod-flex-mini-app": "1.6.3",
"@walmart/moment-walma... | updating modflex version 1.6.3 | updating modflex version 1.6.3
|
fcb3256f81fea6c42b93ea496ab3e31701ee8ddc | --- .looper.multibranch.yml
@@ -1,103 +1 @@
inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
-
-tools:
- jdk:
- flavor: azul
- version: 17
-
-cache:
- - name: cocoapods-cache
- configs:
- - type: generic
- checksum:
- - './targets/US/ios/Podfile.lock'
- ... | chore: update looper file | chore: update looper file
|
ccd005e84fd111f08cf25228f60b7ed559964c80 | --- package-lock.json
@@ -77,7 +77,7 @@
"@walmart/me-at-walmart-common": "6.0.7",
"@walmart/me-at-walmart-container": "6.0.7",
"@walmart/metrics-mini-app": "0.20.8",
- "@walmart/mod-flex-mini-app": "1.15.5",
+ "@walmart/mod-flex-mini-app": "1.16.4",
"@walmart/moment-wal... | update modflex for drop 20 | update modflex for drop 20
|
8793a139dbddb7877ea37f17145118ff572d6bee | --- package.json
@@ -89,7 +89,7 @@
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "3.1.1",
+ "@walmart/wmconnect-mini-app": "3.1.1-alpha.0",
"babel-jest": "^29.6.3",
"chance": "... | feat(ui): adding new wmconnect version | feat(ui): adding new wmconnect version
|
68a2b7fed696916a93aad4dfdab96d798ca41c9c | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamSelectionListItem.test.tsx
@@ -2,22 +2,6 @@ import React from 'react';
import { render } from '@testing-library/react-native';
import { TeamSelectionListItem } from '../../../src/HubFeature/TeamSelection/Component/TeamSelectionListItem';
-... | Adding test teamselection list item | Adding test teamselection list item
|
44227c53c322587580327d81fab62475551b019f | --- CODEOWNERS
@@ -1 +1 @@
-* @allspark/texting-devs
\ No newline at end of file
+* @allspark/texting-devs
--- CODEOWNERS
@@ -1 +1 @@
-* @allspark/texting-devs
\ No newline at end of file
+* @allspark/texting-devs
| add code owners | add code owners
|
9595104d69884413b7c0f2198294f42bcd0d3676 | --- app.config.US.ts
@@ -28,6 +28,11 @@ const CONFIG: ExpoConfig = {
name: "MyWalmart",
slug: "myWalmart",
version: pkg.version,
+ web: {
+ name: 'MyWalmart',
+ shortName: 'MyWalmart',
+ favicon: `${__dirname}/assets/images/icon.png`,
+ },
android: {
// adaptiveIcon: {
// backgroundCo... | feat: add web support for testing | feat: add web support for testing
|
1826b877b271497e37203a99f1ca9bcece40052b | --- .looper.multibranch.yml
@@ -664,7 +664,6 @@ flows:
--jobNbr "${BUILD_NUMBER}" \
--jobUrl "${JOB_URL}" \
--downloadUrl "${fastlane-session.release_url}" \
- --downloadPassword "${fastlane-session.build_information}"
msteams-failure:
- |
| removing betacrash pwd from MS teams | removing betacrash pwd from MS teams
|
635f661a3154eb7e3cd9224d2781c665dbd196c5 | --- src/components/Avatar.tsx
@@ -13,6 +13,8 @@ import {PresenceIndicator} from '../presence/components/PresenceIndicator';
import {useGetAssociateNameQuery} from '../queries/getAssociateName';
import {IdType} from '../queries/schema.types';
import {associateDisplayName, decryptUserId} from '../utils';
+import {getG... | update consumer id for all the texting mini app queries | update consumer id for all the texting mini app queries
|
4976ac4c83ad89d477e401ef9193e9f8629ab0d6 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/associate-exp-hub-mini-app",
- "version": "1.4.0-alpha.2",
+ "version": "1.4.0-alpha.3",
"main": "main.js",
"files": [
"dist",
@@ -95,7 +95,7 @@
"@walmart/me-at-walmart-athena-queries": "6.26.1",
"@walmart/me-at-walmart-common": "6.29.0-alp... | chore(ui): update myteam version and roster version and tests | chore(ui): update myteam version and roster version and tests
|
26be35aa281615946afc039b89a771144901f86a | --- package.json
@@ -135,7 +135,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-location": "^1.2.20",
"@walmart/metrics-mini-app": "1.34.9",
- "@walmart/mod-flex-mini-app": "1.31.6",
+ "@walmart/mod-flex-mini-app": "1.31.7",
"@walmart/moment-walmart": "1.0.4",
... | feat(mod-flex-mini-app): ModFlex drop 35 version bump (#5232) | feat(mod-flex-mini-app): ModFlex drop 35 version bump (#5232)
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
2e0374401978ad160a8b873f2dad8315b529a734 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -221,7 +221,6 @@
buildPhases = (
53D455D8D940558DAEDE5BA8 /* [CP] Check Pods Manifest.lock */,
FD10A7F022414F080027D42C /* Start Packager */,
- 29FE566C24DAA68B9B876CC3 /* [CP] Prepare Artifacts */,
13B07F871A680F5B00A75B9A /* Sources */,
13B07F8C... | updating barcode version to 2.18.0 | updating barcode version to 2.18.0
|
66308657de2e030ac4055ad35516d6b6f5ef8129 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.20",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.211",
+ "@walmart/rn-receiving-mini-app": "2.3.327",
"@walmart/roster-mini-app": "2.9.0",
... | adding URA app changes | adding URA app changes
|
8f748b4a105236a42a9d39bc6dbfda232938b6ef | --- packages/me-at-walmart-container/__tests__/services/user/index.test.ts
@@ -1,4 +1,3 @@
-import jwtDecode from 'jwt-decode';
import { AllsparkReduxStore } from '@walmart/allspark-foundation/Redux';
import { AllsparkEnvironment } from '@walmart/allspark-foundation/Environment';
import { AllsparkGraphQLClient } fro... | Change test case | Change test case
|
221749d8404854f1c52d2957e7e5dd7512a98596 | --- package.json
@@ -64,7 +64,7 @@
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/allspark-health-survey-mini-app": "0.0.41",
- "@walmart/allspark-home-mini-app": "0.4.21",
+ "@walmart/allspark-home-mini-app": "0.4.25",
"@walmart/allspark-me-mini-ap... | bumping version of home mini app | bumping version of home mini app
|
9719c4fac6d70e4944506054c000fce4d8aa4968 | --- __tests__/settings/sideButton/__snapshots__/SideButtonPermissionBottomSheetTest.tsx.snap
@@ -69,7 +69,7 @@ exports[`Side button permission bottom sheet tests matches snapshot 1`] = `
"bottom": 0,
"height": 1334,
"left": 0,
- "opacity": 0,
+ "opacity": 0.00011425836668732536,... | PR comments | PR comments
|
54bafc8030b368cb0184caffcd6625afa28e5683 | --- package-lock.json
@@ -3065,9 +3065,9 @@
"integrity": "sha512-sJZlC2D6j+pOplIDXq/eUDJPwUfmN8DcTXQyA/nKOc63QrCQ8DilydVt6mb+YWiToTYSub1W48Py8g5XPAEXrQ=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.0.42",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | restore back-leveled versions | restore back-leveled versions
|
613f4ac0e5408e515fa558b1a0739bb709ec7c62 | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.12.2",
"@walmart/attendance-mini-app": "0.190.2",
- "@walmart/compass-sdk-rn": "4.0.0",
+ "@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-component... | Updating the fm version to 0.6.60 | Updating the fm version to 0.6.60
|
1811a68f6bf1beb097d5e8bb92a0422646ec0d56 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.7",
+ "version": "1.0.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.7",
+ "version": "1.0.8",
"hasInstallScr... | Update version | Update version
|
05338fe35dc5cbd166afb61f46c2543c49eaf22f | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -301,6 +301,7 @@ export const TeamSwitcher = ({
StoreManagerExperienceCreators.updateSelectedTeamData(selectedTeamData)
);
}
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, [selectedTeamPreference, d... | feat(ui): update lint issues | feat(ui): update lint issues
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.