commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
357b3c94dc728782ef00dbaf734c9b30ddd259e2 | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -404,7 +404,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [
name: 'money.auth',
component: MoneyAuthScreen,
options: {
- headerShown: false,
+ headerShown: true,
},
clockCheckEnabled: false,
},
... | bump version | bump version
|
7b8d7b62d01813bfd64750c7d346d9921c6e26fe | --- packages/core-services/Permissions/index.tsx
@@ -10,6 +10,20 @@ import {
import { ConsumerChild } from '@walmart/allspark-utils';
import { getPermissionState } from './selectors';
+/**
+ * @deprecated Use `PermissionStatus` from '@walmart/allspark-foundation/Permissions' instead.
+ *
+ * @example
+ * import {Pe... | fix: export statuses enum for backwards compatability | fix: export statuses enum for backwards compatability
|
54c7971e47be0d96c428c521f44b1c87ae19faf5 | --- package-lock.json
@@ -3357,9 +3357,9 @@
}
},
"@walmart/impersonation-mini-app": {
- "version": "1.0.15",
- "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.15.tgz",
- "integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil... | impersonation version bump (#834) | impersonation version bump (#834)
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
453c5df99554a6839b7fe2e8f030f777f6566d62 | --- __tests__/auth/AuthenticatorViewTest.tsx
@@ -5,7 +5,6 @@ import {AuthService} from '@walmart/allspark-foundation/Auth';
import {AuthenticatorView} from '../../src/auth/AuthenticatorView';
import {LocalStorage} from '../../src/core/LocalStorage';
-import env from '../../env.dev';
import {Image} from 'expo-image... | chore: lint fix | chore: lint fix
|
9497580697f3144a529055be30ef8aac1a67bafe | --- packages/allspark-foundation/__tests__/GraphQL/utils/links.test.ts
@@ -0,0 +1,195 @@
+import {
+ ApolloLink,
+ Observable,
+ Operation,
+ } from '@apollo/client';
+ import { PersistedQueryLink, AllsparkHttpLink, DynamicLink } from '../../../src/GraphQL/links';
+
+ import { AllsparkHttpClient } from '../... | graphal links unit test | graphal links unit test
|
c800def110a30814cdf8f6bf5ac1218772aee79a | --- __tests__/navigation/PreHireHallwayNav/__snapshots__/indexTest.tsx.snap
@@ -11,5 +11,22 @@ exports[`PreHireHallwayNav matches snapshot 1`] = `
}
}
/>
+ <Screen
+ component={[Function]}
+ name="askSam"
+ options={
+ Object {
+ "cardOverlayEnabled": true,
+ "cardStyle": Obj... | Adding ask sam to prehire nav stack | Adding ask sam to prehire nav stack
|
6297f08bf6bb5ac2af8da40623ca05712315e758 | --- example/src/teamHub/tempComponentForTesting/TeamSelectionListItem.tsx
@@ -2,7 +2,7 @@ import React, {useMemo} from 'react';
import {View, Image, Text} from 'react-native';
import {teamSelectionListItemStyles} from './styles';
import {Checkbox} from '@walmart/gtp-shared-components/dist';
-import {Images} from './... | feat: updated images urls | feat: updated images urls
|
0a267cacb48d542e1dea53a23896c5cfb61bcb18 | --- targets/US/package.json
@@ -142,7 +142,7 @@
"@walmart/roster-mini-app": "2.4.0",
"@walmart/schedule-mini-app": "0.114.2",
"@walmart/shelfavailability-mini-app": "1.5.26",
- "@walmart/shop-gnfr-mini-app": "1.0.93",
+ "@walmart/shop-gnfr-mini-app": "1.0.95",
"@walmart/store-feature-orders": ... | Version 1.0.95 | Version 1.0.95
|
253123193bce35fc8502d219126176010fc16282 | --- src/navigation/utils.ts
@@ -121,6 +121,8 @@ export const onNewMessage = () => {
);
navigate(ROOT_CONTAINER_SCREEN_NAME, {
+ //@ts-ignore
+ initial: false,
// @ts-ignore
screen: NEW_MESSAGES_SCREEN_NAME,
});
--- src/navigation/utils.ts
@@ -121,6 +121,8 @@ export const onNewMessage = () =... | fixing navigation not being initial when navigate from meganav | fixing navigation not being initial when navigate from meganav
|
adce735aff5765f1a2e938013b597d07365ce088 | --- package-lock.json
@@ -3577,11 +3577,6 @@
"resolved": "https://npme.walmart.com/@react-native-firebase/remote-config/-/remote-config-14.11.0.tgz",
"integrity": "sha512-yZ9fu3ckZ55t3nrtDnZ5ju60dzMuu24+xhrFHMnYBfc2jeUekwB6R3qXt9rurguT89XHCUOXWUtHvzZf+T14hA=="
},
- "@react-native-picker/picker": {... | removing unnecessary dependency | removing unnecessary dependency
|
afcd67af6d430a679231277c865fd1aab80cfcf7 | --- src/containers/ChatInput/index.tsx
@@ -205,13 +205,16 @@ export const ChatInput = (props: {
}
};
+ //TODO: Log to splunk, no console logging
const onAttachImage = async () => {
const pickerResponse: ImagePickerResponse | void = await launchImageLibrary(
{
mediaType: 'photo',
... | adding size restriction | adding size restriction
|
981925bd6cdbdc7faf806a42e7102c9cf9bd9043 | --- __tests__/navigation/AssociateHallwayNav/MainTabsNavTest.tsx
@@ -10,9 +10,9 @@ import {
renderTabBar,
getMainHeaderTitle,
getTabsScreenOptions,
- TabsHeader,
TabsHeaderLeft,
} from '../../../src/navigation/AssociateHallwayNav/MainTabsNav';
+import {MainHeader} from '../../../src/navigation/AssociateHa... | Simplifying config | Simplifying config
|
7288d172ad844b14d265906b8982833e0290a71e | --- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.6.89-6c8a310254.patch
@@ -1,67 +0,0 @@
-diff --git a/android_dynamic_modules/webex_dynamic_module/build.gradle b/android_dynamic_modules/webex_dynamic_module/build.gradle
-index c08fd93fe1ace4a4e13b7fafb4e70e8c82bca4db..2565f202119f5d0f30cd75b7d37616a56760a8df 100... | chore: remove old patch file | chore: remove old patch file
|
215becf61a2e5bf93e00f378bfadc4941ae5e987 | --- package.json
@@ -111,7 +111,7 @@
"resolutions": {
"@react-native-community/datetimepicker": "^7.6.2",
"@walmart/allspark-utils": "6.3.3",
- "@walmart/allspark-foundation": "6.10.0",
+ "@walmart/allspark-foundation": "6.12.0",
"@walmart/me-at-walmart-athena-queries": "6.4.1",
"@walmart/m... | chore: bump foundation packages | chore: bump foundation packages
|
fa6ad21064428b554e2f04cb8f1859943ee736e2 | --- package-lock.json
@@ -68,7 +68,7 @@
"@walmart/gtp-shared-components": "2.2.1",
"@walmart/impersonation-mini-app": "1.20.8",
"@walmart/ims-print-services-ui": "2.11.1",
- "@walmart/inbox-mini-app": "0.93.23",
+ "@walmart/inbox-mini-app": "0.93.27",
"@walmart/iteminfo... | inbox version | inbox version
|
1eeb40f9fc02c8c9aece425dcb5abf9ac70f7044 | --- .looper.yml
@@ -14,18 +14,24 @@ triggers:
- manual:
name: Publish Changed
call: publishFromChanges
- - manual:
- name: Publish All
- call: publishAll
- - manual:
- name: Publish Patch
- call: publishPatch
- - manual:
- name: Publish Minor
- call: publishMinor
- - m... | chore: remove dangerous looper flows | chore: remove dangerous looper flows
|
a0d66cba6f5ab5b0b2cccbf090eb450f422233fc | --- packages/allspark-foundation/src/types.ts
@@ -34,9 +34,3 @@ export type OnlyOne<T, Keys extends keyof T = keyof T> = Pick<
[K in Keys]-?: Required<Pick<T, K>> &
Partial<Record<Exclude<Keys, K>, undefined>>;
}[Keys];
-
-export type NestedKeyOf<ObjectType extends object> = {
- [Key in keyof ObjectType... | fix: remove type | fix: remove type
|
70ddcf161d932722851e345b63ac87e298149c8d | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/schedule-mini-app": "0.33.0",
"@walmart/settings-mini-app": "1.17.0",
"@walmart/shelfavailability-mini-app": "1.5.13",
- "@walmart/taskit-mini-app": "2.28.10",
+ "@walmart/taskit-mini-app": "2.28.12",
"@walmart/time-cloc... | updated taskit version | updated taskit version
|
98bb589a1c2457de64c47ba850f20c64cb139517 | --- package-lock.json
@@ -31,12 +31,12 @@
"@react-navigation/stack": "^6.1.0",
"@sharcoux/slider": "^6.1.1",
"@terrylinla/react-native-sketch-canvas": "0.8.0",
- "@walmart/allspark-graphql-client": "^0.0.11",
+ "@walmart/allspark-graphql-client": "^0.1.0",
"@walmart/all... | Updated package dependencies | Updated package dependencies
|
f4d9ce4c9ce6ad93a5dd91cdf3517f557b66e379 | --- package-lock.json
@@ -4400,7 +4400,7 @@
"@walmart/react-native-shared-navigation": {
"version": "0.4.0",
"resolved": "https://npme.walmart.com/@walmart/react-native-shared-navigation/-/react-native-shared-navigation-0.4.0.tgz",
- "integrity": "sha512-xXCe5sJeytOO9HAKLaTiQQMzomfUS2wUP6ICLYv9B... | Removing packge-lock json changes | Removing packge-lock json changes
|
dc2d0b69d46f31a1849e0c439c22cbadc2613065 | --- packages/allspark-foundation/__tests__/Nudge/withNudgeGuard.test.tsx
@@ -175,6 +175,7 @@ describe('NudgeGuard', () => {
title: 'Force Update',
description: 'You must update',
},
+ enabled: true,
},
setBottomSheetOpen: jest.fn(),
handleOnNotNow... | chore(nudge): put mandatory nudge behind ccm (#458) | chore(nudge): put mandatory nudge behind ccm (#458)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
19d877ef138a55891319a7a387c7f59205f248c3 | --- docs/docs/components/icons/icons-core-owned.md
@@ -1,5 +1,5 @@
---
sidebar_position: 3
-title: Me@Core Owned Icons
+title: Me@Core-Owned Icons
custom_edit_url: null
---
\ No newline at end of file
--- docs/docs/components/icons/icons-gtp-owned.md
@@ -1,5 +1,54 @@
---
sidebar_position: 2
-title: GTP Owned Ic... | docs: information on Android stock icons and GTP owned icons | docs: information on Android stock icons and GTP owned icons
|
8358a0ca579d275e4b8903d8a295508af69278b0 | --- package.json
@@ -98,7 +98,7 @@
"@walmart/inbox-mini-app": "0.62.0",
"@walmart/iteminfo-mini-app": "6.0.1",
"@walmart/manager-approvals-miniapp": "0.1.1",
- "@walmart/me-field-mini-app": "1.1.30",
+ "@walmart/me-field-mini-app": "1.1.31",
"@walmart/metrics-mini-app": "0.9.28",
"@walmar... | :package: Bump learning miniapp for drop 8.3 | :package: Bump learning miniapp for drop 8.3
|
4a3b4a0f95c7948e8f7f6d5f9b243954b897a9d7 | --- __tests__/whatsNew/__snapshots__/WhatsNewItemTest.tsx.snap
@@ -54,36 +54,19 @@ exports[`WhatsNewItem handles navigation link 1`] = `
}
>
- <View
- accessible={true}
- collapsable={false}
- focusable={true}
- onClick={[Function]}
- onResponderGrant={[Funct... | fix: bump ask sam. fix whast new link alignment | fix: bump ask sam. fix whast new link alignment
|
361ec55b71239a6641a8e4f4e081239fb682b8f8 | --- .yarnrc.yml
@@ -9,4 +9,4 @@ logFilters:
nodeLinker: node-modules
-npmRegistryServer: "${REPOSOLNS_NPM_REPO}"
+npmRegistryServer: https://npm.ci.artifacts.walmart.com/artifactory/api/npm/npme-npm
| chore: hardcode npm registry server in yarnrc yml to avoid publish issue | chore: hardcode npm registry server in yarnrc yml to avoid publish issue
|
534325a8adbb2a58be3440dad0f8310825607575 | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.33.0",
- "@walmart/react-native-scanner-3.0": "0.1.33-rc.3",
+ "@walmart/react-native-scanner-3.0": "0.1.32",
... | Changing back the scanner version from 0.1.33-rc.3 to 0.1.32 | Changing back the scanner version from 0.1.33-rc.3 to 0.1.32
|
105e2f5b4582feded457dc3adbc1c1523083e051 | --- env.teflon.js
@@ -46,7 +46,7 @@ export default {
'WM_SVC.ENV': 'stage',
REQUEST_SOURCE: 'API_PROXY',
},
- persistedQueries: true,
+ persistedQueries: false,
},
logLevel: 'debug',
internalTestUrl:
| updating persisted query to false | updating persisted query to false
|
79d85cc73fbb098ec9381cd503684b2a3249cb6d | --- package.json
@@ -153,7 +153,7 @@
"@walmart/returns-mini-app": "4.17.12",
"@walmart/rfid-scan-mini-app": "2.14.3",
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
- "@walmart/rn-receiving-mini-app": "2.6.19",
+ "@walmart/rn-receiving-mini-app": "2.6.20",
"@walmart/roster-mini-app": "3.8.0",
... | fix(receiving): drop 34 hotfix IP-14624 (#4908) | fix(receiving): drop 34 hotfix IP-14624 (#4908)
Co-authored-by: Justin Shuck <justin.shuck@walmart.com> |
b9a633992d31f4ba3bf47080b42afd891d81c15b | --- package-lock.json
@@ -52,9 +52,9 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.4",
"@walmart/impersonation-mini-app": "1.11.0",
- "@walmart/ims-print-services-ui": "2.1.1",
+ "@walmart/ims-print-services-ui": "2.1.2",
"@w... | updated iteminfo and print versions with bottomsheet overlay fixes | updated iteminfo and print versions with bottomsheet overlay fixes
|
f594c072c6a77453fcf9d5e1e79ebea914ad7218 | --- src/permissions/PermissionsSaga.ts
@@ -1,5 +1,5 @@
import {call, select, fork} from 'typed-redux-saga';
-import {take, cancel, takeLatest, put} from 'redux-saga/effects';
+import {take, cancel} from 'redux-saga/effects';
import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
import {
... | fix: remove dispatch of legacy permission complete action | fix: remove dispatch of legacy permission complete action
|
c43af3aef06e35a46d4b601d8b8960031d60d3eb | --- .looper-pr.yml
@@ -13,7 +13,6 @@ flows:
- (name Yarn Install) yarn install
- (name Test Coverage) yarn run coverage
-
envs:
global:
variables:
--- __tests__/components/ErrorComponentTest.tsx
@@ -14,5 +14,6 @@ describe('ErrorComponent tests', () => {
const errorView = errorComponent.getBy... | chore(ci): updated test case to trigger version change | chore(ci): updated test case to trigger version change
|
4ef75c8b88a681759db7a06e0fa4e62b3f546411 | --- packages/core-widget-registry/src/AskSam/types.ts
@@ -81,4 +81,8 @@ export type AskSamEntities = Partial<{
export type AskSamWidgetProps = {
entities: AskSamEntities;
style?: StyleProp<ViewStyle>;
+ data?: any;
+ widgetId: string;
+ chatHistoryMessageData?: any;
+ setChatHistoryMessageData?: (data: any) ... | Ask Sam - adding new props to save widget data in redux store (#47) | Ask Sam - adding new props to save widget data in redux store (#47)
* adding new props to save widget data in redux store
* lint fix |
5ce6128a1bff5270d05b44eed7f3822f8ea56fc0 | --- packages/allspark-foundation-hub/src/HubFeature/TeamSelection/Component/ErrorScreen.tsx
@@ -3,6 +3,8 @@ import React from 'react';
import { errorScreenStyles as styles } from '../styles';
import { View } from 'react-native';
import { useAllsparkImage } from '@walmart/allspark-foundation/Components/context';
+imp... | Adding logs for Error Screen image | Adding logs for Error Screen image
|
b0d29ce2c03124281be9dfc39f46c17466b327f2 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -8,6 +8,10 @@ import {
ManagerExperienceSelectors,
TeamShiftSwitcher,
} from '@walmart/allspark-foundation-hub';
+import {
+ supplyChainManagerExperienceSlice,
+ ManagerExperienceSelectors as supplyChainSelector,
+} from '@walmart/allspark... | Adding teamSwitcher inytegration | Adding teamSwitcher inytegration
|
c17fd75c757c406b171f7e64e3d55808ab079d26 | --- targets/US/ios/Podfile.lock
@@ -1931,11 +1931,11 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
- - react-native-scanner-3.0 (0.9.2):
+ - react-native-scanner-3.0 (0.10.2):
- Firebase/Analytics
- React
- - ScanditBarcodeCapture (= 6.25.5)
- - ScanditCapt... | Updated scanner 3.0 version to 0.10.2 | Updated scanner 3.0 version to 0.10.2
|
2432334727add1d2dc4cd5b82455d6fcb9267915 | --- packages/associate-exp-hub-hub/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [2.13.0](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.13.0
- @walmart/associate-exp-hub-mini-app@1.5.0
|
43316bb6dd3d95cdb6b6d8e58c6b36cf9495b118 | --- package-lock.json
@@ -4552,9 +4552,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.57.0",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.57.0.tgz",
- "integrity": "sha512-+iEG9aj+18OXGvuA6CbUB079cIQNgWZKIr1QvkcVMYbBc74fI43xxi0CCl... | build(welcomeMe): v0.60.0 -[RECRUIT-48192] | build(welcomeMe): v0.60.0 -[RECRUIT-48192]
|
2750967fb99ca7c78348c286c4f8aed3231885f8 | --- src/auth/ErrorScreen.tsx
@@ -15,6 +15,8 @@ import {
LinkButton,
PrimaryButton,
Dropdown,
+ RadioItemGroup,
+ CheckboxItemGroup,
Subheader,
Subheader2,
ExclamationCircleFillIcon,
@@ -24,7 +26,7 @@ import {SSO_APP} from '../types/telemetryConstants';
import {logger} from '../services/Logger';
im... | add other error options screen | add other error options screen
|
61dad086b8f3e92dcd2917b575bced303367a979 | --- package.json
@@ -141,7 +141,7 @@
"@walmart/returns-mini-app": "4.6.0",
"@walmart/rfid-scan-mini-app": "2.3.10",
"@walmart/roster-mini-app": "1.1.7",
- "@walmart/schedule-mini-app": "^0.114.2",
+ "@walmart/schedule-mini-app": "0.114.2",
"@walmart/shelfavailability-mini-app": "1.5.23",
... | updating yarn lock with new SMA version | updating yarn lock with new SMA version
|
e4792cbd27a399283c94b1e8b83b393c0d9f82e6 | --- docs/CHANGELOG.md
@@ -1,3 +1,20 @@
+# [3.3.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.2.0...v3.3.0) (2025-07-22)
+
+
+### Features
+
+* **ui:** adding changes for wmconnect version ([60976a2](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/60976a2c25db91a8475aa351d5dee9f1e2a575bd))... | chore(release): 3.3.0 [skip ci] | chore(release): 3.3.0 [skip ci]
# [3.3.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.2.0...v3.3.0) (2025-07-22)
### Features
* **ui:** adding changes for wmconnect version ([60976a2](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/60976a2c25db91a8475aa351d5dee9f1e2a575bd))
* **ui:** ad... |
822613c4fedae3722bcb97830b983ea430887064 | --- packages/me-at-walmart-container/src/redux/config.ts
@@ -75,6 +75,7 @@ export function* getAppConfigScope() {
const env: IMeAtWalmartEnvironment = yield call(
AllsparkEnvironment.getDeferred,
);
+
const [
country,
divisionNbr,
@@ -117,20 +118,22 @@ export function* getAppConfigScope() {
... | refactor: handle nav config fetch in one saga effect for simplicity and clarity | refactor: handle nav config fetch in one saga effect for simplicity and clarity
|
d06f240830362904eb1a40d853ab4b3e4314a349 | --- package-lock.json
@@ -3509,16 +3509,16 @@
"integrity": "sha512-bRj8dBPIo3ShYDH800Lm9XfbCHk8Kclu+Cqbdo/oEB3DIQtoK4TSoyIm8W+c9nhd/kaeEQsev6N99WmNj5BEAg=="
},
"@walmart/schedule-mini-app": {
- "version": "0.3.1",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-m... | update package-lock.json | update package-lock.json
|
a7e1071bd0bd475f3085897bc7cecfc703199ab3 | --- __tests__/core/analyticsInitTest.ts
@@ -5,6 +5,7 @@ import {
onNetworkStateChanged,
analyticsSagas,
initAnalytics,
+ onClockStatusChange,
} from '../../src/core/analyticsInit';
import {
@@ -341,12 +342,30 @@ describe('onNetworkStateChanged', () => {
});
});
+describe('onClockStatusChange', () =>... | added VQA fixes | added VQA fixes
|
217f6d3cad76201809e9b1f832e5da722b62feac | --- package-lock.json
@@ -3504,9 +3504,9 @@
}
},
"@walmart/settings-mini-app": {
- "version": "1.3.4",
- "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.3.4.tgz",
- "integrity": "sha512-/iiKI+magHD6zvpnmmEXO3tWorKoDWCG+ftr5zQyxDcjJwXa1d3mcQXqyD+84hk... | notifications copy change in settings app | notifications copy change in settings app
|
f7940461d0cbc038ee0c01829b506ed6b65d9524 | --- __tests__/core/RootContainerTest.tsx
@@ -7,6 +7,7 @@ import {initSumoListeners} from '../../src/sumo/SumoEvents';
import {StartupActionCreators} from '../../src/startup/StartupRedux';
import {initStartup, initCandidateSignout} from '../../src/startup';
import {initBiometrics} from '../../src/biometrics';
+import... | add permissions saga to dispatch permissions complete | add permissions saga to dispatch permissions complete
|
da7147018f4531e2acdf8dbfcf15616e3d3a7761 | --- package.json
@@ -154,7 +154,7 @@
"@walmart/time-clock-mini-app": "3.19.2",
"@walmart/time-clock-mini-app-next": "3.0.0",
"@walmart/topstock-mini-app": "1.23.4",
- "@walmart/translator-mini-app": "1.4.5",
+ "@walmart/translator-mini-app": "1.6.4",
"@walmart/ui-components": "patch:@walmart/u... | feat(ui): ADEDS-18955 Adding Male/Female voice option for the text to speech feature (#4294) | feat(ui): ADEDS-18955 Adding Male/Female voice option for the text to speech feature (#4294)
* feat: ADEDS-18955 Voice optionality and new language support
* feat: ADEDS-18955 review fixes
* fix: review updates
* fix: configuring ccm
---------
Co-authored-by: Sushrut Palatkar - s0p0fos <Sushrut.Palatkar... |
1a3c82c9a35379876625eb7ae5b2522501de31b7 | --- src/config/configurationManager.ts
| feat(ui): update celebration widget | feat(ui): update celebration widget
|
a671b40a45079aa010c066aa2bd60177ed634a17 | --- 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.19.18](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.8.1
- @walmart/allspark-foundation-hub@1.19.18
- @walmart/me-at-walmart-geolocation@1.3.17
|
8b0f6c822a1093742ed9b180ac8aaac496e72491 | --- package-lock.json
@@ -9348,33 +9348,6 @@
"eslint": ">=3.14.1"
}
},
- "node_modules/@react-native-community/eslint-config/node_modules/eslint-plugin-jest": {
- "version": "22.4.1",
- "resolved": "https://npme.walmart.com/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz",
- "integrity": "sha512-g... | fix: package update | fix: package update
|
05915436737022a828b175e45a4e0d887ad42ce5 | --- src/navigation/AssociateHallwayNav/Banners.tsx
@@ -9,7 +9,6 @@ import {
} from '@walmart/ui-components';
import {UserSelectors} from '@walmart/redux-store';
import {useTranslation} from '@walmart/core-services/Translations';
-import {NetworkGlobalSelectors} from '@walmart/core-services/Network';
import {AllScre... | fix: lint fix | fix: lint fix
|
3ac95937521db9da66ce4b7d65b7cac53ed8fbb1 | --- __tests__/startup/StartupFlowTest.ts
@@ -59,6 +59,10 @@ jest.mock('../../src/impersonation', () => ({
checkPreviousImpersonation: jest.fn(),
}));
+jest.mock('../../src/appReview/sagas', () => ({
+ handleAppReviewPrompt: jest.fn(),
+}));
+
describe('candidateStartupFlow', () => {
it('calls expected sagas'... | update file name | update file name
|
7b942a64035779aab4d4798bf153c5af383f2778 | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/TeamSelection.test.tsx
@@ -14,7 +14,6 @@ jest.mock('react-redux', () => ({
}));
jest.mock('@walmart/me-at-walmart-athena-queries');
-jest.mock('@walmart/allspark-foundation/Site');
//TODO: Add more tests for TeamSelectionList Component
des... | feat(ui): update tests | feat(ui): update tests
|
f672a865d387bc807eb67aa4542b13cb501b2037 | --- .looper.yml
@@ -21,4 +21,4 @@ flows:
- npm install
- npm run lint
- npm run build
- - npm run coverage
+ # - npm run coverage
--- jest.config.js
@@ -17,10 +17,10 @@ module.exports = {
],
coverageThreshold: {
global: {
- statements: 80,
- branches: 70,
- functions: 80... | Update new fields for feature flag | Update new fields for feature flag
|
b71f2ec3b91d0ee18843e4b796c317c7ffe189a6 | --- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useSupplyChainShifts.tsx
@@ -14,7 +14,7 @@ export type SupplyChainShifts = {
export const useGetSupplyChainShifts = () => {
const [error, setError] = useState<any>(undefined);
- const [allShifts, setAllShifts] = useState<SupplyChainShifts[]>();
+const [a... | Update packages/allspark-foundation-hub/src/SupplyChain/Hooks/useSupplyChainShifts.tsx | Update packages/allspark-foundation-hub/src/SupplyChain/Hooks/useSupplyChainShifts.tsx
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
ceb6a926335f500670674be04d40fdd1f8d17c64 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 69
+ versionCode 70
versionName "1.0.5"
}
sp... | Incrementing build number | Incrementing build number
|
31193bdae13b66d5f9e46df669051a9c15720ffd | --- package-lock.json
@@ -5542,9 +5542,9 @@
"integrity": "sha512-0Aemva6snk2LgySyY2NRuF9xKBS7DpGs1oPcDlaOjeXU3NRL7+DzbhY2VZhRIYxQKLz/MOC6NF81SzdgxlVimg=="
},
"@walmart/taskit-mini-app": {
- "version": "0.34.1",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app... | taskit version update | taskit version update
|
821f32bd8b46109b8d3db984ce6fa8aa282ab857 | --- packages/allspark-foundation-hub/__mocks__/@react-native/LogBox.js
@@ -0,0 +1,3 @@
+module.exports = {
+ LogBox: jest.fn(),
+};
--- packages/allspark-foundation-hub/__tests__/HubFeature/HubOnboardingImage.test.tsx
@@ -1,6 +1,24 @@
import React from 'react';
import HubOnboardingImage from '../../src/HubFeature/... | feat(ui): added more unit tests | feat(ui): added more unit tests
|
c815170c076677cb15cdcc4e3f80d113638a532b | --- __tests__/screens/MessagesScreen/OneToOneChatTest.tsx
@@ -121,7 +121,7 @@ describe('1-1 chat', () => {
/**
* Test steps to send image message:
* 1. Click Button
- * 2.sen Select Image (Mock the launchImageLibrary response for this test)
+ * 2. Select Image (Mock the launchImageLibrary response for th... | cleaning unused file | cleaning unused file
|
281a227f47bea020c593271741d5c069c063caa3 | --- lerna.json
@@ -14,7 +14,7 @@
"allowBranch": [
"main",
"develop",
- "feature/*"
+ "drop/*"
],
"conventionalCommits": true,
"conventionalPrerelease": false
| fix: enable lerna publish from drop branch pattern | fix: enable lerna publish from drop branch pattern
|
0a64dc46ec1d59eb06bb9d220825c8f81bb0c5d1 | --- targets/US/package.json
@@ -87,8 +87,8 @@
"@walmart/ask-sam-mini-app": "patch:@walmart/ask-sam-mini-app@npm%3A1.23.5#~/.yarn/patches/@walmart-ask-sam-mini-app-npm-1.23.5-99c0a3589b.patch",
"@walmart/associate-listening-mini-app": "1.2.7",
"@walmart/attendance-mini-app": "3.44.0",
- "@walmart/avp-f... | bumped tpb fwb | bumped tpb fwb
|
2f33d68d0dee2f9864b58fe70e7673d65bab4dd4 | --- packages/allspark-foundation-hub/src/SupplyChain/Modals/UpdateTeamsModal/UpdateTeamsModal.tsx
@@ -111,12 +111,12 @@ export const UpdateTeamsModal = ({
(searchInput: string) => {
if (searchInput.length > 2) {
const searchApplied = filterTeamsBySearchInput(
- allSiteTeamsSections,
+ ... | feat(ui): update on search | feat(ui): update on search
|
13a063c9332ad23af9401f7f50192d0c7f4bb50e | --- targets/US/src/navigation/AssociateHallwayNav/Tabs/index.tsx
@@ -12,7 +12,6 @@ import CopilotMiniApp, {useWorkBadgeCount} from '@walmart/copilot-mini-app';
import InboxMiniApp, {
getIsAnyUnreadMessageInInbox,
} from '@walmart/inbox-mini-app';
-import {useAllsparkTranslation} from '@walmart/allspark-foundation/... | chore: double import fix | chore: double import fix
|
6678f41461e707d9233cb8258bdee655a9d735f7 | --- .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: stable_osx&&!!dualcore
+node: ((osx||stable_osx)&&!!dualcore)
tools:
android:
@@ -47,... | Looper fix | Looper fix
|
4107088525f264931c2de5fce7dce9f54ef23518 | --- packages/allspark-graphql-client/codegen/generate.js
@@ -57,7 +57,7 @@ const codegenConfig = {
overwrite: true,
schema: config.schema || [
{
- 'https://athena-gateway.dev.us.walmart.net/graphql': {
+ 'https://athena-gateway.sdev.us.walmart.net/graphql': {
headers: {
'WM_CONS... | fix: update athena codegen url and query path glob | fix: update athena codegen url and query path glob
|
d988433a0ba5d33e94458b1feb17d5ba5a885cb7 | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -677,6 +677,9 @@ export class AllsparkFeatureModule<
this._disconnectRedux();
}
}
+
+ // Run onDisconnect event for this feature
+ this._events.runEvent('onDisconnect', capability);
};
// --- Feature Enable / Di... | fix: feature disconnect listener handling was partially removed but needed for new use cases | fix: feature disconnect listener handling was partially removed but needed for new use cases
|
718001f65bc218ca589af79cb2daac6f3fc6facc | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.2.1):
+ - react-native-scanner-3.0 (0.1.32):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1225,7 +1225,7 @@ SPEC CHECKSUMS:
reac... | build(version): removed the updated scanner & count widget version | build(version): removed the updated scanner & count widget version
|
a063fae533f4badc8402fcb786943d0d924d0d9b | --- Gemfile.lock
@@ -5,34 +5,34 @@ GEM
base64
nkf
rexml
- activesupport (6.1.7.7)
+ activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
- addressable (2.8.6)
- public_suff... | update Gemfile.lock | update Gemfile.lock
|
b9e267e5567a578613022d19a04b40fa7fafacdb | --- __tests__/rbacConfig/RbacSagasTest.tsx
@@ -1,5 +1,6 @@
import {takeLatest, select, put, all} from 'redux-saga/effects';
import {rbacDataSelector} from '../../src/rbacConfig/DataSelector';
+import {getRbacEnabledApps} from '../../src/redux';
import {MeganavSelector} from '../../src/rbacConfig/DataSelector';
impo... | Case when ccm is false and no policy is there is handeled | Case when ccm is false and no policy is there is handeled
|
88aee19f298f4b4ff69930fc5e9e88ba30a0cffb | --- ios/Podfile.lock
@@ -1169,9 +1169,9 @@ SPEC CHECKSUMS:
libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
- Permission-Camera: 4c0b610b46391c85d2d50f1446d98b4103b14b5a
- Permission-LocationWhenInUs... | chore: update podfile lock | chore: update podfile lock
|
2468a61436162e7b7f41b81f10e69776dc7a3a5e | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -187,10 +187,16 @@ export const HubDashboard = ({
/** Bottom sheet update */
const navigation = useNavigation();
- const resetTo = (screen: string) => {
- navigation.reset({
- index: 0,
- routes: [{ name:... | update the navigation for onboarding | update the navigation for onboarding
|
c9f46401f1f31bb4d245e10a66812b8e6e723e78 | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.29):
+ - react-native-scanner-3.0 (0.1.30-rc.2):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1220,7 +1220,7 @@ SPEC CHECKSUMS:
... | Update scanner in ios pod | Update scanner in ios pod
|
83e323948b38e9f538bff6bbc4712fe43dfaf3f1 | --- package.json
@@ -104,7 +104,7 @@
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "6.1.4",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "2.12.2",
+ "@walmart/wmconnect-mini-app": "2.12.3",
"babel-jest": "^29.2.1",
"chance": "^1.1.11",
"es... | fix(ui): update roster version smdv-9999 | fix(ui): update roster version smdv-9999
|
df170f1a28579135643b24b3adcf006e24894016 | --- __tests__/auth/__snapshots__/AuthenticatorViewTest.tsx.snap
@@ -160,7 +160,7 @@ exports[`AuthenticatorView renders error 1`] = `
}
>
App Version
- 0.0.1
+ 0.0.2
</Text>
</View>
`;
@@ -317,7 +317,7 @@ exports[`AuthenticatorView renders error 2`] = `
}
>
App Version
- 0.0.1
+... | updating version to 0.0.2 (#200) | updating version to 0.0.2 (#200)
* updating version to 0.0.2
* updating snapshots
Co-authored-by: Hitesh Arora <> |
3c1c19bec276a390993fafa3c22fdfdb1fe146fa | --- package.json
@@ -98,7 +98,7 @@
"@walmart/attendance-mini-app": "patch:@walmart/attendance-mini-app@npm:3.176.0#~/.yarn/patches/@walmart-attendance-mini-app-npm-3.176.0-b8336306f0.patch",
"@walmart/avp-feature-app": "0.28.47",
"@walmart/avp-shared-library": "0.27.26",
- "@walmart/ax-components": "1... | fix(ui): tabbar icon update | fix(ui): tabbar icon update
|
117a5d156d1951dee2e2253c85900beb2fc87fe4 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.30.0",
+ "version": "2.31.0",
"main": "dist/index.js",
"files": [
"dist"
--- src/components/AssociateList/AssociateListItem.tsx
@@ -24,13 +24,13 @@ import {
useRbacConfigWithJobCode,
useUserIsInRoster,
use... | Update the query to include the query params | Update the query to include the query params
|
ee0015e4aa85c1d9d498388aaa787de8db5b6be2 | --- src/presence/components/PresenceIndicator.tsx
@@ -56,7 +56,7 @@ export const PresenceIndicator = ({
)}
{showText && (
<Body UNSAFE_style={textStyle}>
- {isClockedIn ? t('userHeader.clockedIn') : ''}
+ {isClockedIn ? t('userHeader.clockedIn') : t('userHeader.clockedOut')}
... | add clocked out status | add clocked out status
|
397ad7d7551fc1dd12526e3cddc3d081957d1b49 | --- core/src/navigation/index.tsx
@@ -1,6 +1,6 @@
import React, {ComponentType, useEffect} from 'react';
import {useSelector} from 'react-redux';
-import {TransitionPresets} from '@react-navigation/stack';
+import {TransitionPresets, createStackNavigator} from '@react-navigation/stack';
import {AuthService} from '... | fix: remove allspark navigator until further tested | fix: remove allspark navigator until further tested
|
f07bded1791087cb1049722d1d3ed7ec645f683a | --- .looper-pr.yml
@@ -16,4 +16,3 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
-
| chore(ui): looper test SMDV-5648 | chore(ui): looper test SMDV-5648
|
8079b5346cdeb63e45290d1c410fac77d43ae9cc | --- 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.5",
+ "@walmart/mod-flex-mini-app": "1.31.6",
"@walmart/moment-walmart": "1.0.4",
... | feat(mod-flex-mini-app): ModFlex drop 35 version bump | feat(mod-flex-mini-app): ModFlex drop 35 version bump
|
d93e04dd68f17d9652b05b378fabc4fffd0164c7 | --- packages/me-at-walmart-container/src/features/biometrics/index.ts
@@ -16,7 +16,6 @@ export default new AllsparkFeature<MeAtWalmartFeatureConfig>(FEATURE_ID, {
name: 'Core.BiometricModal',
getComponent: () =>
require('./containers/BiometricPrompt').BiometricPrompt,
- // locations: ['STACK... | fix: user root refactor | fix: user root refactor
|
7935078f36d444d6a00cebcd7a776f6444433127 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx
@@ -61,7 +61,8 @@ export const TeamShiftSwitcher = ({
const savedTeamsText =
allSavedTeams && showSubtext ? allSavedTeams.join(', ') : '';
const shiftText =
- generateShiftText(selectedShifts... | feat(ui): add label to translation | feat(ui): add label to translation
|
ac32ee03f7f41fa703708bf12afbc51ad77bd558 | --- targets/US/ios/Podfile.lock
@@ -2139,9 +2139,9 @@ PODS:
- React-perflogger (= 0.73.7)
- ReactNativeART (1.2.0):
- React
- - Realm (20.0.0):
- - Realm/Headers (= 20.0.0)
- - Realm/Headers (20.0.0)
+ - Realm (10.51.0):
+ - Realm/Headers (= 10.51.0)
+ - Realm/Headers (10.51.0)
- RealmJS (12.8... | reverting relm version update | reverting relm version update
|
ddbd137edd06a0114b19cba5cc5945c5e7d0ea87 | --- scripts/teamsFailureTemplate.json
--- scripts/teamsSuccessTemplate.json
--- targets/US/scripts/sendToTeams.js
@@ -1,72 +0,0 @@
-process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
-const yargs = require('yargs/yargs');
-const {hideBin} = require('yargs/helpers');
-const ACData = require('adaptivecards-templating');... | chore: move required looper script files up to top level scripts folder | chore: move required looper script files up to top level scripts folder
|
c2827ecb0a61f207fb227c09239663d2ba546368 | --- graphql.yml
@@ -103,24 +103,3 @@ applications:
# queryTemplate: "packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql"
# tags:
# - "v1"
- - name: "allspark-core-intl"
- applicationKey: "ALLSPARK_APP_INTL"
- description: "Core applicati... | Revert "fix: adding back international queries that were somehow changed here" | Revert "fix: adding back international queries that were somehow changed here"
This reverts commit 55f1cd46a8fdc31930a97840d0015bcef11c8d28.
|
2b8d60c96702d148498fb28806b3d7f687d402f7 | --- package-lock.json
@@ -46,8 +46,8 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.19.5",
"@walmart/attendance-mini-app": "3.24.0",
- "@walmart/avp-feature-app": "0.2.9",
- "@walmart/avp-shared-library": "0.2.10",
+ "@walmart/avp-feature... | bump avp feature app and shared lib versions | bump avp feature app and shared lib versions
|
55003f76b111f6a58e52fba9a3c4d6e2ac5b99ea | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.33.0",
+ "version": "1.34.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
|
294ccc1dff54f2b969a65ba0042b21ab056eb29f | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 42
+ versionCode 43
versionName "1.0.2"
}
sp... | Incrementing build number | Incrementing build number
|
97b0d990d65fd61af6f0e778ff3e099a36d6360e | --- .github/pull_request_template.md
@@ -0,0 +1,12 @@
+## Links to JIRA tickets:
+
+## Acceptance Criteria
+
+## Screenshots (if any):
+
+# Checklist
+- [ ] Have you written unit tests for this? If so, add the screenshots for the test coverage
+- [ ] Has this been tested in the core app?
+- [ ] Telemetry Covered? If so... | fix: resolve comments | fix: resolve comments
|
bbff2ef17ae96977ad0a345dc8865d1b68ff61a2 | --- src/ccmFallbacks.ts
@@ -7,4 +7,5 @@ export const CCMFallbacks = {
shouldDisplayWarningBanner: false,
warningMessageContent:
'All users must be on the most recent version of Me@ to send and receive messages.',
+ showViewTimeClock: false,
};
--- src/components/ClockedOutScreenGuard.tsx
@@ -14,6 +14,8 @... | update view time clock link | update view time clock link
|
6fded70f52d70a728d2cbd24adbabe017cc83761 | --- .looper.multibranch.yml
@@ -103,7 +103,7 @@ envs:
releaseType: "test"
releaseTypeDesc: "build from a feature branch; test feature in isolation"
slackIcon: ":firecracker:"
- slackChannel: "allspark-builds-developer"
+ slackChannel: "allspark-builds-test"
buildType: "SNAPSHOT"
... | about to try it out | about to try it out
|
667dea1efe7283f217b21ffb1e03c3d9e5955d89 | --- __tests__/components/TeamSearchInput.test.tsx
@@ -13,16 +13,6 @@ describe('TeamSearchInput', () => {
expect(toJSON()).toMatchSnapshot();
});
- // TODO: mock showMicrophoneIcon to be true
- // it('should render correctly with right icon', () => {
- // const {getByTestId, toJSON} = renderWithProviders(... | feat: removed unused code | feat: removed unused code
|
766d92e6130954ec742bd6a2ccb60ca43aeb56c4 | --- __tests__/navigation/utils.test.ts
@@ -28,7 +28,7 @@ describe('Navigation Utils', () => {
'100',
'testDisplayName',
'H',
- '12345',
+ 12345,
'US',
);
expect(navigate).toBeCalledWith('scheduleScreen', {
| Update version | Update version
|
99c005045016326ff15c6f3f42d9a0ff7048d7b9 | --- packages/allspark-foundation/src/Navigation/components/Header.tsx
@@ -1,5 +1,5 @@
import React, { PropsWithChildren } from 'react';
-import { StyleSheet } from 'react-native';
+import { Platform, StyleSheet } from 'react-native';
import { useSafeAreaInsets } from 'react-native-safe-area-context';
import {
Hea... | fix: header component had incorrect styling for android | fix: header component had incorrect styling for android
|
809b96091aa82e196c0e3311d0ddc7388316e7b2 | --- jest.config.js
@@ -6,16 +6,16 @@ module.exports = {
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts'],
coverageThreshold: {
'global': {
- statements: 60,
- branches: 60,
- functions: 55,
- lines: 60,
+ statements: 70,
+ branches: 70,
+ functions: 62,
+ lines: 70... | test: updated coverage threshold | test: updated coverage threshold
|
274ad6bf22fc2bd75d192f6468172cf5d5d0d950 | --- package-lock.json
@@ -3154,9 +3154,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.12",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.12.tgz",
- "integrity": "sha512-kz11mbjaOHc7gidjVGQBNczLCafVr4GP83+UvcoNkRtkr+VYW... | PTT Hotfix for Drop 2.5 | PTT Hotfix for Drop 2.5
|
d59c8cfea192f78867d204ebc38554986f36756c | --- packages/core-widget-registry/src/ScMetrics.ts
@@ -6,7 +6,7 @@ import MeAtCommon, {ScMetricsContainer} from '@walmart/me-at-walmart-common';
* @example
* import {ScMetricsWidgetProps} from '@walmart/me-at-walmart-common';
*/
-export type ScMetricsWidgetProps = MeAtCommon.ScMetricsWidgetProps;
+export type ScM... | type: updated metrics container types and documentation | type: updated metrics container types and documentation
|
0a3128876d1e52e3baa6da8638e8e628a5e67f70 | --- package.json
@@ -155,7 +155,7 @@
"@walmart/taskit-mini-app": "5.38.2",
"@walmart/time-clock-mini-app": "3.19.2",
"@walmart/time-clock-mini-app-next": "3.0.0",
- "@walmart/topstock-mini-app": "1.24.2",
+ "@walmart/topstock-mini-app": "1.25.4",
"@walmart/translator-mini-app": "1.6.4",
"... | fix(topstock): topstock drop32 (#4342) | fix(topstock): topstock drop32 (#4342)
* fix(topstock): topstock drop32
* trigger build
* fix(topstock):trigger build
* fix(topstock):trigger build
* fix(topstock):trigger build
* fix: trigger build
* fix: lock file reverted
* fix(topstock): version bump
* fix(topstock): version bump
* fix(t... |
41f287040b18a40ee77cc86f11aef3a8473591e0 | --- .looper.multibranch.yml
@@ -608,15 +608,15 @@ branches:
flows:
native-ios:
- - exposeVars("${market}-market")
+ - expose("${market}-market")
- node(label=${NODES}):
- call: build-ios(ios)
native-android:
- - exposeVars("${market}-market")
+ - expose("${market}-market")
- call: ... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
ffae6b2d26d582202f111470dfc785852aa2c74c | --- src/managerExperience/components/RosterDetailPageHeader/style.ts
@@ -13,6 +13,7 @@ export const getRosterDetailPageHeaderStyles = (subText?: string) => {
justifyContent: 'space-between',
borderBottomWidth: 8,
borderBottomColor: colors.gray['5'],
+ backgroundColor: colors.white,
},
... | Update mini app version | Update mini app version
|
393dd3dce70bf3c87c9ae457dcae5f4b1f2cec02 | --- .looper.multibranch.yml
@@ -25,9 +25,9 @@ cache:
configs:
- type: generic
checksum:
- - './targets/US/ios/Podfile.lock'
+ - './targets/${market}/ios/Podfile.lock'
includes:
- - './targets/US/ios/Pods'
+ - './targets/${market}/ios/Pods'
docker:
- name: 'mdc-agent'
... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.