commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
46b99cbf14a555e3cbc03e608c23a1b34e1a585e | --- __tests__/harness/utils.ts
@@ -2,3 +2,9 @@ import {waitFor} from '@testing-library/react-native';
export const finishPendingRequests = async () =>
await waitFor(() => new Promise((res) => setTimeout(res, 0)));
+
+//TODO: Strong check will be to parse string to check for ending </Text> tag
+export const queryB... | adding util method for harness - partially done | adding util method for harness - partially done
|
0ec91a20f122135d97f81dd28ab856b87ade3d28 | --- packages/core-widget-registry/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.3.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core-wi... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-widget-registry@1.3.1
|
dd9ad2578e624dcd645b11bc6263eb032c20188e | --- package.json
@@ -93,7 +93,7 @@
"@walmart/react-native-logger": "^1.28.0",
"@walmart/react-native-shared-navigation": "^0.4.0",
"@walmart/react-native-sumo-sdk": "2.1.0",
- "@walmart/redux-store": "1.1.20",
+ "@walmart/redux-store": "1.1.21",
"@walmart/schedule-mini-app": "0.6.0",
"@wa... | redux bump to 1.1.21 | redux bump to 1.1.21
|
68d210923de806359863147ac17f8a67028a3f70 | --- package.json
@@ -143,7 +143,7 @@
"@walmart/rfid-scan-mini-app": "2.3.16",
"@walmart/rn-receiving-mini-app": "2.2.165",
"@walmart/roster-mini-app": "2.8.2",
- "@walmart/schedule-mini-app": "0.118.0",
+ "@walmart/schedule-mini-app": "0.118.2",
"@walmart/shelfavailability-mini-app": "1.5.33",... | bumping schedule mini app with patch bug fix for availability update | bumping schedule mini app with patch bug fix for availability update
|
3b245a32ed8020da7f486e125e683b561387ed5d | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 138
+ versionCode 139
versionName "1.0.14"
}
... | Incrementing build number | Incrementing build number
|
63d7e5a97b53c848c8f9bed97fe47bd4d63d9e6d | --- src/index.tsx
@@ -28,6 +28,7 @@ import {useTeamTextingFeature, useOneOnOneTextWithWin} from './hooks';
import {onNewMessage} from './navigation/utils';
import firestore from '@react-native-firebase/firestore';
import {setFirestorePersistenceEnabled} from './redux/selectors';
+import {SafeAreaProvider} from 'reac... | Added padding changes for ios | Added padding changes for ios
|
4a98980ade370a1a08fbdc15a310050b1c5f8323 | --- 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.94.0",
+ "@walmart/attendance-mini-app": "3.95.0",
"@walmart/avp-feature-app... | bump ama verion 3.95.0 | bump ama verion 3.95.0
|
a42ac0c5a805327ed1643e60703979eb4d9fb6c5 | --- src/hooks/messages.ts
@@ -23,10 +23,7 @@ export const useStartAssociateText = (replace: boolean = false) => {
return useCallback(
async (recipientIds: string[]) => {
- const participants = [
- viewerId,
- ...recipientIds.map((id) => encryptUserId(id)),
- ];
+ const participant... | refactor: remove uneeded arrow function | refactor: remove uneeded arrow function
|
37a12d1317b1d3222669e935c12fba1ad4f6444d | --- targets/US/package.json
@@ -148,7 +148,7 @@
"@walmart/sidekick-mini-app": "4.84.9",
"@walmart/store-feature-orders": "1.27.1",
"@walmart/taskit-mini-app": "4.17.21",
- "@walmart/time-clock-mini-app": "2.433.0",
+ "@walmart/time-clock-mini-app": "2.435.0",
"@walmart/topstock-mini-app": "1.1... | GTA-153821 Updating time clock version | GTA-153821 Updating time clock version
|
c5cd6c0430443bd603e62a5eb0d2ea53ce9eb5b2 | --- src/containers/ChatInput/index.tsx
@@ -1,5 +1,12 @@
import React, {useState} from 'react';
-import {Image, TextInput, View, ScrollView, StyleSheet, Platform} from 'react-native';
+import {
+ Image,
+ TextInput,
+ View,
+ ScrollView,
+ StyleSheet,
+ Platform,
+} from 'react-native';
import {useSafeAreaInsets... | fix formatting and merge main branch | fix formatting and merge main branch
|
71cc22c84ee80267886630da411ec2ce0fb2b27d | --- src/components/TeamList.tsx
@@ -40,7 +40,6 @@ import {Associate, Team} from '../types';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../translations';
import {messageButtonEnabled, pushToTalkEnabled} from '../redux/selectors';
-import moment from 'moment-timezone';
const... | Added requested PR changes | Added requested PR changes
|
ed58f4d934a2eb6978f7a19c3f0b14becc86b02e | --- __tests__/components/RosterFiltersAndInfo.test.tsx
@@ -24,7 +24,7 @@ jest.mock('@walmart/allspark-foundation/Navigation', () => ({
jest.mock('@walmart/gtp-shared-components-3', () => {
const React = require('react');
const RN = require('react-native');
-
+
return {
Link: ({onPress, testID, children... | feat(ui): update lint fix | feat(ui): update lint fix
|
e4ee0740515342b4ba877010d371ef19ccd5fa8f | --- graphql.yml
@@ -36,6 +36,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
+ - name: 'getSupplyChainTeamPreference'
+ hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839... | Adding getSupplyChainTeamPreference query | Adding getSupplyChainTeamPreference query
|
ca067f52bee41b2b4b8d25737e79db1a7beddbcb | --- src/hooks/user.ts
@@ -6,5 +6,6 @@ export const useIsSalariedOrTeamLead = () => {
const payType = user.employeeType as 'H' | 'S';
const jobDescription = user.jobDescription;
+ //TODO: Use CCM to configure which strings are valid for team leads? What is standard way to check for team lead?
return payType ... | updating hook | updating hook
|
786fe2e78e30b85144c11664e2623bbef2e9d685 | --- __tests__/hooks/teams.test.ts
@@ -224,6 +224,7 @@ describe('hooks/teams', () => {
onError: expect.any(Function),
skip: expect.any(Boolean),
variables: {
+ businessUnitNumber: expect.any(Number),
countryCode: expect.any(String),
date: expect.any(String),
siteNbr... | feat(ui): update the coverage changes | feat(ui): update the coverage changes
|
57f52f7920488afc90d68b0db64f6c05407fe413 | --- src/screens/ChannelsScreen.tsx
@@ -142,7 +142,7 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = (
}
extraData={extraData}
estimatedItemSize={100}
- contentInset={{bottom: bottomInset, top: channelTopMargin}}
+ contentInset={{bottom: bottomInset}}
... | update top margin for channel screen | update top margin for channel screen
|
3ba9f5280c92aec81155d8a4fa87fb85c9942645 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageThreshold: {
global: {
- statements: 24.52,
- branches: 7.28,
- functions: 8.74,
- lines: 25.51,
+ statements: 16.44,
+ branches: 7.4,
+ functions: 6... | updating jest config to match current coverage | updating jest config to match current coverage
|
6b3f02b21b8b4f6b7de6e64aa7167fd4b273cfb5 | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [2.6.1](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/as... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.6.1
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.30
- @walmart/associate-exp-hub-team-switcher@2.5.1
|
5f02f085bed1d7f9a0a021aa9bfacad5f33a2b78 | --- src/auth/ErrorScreen.tsx
@@ -25,12 +25,7 @@ import {SSO_APP} from '../types/telemetryConstants';
import {logger} from '../services/Logger';
import {encryptUserId} from '../services/MaskUserId';
import styles from './styles';
-import {
- defaultConfig,
- ERROR_CATEGORIES,
- Q1Options,
- Q2Options,
-} from './... | remove previous implementation of ui | remove previous implementation of ui
|
85cd91d574622d52e4ce14dbd99f6cd5f9dd8b73 | --- packages/allspark-foundation-hub/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.25.29](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.17.9
- @walmart/allspark-foundation-hub@1.25.29
- @walmart/ax-components@1.3.1
- @walmart/my-walmart-hub@1.10.1
|
c2953ffdc6ff3a24ab0bbd4dfe5fdef8965ff00d | --- package-lock.json
@@ -39,14 +39,14 @@
"@walmart/attendance-mini-app": "0.86.0",
"@walmart/config-components": "4.2.0-rc.1",
"@walmart/core-services": "~2.0.19",
- "@walmart/core-services-allspark": "~2.10.13",
+ "@walmart/core-services-allspark": "~2.10.15",
"@walma... | update logger type for http log | update logger type for http log
|
4f1f6425ed03d8246e746d0ff3c20c05c5808f6a | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1-alpha.16",
+ "version": "2.12.1-alpha.17",
"main": "dist/index.js",
"files": [
"dist"
--- src/managerExperience/components/RosterWidget/RosterWidget.tsx
@@ -98,7 +98,6 @@ export const RosterWidget = (props: Te... | Update the roster widget for manager experience | Update the roster widget for manager experience
|
c55c8e030113165d40505ff06f2185aa1fab30ec | --- package-lock.json
@@ -4597,9 +4597,9 @@
}
},
"@walmart/core-services-allspark": {
- "version": "1.4.6",
- "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.4.6.tgz",
- "integrity": "sha512-WA7JUvkQ4KaPnYqYJnKjDWHr2rRKte9n9roGMHxBXLKjQb7t... | version bump for core service to 1.4.8 | version bump for core service to 1.4.8
|
58b06bd73002df912f11a6874190975095cbdb65 | --- .yarn/patches/@walmart-compass-sdk-rn-npm-5.19.3-6aa8f19bab.patch
@@ -0,0 +1,15 @@
+diff --git a/android_submodules/compass_dynamic_module/build.gradle b/android_submodules/compass_dynamic_module/build.gradle
+index 20a96215997c80e32df07a2619cdfd4fe7b02484..8cb64ac7aed98b6c5fd5a75859e892017b570017 100644
+--- a/and... | fix: add compass sdk patch for java 17 | fix: add compass sdk patch for java 17
|
02b41e902cb355fb2a2c97c833f72bfedebb9213 | --- src/auth/ErrorScreen.tsx
@@ -14,6 +14,7 @@ import WmTelemetry from 'react-native-wm-telemetry';
import {
LinkButton,
PrimaryButton,
+ Dropdown,
Subheader,
Subheader2,
ExclamationCircleFillIcon,
@@ -23,6 +24,7 @@ import {SSO_APP} from '../types/telemetryConstants';
import {logger} from '../services... | render error categories - select dropdown, update style | render error categories - select dropdown, update style
|
f37cfdf990d878a477935cc3b79345f7e59e0f6a | --- __tests__/scripts/package-deprecation-check/validations/isLibraryExempt.test.ts
@@ -5,6 +5,27 @@ describe('isLibraryExempt', () => {
'package': '@walmart/time-clock-mini-app',
'endDate': '2025-09-01'
}];
+
+ const MOCK_DATE = new Date('2025-08-31T00:00:00Z');
+ const RealDate = Date;
+
+ beforeAll((... | test: fix isLibraryExempt test | test: fix isLibraryExempt test
|
10511ed15221ab66cf152af7ecbffce0afcfdd52 | --- packages/allspark-foundation/__tests__/cli/envReplacer.test.ts
@@ -1,71 +0,0 @@
-import { envReplacer } from '../../src/cli/envReplacer';
-
-describe('envReplacer', () => {
- afterEach(() => {
- jest.clearAllMocks();
- });
- it('replaces environment variables in config', () => {
- const config = {
- a... | chore: remove dead code and tests | chore: remove dead code and tests
|
c65f2423f42a9db281dfb780ced21818c0f547ff | --- src/components/widgets/RosterWidget.tsx
@@ -283,6 +283,7 @@ const RosterWidgetCore: React.FC<RosterWidgetProps> = ({
<Widget
iconName="AssociateIcon"
title="Team Roster"
+ shortIntro={`Selected team ${selectedTeamData.teamId}`}
variant={{
type: 'content-only',
conten... | feat(ui): update documentations | feat(ui): update documentations
|
006c88851a814c0374344017ded8a189959f14f6 | --- package.json
@@ -147,7 +147,7 @@
"@walmart/react-native-shared-navigation": "~6.3.28",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.8.0",
- "@walmart/react-native-webex-sdk": "0.9.19",
+ "@walmart/react-native-webex-sdk": "0.9.20",
"@walmart/receipt-chec... | fix: CONAS-2410 Calling iOS crash fix (#4828) | fix: CONAS-2410 Calling iOS crash fix (#4828)
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> |
c6e8f5dc4a7ca256e8f8db38ac15ba9a14a83f0d | --- ios/AllSpark/AllSpark-Beta.entitlements
--- ios/AllSpark/AllSpark-Prod.entitlements
| Fix filename capitalization (ios) | Fix filename capitalization (ios)
|
474606dcdf8b5a91c11a4ba19804e188395b1806 | --- package-lock.json
@@ -7454,7 +7454,7 @@
"console-control-strings": {
"version": "1.1.0",
"resolved": "https://npme.walmart.com/console-control-strings/-/console-control-strings-1.1.0.tgz",
- "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
+ "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOi... | fixing alphabetical ordering in package.json | fixing alphabetical ordering in package.json
|
db9660b73af5e0ed61ce320bd468f6f3a0f77065 | --- __tests__/navigation/navigationUtils.test.tsx
@@ -1,6 +1,7 @@
import {
CardStyleInterpolators,
TransitionPresets,
+ createStackNavigator,
} from '@react-navigation/stack';
import {
MessageStyleInterpolator,
@@ -39,6 +40,7 @@ jest.mock('@react-navigation/stack', () => ({
})),
},
},
+ cre... | Update roster widget on my Team mini app | Update roster widget on my Team mini app
|
cf8a3c7fe16679f4db6fb2b4b538020c6500c169 | --- __tests__/communicationsTest.tsx
@@ -1,10 +0,0 @@
-// eslint-disable-next-line @typescript-eslint/no-unused-vars
-import React from 'react';
-// @ts-ignore
-import {rawChannelsList} from './harness/firestore/data/channels';
-
-describe('Messaging', () => {
- it('Can send message from user A to user B', () => {
- ... | removing sanity check test case | removing sanity check test case
|
334cdfd2470c2c073e33f18ea59af3dd24c4ab09 | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [1.37.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.36.0...v1.37.0) (2025-06-02)
+
+
+### Features
+
+* **ui:** resolving conflicts ([ab8762a](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ab8762af24275e618bdb6b5022c2e83baab950fa))
+* **ui:** ve... | chore(release): 1.37.0 [skip ci] | chore(release): 1.37.0 [skip ci]
# [1.37.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.36.0...v1.37.0) (2025-06-02)
### Features
* **ui:** resolving conflicts ([ab8762a](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/ab8762af24275e618bdb6b5022c2e83baab950fa))
* **ui:** version update ... |
eade9c15c18d0636226661bb222d3e4ed5f272d2 | --- package-lock.json
@@ -4343,9 +4343,9 @@
"integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.105",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pu... | updating dependencies to latest versions | updating dependencies to latest versions
|
6f991c16dbadd48830d77dc690b876dcfc643290 | --- packages/me-at-walmart-athena-queries/CHANGELOG.md
@@ -3,6 +3,209 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.3.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/me-at-walmart... | Updated me-at-walmart-athena-queries with 6.3.0 | Updated me-at-walmart-athena-queries with 6.3.0
|
56235cb21dbb672ae78f65588f7e21c2ab4f2c0c | --- __tests__/components/TeamHubHeader.test.tsx
@@ -1,8 +1,6 @@
import React from 'react';
-import { renderWithProviders } from '../harness';
import { TeamHubHeader } from '../../src/components/TeamHubHeader';
import { render, screen } from '@testing-library/react-native';
-import { useTranslation } from 'react-i18n... | test(ui) code cleanup in teamhubheader | test(ui) code cleanup in teamhubheader
|
08dd5123817363ad1aab607e1f206d980b71d0c0 | --- src/index.tsx
@@ -9,21 +9,27 @@ import {EnvironmentType} from '@walmart/allspark-foundation/Environment';
import {RootStackNavigation} from './navigation';
import {ENV, ENV_OVERRIDES} from '../env';
-// Override Text scaling
-if ((Text as any).defaultProps == null) {
- (Text as any).defaultProps = {};
-}
-(Tex... | Calling autoscaling defaults from preRegister | Calling autoscaling defaults from preRegister
|
0a6c9aba9683496dbc8859402247a77e3a6d245c | --- __tests__/navigation/__snapshots__/indexTest.tsx.snap
@@ -75,10 +75,6 @@ exports[`RootNav matches snapshot when app accessible 1`] = `
options={
Object {
"headerBackImage": undefined,
- "headerTitleStyle": Array [
- Object {},
- Object {},
- ],
"title": ... | Removing unneeded style | Removing unneeded style
|
389e1cd7f79351396f7d61faef4339eb05c9a0ce | --- package-lock.json
@@ -3092,6 +3092,11 @@
"resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.0.94.tgz",
"integrity": "sha512-Nw48GsUKz2HkFr1qjavFld2pryaG9Jzn/QPT9C/xk7UgxTs4UeCmSJEZ99oLeSIV3TA9rgAH8dThkqzwmjP6ew=="
},
+ "@walmart/manager-approvals-miniapp": {
+ ... | adding manager approvals miniapp to me@walmart app | adding manager approvals miniapp to me@walmart app
|
f114222b739be6204297a302e74487ea6c59970d | --- lerna.json
@@ -1,5 +1,5 @@
{
- "version": "6.26.0-alpha.1",
+ "version": "6.24.0",
"npmClient": "yarn",
"changelogPreset": "angular",
"command": {
--- packages/core-services-allspark/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/core-services-allspark",
- "version": "6.26.0-alpha.1",
+ "versi... | chore: revert package version for publish | chore: revert package version for publish
|
bfc694fb32e9b90c760ea1c2338c85703241e80f | --- .looper.multibranch.yml
@@ -28,7 +28,7 @@ envs:
IOS_BASE_PATH: ./ios
ANDROID_BASE_PATH: ./android
TEMPLATE_REPO_BRANCH: feature/allspark-6443-integrate-ruler
- ANALYZE_PROCESS_ENABLED: true
+ ANDROID_ANALYZE_SIZE_ENABLED: true
us-market:
variables:
@@ -105,8 +105,11 @@ flows... | feat(ruler): ALLSPARK-6443 updated plugin package | feat(ruler): ALLSPARK-6443 updated plugin package
|
3b5fe68140a1329d77791e76fcb3bef88effbad9 | --- scripts/slack.sh
@@ -17,9 +17,10 @@ export https_proxy=http://sysproxy.wal-mart.com:8080
export http_proxy=http://sysproxy.wal-mart.com:8080
#GIT COMMIT INFORMATION
-GIT_COMMIT_AUTHOR=$(git log -1 --format="%aN")
-GIT_COMMIT_MESSAGE=$(git log --oneline --format=%B -n 1 HEAD | head -n 1)
-GIT_COMMIT_DATE=$(git l... | added code to skip the last one (jenkinspan) (#340) | added code to skip the last one (jenkinspan) (#340)
* added code to skip the last one (jenkinspan)
* small fix
* corrected git commit id
Co-authored-by: Hitesh Arora <> |
311ff08a0fa6a9d78da66481ba2773abf918dc4e | --- packages/allspark-foundation/__tests__/HubFeature/Hub/Header.test.tsx
@@ -1,6 +1,6 @@
import React from 'react';
import { render } from '../../utils';
-import { HubHeader } from '../../../src/Components/HubHeader';
+import { HubHeader } from '../../../src/HubFeature/HubHeader';
import { colors } from '@walmart/g... | File structure change for hub feature | File structure change for hub feature
|
7e371e73f326a755fc0731c1b552244075ce202a | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/schedule-mini-app": "0.29.0",
"@walmart/settings-mini-app": "1.11.0",
"@walmart/shelfavailability-mini-app": "1.4.0",
- "@walmart/taskit-mini-app": "0.47.0",
+ "@walmart/taskit-mini-app": "0.48.0",
"@walmart/time-clock-m... | Updated taskIT versions | Updated taskIT versions
|
54d7da4f70fe2d111028059ea000a353f2cd11e7 | --- .looper.multibranch.yml
@@ -285,7 +285,7 @@ flows:
# Set the version code and build number of the native project
increment-version-code:
- - (name Check Versioning) git clone https://${GITHUB_TOKEN}@gecgithub01.walmart.com/allspark/allspark-core-version.git -b master
+ - (name Check Versioning) git cl... | updated master to main for core-version | updated master to main for core-version
|
72a07d4455d3edd3ff88bee703ed29c5e96e6ced | --- package.json
@@ -93,7 +93,7 @@
"@walmart/calling-mini-app": "0.7.60",
"@walmart/checkout-mini-app": "4.14.0",
"@walmart/compass-sdk-rn": "6.2.845",
- "@walmart/config-components": "4.9.3",
+ "@walmart/config-components": "4.10.1",
"@walmart/core-services": "~6.5.2",
"@walmart/core-ser... | fix(version): updated the versions for config-component changes SSMP-10872 (#4482) | fix(version): updated the versions for config-component changes SSMP-10872 (#4482)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
445b7190f0366c35714bbf5b543e44fd59c839e4 | --- src/screens/RosterScreen.tsx
@@ -78,16 +78,16 @@ export const RosterScreen: React.FC<RosterScreenProps> = () => {
const sortByAssociateName = (associateA: Associate, associateB: Associate) =>
associateA?.firstName?.localeCompare(associateB.firstName || '') || NO_SORT;
+ const sortedAssociateList = (assoc... | update sort logic | update sort logic
|
b9e339bde4f98f10df14640b74b111202a935d4b | --- 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.6",
+ "@walmart/checkout-mini-app": "4.0.8",
"@walmart/compass-sdk-rn": "5.19.15",
"@w... | fix: update package version | fix: update package version
|
6ee0cd2cebb92928eb0e21e5b0a3e1bf260cf834 | --- packages/associate-exp-hub-mini-app/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.15.1](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@walmart/... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.15.1
- @walmart/associate-exp-hub-team-switcher@2.26.1
|
f62b217cd59deefaba061c49772818df35457c3a | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.7.4",
"@walmart/config-components": "4.2.8",
- "@walmart/copilot-mini-app": "^3.26.3",
+ "@walmart/copilot-mini-app": "3.26.3",
"@walmart/core-services": "~2... | metrics version bump | metrics version bump
|
3d20145f2a3c57459a874ff5601e264c07a1f13e | --- core/src/core/translations.ts
@@ -329,10 +329,10 @@ export const esMX = {
title: 'Entrada requerida',
},
featureToggleGuard: {
- action: 'Got it',
- content: 'You’ll be able to use {{featureId}} when everything is fixed.',
- header: 'Feature Restricted',
- title: 'something isn’t available ri... | ALLSPARK-4226: Added spanish translations | ALLSPARK-4226: Added spanish translations
|
e9cd01303f176b06f79768b102b72f3559e678cb | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.1.6",
+ "version": "1.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.1.6",
+ "version": "1.1.7",
"hasInstallScr... | Update version | Update version
|
bc2d74eb08b2e117f1ecb634f8ea9d0670cc44b1 | --- src/containers/ChatInput/ImageAttachments.tsx
@@ -52,13 +52,13 @@ export const ImageAttachments = (props: {
<TouchableOpacity
onPress={onRemovePress}
style={styles.imageButton}
- testID={'removeImageAttachment'}>
+ testID='removeImageAttachment'>
<CloseCir... | update testID quotes | update testID quotes
|
8e63423d1af8c134aa2cc91eaa2cd4ec325d41c7 | --- .looper.yml
@@ -64,8 +64,7 @@ flows:
- (name Yarn Install) corepack enable
- (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- - (name Install Dependencies) YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
- - (name Commit Lockfile Changes) git add yarn.lock... | chore: update looper yml for yarn install | chore: update looper yml for yarn install
|
b0f553f953e27e073398ce5b18a962fa6e6b1f4d | --- package-lock.json
@@ -4988,9 +4988,9 @@
"integrity": "sha512-BKmYmlma1idy+z+xwgQakR7KhzY5MHWeb3Xnlfs3zfgEcUN+/GmYwmUsF1S2FgC0+l9lwZuHuXTiAVyA4eG6cw=="
},
"@walmart/ask-sam-mini-app": {
- "version": "1.0.5",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-a... | bumping ask sam and core service versions | bumping ask sam and core service versions
|
03d187e62313f71525f1be30ad4d33e71e483fc6 | --- graphql.yml
@@ -8,17 +8,14 @@ applications:
- name: 'dev'
persistedQueries:
- name: 'GetAssociateClockStatus'
- hash: 'b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6889912ec1c0d214'
queryTemplate: 'src/queries/getAssociateClockStatus.graphql'
tags:
... | removed hash values | removed hash values
|
af865eb8c2a498919e552bcd38ac4596b5a0ac61 | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap
@@ -22,7 +22,22 @@ exports[`MainTabsNav matches snapshot when disabled from config 1`] = `
return t;
},[object Object]",
"tabBarBadge": undefined,
- "tabBarBadgeStyle": undefined,
+ "tabBarBadgeStyle": Ob... | fix(DWORK-1744): fixing badge alignment on bottom tab | fix(DWORK-1744): fixing badge alignment on bottom tab
|
49231cc13bfef16fb1d65150faab2cca70a19411 | --- core/src/core/syncDeviceLanguage.ts
@@ -33,6 +33,9 @@ export const syncDeviceLanguage = async () => {
language = await AllsparkTranslationClient.getDeviceLanguage();
}
+ // Device language sometimes comes back with an _. We have a standard of having languages like en-US.
+ language = language.replace('_... | fix: language fix for - and _ | fix: language fix for - and _
|
77f7198b8ba000b3bf1ebb1cffb9c64584a954a5 | --- package-lock.json
@@ -32,7 +32,7 @@
"@sharcoux/slider": "^6.1.1",
"@terrylinla/react-native-sketch-canvas": "0.8.0",
"@walmart/allspark-graphql-client": "^0.1.0",
- "@walmart/allspark-home-mini-app": "0.6.14",
+ "@walmart/allspark-home-mini-app": "0.6.16",
"@walmart... | home mini app updated version | home mini app updated version
|
833e005139f3c02be54db9993ef1723c59a1fd05 | --- .looper.multibranch.yml
@@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES
##
-node: ((osx||stable_osx)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI39&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22)
+no... | removing bad node | removing bad node
|
d20011b3bfcd91b542945cc942fd462849fcc178 | --- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json
@@ -2,49 +2,49 @@
{
"legacyLibrary": "@walmart/core-services",
"replacement": "@walmart/allspark-foundation",
- "enforcementDate": "2025-09-15",
+ "enforcementDate": "2025-11-03",
"notes": "Use the foundation replac... | fix(drop34): enforcement date | fix(drop34): enforcement date
|
52ec426556cd6dd7856cd81d480a6d15a4d0b01f | --- packages/associate-exp-hub-mini-app/src/components/shared/EditTeamListItem/EditTeamListItem.tsx
@@ -174,13 +174,15 @@ export const EditTeamSelectionListItem = ({
accessibilityLabel={`${teamName} team image`}
source={{
uri: teamImage.uri,
+ cache: 'force-cache',
... | fix(ui): improve team icon loading and error handling | fix(ui): improve team icon loading and error handling
|
feea823f6d5a3031017ecd366cbb5e4f49e3ad8f | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/amp-mini-app": "1.0.11",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.56",
- "@walmart/attendance-mini-app": "0.55.0",
+ "@walmart/attendance-mini-app": "0.56.0",
"@walmart/config-compo... | Updated AMA to 0.56.0 | Updated AMA to 0.56.0
|
d2a56c5053193a061a4f8f5a840aebe548263c6e | --- packages/allspark-foundation-hub/src/Store/Hooks/useGetAllTeamsOfStore.ts
@@ -57,7 +57,7 @@ export const useGetAllTeamsOfStore = () => {
date: moment().format('YYYY-MM-DD'),
storeNbr: workingSite as string,
},
- skip: !isOffSite || isSiteDC || !workingSite || !countryCode,
+ skip: isSiteDC ... | fix(ui): update query skip config | fix(ui): update query skip config
|
09be829e5cd2378f0de29e5b2a3e52b5b5ab1dae | --- package.json
@@ -67,7 +67,7 @@
"@walmart/allspark-me-mini-app": "0.1.0",
"@walmart/ask-sam-mini-app": "0.17.0",
"@walmart/config-components": "1.0.21",
- "@walmart/feedback-all-spark-miniapp": "0.0.48",
+ "@walmart/feedback-all-spark-miniapp": "0.0.49",
"@walmart/functional-components": "1... | Bumping feedback library version | Bumping feedback library version |
c4ca8929fd522a43ce261dcbc3db4a44b7805043 | --- packages/allspark-foundation/__tests__/Site/connect.test.ts
@@ -0,0 +1,107 @@
+import { AllsparkReduxStore } from '../../src/Redux';
+import {
+ fetchHomeSite,
+ fetchWorkingSite,
+ connectSiteService,
+} from '../../src/Site/connect';
+
+import { AllsparkSiteService, Site } from '../../src/Site/types';
+
+impor... | added tests for the site/connect file | added tests for the site/connect file
|
ea959159f297e5cfab395d7ab96f7d7a9478b4dc | --- package.json
@@ -145,7 +145,7 @@
"@walmart/shelfavailability-mini-app": "1.5.23",
"@walmart/store-feature-orders": "1.26.7",
"@walmart/taskit-mini-app": "2.81.15",
- "@walmart/time-clock-mini-app": "2.362.0",
+ "@walmart/time-clock-mini-app": "2.364.0",
"@walmart/topstock-mini-app": "patch... | tcma v2.364.0 | tcma v2.364.0
|
23553a2470dffbfaad4a810dd52d68bbe56e8d62 | --- package-lock.json
@@ -5429,13 +5429,9 @@
}
},
"@walmart/payrollsolution_miniapp": {
- "version": "0.126.61",
- "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.126.61.tgz",
- "integrity": "sha512-VYMbf5DXM7XVeo3ucIXsoQc6l/K3ZrfPAlmUJX... | Bumped profile app to 0.0.55 | Bumped profile app to 0.0.55
|
508ef7a3f7e63553fb5660062b345b7007d46661 | --- packages/allspark-utils/__tests__/hooks/useAppStateTest.ts
@@ -3,6 +3,7 @@ import { AppState } from 'react-native';
import {
useAppState,
useAppStateEffect,
+ PRIORITY,
} from '../../src/hooks/useAppState';
const mockAppStateListeners = {};
@@ -44,5 +45,20 @@ test('useAppStateEffect', () => {
// Upda... | fix: one more hook | fix: one more hook
|
d31eefc9e0017c067db874fab147700b2f431f29 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.20.0",
+ "version": "1.21.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update my team mini app version | Update my team mini app version
|
e6eff0c79c71d737f9367b58099fde22b1e0732b | --- package-lock.json
@@ -3348,9 +3348,9 @@
"integrity": "sha512-HYOJB0nAi7ygO52kSNtqccXhYvAYZVr4gqQIpXZWGjrAMuwC4qQ2YzE8Yp07R4AYTd6XfpYjBsLesr4JcYXlKA=="
},
"@walmart/functional-components": {
- "version": "1.0.32",
- "resolved": "https://npme.walmart.com/@walmart/functional-components/-/fun... | updated functional components. | updated functional components.
|
11c44c70e30482a320322a6a26a0f046962efc93 | --- __tests__/app/tabs/for-you.test.tsx
@@ -74,7 +74,7 @@ describe('ForYouScreen', () => {
});
it('renders the ForYouHeader with correct props', () => {
- const rendered = render(<ForYouScreen />);
+ render(<ForYouScreen />);
expect(ForYouHeader).toHaveBeenCalledWith(
{name: 'Header Placeholde... | fix(lint): lint fix | fix(lint): lint fix
|
71f9a40239864d876536b7e2293ce705331a7767 | --- 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.85.0",
+ "@walmart/attendance-mini-app": "3.86.0",
"@walmart/avp-feature-app... | bump ama verion 3.86.0 | bump ama verion 3.86.0
|
086a7044b91c409456b45d81760debde0de3733f | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/attendance-mini-app": "0.86.0",
"@walmart/compass-sdk-rn": "3.16.1",
"@walmart/config-components": "4.1.0-rc.4",
- "@walmart/copilot-mini-app": "^1.14.0",
+ "@walmart/copilot-mini-app": "^1.19.1",
"@walmart/core-services... | feat: update package and update nav | feat: update package and update nav
|
558b00bb28d1b7960d5af2421c740cd42e6a0e6a | --- package-lock.json
@@ -5439,9 +5439,9 @@
"integrity": "sha512-uCC2Hk4fRcAC49c4uuIpLpD3geWjG7uAQByH8ygekhQKPrijc5/F1/z+Tkt3zFQ88BlsE+ihQ6z3AWFzAyuNGw=="
},
"@walmart/profile-feature-app": {
- "version": "0.0.56",
- "resolved": "https://npme.walmart.com/@walmart/profile-feature-app/-/profile... | Bump version of profile app. | Bump version of profile app.
|
75936b0de764f880639321ec6e7713e435f6d9a8 | --- __tests__/utils/teams-test.ts
@@ -164,26 +164,26 @@ describe('sortWorkgroupKeysForTeamList', () => {
},
];
const expectedSortedWorkGroups = [
- 'food & consumables',
+ 'stocking',
'digital',
+ 'food & consumables',
'front end',
'fuel',
... | fix bug in sorting logic | fix bug in sorting logic
|
01aae19a9edee344b86b44fa3f024ab8798c45cf | --- src/channels/transforms.ts
@@ -14,7 +14,7 @@ export const normalizeChannelSnapshot = (
snapshot: ChannelQuerySnapshot,
viewerId: string,
) =>
- snapshot.docs.reduce(
+ snapshot?.docs.reduce(
(accm, doc) => {
const data = doc.data();
const id = doc.ref.path;
--- src/screens/MessagesScre... | Fix minor issues found on prod | Fix minor issues found on prod
|
d21e163eaa0a292d83369c919914b9f8bf22d19e | --- src/navigation/AssociateHallwayNav/index.tsx
@@ -58,6 +58,7 @@ const AssociateHallwayNav = () => {
useEffect(() => {
dispatch(StartupActionCreators.miniAppNavStackLoaded());
+ AskSamMiniApp.init();
}, [dispatch]);
return (
| Adding ask sam init call | Adding ask sam init call
|
4a7e04244ac61dceaa6ab47bea6bb00310d4acbd | --- .looper.multibranch.yml
@@ -1,6 +1,6 @@
# Multi-Target
inherit:
-# - job:///misc-looper-templates/looper-template-exporter:mac-nodes-template.yml
+ - job:///misc-looper-templates/looper-template-exporter:mac-nodes-template.yml
- job:///ssmp-looper-templates:looper-node-auditor.yml
node: linux
@@ -51,7 +5... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
cd6349f2c5b98ef645eb7103e7fa88e0c21a6978 | --- src/index.tsx
@@ -24,7 +24,6 @@ import {initNotificationListeners} from './notification';
import {CodeOfConductProvider} from './codeOfConduct/provider';
import {initi18n} from './translations';
-
export const LOGGER_FIELDS = {id: 'texting-mini-app'};
// TODO: This needs to be reconsidered when we go produc... | lint made me delete ONE empty line | lint made me delete ONE empty line
|
5a5d1349efad800d41f3c553460fe9e95f061c39 | --- __tests__/biometrics/BiometricSagasTest.tsx
@@ -88,6 +88,7 @@ describe('handleBiometricPrompt', () => {
expect(iterator.throw(error).value).toEqual(
call(logger.error, 'Error prompting biometric', {
message: error.message,
+ biometric,
}),
);
});
--- src/biometrics/Biome... | Adding biometric type to failed prompt splunk log | Adding biometric type to failed prompt splunk log
|
b485e78bcd2b5155e5e934506feef00dbd7041a7 | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "7.1.4",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.3.0",
- "@walmart/metrics-mini-app": "0.9.64",
+ "@walmart/metrics-mini-app": "0.9.65",
"@walmart/mod-flex-mini... | metrics version bump | metrics version bump
|
71b3fc25a19c7b4f33dc68b29e3f102137d3475b | --- core/src/manifest.ts
@@ -54,7 +54,6 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => {
require('./storeInfo').StoreInfoFeature,
require('./features/timeclock').default,
require('./whatsNew').WhatsNewFeature,
- require('@walmart/checkout-mini-app').CheckoutMiniApp,
];
/... | moved to other array as per PR comments | moved to other array as per PR comments
|
0afcb583a92e22cf0d1f95480a9f8898c3c44e41 | --- src/constants.ts
@@ -10,6 +10,9 @@ export const WHOLE_STORE = 'WHOLESTORE';
export const PUSHTOTALK_SCREEN_NAME = 'myTeam.pushToTalk';
export const LOCAL_STORAGE_KEY_PREFIX = 'texting-';
export const SEVEN_DAYS_AGO_TIMESTAMP = daysAgoTimestamp(7);
+export const ASC_SORT = -1;
+export const DESC_SORT = 1;
+export... | using const for sort numerics | using const for sort numerics
|
2843de2e599184e9dcc9c7af0a1b6f6860f0f187 | --- __tests__/__mocks__/@walmart/attendance-mini-app.js
@@ -4,7 +4,4 @@ module.exports = {
TorReviewScreen: 'TorReviewScreen',
TorSubmissionScreen: 'TorSubmissionScreen',
AttendanceModalScreen: 'AttendanceModalScreen',
- CcmSelectors: {
- getIsUsingAttendanceMiniApp: jest.fn(),
- },
};
--- __tests__/na... | Update unit tests. | Update unit tests.
|
bb2ad74bc5362c6d1c857a05c6a2ad4e8db24906 | --- core/src/oneClick/OneClickSagas.tsx
@@ -1,5 +1,4 @@
import {takeLatest, select, put} from 'redux-saga/effects';
-import {useSelector} from 'react-redux';
import {createRestartableSaga} from '@walmart/allspark-utils';
import {Logger} from '../core/Logger';
| ALLSPARK-4175: Removed unuded imports | ALLSPARK-4175: Removed unuded imports
|
145e426ec227817568b48d341845dcd50acc8813 | --- src/components/AssociateRosterItem/index.tsx
@@ -48,7 +48,6 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [associate]);
- const textDisabled = !clockedIn;
const {height} = StyleSheet.flatten(style);
const... | Allowing message for clocked out folks | Allowing message for clocked out folks
|
c9c8f945fabc0c95ee4042d11d6497e13718d2ce | --- __tests__/transforms/userTest.ts
@@ -195,7 +195,7 @@ describe('kGraphUserToRedux', () => {
teams: [],
title: 'NOT_FOUND',
userId: 'NOT_FOUND',
- userType: '',
+ userType: 'associate',
win: 'NOT_FOUND',
workingSite: 'NOT_FOUND',
});
@@ -239,7 +239,7 @@ describe('kGra... | Fixing tests | Fixing tests
|
68d34fabe548d4b4c4f4a90a7b4f5dd8f98c503a | --- example/src/teamHub/screens/onboarding.tsx
@@ -12,7 +12,7 @@ export const OnboardingEntryScreen = TeamHub.createScreen(
const navigation = useNavigation();
const handleNavigation = () => {
- AllsparkNavigationClient.navigate('teamHub.teamSelection');
+ AllsparkNavigationClient.navigate('manage... | feat(ui): navigation update | feat(ui): navigation update
|
abc785e5a9cc0f6165b0232bc0d0ec05ae380833 | --- packages/me-at-walmart-container/package.json
@@ -4,9 +4,6 @@
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
- "bin": {
- "meat-generate-versions": "./lib/scripts/createDependencyJson.js"
- },
"files": [
"lib/",
"allspark.config.js"
--- packages/me-at-walmart-cont... | feat: remove versions service after removal from foundation | feat: remove versions service after removal from foundation
|
9eedb235836d37d1d0a511bd27b54e85c29b6fb1 | --- packages/me-at-walmart-container/package.json
@@ -39,7 +39,7 @@
"@react-native-firebase/database": "~17.4.2",
"@react-native-firebase/perf": "~17.4.2",
"@types/seamless-immutable": "7.1.16",
- "@walmart/config-components": "4.2.12",
+ "@walmart/config-components": "4.2.13",
"@walmart/react... | fix: incorrect logger type passed to config service | fix: incorrect logger type passed to config service
|
349c90151d4c6cd8ff4f6b418cc96e1868fb0ead | --- ios/BuildSupport/install-cocoapods.sh
@@ -8,7 +8,11 @@ echo "Installing CocoaPods"
CCP_VER=1.12.0
POD_VERSION=$(pod --version)
-export GEM_HOME=$HOME/.gem
+if [ "$RUBY_PATH" ];then
+ export GEM_HOME=$RUBY_PATH/gem
+else
+ export GEM_HOME=$HOME/.gem
+fi
export PATH=$GEM_HOME/bin:$PATH
export https_prox... | fix looper build | fix looper build
|
02cf2523fe90cafd14b2c2134b08ac56a2dcf217 | --- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/RenderTeamSelectionListItems.tsx
@@ -0,0 +1,25 @@
+import React from 'react';
+import { TeamSelectionListItem } from './TeamSelectionListItem';
+import { RenderTeamSelectionListItemsProps } from '../types';
+
+export const RenderTeamSelectionLi... | Merge changes | Merge changes
|
b61c41f137eedf42ef090148ba66420318bba596 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.13",
+ "version": "1.0.1-beta.14",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
--- packages/allspark-foundation-hub/src/HubFeature/Allspar... | Update allspark hub container | Update allspark hub container
|
b4ab956acdfbc02d697a7838db24e4b7bfa4356f | --- package.json
@@ -98,7 +98,7 @@
"@walmart/attendance-mini-app": "3.181.0",
"@walmart/avp-feature-app": "0.28.47",
"@walmart/avp-shared-library": "0.27.26",
- "@walmart/ax-components": "1.3.3",
+ "@walmart/ax-components": "1.4.1",
"@walmart/backroom-mini-app": "1.17.11",
"@walmart/benef... | fix(vqa): update ax-components (#5372) | fix(vqa): update ax-components (#5372)
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
2122a6e499991bd2980bce32e09707a3ad14abac | --- .looper.yml
@@ -1,5 +1,3 @@
-inherit: 'job:///metropolis/metroloop/metroloop-parent'
-
tools:
nodejs: 16.17.0
sonarscanner: 3.0.3.778
--- .looper.yml
@@ -1,5 +1,3 @@
-inherit: 'job:///metropolis/metroloop/metroloop-parent'
-
tools:
nodejs: 16.17.0
sonarscanner: 3.0.3.778
| Update .looper.yml | Update .looper.yml |
6a04205da801d210e35464aca5204ca135c0b94f | --- packages/allspark-utils/src/cacheValue.ts
@@ -52,8 +52,11 @@ export type CacheValueConfig<T> = {
*/
onError?: (payload: CacheEventMap['error']) => void;
} & (
- | { key: string; getKey?: never; fallbackKey?: never }
- | { getKey: () => string | Promise<string>; fallbackKey: string; key?: never }
+ | { ke... | refactor: remove fallback key option from cache value util | refactor: remove fallback key option from cache value util
|
e3fe0a87fe1f968aec2371f4b89b6597c18f8427 | --- package-lock.json
@@ -4208,9 +4208,9 @@
"integrity": "sha512-7OL7IwfRrGvMB+o6z7pULrc+p+uPmitHutcrN68NZVROrRCvM9BXw01gxaTxCJ19vGWhg2jSP7j8JOaQzWUF3g=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.1.21",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | bumped up feedback miniapp version | bumped up feedback miniapp version
|
6e233ff544c7472a751f6153c506607954eb4b11 | --- packages/components-library/components/Icon/__snapshots__/Icon.test.tsx.snap
@@ -1,38 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Icon Component (snapshot) matches snapshot with default props 1`] = `
-<Image
- accessibilityLabel="shuffle"
- accessibilityRole="image"
- accessible={true}
- col... | fix: update test files | fix: update test files
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.