commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
2dda17e69add1f5de3a37f71b9ffca3cf2e10485
--- package.json @@ -76,8 +76,8 @@ "@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch", "@walmart/allspark-authentication": "6.4.10", "@walmart/allspark-cope-key-listener": "...
fix(ui): update roster mini app for Supply chain error from Drop 30 (#4371)
fix(ui): update roster mini app for Supply chain error from Drop 30 (#4371) * fix(ui): update roster mini app for Supply chain error from Drop 30 * feat(ui): update allspark-foundation-hub version * feat(ui): resolve the merge conflicts for foundation-hub * chore(ui): revert yarn.lock * chore(ui): update yarn.lock...
6eaf34c08307170197e518821855d2c3a36226fb
--- packages/allspark-foundation-hub/src/HubFeature/Store/HubHeader/index.tsx @@ -28,7 +28,7 @@ export const HubHeader = ({ <Body accessibilityRole='text' UNSAFE_style={styles.subText} - accessibilityLabel={subText} + accessibilityLabel={subText as string} testID='hub-hea...
Adding test ID and type
Adding test ID and type
aa1c2165184909d4a279a8e023eafce7c284d1f3
--- src/containers/WarningBanner.tsx @@ -14,7 +14,7 @@ export const WarningBanner = () => { const onDismissBanner = () => setDismissBanner(true); return showWarningBanner && !dismissBanner ? ( <Banner variant='warning' onClose={onDismissBanner}> - <Text>{messageContent.toString()}</Text> + <Text>{m...
update the selector
update the selector
c4d5c0ed5b54e3f0d256e2435f079dc83d66cd11
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/EditSavedTeamModal/EditSavedTeamsModal.tsx @@ -1,4 +1,4 @@ -import React, { useCallback, useState } from 'react'; +import React, { useCallback, useRef, useState } from 'react'; import { TeamSearchInput } from '../../../Shared/Components/SearchInpu...
feat(ui): updated selection logic
feat(ui): updated selection logic
2e00336ff95889dab974eaf44f7cf975f5456776
--- .codepulseai.yml @@ -0,0 +1,16 @@ +ignore: + - "node_modules/" + - "scripts" + - "coverage/" + - "dist/" + - "container/*.ts" + - "sr.yaml" + - "*.yml" + - "*.js" + - "*.json" + +ignore_code_suggestion_keywords: + +auto_describe: true # If auto_describe flag value is set to true, PR title and descriptio...
Update my team app version
Update my team app version
1fc6ea664b049790507b9793c4921913ae3a5239
--- packages/allspark-foundation-hub/__tests__/SiteHub/SiteHubDashboard.test.tsx @@ -1,26 +1,19 @@ jest.useFakeTimers(); -import React, { useState } from 'react'; +import React from 'react'; import { SiteHubDashboard } from '../../src/SupplyChain/Hub/SiteHubDashboard'; -import { cleanup, fireEvent, render } from '../...
Removing unused code
Removing unused code
45c688058f16c5b7238102ca7bdd4596c76d57cb
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.1-beta.12", + "version": "1.0.1-beta.13", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts", --- packages/allspark-foundation-hub/src/HubFeature/Store/H...
Update foundation hub version
Update foundation hub version
37635c8960c0a5725889eb2a89afc7b406969051
--- core/__tests__/__mocks__/@walmart/react-native-scanner-3.0.js @@ -0,0 +1,3 @@ +module.exports = { + enableConstellationSDK: jest.fn(), +}; --- core/__tests__/scanner/useScannerSdkTypeTest.ts @@ -1,16 +1,7 @@ -import { renderHook } from '@testing-library/react-hooks'; -import { useSelector } from 'react-redux'; -...
fix podlock reference issue
fix podlock reference issue
10d045e23323150fbad8b7607ae50c8ef0a80413
--- __tests__/containers/ChatInput/hooks.test.tsx @@ -136,68 +136,5 @@ describe('useDocumentSubscriptionSnapshot', () => { expect(mockSetLoading).toHaveBeenCalledWith(false); expect(mockSetMessagesState).toHaveBeenCalled(); }); - it('should handle channel document not found error and log error', async () ...
test: update tests for chat input hooks
test: update tests for chat input hooks
e9e150001b9ba1530a2a19da7c46203584a72ced
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.2.7", + "version": "1.2.7-alpha.1", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts",
Update the allspark foundation hub version for SC
Update the allspark foundation hub version for SC
f1943e55f783d2c7e65e48cc13c6e4013ed22862
--- ios/Podfile.lock @@ -1611,7 +1611,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.6.1) - - topstock-mini-app (1.7.1): + - topstock-mini-app (1.4.14): - React - VisionCamera (3.7.1): - React @@ -2247,7 +2247,7 @@ SPEC CHECKSUMS: ...
[Podfile.lock] reverting unnecessary changes
[Podfile.lock] reverting unnecessary changes
b939f008df1c408379073537710cd0f1a5c59ad9
--- package-lock.json @@ -47,7 +47,7 @@ "@walmart/calling-mini-app": "0.1.8", "@walmart/compass-sdk-rn": "5.18.15", "@walmart/config-components": "4.2.16", - "@walmart/copilot-mini-app": "^3.46.0", + "@walmart/copilot-mini-app": "3.50.4", "@walmart/core-services": "~2.3...
chore: bump copilot@3.50.4
chore: bump copilot@3.50.4
4d94a8ca600858b70976b2552ea82545ff4c253b
--- 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.355.0", + "@walmart/time-clock-mini-app": "2.356.0", "@walmart/topstock-mini-app": "patch...
tcma v3.356.0
tcma v3.356.0
ffdc25345c359818d6843a6106eb056ea8f888d5
--- package-lock.json @@ -3103,9 +3103,9 @@ "integrity": "sha512-S5yf6tmVHz/kK5NNtW3OdQ+nDk7ii3/v1mJ9WA0c2zjL4DRQ+hbqxUv2WOsqa2uA1wbMCliwtAaPePoeiHJEmg==" }, "@walmart/inbox-mini-app": { - "version": "0.0.91", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox version bump (#498)
inbox version bump (#498)
4217ba658f4e188014ac3b4b4a9e6d506818e99f
--- .husky/commit-msg @@ -0,0 +1,3 @@ +#! /bin/env bash + +npx --no -- commitlint --edit $1 --- .husky/pre-commit @@ -0,0 +1,3 @@ +#! /bin/env bash + +npm run test && npm run lint --- .husky/prepare-commit-msg @@ -0,0 +1,13 @@ +#! /bin/env bash + +if [ "$2" = "commit" ]; then + echo Skip commitized quizze due to...
feat(ui): update expo cng
feat(ui): update expo cng
e74cea7f5be92cfee43999a1fa2856506a692f61
--- .looper-pr.yml @@ -21,7 +21,7 @@ envs: STAGES_TO_RUN: LINT: true UNITTEST: true - BUILD: true + BUILD: false SONAR_SCAN: true ARTIFACT_PUBLISH: true AUTO_PR_MONO: false --- package.json @@ -95,9 +95,9 @@ "@walmart/react-native-shared-navigatio...
fix(ui): update package
fix(ui): update package
96c238f836e1f86efa4e993ddf0fa5ead89cfd43
--- package-lock.json @@ -5094,9 +5094,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "1.2.13", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-1.2.13.tgz", - "integrity": "sha512-skczD5rDTI/yJsKwbcJysv0cvKE8Q1DzhgZjgJe5XuD5MuTt2JmTJov1/nwFEY5P...
ask sam mini app version bump
ask sam mini app version bump
93ad694531e7f5225d76d8aa504292e8a430cb16
--- __tests__/screens/MessagesScreen/OneToOneChatTest.tsx @@ -47,7 +47,7 @@ describe('1-1 chat', () => { <MessagesScreen navigation={navigation} route={mockRoute} />, ); const chatInputSendButton = messagesScreen.getByTestId( - 'actionButtonInstance', + 'chatInputSendButton', ); con...
fixing tests
fixing tests
c19ed5525ccb4778bf5a482139656f269d4883c6
--- graphql.yml @@ -36,18 +36,8 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql' tags: - 'v1' - - name: 'GetSupplyChainShifts' - hash: 'b0f8dbb33dfb79cf68890fa719d4a9a6a2ab8e851ea3a81708a31ac9078c988c' - ...
feat(ui) reran codegen
feat(ui) reran codegen
6d6475245daec2d38c7e3b4359e5dfda0ba9ae36
--- .yarn/patches/@walmart-react-native-sumo-sdk-npm-2.6.4-041f821b2c.patch @@ -0,0 +1,19 @@ +diff --git a/android/build.gradle b/android/build.gradle +index a3c22a382334bfed26077b1853437ffff781846c..15171bee628df7445240a1ea2987a1fdabfccfba 100644 +--- a/android/build.gradle ++++ b/android/build.gradle +@@ -27,11 +27,1...
fix: add sumo and topstock patches for java 17
fix: add sumo and topstock patches for java 17
22cfa168bef2af61b468954455474f0b5aba9243
--- .looper-native-common.yml @@ -15,7 +15,7 @@ envs: XC_TARGET: 'AllSpark' TARGET_XCODE: "11.5" GITHUB_TOKEN: ENC[CGMhL3M/PKGSd9JmVpyMSAxGD/ZNRzJbf6v6/VuJBIWoj226WrPkQe5i7DIFJjTR] - NO_PROXY: '*.walmart.com, *.googlesource.*, apps.betacrash.com' + NO_PROXY: "*.walmart.com,chromium.google...
update few files
update few files
53149d3929ced83214fd911de9cde3f5d8382c9e
--- packages/allspark-utils/src/Layout.tsx @@ -0,0 +1,71 @@ +import React, { ComponentType } from 'react'; +import { + View, + ScrollView, + StyleSheet, + ViewStyle, + StyleProp, +} from 'react-native'; +import { AnyObject } from './types'; + +export type LayoutConfig = { + componentId: string; + width?: number;...
feat: add layout component
feat: add layout component
287d17eeabacc20e5349dc865b5a0a6e02176b5b
--- package-lock.json @@ -56,7 +56,7 @@ "@walmart/inbox-mini-app": "0.82.3", "@walmart/iteminfo-mini-app": "7.1.4", "@walmart/manager-approvals-miniapp": "0.2.1", - "@walmart/me-field-mini-app": "12.0.10", + "@walmart/me-field-mini-app": "12.0.15", "@walmart/metrics-min...
📦 Bumping up Learning mini app version
📦 Bumping up Learning mini app version
b679c3ecd769d73cd284e62128b038f590c47f40
--- package.json @@ -87,7 +87,7 @@ "@walmart/core-widget-registry": "0.5.7", "@walmart/counts-component-miniapp": "0.0.39", "@walmart/exception-mini-app": "0.42.6", - "@walmart/facilities-management-miniapp": "0.3.17", + "@walmart/facilities-management-miniapp": "0.3.22", "@walmart/feedback-al...
Update package.json
Update package.json
4c6f6b8bd192ce984067cb2b289fc097438ddbd8
--- package-lock.json @@ -36,7 +36,7 @@ "@walmart/amp-mini-app": "0.2.13", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.41", - "@walmart/attendance-mini-app": "0.33.0", + "@walmart/attendance-mini-app": "0.33.1", "@walmart/config-compo...
Bump AMA version to 0.33.1
Bump AMA version to 0.33.1
e9f38e6f6ab81b1c4dc754fbb4cc0418c16517f1
--- ios/Podfile.lock @@ -263,7 +263,7 @@ PODS: - Permission-Notifications (3.6.1): - RNPermissions - PromisesObjC (2.1.1) - - PTT (1.8.4): + - PTT (1.8.6): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - RealmSwift (= 10.32.3) @@ -530,8 +530,8 @@ PODS: - React-Core - react...
update ptt module to latest
update ptt module to latest
342ed2aaf9243424584754528484d6ebfd775cf0
--- 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.6.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.6.1 - @walmart/expo-config-plugins@0.1.5
cc6d819f2f9109444483d6ff3851a08eff18f258
--- package.json @@ -151,7 +151,7 @@ "@walmart/shelfavailability-mini-app": "1.5.45", "@walmart/shop-gnfr-mini-app": "1.0.302", "@walmart/sidekick-mini-app": "4.201.13", - "@walmart/store-feature-orders": "1.30.0", + "@walmart/store-feature-orders": "1.33.3", "@walmart/taskit-mini-app": "5.39....
Feat(Sfot): OPIF-216023 Sfot drop32 changes with recommendations (#4451)
Feat(Sfot): OPIF-216023 Sfot drop32 changes with recommendations (#4451) * feat: OPIF-216023 Sfot drop32 changes with recommendations * feat: OPIF-216023 Sfot drop32 changes * chore: yarn changes * chore: fix yarn.lock * chore: icon and color changes --------- Co-authored-by: sourav agarwal - s0a0e1x...
0aa0d1268081ec51fd73f39096dfdec14677ddf7
--- ios/PrivacyInfo.xcprivacy @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>NSPrivacyAccessedAPITypes</key> + <array> + <dict> + <key>NSPrivacyAccessedAPIType</key>...
Updating privacy manifest file with APIType and APITypeReasons
Updating privacy manifest file with APIType and APITypeReasons
d3ca7961656f961d7552b0d7ce728f3282340d94
--- targets/US/package.json @@ -98,7 +98,7 @@ "@walmart/core-services-allspark": "workspace:^", "@walmart/core-utils": "6.3.9", "@walmart/core-widget-registry": "workspace:^", - "@walmart/counts-component-miniapp": "0.1.13", + "@walmart/counts-component-miniapp": "0.1.14", "@walmart/emergency-...
chore: bumping pc version
chore: bumping pc version
d95b4123b6175d965dfd138520ec435147d12ac9
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.12.1-alpha.4", + "version": "2.12.1-alpha.5", "main": "dist/index.js", "files": [ "dist" --- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx @@ -52,8 +52,11 @@ import {rosterTelemetry} from ...
Update roster mini app version
Update roster mini app version
2219f8745a4d364c5d437d7d8497aee89c2bfd2e
--- .looper.multibranch.yml @@ -561,6 +561,52 @@ branches: - manual: name: Build Simulator call: push(simulator) + - spec: feature/drop23-linux-node + triggers: + - push: + manualOnly: true + - manual: + name: Build All + call: push(test) + - manual: + nam...
Added Prod Build option for testing purpose
Added Prod Build option for testing purpose
c54a85e844dcf275513a155e81849f3669ca84e8
--- docs/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.5.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.4.0...v3.5.0) (2025-08-28) + + +### Bug Fixes + +* **ui:** resolving conflicts ([011d6c3](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/011d6c36c2c0959e8ceadcba23c3e32e5fbe18be)) + + +### Featur...
chore(release): 3.5.0 [skip ci]
chore(release): 3.5.0 [skip ci] # [3.5.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.4.0...v3.5.0) (2025-08-28) ### Bug Fixes * **ui:** resolving conflicts ([011d6c3](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/011d6c36c2c0959e8ceadcba23c3e32e5fbe18be)) ### Features * **ui:** upd...
77a8e092c4910f8513779ec2914e367b8859f92e
--- package.json @@ -62,7 +62,7 @@ "@react-native-firebase/firestore": "~21.14.0", "@react-native-firebase/perf": "~21.14.0", "@react-native-firebase/remote-config": "~21.14.0", - "@react-native-picker/picker": "2.9.0", + "@react-native-picker/picker": "2.11.1", "@react-native-segmented-contro...
chore: upgrade RN picker
chore: upgrade RN picker
c0ed1a544274023eb4734548dd93f6a6a015a0df
--- 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.20.5](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.11.1 - @walmart/allspark-foundation-hub@1.20.5 - @walmart/me-at-walmart-geolocation@1.3.22 - @walmart/me-at-walmart-location@1.1.2
bd85bd28c9ade10a5bb58342b77f034fb19f20dd
--- core/__tests__/navigation/USHallway/PreHireHallwayNav/__snapshots__/PreHireHallwayNavTest.tsx.snap @@ -2,7 +2,7 @@ exports[`PreHireHallwayNav matches snapshot 1`] = ` <Navigator - initialRouteName="WelcomeMeMiniApp" + initialRouteName="welcomeMe.CandidateHome" > <Screen component={[Function]} @@ -38,...
updated snapshot
updated snapshot
e73ce7a22fd59f60e84c8ff0ebc1a05300d7043d
--- apps/example/environment.d.ts @@ -0,0 +1,11 @@ +import { EnvironmentType } from '@walmart/allspark-foundation/Environment'; + +declare global { + namespace NodeJS { + interface ProcessEnv { + EXPO_PUBLIC_APP_VARIANT: EnvironmentType; + EXPO_PUBLIC_APP_TARGET: 'core' | 'feature1' | 'feature2'; + } +...
chore(example): add env variable for selecting root
chore(example): add env variable for selecting root
467e6d04ca393dd9e64a5a80fcb5009762bfdd8c
--- __tests__/__mocks__/@walmart/payrollsolution_miniapp.js @@ -2,3 +2,7 @@ module.exports = { __esModule: true, default: 'PaymentSelectionMiniApp', }; + +jest.mock('@walmart/payrollsolution_miniapp', () => ({ + directDepositMiniApp: 'PaymentSelection', +})); --- __tests__/__mocks__/@walmart/profile-feature-a...
Moved profile and payment mocks to won files.
Moved profile and payment mocks to won files.
9502c7344d79f5ec1d7149c3b954be7ba2ff7b88
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 55 + versionCode 56 versionName "1.0.4" } sp...
Incrementing build number
Incrementing build number
8fb121c767f0baef0078168780392f4c429cfa75
--- package.json @@ -112,7 +112,7 @@ "@walmart/ims-print-services-ui": "2.19.1", "@walmart/inbox-mini-app": "0.99.5", "@walmart/invue-react-native-sdk": "0.1.26-alpha.10-wt1", - "@walmart/iteminfo-mini-app": "8.2.9", + "@walmart/iteminfo-mini-app": "8.3.2", "@walmart/learning-mini-app": "20.0....
feat(component): OPIF-163140 ItemInfo integrate mGPS event on item scan (#4131)
feat(component): OPIF-163140 ItemInfo integrate mGPS event on item scan (#4131) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
e7513ca822a1cd5b8bdb73ccfa423172ae72e9c9
--- packages/allspark-foundation/__tests__/User/components/selector.test.tsx @@ -26,8 +26,8 @@ describe('UserSelectors', () => { { teamId: '2', members: ['67890'], membership: [{ win: '12345', role: 'TL' }] }, ], preferences: { - birthday: '12-25', - anniversary:...
change birthday and anniversary as boolen
change birthday and anniversary as boolen
c25bceda7169111c3d5fbca4019a31ed9eeab4de
--- __tests__/connectivity/ConnectivityTest.tsx @@ -2,7 +2,7 @@ import {all, call, takeLatest, select} from 'redux-saga/effects'; import { NetworkActionTypes, - NetworkSelectors, + NetworkDetails, } from '@walmart/allspark-foundation/Network'; import {UserActionTypes} from '@walmart/allspark-foundation/User';...
test(added test cases for connectivity and utils): ALLSPARK-5457 test (#4052)
test(added test cases for connectivity and utils): ALLSPARK-5457 test (#4052)
a583900c2422da82727b6f151d9e95724584f886
--- src/screens/RosterScreen.tsx @@ -108,6 +108,7 @@ export const RosterScreen: React.FC<Props> = ({navigation}) => { setAssociates(tempAssociatesMock); }, []); + useEffect(() => { firestore() .collection('user_status') --- src/screens/RosterScreen.tsx @@ -108,6 +108,7 @@ export const RosterS...
adding whitespace to test looper
adding whitespace to test looper
221212f8f65af209f11124b8d039fd0ad34ca110
--- package.json @@ -151,7 +151,7 @@ "@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.9.20#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.9.20-3371a478c8.patch", "@walmart/receipt-check-miniapp": "1.34.4", "@walmart/redux-store": "~6.3.28", - "@walmart/returns-m...
fix(returns): bug fix for printer issue in returns mini app (#4875)
fix(returns): bug fix for printer issue in returns mini app (#4875)
305cf1f62c941a34df8b2f3f4855f6a4418ccd56
--- yarn.lock @@ -6500,15 +6500,6 @@ __metadata: languageName: node linkType: hard -"@walmart/common-utilities-js@npm:^1.2.10": - version: 1.2.10 - resolution: "@walmart/common-utilities-js@npm:1.2.10" - dependencies: - lodash: "npm:^4.17.15" - checksum: 10c0/0de4ac9c5a4dab4a00100c34d10bb4f8862cc4d32dc0d...
chore(ui): update yarn lock
chore(ui): update yarn lock
b6e4e4721003d19b8292cdf6a3976ff48c414119
--- src/components/FilterChipGroup/FilterChipGroup.tsx @@ -106,7 +106,7 @@ export const FilterChipGroup = ({ </Chip> </> )} - <ScrollView horizontal style={styles.filterChipGroupContainer}> + <ScrollView horizontal style={styles.ScrollViewContainer}> {renderFilterChips()} ...
fix: css fix for shiftswitcher chip
fix: css fix for shiftswitcher chip
35fac676dcc7f3cdd7ea2da55c7bb2f4ad7f9f7f
--- concord-multibranch.yml @@ -60,7 +60,7 @@ triggers: entryPoint: onPush conditions: type: push - branch: "^(feature|feat|chore).*$" # Triggers when someone pushes to branches starting with feature, feat, or chore + branch: ".*" #IMP: Add this if the automatic build is disable...
feat(ui): update concord
feat(ui): update concord
e84a333815f4cafe4e7f1838695293264c9ca984
--- core/src/features/attendance.ts @@ -1,4 +1,4 @@ -import {AllsparkFeatureModule} from '@walmart/allspark-foundation'; +import {AllsparkFeature} from '@walmart/allspark-foundation'; import { FeatureTags, InboxContainer, @@ -6,8 +6,10 @@ import { } from '@walmart/me-at-walmart-common'; // Temporary Attendan...
refactor: update core mini app features to use feature builder
refactor: update core mini app features to use feature builder
5b92406f1af6a7ac7c91c342fb887be6cbe4f566
--- __tests__/containers/ChatInput/AudioRecording.test.tsx @@ -712,7 +712,7 @@ describe('AudioRecording', () => { describe('create recording', () => { // Import the function from the actual module for these tests const {recordingStatusUpdateCallback} = jest.requireActual('../../../src/containers/ChatInput/...
feat(ui): update lint fixes
feat(ui): update lint fixes
3c29c80473eb961b0937144b1207d0838676eaf6
--- .codepulseai.yml @@ -0,0 +1,12 @@ +ignore: + - "node_modules/" + - "coverage/" + - "*.yml" + - "*.js" + - "*.json" + +ignore_code_suggestion_keywords: + +auto_describe: true # If auto_describe flag value is set to true, PR title and description will be automatically generated by the CodePulseAI as soon as th...
Update my team app version
Update my team app version
5468bf00b307af371e65404d8c3a723cc135b301
--- graphql.yml @@ -9,111 +9,90 @@ applications: - name: "dev" persistedQueries: - name: "GetAssociateClockStatus" - hash: "b4080db4f80721f28469fdce6584ae8afe567ee4c200d77b6889912ec1c0d214" queryTemplate: "src/queries/getAssociateClockStatus.graphql" tags:...
review comments
review comments
dd9b685304da331b3e770c790eacbe66344e1050
--- .looper-pr.yml @@ -28,3 +28,4 @@ envs: MONO_REPO_BASE_BRANCH: develop AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' +
feat(ui): dummy commit
feat(ui): dummy commit
71201b5b2ae79a3a68f9fe6c675ab962cbba833d
--- src/navigation/utils.ts @@ -10,7 +10,7 @@ export const goToWeeklySchedule = (wins: string[], teamName?: string) => { export const goToIndividualSchedule = ( userId?: string | null, - businessUnitNumber?: string | null, + siteId?: string | null, displayName?: string | null, payType?: string | null, ...
parsing the unit number
parsing the unit number
dd0c1a0e24e5676dee514d9110be041c88ef807e
--- 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.47", + "@walmart/shop-gnfr-mini-app": "1.0.52", "@walmart/store-feature-orders": ...
version bump
version bump
1815d697c0e5ad1894e23b668a31fadddb65fbe0
--- packages/allspark-foundation/src/GraphQL/client.ts @@ -30,6 +30,7 @@ import { import { GraphQLClientConfig, GraphQLFeatureConfig } from './types'; import { generateQueryHash } from './utils'; import { AllsparkHttpLink, DynamicLink, PersistedQueryLink } from './links'; +import { loadErrorMessages, loadDevMessages...
chore: add error helper function to graphql
chore: add error helper function to graphql
6245abef795257e5b35a9bc9fed15495e8f022ba
--- package.json @@ -113,7 +113,7 @@ "@walmart/inbox-mini-app": "0.100.4", "@walmart/invue-react-native-sdk": "0.1.26-alpha.12", "@walmart/iteminfo-mini-app": "8.4.2", - "@walmart/learning-mini-app": "20.0.70", + "@walmart/learning-mini-app": "20.0.71", "@walmart/manager-approvals-miniapp": "0...
feat(LEARNING-101793): added bug fix with new version 71 (#4350)
feat(LEARNING-101793): added bug fix with new version 71 (#4350) * feat(LEARNING-101793): added bug fix with new version 71 * dummy commit * revert dummy commit changes --------- Co-authored-by: a0p0f7d <a0p0f7d@homeoffice.wal-mart.com> Co-authored-by: Rashad Ahmed - r0a03gb <rashad.ahmed@walmart.com> Co...
a0660a44308c18c8687d5323588891418067dd92
--- .yarn/patches/react-native-modalfy-npm-3.7.0-a3af8847e5.patch @@ -1,5 +1,5 @@ diff --git a/lib/commonjs/lib/ModalStack.js b/lib/commonjs/lib/ModalStack.js -index 34a9127520914af5760dbeb23197d637ea0251dc..21e11613a42b414b1cb858356726333a438a0036 100644 +index 34a9127520914af5760dbeb23197d637ea0251dc..6b34d054c8dad9...
fix(modalfy): ALLSPARK-7291 re-apply patch (#5311)
fix(modalfy): ALLSPARK-7291 re-apply patch (#5311) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
7fa41e5a2b8020eb07f86daac141cbdd1d4209ff
--- package-lock.json @@ -53,7 +53,7 @@ "@walmart/gtp-shared-components": "2.0.4", "@walmart/impersonation-mini-app": "1.11.0", "@walmart/ims-print-services-ui": "2.0.6", - "@walmart/inbox-mini-app": "0.81.12", + "@walmart/inbox-mini-app": "0.81.13", "@walmart/iteminfo-...
bug fix
bug fix
e314561eab38304aa217e60df40d2baeeb8d71d4
--- packages/me-at-walmart-container/__tests__/redux/auth.test.ts @@ -0,0 +1,74 @@ +import {call, select, takeLatest} from 'redux-saga/effects'; +import { + EnvironmentSelectors, + EnvironmentActionTypes, +} from '@walmart/allspark-foundation/Environment'; +import { + ConfigActionTypes, + ConfigSelectors, +} from '...
auth tests
auth tests
468fe95b207246c873739cc2deb400663ff3b3b3
--- packages/allspark-foundation/src/Navigation/config/redux.ts @@ -3,7 +3,12 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit'; import { AuthActionCreators } from '../../Auth/redux'; import { createSliceUtilities } from '../../Redux/utils'; import { InferActionTypes } from '../../Redux/types'; -impor...
feat: add override and reset option actions for nav config
feat: add override and reset option actions for nav config
28c4b4c1436678b5ef3de705b7713b9c9e837559
--- __tests__/harness/redux/mockState/index.ts @@ -1,7 +1,7 @@ import {GlobalState} from '@walmart/redux-store'; import {clockStatusState} from './clockStatusState'; -//TODO: Move this to the @walmart/redux-store project as a sharable mock? +//TODO: Move this to the @walmart/redux-store project as a sharable mock o...
updating test harness comment
updating test harness comment
f637b598e9a695871a4b06458be4c7d227a30b76
--- targets/US/package.json @@ -87,8 +87,8 @@ "@walmart/ask-sam-mini-app": "1.24.7", "@walmart/associate-listening-mini-app": "1.2.7", "@walmart/attendance-mini-app": "3.44.0", - "@walmart/avp-feature-app": "0.10.7", - "@walmart/avp-shared-library": "0.10.1", + "@walmart/avp-feature-app": "0.10....
bumped avp
bumped avp
57da03042ab05778733b1995686405775bf3c484
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 18.2, - branches: 7.93, + statements: 18, + branches: 7, functions: 11.94, - lines: 18.4, + lines: 18, }, }, transformIgnorePatterns: [ --- jest.config.js ...
coverage
coverage
c69006908f35a265e8ec48ffac643577bd579728
--- package-lock.json @@ -5965,7 +5965,7 @@ "node_modules/@walmart/me-field-mini-app": { "version": "1.1.32", "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mini-app-1.1.32.tgz", - "integrity": "sha512-MdcCmDOXeZ/LSy27S1gGwoNgsY+NjkBOPqgcP8CdVIisicNoveBbz49hVD6+nO9C4...
chore: :package: Changed integrity of me-field-mini-app
chore: :package: Changed integrity of me-field-mini-app
92b8de7524df3635f5c4b801443a620a4b19ac0d
--- package.json @@ -1,6 +1,6 @@ { "name": "allspark-main", - "version": "1.5.1", + "version": "1.6.0", "private": true, "scripts": { "firebase:dev": "cp ./ios/GoogleService-Info-Dev.plist ./ios/GoogleService-Info.plist && cp ./android/app/google-services-dev.json ./android/app/google-services.json", @...
Updated taskit version to 146.rc2
Updated taskit version to 146.rc2
b42dc3ffa3ab03c6b4bebcb0b545832ef5147c4d
--- packages/allspark-foundation-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. +## [1.4.2](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.4.2 - @walmart/expo-config-plugins@0.1.2
5ffe74be40b7c2c661f1df4639431ff32bbadbca
--- .looper-pr.yml @@ -1,46 +0,0 @@ -inherit: "job:///metropolis/metroloop/metroloop-parent" - -tools: - nodejs: 12.4.0 - sonarscanner: 3.0.3.778 - -envs: - global: - variables: - TMPDIR: /tmp - -triggers: - - push: - ignoreCommitter: jenkinspan - -flows: - default: - - call: pr - - call: run-so...
Delete .looper-pr.yml
Delete .looper-pr.yml
f63d441d6d1b8efda2b086914e3a5f9cbb2413dc
--- package-lock.json @@ -55,7 +55,7 @@ "@walmart/counts-component-miniapp": "0.1.10", "@walmart/emergency-mini-app": "1.27.0", "@walmart/exception-mini-app": "1.7.3", - "@walmart/facilities-management-miniapp": "0.7.3", + "@walmart/facilities-management-miniapp": "0.7.5", ...
Drop 18 FixiT Hotfix: Incident Flow Fix
Drop 18 FixiT Hotfix: Incident Flow Fix
841dab633372c54ef8353a8b09269ba7f39a98c7
--- package-lock.json @@ -3218,9 +3218,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.17.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.17.0.tgz", - "integrity": "sha512-rYvZevYXityyvOqtyqDb0aOrsoNgHPC+dIbn14Td8IGoB8sNkQYb7t6O2H...
welcomeMe version increase
welcomeMe version increase
80de0615ccd1a17366710f9ff64b3b006a4190ae
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/HubHeader/style.ts @@ -12,7 +12,7 @@ export default ( container: { width: '100%', paddingTop: 16, - paddingLeft: hasImage ? 18 : 10, + paddingLeft: 10, paddingBottom: subText ? 10 : 8, display: 'flex', ...
feat(ui): cleanup and other enhancements
feat(ui): cleanup and other enhancements
49d8cb4b57369aa0c44c6d4b5a4b3adf1443c401
--- __tests__/components/ActionButton.test.tsx @@ -0,0 +1,30 @@ +import {render} from '@testing-library/react-native'; +import React from 'react'; +import {ActionButton} from '../../src/components/ActionButton'; +import {ActionButtonProps} from '../../src/components/ActionButton/types'; + +jest.mock('react-redux', () =...
added tests for actionButton
added tests for actionButton
e1cf293b663b63bebcb55d1ef14bd8aaaddb79d6
--- package-lock.json @@ -16,9 +16,6 @@ "./packages/me-at-walmart-container", "./packages/*" ], - "dependencies": { - "@walmart/allspark-utils": "^5.0.0-beta.49" - }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", --- package.json @@ -94,8 +94,5 @@ ...
test setup
test setup
2a592b43b001be914545a4f325fcfb7025dc0ef6
--- __tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap @@ -20,8 +20,8 @@ exports[`VersionsList 1`] = ` [ { "data": [], - "title": "Me@Walmart", - "version": null, + "title": "Me@Walmart (undefined)", + "version": undefined, }, ...
chore: update snapshot
chore: update snapshot
aac6852d5167fe5486dacdb54cbf15c250e20ea9
--- .insights.yml @@ -0,0 +1,9 @@ +team: + - id: 3799 +product: + - {} +languages: + - JavaScript + - Android + - iOS +ignoreNotify: true
chore: add insights yml file
chore: add insights yml file
b672923e53b9ac4d55c258493df5b5ec10f8b8f0
--- packages/me-at-walmart-container/src/services/user/transforms.ts @@ -136,14 +136,9 @@ export const parseUserResponse = ( geographicCategoryCode: associate?.geographicCategoryCode, hireDate: associate?.hireDate || user.wmHireDate, mdseDivNumber: associate?.mdseDivNumber?.toString(), - preferences: ...
fix: preferences not mapped to user data during fetch and impersonate calls
fix: preferences not mapped to user data during fetch and impersonate calls
35f39bf6e1b7774991cf7f3b32547f86cbe1c20f
--- docs/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.5.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.4.0...v3.5.0) (2025-09-17) + + +### Features + +* **ui:** adding new version for drop 34 ([a4c18ec](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/a4c18eca33ae7c06b16f04691bea6906cc6be1c7)) +* **...
chore(release): 3.5.0 [skip ci]
chore(release): 3.5.0 [skip ci] # [3.5.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.4.0...v3.5.0) (2025-09-17) ### Features * **ui:** adding new version for drop 34 ([a4c18ec](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/a4c18eca33ae7c06b16f04691bea6906cc6be1c7)) * **ui:** adding n...
d7a8d15bd8b2234041dbc240db16c30a26260ab6
--- src/components/AssociateRosterItem/index.tsx @@ -52,6 +52,9 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => { const isPushToTalkEnabled: boolean = useSelector(pushToTalkEnabled); const isMessageButtonEnabled: boolean = useSelector(messageButtonEnabled); const userIsImpersona...
update interface to go to individual schedule
update interface to go to individual schedule
8e33c6c76dcf3705e389e29519399312f868b12d
--- __tests__/settings/sideButton/SideButtonSettingsTest.tsx @@ -4,7 +4,6 @@ import KeyEvent from '@walmart/allspark-cope-key-listener'; import AllsparkUtils from '@walmart/allspark-utils'; import AsyncStorage from '@react-native-async-storage/async-storage'; import {SideButtonSettings} from '../../../src/settings/s...
fixing tests after merge
fixing tests after merge
ea9db6a6c2c60ac67ff9ff4788e1441c8808dab1
--- package.json @@ -83,7 +83,7 @@ "@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch", "@walmart/allspark-authentication": "7.1.4", "@walmart/allspark-cope-key-listener": "0...
fix(foundation): update foundation package
fix(foundation): update foundation package
057ba896fa0938444200fea1997f0e7a98520400
--- targets/US/package.json @@ -119,7 +119,7 @@ "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-core": "workspace:^", "@walmart/metrics-mini-app": "1.27.3", - "@walmart/mod-flex-mini-app": "1.24.1", + "@walmart/mod-flex-mini-app": "1.24.4", "@walmart/moment-walmart":...
Modflex - v1.24.2 - Drop 28
Modflex - v1.24.2 - Drop 28
b11cd2d34dbe01d7be131f35524d512d429b1602
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.28.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.27.0...v2.28.0) (2025-04-30) + + +### Features + +* SMDV-9999 update index ([e569abd](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/e569abd776cde1845d83fecfe9c978a164070d77)) + # [2.27.0...
chore(release): 2.28.0 [skip ci]
chore(release): 2.28.0 [skip ci] # [2.28.0](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.27.0...v2.28.0) (2025-04-30) ### Features * SMDV-9999 update index ([e569abd](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/e569abd776cde1845d83fecfe9c978a164070d77))
ab38166b86c8a035800f9abbcd4facc0251dd4c7
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/HomeStackNavTest.tsx.snap @@ -306,16 +306,145 @@ exports[`HomeStackNav matches snapshot when user is not present 1`] = ` `; exports[`HomeStackNav matches snapshot with inbox disabled 1`] = ` -<View - style={ +<Navigator + screenOptions={ Object ...
fixed failing tests
fixed failing tests
7fa459a6b0a05658db9267ffd1bcf199eee97390
--- package-lock.json @@ -3159,9 +3159,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.3.29", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.3.29.tgz", - "integrity": "sha512-M5vyhjfqYggofHfXdPnrvZecJR8tKQvf53+XAFKhZ9sqU0oBl...
PTT Version bump for a small hotfix (#456)
PTT Version bump for a small hotfix (#456) * PTT Version bump * PTT version bump * PTT versio bump
f5d31f78f5c3b97d52dbd0cb187fe11d622e5763
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 29 + versionCode 30 versionName "1.0.1" } sp...
Incrementing build number
Incrementing build number
a1d8c0085a9aa21f23bbe72877c5e956246ca72b
--- package.json @@ -137,7 +137,7 @@ "@walmart/pay-stub-miniapp": "0.24.15", "@walmart/payrollsolution_miniapp": "0.153.6", "@walmart/persona-hub": "0.3.3", - "@walmart/price-changes-mini-app": "1.15.0", + "@walmart/price-changes-mini-app": "1.15.1", "@walmart/profile-feature-app": "2.8.1-UPV2...
feat(pc): Bump Price Changes version to 1.15.1 (#4812)
feat(pc): Bump Price Changes version to 1.15.1 (#4812) Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
50213484aaa4fc49794f77d6e9b5e0d26759c05a
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 112 + versionCode 113 versionName "1.0.9" } ...
Incrementing build number
Incrementing build number
03854ecf5761761c93cb4e44dd8777438c1d2eb9
--- packages/allspark-foundation/src/Components/ComponentContainers.tsx @@ -19,6 +19,7 @@ type ComponentLayoutConfig<P extends AnyObject> = Omit< export type ComponentContainerConfig = { private: boolean; + limit?: number; }; /** @@ -44,12 +45,17 @@ export type ComponentContainerConfig = { * <MyContainer.C...
feat: add limit to component container configuration
feat: add limit to component container configuration
2ff296e0f85342b24cf67da60591c318807edd3e
--- core/__tests__/navigation/USHallway/hallwaysTest.tsx @@ -1,38 +0,0 @@ -import React from 'react'; -import {LazyPreHireHallway, LazyAssociateHallway} from '../../../src/navigation/USHallway/hallways'; - -jest.mock('../../../src/navigation/USHallway/PreHireHallwayNav', () => { - throw new Error('Failed to load PreHi...
removed deleted file
removed deleted file
7b65c34bef8c6dacd7e27b85115b204990b194ba
--- __tests__/scripts/package-deprecation-check/mini-app-check/analyzerTest.ts @@ -311,7 +311,7 @@ describe('package-deprecation/mini-app-check/analyzer', () => { expect(postPRComment).toHaveBeenCalledTimes(1); const callArg = postPRComment.mock.calls[0][0]; expect(callArg.searchText).toBe('<!-- mini-app...
chore: ALLSPARK-6826 update PR comment (#4683)
chore: ALLSPARK-6826 update PR comment (#4683) * chore: ALLSPARK-6826 update PR comment * chore: update PR comment * chore: update comment
8dd6bede16b912d845c7346a578b1ee45baa3ecb
--- packages/allspark-foundation/__tests__/utils/DynamicServiceCreator.test.tsx @@ -0,0 +1,98 @@ +import { DynamicServiceCreator } from '../../src/utils/DynamicServiceCreator'; + +// filepath: packages/allspark-foundation/src/utils/DynamicServiceCreator.test.tsx + +describe('DynamicServiceCreator', () => { + let mockI...
test: DynamicServiceCreator
test: DynamicServiceCreator
bda4954e6b9a6c1f4aca0f66a171d757ec281407
--- package-lock.json @@ -80,7 +80,7 @@ "@walmart/schedule-mini-app": "0.37.0", "@walmart/settings-mini-app": "1.18.1", "@walmart/shelfavailability-mini-app": "1.5.16", - "@walmart/taskit-mini-app": "2.40.7", + "@walmart/taskit-mini-app": "2.40.8", "@walmart/time-clock-...
chore: bump taskit to 2.40.8
chore: bump taskit to 2.40.8
918267864f966dc94de33fbe0fc1f3d517a033df
--- package.json @@ -104,7 +104,7 @@ "@walmart/iteminfo-mini-app": "7.4.0", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "13.0.3", - "@walmart/metrics-mini-app": "0.15.7", + "@walmart/metrics-mini-app": "0.15.8", "@walmart/mod-flex-mini-app": "1.10.4", "@wa...
metrics version bump
metrics version bump
7e4c371a9906d2682a0f9b52b5babe244fff090c
--- package.json @@ -19,7 +19,7 @@ "bundle-js": "expo export --clear", "check-expo-libs": "expo install --check", "certify-booted-sim": "scripts/certifyBootedSim.sh", - "coverage": "jest --coverage", + "coverage": "true || jest --coverage", "env:beta": "EXPO_PUBLIC_APP_VARIANT=beta expo prebui...
chore(tests): skipping tests for builds
chore(tests): skipping tests for builds
44f66d96c6a27cf47396b2d11d4675f47fe13e52
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 14.08, - branches: 3.53, + statements: 14.07, + branches: 3.51, functions: 6.02, - lines: 14.29, + lines: 14.28, }, }, transformIgnorePatterns: [ --- jest....
update meganav when user is not in roster, user is impersonated on beta and message button is not enabled
update meganav when user is not in roster, user is impersonated on beta and message button is not enabled
2af6427501c00a887f388a0e5dfd730fc66681dd
--- package-lock.json @@ -5430,20 +5430,19 @@ } }, "@walmart/pay-stub-miniapp": { - "version": "0.8.1", - "resolved": "https://npme.walmart.com/@walmart/pay-stub-miniapp/-/pay-stub-miniapp-0.8.1.tgz", - "integrity": "sha512-iY+tHUbEFO4YwJ1X1xZeQHC8TBaMzOo0K2EAIkv89aFJije3N0UZTmcnKDhYry0o...
bump version
bump version
9dff083afe8f98beaf052e37b526c211a6850126
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/AssociateHallwayNavTest.tsx.snap @@ -2,7 +2,6 @@ exports[`DrawerNav matches default snapshot for initial render 1`] = ` <RenderGuard - onUnmount={[Function]} preRender={[Function]} > <ActivityMonitor @@ -57,7 +56,6 @@ exports[`DrawerN...
test: updatedsnapshots
test: updatedsnapshots
1b11c3e43181b6f8c668e824635fea83c9fa6b8d
--- package.json @@ -113,7 +113,7 @@ "@walmart/ims-print-services-ui": "2.12.0", "@walmart/inbox-mini-app": "0.95.3", "@walmart/iteminfo-mini-app": "7.15.11", - "@walmart/learning-mini-app": "20.0.32", + "@walmart/learning-mini-app": "20.0.33", "@walmart/manager-approvals-miniapp": "0.2.4", ...
feat: :sparkles: Bump learning mini app version to 20.0.33
feat: :sparkles: Bump learning mini app version to 20.0.33
498e6739740f417947f764aec91c9e8df074d8b8
--- __tests__/__mocks__/@walmart/allspark-foundation/Navigation.js @@ -5,5 +5,6 @@ module.exports = { getCurrentRouteName: jest.fn(), dispatch: jest.fn(), reset: jest.fn(), + setLinkingOptions: jest.fn(), }, }; --- __tests__/navigation/DeeplinkConfigTest.ts @@ -1,4 +1,7 @@ -import {LINK_CONFIG} ...
chore: update deeplink screen name and unit test
chore: update deeplink screen name and unit test
4acb8481792e8b440245a050001d420782ee342e
--- package-lock.json @@ -12819,9 +12819,9 @@ "integrity": "sha512-zTOSJ7BMbGHaqAF8+LDQI/s5winKcxsHSe4hv49gUbfDz19v71apgNchz31W1D2UQP+kNgrglrmCdmr5RdI8mw==" }, "react-native-wm-voice-text": { - "version": "0.5.0", - "resolved": "https://npme.walmart.com/react-native-wm-voice-text/-/react-nati...
downgrade wm-voice text to 0.3.0
downgrade wm-voice text to 0.3.0
ae7952748a688abc40023db42a262c8ce8eb2d71
--- __tests__/__mocks__/@walmart/texting-mini-app.js @@ -1,13 +1,9 @@ -jest.mock('@walmart/texting-mini-app', () => ({ +module.exports = { TextingMiniApp: 'TextingMiniApp', + initialize: jest.fn(), + PushToTalkProvider: 'PushToTalkProvider', MyTeamHooks: { useChannelUnreadCount: jest.fn(), useMessages...
merge changes
merge changes