commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
93df2c9a529928941079ec26065da7c47c59bb29
--- ios/Podfile.lock @@ -573,7 +573,7 @@ PODS: - React - react-native-pdf (6.2.1): - React - - react-native-ptt-module (1.1.36): + - react-native-ptt-module (1.1.38): - PTT (= 0.2.3) - React - react-native-safe-area-context (3.1.8): @@ -971,7 +971,7 @@ SPEC CHECKSUMS: react-native-logger:...
version bump for PTT and dependencies
version bump for PTT and dependencies
fb476d8fdece524266931b1606760e918f2020cd
--- package-lock.json @@ -24955,7 +24955,7 @@ "integrity": "sha512-3R4gLgHrm09teqUtFakTd484S1XWkY5jIgXq9DZ+/uDNbSHazqDMBFalsRrzM52An+FaAxK+NkJqb7JL/tIIDQ==", "requires": { "@walmart/allspark-utils": "^1.5.1", - "axios": "~1.2.4" + "axios": "~1.2.6" } }, "@walmart/al...
Update package-lock
Update package-lock
babaf4611aaad2d9d2a835457cd74d41f64f8877
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/MainStackNavTest.tsx @@ -16,6 +16,10 @@ jest.mock( }), ); +jest.mock('@walmart/global-vpi-mini-app', () => ({ + GlobalVPIMiniApp: 'GlobalVPIMiniApp', +})); + describe('AssociateHallwayNav', () => { it('matches snapshot; handles mount and unmount eff...
mock global vpi
mock global vpi
17ff696aa31c27099819be5cf3094d9e6e29a948
--- package.json @@ -119,7 +119,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/metrics-mini-app": "1.29.12", - "@walmart/mod-flex-mini-app": "1.26.4", + "@walmart/mod-flex-mini-app": "1.27.0", "@walmart/moment-walmart": "1.0.4"...
fix(modflex): INNODELOC-15067 allspark-foundation header changes (#4320)
fix(modflex): INNODELOC-15067 allspark-foundation header changes (#4320) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
3e00b17e2a4b1044033d8b99f966c969536afca4
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core-s...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services-allspark@2.8.0
80228987dcdae525712255a7c1c36bc34e32bddf
--- src/components/StatusChip.tsx @@ -3,7 +3,6 @@ import {StyleProp, ViewStyle} from 'react-native'; import {Tag, TagColor} from '@walmart/gtp-shared-components'; import { associateIsAbsent, - associateIsNotScheduled, associateIsOnMeal, associateIsOnPPTO, associateIsOnPTO, @@ -43,12 +42,12 @@ const deriv...
Revert not scheduled
Revert not scheduled
d76e1443bcbc4af269265d45f820d987075d5902
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/manager-approvals-miniapp": "0.1.2", "@walmart/me-field-mini-app": "1.1.35", "@walmart/metrics-mini-app": "0.9.33", - "@walmart/mod-flex-mini-app": "1.3.12", + "@walmart/mod-flex-mini-app": "1.3.13", "@walmart/moment-wal...
Upgrade modflex to 1.3.13
Upgrade modflex to 1.3.13
2bab9df1ecb44bb1facfc1c01ff3c32606f34d1d
--- packages/me-at-walmart-container/__tests__/http/interceptors/headerSize.test.ts @@ -156,7 +156,7 @@ describe('HeaderSizeInterceptor', () => { expect(result).toEqual(mockRequest); }); - it('test when header sizes total is larger than limit and env is dev', async () => { + it('test when header siz...
added header size test coverage
added header size test coverage
c478175680cc1a9b8911fe87bdeee82d30f9d091
--- __tests__/channels/components/ChannelRow.test.tsx @@ -11,7 +11,6 @@ import {fireEvent} from '@testing-library/react-native'; import {createMockChannelsContext} from '../../harness/firestore/channelsProvider'; import {generateFirestoreTimestamp as mockGenerateCreatedAt} from '../../harness/firestore/data/timestamp...
feat(ui): drop34 wmconnect new version
feat(ui): drop34 wmconnect new version
3418e81997b359424e094fe5b04775703e518c79
--- targets/US/ios/AllSpark.xcodeproj/project.pbxproj @@ -339,7 +339,9 @@ LastUpgradeCheck = 1540; TargetAttributes = { 13B07F861A680F5B00A75B9A = { + DevelopmentTeam = F7HDEWM8SU; LastSwiftMigration = 1150; + ProvisioningStyle = Manual; }; }; }; @@ -701,8 +703,8 @@ ...
remove local changes
remove local changes
1722de36417a33bef13e9579773afff86780bb98
--- packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql @@ -1,6 +1,37 @@ query getLoggedInUser { getLoggedInUser { __typename + assignedBusinessUnit { + __typename + businessUnitNumber + ... on AssociateRetailBusinessUnit { + teams { + __typename ...
feature: update getLoggedInUser.graphql for SC
feature: update getLoggedInUser.graphql for SC
ed77ae13176d28dc1b0b1ba5297daf46b32f0674
--- jest.config.js @@ -5,10 +5,10 @@ module.exports = { collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'], coverageThreshold: { global: { - statements: 3.79, - branches: 0.6, - functions: 0.3, - lines: 3.97, + statements: 3.78, + branches: 0.67, + functions: 0.33,...
changing jest converage req to push
changing jest converage req to push
a46443066a764d0c929c9dc3be685b86f2db5dc0
--- src/auth/LoginErrorScreen/index.tsx @@ -117,11 +117,11 @@ export const ErrorScreen = ( const customErrorCode = params?.authError?.code; const [isNetworkError, isTimeMismatchError, isBrowserNotFoundError] = useMemo(() => { - const networkError = networkErrors.some((term) => - customError?.toLo...
Lint fixes
Lint fixes
d6ad38eb8e9d0df98b69f0ddbf9616fca07271eb
--- package-lock.json @@ -4961,9 +4961,9 @@ "integrity": "sha512-usmI56rCuMnGXw4M4cxP4BdpIiXVq3xWO/OyZeM2hl+qJ4YjQ+g96P3GF2rgMxWFfAHb/gvmWz6lfo/jN2hPwQ==" }, "@walmart/time-clock-mini-app": { - "version": "0.5.8", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo...
chore: update time clock mini app version to 0.5.11
chore: update time clock mini app version to 0.5.11
89603b84bd7d628be740137d01a25878c153312e
--- packages/associate-exp-hub-team-switcher/__tests__/components/team-switcher/MyWalmartTeamSwitcherFilter.test.tsx @@ -516,7 +516,7 @@ describe('MyWalmartTeamSwitcherFilter', () => { filter.props.onPress(); - expect(onTeamChange).toHaveBeenCalledWith('Test Team'); + expect(onTeamChange).toHaveBee...
test: fixed test failure
test: fixed test failure
249d62948da6d84ee7efa7a651685d45df89445e
--- container/env.ts @@ -0,0 +1,65 @@ +import {IMeAtWalmartEnvironment} from '@walmart/me-at-walmart-common'; +import {EFormat, ELevel} from '@walmart/react-native-logger/dist/types'; +import {SumoEnvironment} from 'react-native-wm-notification'; + +export type EnvConfig = Omit< + IMeAtWalmartEnvironment, + 'auth | h...
Adding RN upgrade
Adding RN upgrade
a2b91e1375d874d0335a63bb10cf9301b2dca7af
--- packages/allspark-utils/src/cacheValue.ts @@ -1,5 +1,4 @@ import { EventManager } from './eventManager'; -import { SessionState } from './sessionState'; export type Cache = { setItem: (key: string, value: string) => Promise<void>; @@ -31,9 +30,26 @@ export type CacheEventMap = { }; }; -export type Cach...
feat: add validate and serialize options to cache value util
feat: add validate and serialize options to cache value util
b0499c5de2a79b54a4a6bd0b13336f978a956635
--- packages/me-at-walmart-container/__mocks__/@walmart/allspark-foundation/GraphQL.js @@ -1,5 +1,5 @@ module.exports = { - // ...jest.requireActual('@walmart/allspark-foundation/GraphQL'), + ...jest.requireActual('@walmart/allspark-foundation/GraphQL'), useEnvironment: jest.fn(), AllsparkGraphQLClient: { ...
chore: test coverage
chore: test coverage
0d2a985ba453945ef3d377f0139e5cb05b41aa28
--- packages/core-widget-registry/src/Inbox.ts @@ -0,0 +1,3 @@ +import { WidgetRegistry } from '@walmart/allspark-utils'; + +export const InboxWidgetRegistry = new WidgetRegistry('inbox'); \ No newline at end of file
Inbox Widget Registry
Inbox Widget Registry
73d8ae00941765ad3bf882c522aa8ff3b76d69d3
--- 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.24.11](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.14.2 - @walmart/allspark-foundation-hub@1.24.11 - @walmart/ax-components@1.2.2 - @walmart/me-at-walmart-geolocation@1.4.14 - @walmart/me-at-walmart-location@1.2.14 - @walmart/my-walmart-hub@1.4.11
04c0e5118afc047726884ee9ff3792621d43a878
--- src/channels/provider.tsx @@ -13,10 +13,10 @@ import {SiteSelectors} from '@walmart/redux-store'; import {getEncryptedUserId} from '../redux/selectors'; import {FirestoreSubscription} from '../types'; -import {createStoreDocumentPath} from './utils'; +import {createChannelsCollectionPath} from './utils'; impor...
refactor: add util for channels collection path creation, add to channels context
refactor: add util for channels collection path creation, add to channels context
feb548610f25bd8429a62339109c03f7e42c8f8c
--- src/managerExperience/components/AssociateListItem/AssociateListItem.tsx @@ -2,7 +2,7 @@ import React, {useMemo} from 'react'; import {View, Text} from 'react-native'; import namecase from 'namecase'; import {associateListItemStyles} from './styles'; -import {Button, colors, Icons} from '@walmart/gtp-shared-comp...
feat: updated view schedule button to be link
feat: updated view schedule button to be link
ab9235882496eaa9cf7d7c09f6d8ff3ac664e868
--- package.json @@ -12,7 +12,7 @@ "androidConfig:dev": "sh scripts/updateAndroidProjectConfig.sh Dev", "androidConfig:prod": "sh scripts/updateAndroidProjectConfig.sh Prod", "androidConfig:teflon": "sh scripts/updateAndroidProjectConfig.sh Teflon", - "coverage": "true || jest --coverage", + "cover...
chore: temp coverage skip for build test
chore: temp coverage skip for build test
3db7ec67b302f44d6863cc8ce73d2c516138a8eb
--- src/managerExperience/utils/rosterDetail.tsx @@ -129,7 +129,7 @@ export const filterAssociatesByStatusAndSearchInput = ( associateDisplayName(associate) .toLowerCase() .includes(searchInput.toLowerCase()) || - associate.jobCategoryCodeDesc + associate?.jobCategoryCodeDes...
feat: reverted type check
feat: reverted type check
980a74882b473c99c3ad9808db2c179baf78e446
--- packages/allspark-foundation/Hooks/useUserPreferences.js @@ -7,6 +7,21 @@ const react_1 = require("react"); const mockData_1 = require("../Components/Hub/Container/mockData"); const User_1 = require("../User"); const Site_1 = require("../Site"); +const sorter = (data) => { + const sorted = []; + for (let i...
chore(ui): added sorter function for teamdata
chore(ui): added sorter function for teamdata
e22d5cab612611e221d39d52eb23bdbf2986fbd9
--- packages/allspark-foundation/__tests__/Site/selectors.test.tsx @@ -122,19 +122,6 @@ describe('Address and Location Functions', () => { fullName: 'Jane Doe', }, }); - - it('should return false if divisionCode does not match one of DC_DIVISION_CODES', () => { - expect(divisionIsDC('1')).t...
chore: fix test break after merge
chore: fix test break after merge
27da1fa18d73ad18166152b078e4df8df3afd74a
--- .yarn/patches/@walmart-ui-components-npm-1.19.0-8c7e633082.patch @@ -1,93 +0,0 @@ -diff --git a/components/DrawerButton/index.js b/components/DrawerButton/index.js -index 60301993d95e862c7bafcb74519609f031a81d03..62edd4a51993274e8d29c97e1b9596bdb2c0a578 100644 ---- a/components/DrawerButton/index.js -+++ b/componen...
chore: bump version of ui-components to remove NavList patch
chore: bump version of ui-components to remove NavList patch
5440bc774d57d065b51c24d734a7735315907e6b
--- src/components/Roster/Roster.tsx @@ -43,9 +43,9 @@ export const Roster: React.FC<RosterProps> = (props) => { associateActionButtons, teamActionButtons, associateListSearchQuery, - dataOverride = null, + rosterDataOverride = null, } = props; - const shouldSkipQuery = !isNil(dataOverride); + ...
changing associate obj to user stricter type
changing associate obj to user stricter type
748b3cabd01fe564ad9145d3e67131c75c1f7cfc
--- __tests__/home/components/GreetingRowV2/__snapshots__/GreetingRowV2Test.tsx.snap @@ -20,9 +20,9 @@ exports[`GreetingRowV2 renders anniversary greeting (anniversary only) 1`] = ` "borderTopColor": "#7aa5f6", "borderTopWidth": 1, "marginBottom": 30, + "marginHorizontal": -16, "marginT...
fix: update padding on header component (#5277)
fix: update padding on header component (#5277)
0364bbab62ef31d7331fa37a31b3c3362d2e38a2
--- .looper.yml @@ -23,4 +23,4 @@ flows: - (name Yarn Version) yarn --version - yarn install - yarn run lint - # - yarn run coverage + - yarn run coverage
fix(ui): update roster and wmconnect mini app version smdv-9999
fix(ui): update roster and wmconnect mini app version smdv-9999
24f7feb3fc8fde8d21d482b154fd81af679f1ab2
--- package-lock.json @@ -85,7 +85,7 @@ "@walmart/settings-mini-app": "1.19.1", "@walmart/shelfavailability-mini-app": "1.5.16", "@walmart/taskit-mini-app": "2.40.8", - "@walmart/texting-mini-app": "2.0.29.patch.1", + "@walmart/texting-mini-app": "2.0.29.patch.2", "@wal...
update texting mini app version
update texting mini app version
4bb8b3bac1f2f4699014275eb4347847bb1da675
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -582,7 +582,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 99D7C873A014A98046591001 /* Pods-AllSpark.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta"; + ASSETCATALOG_COMPILER_APPICON_NAME = "AppIco...
added logger.
added logger.
94834036e53a86b2a1ccec5f18019ee5900d299a
--- .looper.multibranch.yml @@ -490,6 +490,7 @@ flows: - | (name build and align apk) #!/bin/sh -x + export CI=true echo "env is ${env}" first=${env:0:1} rest=${env:1}
hopefully disabling watchman for metro bundler
hopefully disabling watchman for metro bundler
fc388b1d6a396256efa69d86852f9d52950782e8
--- package-lock.json @@ -154,7 +154,7 @@ "react-native-view-shot": "^3.4.0", "react-native-vision-camera": "^2.15.1", "react-native-webview": "^11.23.1", - "react-native-wm-app-review": "v0.4.0-rc.0", + "react-native-wm-app-review": "v0.4.0", "react-native-wm-config": ...
updat app-review version for RN_70
updat app-review version for RN_70
a2a96f7b3448a7bcaf3451e4b92f6517fff20493
--- src/components/Roster/Roster.tsx @@ -9,33 +9,6 @@ import {sortedAssociateList} from '../../utils'; import {useSelector} from 'react-redux'; import {teamLeadJobDescriptions} from '../../redux/selectors'; -/** AssociateRosterItem fields - * userId - * win - * fullName - * preferredFirstName - * preferredLast...
more refactors
more refactors
b875aa6db8636ddb0d648213234e1a47c5c9e513
--- package.json @@ -167,7 +167,7 @@ "@walmart/shelfavailability-mini-app": "1.7.2", "@walmart/shop-gnfr-mini-app": "1.0.421", "@walmart/sidekick-mini-app": "4.253.2", - "@walmart/store-feature-orders": "1.35.3", + "@walmart/store-feature-orders": "1.35.4", "@walmart/talent-preboarding-mini-ap...
fix(sfot): SFOT LDM changes (#5118)
fix(sfot): SFOT LDM changes (#5118) Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
0118e5636a4385e7e008bb160a71f958eb457620
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "2.15.0", + "version": "2.16.0", "main": "dist/index.js", "files": [ "dist" @@ -85,7 +85,7 @@ "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", "@walmart/allspark-founda...
Update roster mini app version
Update roster mini app version
7db273eaacec98ecbfbeb2e4d14fbad0193b7fbc
--- package-lock.json @@ -3236,11 +3236,6 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "@livingdesign/tokens": { - "version": "0.41.0", - "resolved": "https://npme.walmart.com/@livingdesign/tokens/-/tokens-0.41.0.tgz", - "integrity": "sha512-lUfen6iHPD28xJTew6Hc/N8LsG8Bwww2w...
reverting cvhanges to gtp
reverting cvhanges to gtp
e2b7a9211f08908f39f1691511c60e958fa0132b
--- package.json @@ -100,7 +100,7 @@ "@walmart/moment-walmart": "1.0.4", "@walmart/payrollsolution_miniapp": "0.126.3", "@walmart/price-changes-mini-app": "1.4.9", - "@walmart/profile-feature-app": "0.0.46", + "@walmart/profile-feature-app": "0.0.48", "@walmart/push-to-talk-mini-app": "1.8.9",...
Updated version of profile feature app to 0.0.48
Updated version of profile feature app to 0.0.48
fb9c0108b7debbdd9d2800f593af40784ee39740
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/learning-mini-app": "17.0.4", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/metrics-mini-app": "0.17.9", - "@walmart/mod-flex-mini-app": "1.13.7", + "@walmart/mod-flex-mini-app": "1.13.8", "@walmart/moment-wal...
modflex hot fix 1.13.8
modflex hot fix 1.13.8
6623113714fe0b2a1e8a569c5fb800ed68bee3be
--- package.json @@ -84,8 +84,8 @@ "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "@walmart/allspark-authentication": "6.1.4", - "@walmart/allspark-foundation": "6.27.4", - "@walmart/allspark-foundation-hub": "1.4.0", + "@walmart/allspark-foundation": "lat...
fix(ui): update roster and wmconnect mini app version smdv-9999
fix(ui): update roster and wmconnect mini app version smdv-9999
0c929b47e260d851d866b1428358bd17b68406d4
--- core/src/manifest.ts @@ -75,6 +75,7 @@ export const getAssociateFeatures = (): AllsparkFeatureModule[] => { require('@walmart/checkout-mini-app').CheckoutMiniApp, require('@walmart/mod-flex-mini-app').default, require('@walmart/shelfavailability-mini-app').default, + require('@walmart/amp-...
AMP Phase 5 Foundation changes
AMP Phase 5 Foundation changes
85fdcb0e72ec93f13d153fd12715a8a2790c0502
--- example/src/teamHub/screens/screen.tsx @@ -1,5 +1,5 @@ import React, {useEffect} from 'react'; -import {View, Text} from 'react-native'; +import {View} from 'react-native'; import {Button} from '@walmart/gtp-shared-components'; import {useNavigation} from '@react-navigation/core'; @@ -37,22 +37,6 @@ export con...
remove hub widget on teamhub main screen
remove hub widget on teamhub main screen
c104bd1e26337a4d44d354131276da526c36c464
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/gta-react-native-calendars": "0.1.0", "@walmart/gtp-shared-components": "2.0.10", "@walmart/impersonation-mini-app": "1.20.6", - "@walmart/ims-print-services-ui": "2.7.3", + "@walmart/ims-print-services-ui": "2.7.4", "@w...
Revert "Revert "Bump print UI version to 2.7.4""
Revert "Revert "Bump print UI version to 2.7.4"" This reverts commit 87d1e774116a2dab6b7dfcf8f5887fe8e7c4f560.
6788357c8c962329e63af4b536fa0901f69e58c3
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.2.23", + "version": "1.2.24", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts",
Update hub version
Update hub version
bf149b33e6fa966cc83d95d6e70f1bf454a61820
--- graphql.yml @@ -32,7 +32,7 @@ applications: tags: - 'v1' - name: 'getForYouHeaderAssociateDetails' - hash: '176170eb6571399b4d23c4824e6da900f08e0244a99a62454ea95888ec3db1c7' + hash: 'b68381014b562b9ef8c1d7ceace1428a360e4aeec862bbe203a573137862bde3' ...
feat(query): change query fields (#447)
feat(query): change query fields (#447) * feat(query): change query fields * feat(query): lint
6831b38a2157f9560a6bb903f12795bac2b06680
--- package.json @@ -98,7 +98,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.5", + "@walmart/me-field-mini-app": "12.0.7", "@walmart/metrics-mini-app": "0.9.61", "@walmar...
Update package.json
Update package.json
29bfdb9b26f2159dbdd5f1fc0c9ea6f68c4737d3
--- package-lock.json @@ -2047,12 +2047,12 @@ "integrity": "sha512-VbikbxTpoOVaAnI6DzSXQbM3pBxjgqv0834EgclZinTGkhRLpZ5UcADaK5cqNoxmQYyPkzi+9Fk1McF/wehdiQ==" }, "@walmart/schedule-mini-app": { - "version": "0.2.21", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-...
adding schedule view & dashboard card vqa (#160)
adding schedule view & dashboard card vqa (#160) * adding schedule view vqa * updated package.json Co-authored-by: Kateryna Palchykova <k0p03fa@m-c02xt902jg5j.homeoffice.wal-mart.com> Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
d0685eedd2fb85badc4a165f21e744b718dcf090
--- targets/US/package.json @@ -90,7 +90,7 @@ "@walmart/avp-feature-app": "0.10.19", "@walmart/avp-shared-library": "0.10.5", "@walmart/backroom-mini-app": "1.8.7", - "@walmart/calling-mini-app": "0.7.9", + "@walmart/calling-mini-app": "0.7.0", "@walmart/checkout-mini-app": "4.3.0", "@wal...
Revert calling mini-app
Revert calling mini-app
d1bfb823cddfbdfe279c8d3e98239bf1a6c453d6
--- packages/core-services-allspark/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.10.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core...
chore(version): updating package version
chore(version): updating package version - @walmart/core-services@2.0.14 - @walmart/core-services-allspark@2.10.1 - @walmart/me-at-walmart-athena-queries@1.3.1
041e1305b68d2e87e6171e67da99fcd4a2626a05
--- src/Adapters/useGetStoreAssociateAdapter.ts @@ -121,7 +121,7 @@ function addTeamImages( ): EnrichedTeam[] { if (!teams?.length) return []; - const defaultImage = StoreImages.default; + const defaultImage = StoreImages.Default; return teams.map((team) => ({ ...team, --- src/Adapters/useGetSupplyC...
feat(ui): optimizations #SMDV-7856
feat(ui): optimizations #SMDV-7856
1ab0e1d71969e925a6372dd793b691fb12655071
--- packages/allspark-foundation/__tests__/Container/AllspartContainer.test.tsx @@ -2,7 +2,6 @@ import React from 'react'; import { render, act } from '@testing-library/react-native'; import { AllsparkContainer } from '../../src/Container/AllsparkContainer'; import { AllsparkEnvironment } from '../../src/Environmen...
more line of test all spark container
more line of test all spark container
d67d1c6a0ddf0ce8d37e734bd6c7f8ff557fbdfa
--- .looper-pr.yml @@ -11,6 +11,7 @@ flows: - (name Yarn Set Version) yarn set version 4.1.1 - (name Yarn Version) yarn --version - (name Yarn Install) yarn install + - (name Test Coverage) yarn run coverage envs: global:
fix(looperCoverage): added var for looper coverage
fix(looperCoverage): added var for looper coverage
8ac6e50a521bf124d72763350693c5b1d0daa8a0
--- src/components/AssociateRosterItem/index.tsx @@ -15,7 +15,11 @@ import {useSelector} from 'react-redux'; import {SiteSelectors} from '@walmart/redux-store'; import {PresenceIndicator} from '../../presence/components/PresenceIndicator'; -import {associateDisplayName, associateIsClockedIn, encryptUserId} from '.....
lint fixes
lint fixes
c94de736245e1fe07acce2bad904da200fa1e6bd
--- src/channels/types.ts @@ -28,7 +28,7 @@ export type LastMessage = FirebaseMessage & { timestamp: string; deleted?: boolean; deletedByPreferredName?: string; - deletedTimestamp?: any; + deletedTimestamp?: FirebaseFirestoreTypes.Timestamp; }; export type NewChannelDetails = Pick< --- src/channels/typ...
Adding type
Adding type
3ae43799c48b49eb4d47dd51fed205077ecd1e27
--- package.json @@ -106,7 +106,7 @@ "@walmart/emergency-mini-app": "1.32.5", "@walmart/exception-mini-app": "1.8.19", "@walmart/expo-config-plugins": "~0.5.3", - "@walmart/facilities-management-miniapp": "0.18.30", + "@walmart/facilities-management-miniapp": "0.18.33", "@walmart/feedback-all-...
feat(facility-management): ONER-5533 Drop 34 Changes (#4651)
feat(facility-management): ONER-5533 Drop 34 Changes (#4651)
d64033cb2d594276dfa02cb4ff04213f598e3b5a
--- packages/allspark-foundation-hub/src/SupplyChain/Hub/SiteHubDashboard.tsx @@ -402,7 +402,7 @@ export const SiteHubDashboard = ({ selectedTeamPreference: teamData, selectedTeamIds: getSelectedTeamIds(), selectedShifts: mapShifts( - selectedShifts?.length ? selected...
feat(ui): update manager experience dashboard fix
feat(ui): update manager experience dashboard fix
f11c36d722daae43e17c3e6c1451cc9c7a9ff398
--- packages/me-at-walmart-container/src/environment/env.beta.ts @@ -4,6 +4,7 @@ const config: IMeAtWalmartEnvironment = { env: 'prod' as const, deployment: 'beta' as const, containerName: 'Me@Walmart' as const, + compositeAppName: 'allspark' as const, auth: { associate: { issuer: 'https://pfed...
fix: composite app name missing from environment
fix: composite app name missing from environment
767dfb49043394e94e420285f80a08d0095a856d
--- packages/allspark-foundation/src/FeatureRunner/components/FeatureSection.tsx @@ -7,6 +7,7 @@ import { Body, Heading, CardHeader, + useSnackbar, } from '@walmart/gtp-shared-components'; import { AllsparkNavigationClient } from '../../Navigation'; @@ -69,6 +70,7 @@ export const FeatureHeading = (props: ...
chore: add snack bar on feature enable toggling
chore: add snack bar on feature enable toggling
22a724aaa03c7108463c3bfbd789631bcc65c26c
--- packages/components-library/.storybook/storybook.requires.js @@ -23,8 +23,8 @@ const normalizedStories = [ const annotations = [ require("./preview"), - require("@storybook/react-native/dist/preview"), - require("@storybook/addon-actions/preview"), + require("@storybook/react-native/preview"), + require("...
fix: remove icon loading logic from app
fix: remove icon loading logic from app
68623f189a47ea152484999e9f6d94dbb8894181
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap @@ -120,7 +120,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects component="AuthScreen" name="money.auth" options={ - Object { + { "headerShown": true, ...
Updated Snapshot
Updated Snapshot
aaaacf0ff868fc0b079600a682cc7e861b6831ec
--- package-lock.json @@ -4379,9 +4379,9 @@ "integrity": "sha512-7IEyBIuL87sBJj2YD1suMfIM0g/ifdZZ1B6IVWxOAkWRhTZXyrskZf9kySQ4/nAI8mspHkXXVmEsboRAJSZ8OA==" }, "@walmart/iteminfo-mini-app": { - "version": "4.2.1", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min...
ItemInfo minor fix for barcode identification
ItemInfo minor fix for barcode identification
3b8f84c260a231c4d0ec57fc522af5346c0a068c
--- package-lock.json @@ -4480,9 +4480,9 @@ "integrity": "sha512-JJFJXKIpGMLwJXTC2Px65BJVimp3M9i9PaDC56ZNraVKzh2yAFGEm+hXU7Zv9OL6MOE5Wr6ZTtJZJpmOjm+Jfw==" }, "@walmart/time-clock-mini-app": { - "version": "0.4.34", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl...
Bump time-clock-mini-app version to 0.5.0 for drop 65
Bump time-clock-mini-app version to 0.5.0 for drop 65
e4cad82805f91d1ac399a6cbbb3299dae8769f00
--- src/managerExperience/components/FilterChip/styles.ts @@ -7,8 +7,6 @@ const chipContainerShared: ViewStyle = { justifyContent: 'center', alignSelf: 'center', minWidth: 10, - paddingHorizontal: 14, - paddingVertical: 9, }; export const filterChipStyles = StyleSheet.create({
fix: removed padding of filter chip
fix: removed padding of filter chip
a1dc3ddff106cf89009f48907bbc34c9431c6679
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/iteminfo-mini-app": "7.2.2", "@walmart/manager-approvals-miniapp": "0.2.2", "@walmart/me-field-mini-app": "1.3.0", - "@walmart/metrics-mini-app": "0.12.7", + "@walmart/metrics-mini-app": "0.12.10", "@walmart/mod-flex-min...
Bumping metrics-mini-app version to 0.12.10
Bumping metrics-mini-app version to 0.12.10
c88921f600ed1532a8ba779c1a49b717a8acd790
--- ios/Podfile.lock @@ -1916,11 +1916,11 @@ PODS: - React-Core - react-native-safe-area-context (4.10.1): - React-Core - - react-native-scanner-3.0 (0.6.7): + - react-native-scanner-3.0 (0.6.8): - Firebase/Analytics - React - - ScanditBarcodeCapture (= 6.23.2) - - ScanditCaptureCore (= 6...
Update Podfile.lock for scanner-3.0 0.6.8
Update Podfile.lock for scanner-3.0 0.6.8
bd474bd08782687570f6c00b6b1d8a3757cf302a
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx @@ -30,14 +30,24 @@ import { useFocusEffect } from '@react-navigation/native'; import { useUpsertSupplyChainAssociatePreference } from '../../Hooks'; import { CCMFallbacks } from '../../ccmFallbacks'; import...
feat: error screen
feat: error screen
1b20d7130a321f299a44d4b9301ff2549d0991c8
--- package-lock.json @@ -41,7 +41,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.17.10", "@walmart/attendance-mini-app": "1.62.13", - "@walmart/compass-sdk-rn": "5.18.9", + "@walmart/compass-sdk-rn": "5.18.9-hotfix", "@walmart/config...
Updated to compass-sdk to 5.18.9-hotfix
Updated to compass-sdk to 5.18.9-hotfix
00627a820c95171df32152a8516e44c3e84d682a
--- package-lock.json @@ -73,7 +73,7 @@ "@walmart/react-native-shared-navigation": "1.0.2", "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.5.1", - "@walmart/receipt-check-miniapp": "1.10.4", + "@walmart/receipt-check-miniapp": "1.11.5", ...
change base branch
change base branch
cd9b3775c528699096e4b60ae91b1ff83b6245d3
--- src/channels/components/UnreadBadge.tsx @@ -20,7 +20,7 @@ const UnreadBadgeBase = () => { : Number(unreadMessagesCount); return unreadCount && isTextingFeatureEnabled ? ( <View testID='unreadBadge'> - <Badge testID='unreadBadgeCount' color='spark'> + <Badge UNSAFE_style={{borderWidth:0}} te...
fix(ui): adding fix for 9+ badge count
fix(ui): adding fix for 9+ badge count
9e83997f7045ae06f893d6aaf043232a09e7cc83
--- package-lock.json @@ -3089,9 +3089,9 @@ "integrity": "sha512-PaVy13mQ/ehDdi+UiSK0Z4DG1iuL4PId2bYlccy1uHj5FEGW/S2tPrPJL/xIEjv3P6XLQnw/C05OObgyq9RY7A==" }, "@walmart/counts-component-miniapp": { - "version": "0.0.9", - "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp/...
Counts Component Update
Counts Component Update
8e0f7daf5bace68d74f3d5a731c99183246b0214
--- .looper.yml @@ -11,10 +11,6 @@ flows: - call: pr - yarn run build - npm publish - # - sonar("Sonar"): - # - (name Sonar Scanner) sonar-scanner -Dproject.settings=sonar-project.properties - # - (name Publish Hygieia to Sonar) hygieia.publishSonar() - # - (name Hygieia Publish B...
feat(ui): update my team mini app version
feat(ui): update my team mini app version
aea7e3bc20ed06940abecddd8582dcde4ae1a4c0
--- src/logger/Analytics.tsx @@ -1,6 +1,4 @@ import WmTelemetry from 'react-native-wm-telemetry'; - -const textingVersion = require('../../package.json').version; const APP_NAME = 'TextingMinimap'; /* @@ -18,7 +16,6 @@ export const analytics = ( if (isSendingLog) { WmTelemetry.logEvent(APP_NAME, eventName,...
removing texting version
removing texting version
c0b0043d2bca50bdae071cba65812b5d1b6f9446
--- __tests__/home/services/HomeApi/indexTest.ts @@ -131,16 +131,18 @@ describe('Routes', () => { describe('fetchCelebrationData', () => { beforeEach(jest.clearAllMocks); it('should return proper data', async () => { - CommonHttpClient - .clone() - .get.mockResolvedValue({ok: true, data: 'Valid resu...
chore: lint fix
chore: lint fix
1832e6fee35d58eca829d1faf23423a52235ca3b
--- .gitignore @@ -58,6 +58,7 @@ buck-out/ */fastlane/screenshots */fastlane/fastlane-session.json */fastlane/report.xml +*/fastlane/README.md # Bundle artifact *.jsbundle --- .looper.multibranch.yml @@ -250,7 +250,6 @@ flows: - call: pr - call: setup-fastlane - call: increment-version-code - ...
adding fastlane readme to the gitignore and removing unused function
adding fastlane readme to the gitignore and removing unused function
cc3cbfabc6e5cb217037b2e58402962484daeaf1
--- packages/allspark-foundation/__tests__/Components/DynamicComponents/DynamicComponent.test.tsx @@ -1,11 +1,22 @@ import React from 'react'; import { render } from '@testing-library/react-native'; -import { DynamicComponent } from '../../../src/Components/DynamicComponents'; +import { + DynamicComponent, + Compon...
feature(dynamic components): add index to record props for list rendering positional context
feature(dynamic components): add index to record props for list rendering positional context
cbf913607b927dc6af16bb26236abe76e743a176
--- jest.config.js @@ -9,10 +9,10 @@ module.exports = { ], coverageThreshold: { global: { - statements: 27.28, + statements: 27.27, branches: 8.98, - functions: 15, - lines: 27.69, + functions: 14.91, + lines: 27.68, }, }, transformIgnorePatterns: [ --- jest....
update coverage thresh
update coverage thresh
eaadde7699a6cac80377f770c256fcd5b7e27862
--- package.json @@ -18,7 +18,7 @@ "lint": "yarn workspaces foreach --all -p run lint", "lint:fix": "yarn workspaces foreach --all -p run lint:fix", "prepare": "husky", - "test": "jest --no-watchman" + "test": "npm run build && jest --no-watchman" }, "repository": { "type": "git", --- ...
feat(ui): import fix
feat(ui): import fix
7e58c2395ac3c495fe9a001806746bd4292c93ea
--- example/src/teamHub/screens/screen.tsx @@ -6,6 +6,7 @@ import {useNavigation} from '@react-navigation/core'; import {TeamHubLogger, TeamHubTelemetry} from '../services'; import {TeamHub} from '../feature'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation'; +import {TeamSelectionLis...
feat: created team selection list item
feat: created team selection list item
d216ca0991e55b36e69c0d75d3dfcebae866f214
--- packages/associate-exp-hub-mini-app/src/components/modals/hoc/UpdateModal.tsx @@ -88,7 +88,7 @@ import {ExtendedModalContentConfig} from '../../../types/modalTypes'; import {ModalContent} from '../smartModal'; import {useGetTeamsAdapter} from '../../../services'; import {useUpsertSupplyChainAssociatePreference} ...
feat(ui): update tests
feat(ui): update tests
9067f6cd24a7d4aaaeffb4ce8ed55d8b1dece49d
--- package.json @@ -164,7 +164,7 @@ "@walmart/redux-store": "~6.3.28", "@walmart/returns-mini-app": "4.17.28", "@walmart/rfid-scan-mini-app": "2.15.6", - "@walmart/rn-mobile-sdk-digital-locks": "1.0.9", + "@walmart/rn-mobile-sdk-digital-locks": "1.0.11", "@walmart/rn-mobile-sdk-pairing": "3.0...
fix(DIGS-1692): Remove fab button from Digital Key (#5386)
fix(DIGS-1692): Remove fab button from Digital Key (#5386) Co-authored-by: Saadat Taaseen <saadat.taaseen@walmart.com> Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
718ecf9202fc3e581d2fcded7e8e3900f5fc4939
--- scripts/BuildSupport/AppStore.keychain-db Binary files a/scripts/BuildSupport/AppStore.keychain-db and /dev/null differ --- scripts/BuildSupport/enterprise.cer Binary files a/scripts/BuildSupport/enterprise.cer and /dev/null differ --- scripts/BuildSupport/looper-clean.sh @@ -1,19 +0,0 @@ -#!/bin/bash - -set +e...
feat(ui): update scripts
feat(ui): update scripts
3fb8c6b883c2c5209e7e9824b5a7b1ca7dd9de0e
--- graphql.yml @@ -17,7 +17,7 @@ applications: tags: - "v1" - name: "getAssociateById" - hash: "fc2cb4e3c3dc8c252f296e1ea7eebb802fd599e6f4f5f8d02c5f9d6a8bfd4158" + hash: "e8b4e22d608b951a622d58320c3fc44f6641aa85208f582c253d9d0afdc3b691" queryTem...
chore: add shift to getLoggedInUser and associateId.
chore: add shift to getLoggedInUser and associateId.
73f399ebba0d5448e61cace379dec03db4b8e89f
--- packages/allspark-foundation/src/User/selectors.ts @@ -12,6 +12,7 @@ const GeneratedSelectors = generateSelectorsForSlice(userSlice); // --- User Data --- // const USER_DATA_FIELDS = [ + 'businessUnitType', 'city', 'countryCode', 'dateOfBirth', --- packages/me-at-walmart-container/src/services/user/...
chore: add wmBusinessUnit in user data
chore: add wmBusinessUnit in user data
d64f8e4249f4d0e9fee0599352952487d1142b52
--- index.js @@ -5,7 +5,7 @@ import 'moment/locale/es'; import 'moment/locale/es-mx'; import { registerRootComponent } from 'expo'; -import {createApp} from './src'; +import {App} from './src'; if (__DEV__) { require("./ReactotronConfig"); @@ -14,4 +14,4 @@ if (__DEV__) { // registerRootComponent calls AppRe...
refactor: move all core setup to setup function. remove create app function from root component
refactor: move all core setup to setup function. remove create app function from root component
93d660ff8263284efefa7ea32c48f0062e2ac9a7
--- src/notification.ts @@ -6,20 +6,34 @@ import {isValidFileURI} from './utils'; import {PushNotificationApi} from './services/PushNotificationApi'; //TODO: Need to handle photo based notifications -export const onMessageNotificationHandler = (event?: SumoPushEvent) => { +export const backgroundPushNotificationHan...
play audio if app is in forground but don't navigate
play audio if app is in forground but don't navigate
1b311e4fb3bfad9e9b8e46a5326ad87ec21ac158
--- src/components/AssociateRosterItem/index.tsx @@ -42,7 +42,6 @@ import {rosterSlice} from '../../redux/reducer'; import {storeAssociateName} from '../../utils/recentSearchHistory'; import {ClockStatusIndicator} from '../ActionButton/ClockStatusIndicator'; import {navigateToMessageScreen} from '@walmart/wmconnect-...
Update npm changes
Update npm changes
f05f9d91b64d89c63232bb7b8c76fa06d27bec25
--- 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...
chore(bump): allspark-foundation version bump (#5316)
chore(bump): allspark-foundation version bump (#5316) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
48997d27d0c6a385e6bc51b71b4b862af0667b98
--- ios/Podfile.lock @@ -1612,7 +1612,7 @@ DEPENDENCIES: - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - "git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs": + "git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git": - StructuredLogAssistantIOS - SumoSDK https://github...
fix: add .git extension
fix: add .git extension
ed62d93bae2c65b3048fbd60980523ed4597cb16
--- .looper.multibranch.yml @@ -18,6 +18,7 @@ tools: - build-tools;29.0.2 - build-tools;29.0.3 - build-tools;30.0.2 + - build-tools;30.0.3 - extras;android;m2repository - extras;google;m2repository nodejs: 12.4.0
adding anddroid build tools 30.0.3
adding anddroid build tools 30.0.3
06edd5a73e8dd8dc2f5b543df58169dc6dea6f41
--- package-lock.json @@ -67,8 +67,8 @@ "@walmart/mod-flex-mini-app": "1.10.4", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.16", - "@walmart/pay-stub-miniapp": "0.10.8", - "@walmart/payrollsolution_miniapp": "0.131.8", + "@walmart/pay-stub-mini...
bump version
bump version
f57ea7ef130558dafe93d1e4e74823ef79b76778
--- 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. +## [6.25.1](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.25.1-alpha.0...v6.25.1) (2024-09-19) + +**Note:** V...
chore(version): updating package version
chore(version): updating package version
16659c81c53fd76440ac98940132bd767f1ac583
--- package-lock.json @@ -67,8 +67,8 @@ "@walmart/mod-flex-mini-app": "1.10.4", "@walmart/moment-walmart": "1.0.4", "@walmart/onewalmart-miniapp": "1.0.16", - "@walmart/pay-stub-miniapp": "0.10.14", - "@walmart/payrollsolution_miniapp": "0.131.12", + "@walmart/pay-stub-mi...
bump version
bump version
6c79a6407b4a5282fc68170410ccccf61414dbae
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 121 + versionCode 122 versionName "1.0.11" } ...
Incrementing build number
Incrementing build number
e94035b344cfebf4cb33180429d32ab9221b7e45
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/EditTeamListItem/EditTeamListItem.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { View } from 'react-native'; import { styles } from './styles'; -import { Body, Icons } from '@walmart/gtp-shared-components'; +import { Body, Icons, colors }...
feat(ui): updated star icon
feat(ui): updated star icon
7a04ee94f18adaab0c7bd3f9a22e875239508a7f
--- package-lock.json @@ -4987,9 +4987,9 @@ } }, "@walmart/allspark-neon-core": { - "version": "0.1.26", - "resolved": "https://npme.walmart.com/@walmart/allspark-neon-core/-/allspark-neon-core-0.1.26.tgz", - "integrity": "sha512-QCq3JOlevxQpSY2QdNgG2lpy+eVCpicsvqmNI96xvgWgXqHnU2G5tmlzO/...
Bump Price Changes 1.4.5
Bump Price Changes 1.4.5
66e10b5d9c014bb0189a59d11fe758f25e8908fe
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.169.0-rc.2", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.169.0-rc.2.tgz", - "integrity": "sha512-AI+qOMhzQpACAQvIP4s4HXGWxHg7SfvlFExaOrVRN30LeXDbWSi+KHj...
Updating taskIt version
Updating taskIt version
c93b51a4713066367107e26b0c1ea6cd2bc183ee
--- package-lock.json @@ -4408,12 +4408,12 @@ "@walmart/moment-walmart": { "version": "1.0.4", "resolved": "https://npme.walmart.com/@walmart/moment-walmart/-/moment-walmart-1.0.4.tgz", - "integrity": "sha1-696avfrTbdFORoktjdt8w3uZ9hw=" + "integrity": "sha512-iTkDEL7GeYYS8laso4ECQ7DyHgBxnJh...
bump version
bump version
90f696174aa6b603509ccefe3ad07e7decd082a1
--- core/__tests__/__mocks__/@walmart/utils/mockNavConfigSideNav.js @@ -1,92 +0,0 @@ - -export const mockNavConfigData = { - QUICKACTION: [ - { - id: 'ask_sam', - title: { - 'en-US': 'Questions', - 'es-MX': 'Preguntas', - }, - icon: 'icon-ask-sam', - ...
Move mock to utils
Move mock to utils
7ff73c0bffbc4fbbeea979489b8210772dfcf7c6
--- __tests__/__mocks__/@walmart/allspark-graphql-client.js @@ -2,4 +2,7 @@ module.exports = { useLazyQuery: jest.fn(() => [jest.fn(), {loading: false}]), useQuery: jest.fn(() => ({loading: false})), gql: jest.fn(), + CommonGraphQLClient: { + query: jest.fn(), + }, }; --- __tests__/__mocks__/@walmart/c...
fix: fix tests for non mock implementation
fix: fix tests for non mock implementation