commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
a72b90e04b7b28ab974758403f12d46594ac8077
--- packages/celebration-mini-app-graphql/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.5.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.7.0 - @walmart/celebration-mini-app-graphql@1.5.0
857bbb210cd23a89b4da17156e98e5af5ee60c4a
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/me-at-walmart", - "version": "1.29.1", + "version": "1.29.2", "main": "index.js", "private": true, "workspaces": [
docs(package.json): ALLSPARK-12345 update version for hotfix v1.29.2
docs(package.json): ALLSPARK-12345 update version for hotfix v1.29.2
e4d118feb5eaf8c7937ab9714f72999747e43fad
--- .yarn/patches/@walmart-myteam-mini-app-npm-1.0.16-e13fbcb63c.patch @@ -1,33 +0,0 @@ -diff --git a/dist/index.js b/dist/index.js -index 97e7feedea7e23c7508870f2bfcd88a3fb0e00ff..10846cd8aa012c1c091741eba46b38fc0441c22a 100644 ---- a/dist/index.js -+++ b/dist/index.js -@@ -7,9 +7,6 @@ import { TextingNavigation } fro...
chore: remove uneeded patches
chore: remove uneeded patches
13db089776acf89b62ca1fc11c73a0c0904b7457
--- .eslintrc.js @@ -5,6 +5,7 @@ module.exports = { plugins: ['@typescript-eslint'], rules: { 'jsx-quotes': ['error', 'prefer-single'], - 'react/no-unstable-nested-components': ['off', {allowAsProps: true}] - } + 'react/no-unstable-nested-components': ['off', {allowAsProps: true}], + 'react-hooks/e...
chore: reference fixes
chore: reference fixes
460254b995d02b356b8fedd835d4afe53bd1bdb0
--- package.json @@ -92,7 +92,7 @@ "@walmart/react-native-logger": "1.35.0", "@walmart/react-native-scanner-3.0": "0.10.4", "@walmart/react-native-shared-navigation": "6.1.4", - "@walmart/react-native-sumo-sdk": "2.7.4", + "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/redux-store": "6.3...
fix(ui): update package
fix(ui): update package
ade5f9d9abd6192ebe29078be714abf7d143fd1c
--- packages/celebration-mini-app-graphql/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.9.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebr...
chore(version): updating package version
chore(version): updating package version - @walmart/celebration-mini-app@1.13.0 - @walmart/celebration-mini-app-graphql@1.9.0
4d274f128e330db9afe8be7ff788890fde8b2661
--- __tests__/whatsNew/WhatsNewScreenTest.tsx @@ -42,6 +42,7 @@ test('getState', () => { describe('WhatsNewScreen', () => { mockUseSelector.mockReturnValueOnce(whatsNewData); + mockUseSelector.mockReturnValueOnce({ refreshToken:'test' }); const component = create(<WhatsNewScreen />); it('renders correctl...
updated test.
updated test.
e90868f8a16f271c8d366810f5e46e30c4b9a34c
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.3.1", + "version": "1.3.2", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", --- packages/allspark-foundation-hub/src/SupplyChain/Components/ShiftFilter/S...
Update merge changes
Update merge changes
730df3b0186ea001684cab5211565d9c36b2726b
--- core/src/core/FeatureToggleGuard.tsx @@ -1,9 +1,4 @@ -import React, { - ComponentProps, - ComponentType, - PropsWithChildren, - useEffect, -} from 'react'; +import React, {ComponentProps, ComponentType, PropsWithChildren} from 'react'; import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Naviga...
disable header for feature toggle guard
disable header for feature toggle guard
79873edef999aae2a7ba3a2a6e56815e2b212d77
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/metrics-mini-app": "0.17.9", "@walmart/mod-flex-mini-app": "1.13.6", "@walmart/moment-walmart": "1.0.4", - "@walmart/money-auth-shared-components": "0.0.13", + "@walmart/money-auth-shared-components": "0.0.14", "@walmart...
bump version
bump version
c3fdb4fcd411f8124c58b61e46c49e2562042373
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.150.0-rc.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.150.0-rc.0.tgz", - "integrity": "sha512-372RXILEa5RJMG76+n/ouWCzcYShiOFJIvf/zDKc4D44Fw6WqbuubQw...
Updating taskIt version
Updating taskIt version
52f23a36c783be5c52aedb013d2e9e57f18290e5
--- .npmrc @@ -1,7 +0,0 @@ -registry=https://npme.walmart.com/ -no_proxy=https://npme.walmart.com/ -proxy=http://sysproxy.wal-mart.com:8080 -https-proxy=http://sysproxy.wal-mart.com:8080 -strict-ssl=false -# legacy-peer-deps=true -no_proxy=walmart.api.crowdin.com,.wal-mart.com,.walmart.net,.walmart.com,localhost,127.0....
fix(ui): remove the .npmrc file
fix(ui): remove the .npmrc file
51b4f46de2e66e8e22e4b828d47a9282a33de4d0
--- package.json @@ -95,7 +95,7 @@ "@walmart/associate-exp-hub-team-switcher": "2.21.0", "@walmart/associate-listening-mini-app": "2.0.11", "@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", - "@wa...
feat: 401k reg test fixes (#5254)
feat: 401k reg test fixes (#5254) Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com> Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>
172eb441ee6e16414da84866906fa81f2a1cf39b
--- src/containers/ChatInput/AudioPlayback.tsx @@ -47,7 +47,6 @@ export const AudioPlayback = (props: { const [playbackDetails, setPlaybackDetails] = useState< AVPlaybackStatusSuccess & { positionFormatted: string; - durationFormatted: string; } >({ isPlaying: false, @@ -73,7 +72,6 @@ e...
improving performance to achieve right time on recording and on playing
improving performance to achieve right time on recording and on playing
80e9f45f80aea4e9a3aa02651becc06f0f1c6264
--- package.json @@ -146,7 +146,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/react-native-webex-sdk": "0.9.12", - "@walmart/receipt-check-miniapp": "1.32.4", + "@walmart/receipt-check-miniapp": "1.34.3", "@walmart/redux-store": "~6.3.28"...
feat: receipt check drop 34 (#4722)
feat: receipt check drop 34 (#4722) * feat(receipt-check): FLB-3082 maintenance update for receipt check * fix(receipt-check): FLB-3082 update for dist fix * fix(receipt-check): FLB-3082 update deps --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
904b80914640787e3ca2a618a547374870ac5ffe
--- package.json @@ -89,7 +89,7 @@ "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.17.0", "@walmart/exception-mini-app": "1.0.14", - "@walmart/facilities-management-miniapp": "0.5.17-rc1", + "@walmart/facilities-management-miniapp": "0.5.18", "@walmart/feedback...
Bumped FCM version to 0.5.18
Bumped FCM version to 0.5.18 Bumped FCM version to 0.5.18
384eb885d8b71cfefc65151a5fd6ce5405467aca
--- ios/Podfile @@ -4,8 +4,9 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ platform :ios, '12.0' source 'git@gecgithub01.walmart.com:store-systems-associate-tech-platform/cocoapods-specs.git' +source 'git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git' source 'https://gith...
Source in Podfile should start with git@. If we add HTTPS, it won't work on looper. (#61)
Source in Podfile should start with git@. If we add HTTPS, it won't work on looper. (#61)
4fe46be38ae44d3fc537b861079b24309b499631
--- package-lock.json @@ -3063,9 +3063,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.29.19", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.29.19.tgz", - "integrity": "sha512-AkLY/OxYicskH/d+aGaQAkIio/XeRqIFl9L+Fnu9cgDTuzfXky3xCLhMHphzr7...
Ask Sam version bump
Ask Sam version bump
892e8f458d6dcd0d125b569ddb7c473c9f0ff4fa
--- package-lock.json @@ -3328,9 +3328,9 @@ "integrity": "sha512-EQAXiiNzF4D/LqiAH06fsC9PjtCLgi1XKJhK9wbKf0UPlJvIRruy6lO5mrqVNGo1RdkeuY7Kv/jaQ5bCmOBeUQ==" }, "@walmart/exception-mini-app": { - "version": "0.28.0-rc.9", - "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exce...
pinpoint version bump
pinpoint version bump
55699b84fc9f4a62e4c644ac2d1a4dbbb5ee3bb4
--- jest.config.js @@ -5,10 +5,10 @@ module.exports = { collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'], coverageThreshold: { global: { - statements: 11.21, - branches: 0.88, - functions: 1.62, - lines: 11.75, + statements: 24.51, + branches: 7.28, + functions: ...
updating coverage thresh to match output
updating coverage thresh to match output
1e4948c493fe233c9e8cdc1fb44c8ed098e68ea0
--- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx @@ -15,35 +15,33 @@ export const ActionButtonGroup = ({ }: ButtonGroupProps) => { const showCancelButton = useSelector(cancelActionButtonEnabled); return ( - <> - <View style={styles.buttonContai...
Addressing comments
Addressing comments
e8fd6fd799a5e6690a48780d65dd7f25e3d607e3
--- package-lock.json @@ -4545,9 +4545,9 @@ } }, "@walmart/welcomeme-mini-app": { - "version": "0.35.0", - "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.35.0.tgz", - "integrity": "sha512-9GfuH0KD/H9q77+QxdoOoSpZG9pIdjNBdZF+2Ypynn9mi+cePwmXCyGbVM...
chore(welcomeMe): version bump 0.38.0 [RECRUIT-47382][RECRUIT-47407][RECRUIT-45776][RECRUIT-45115]
chore(welcomeMe): version bump 0.38.0 [RECRUIT-47382][RECRUIT-47407][RECRUIT-45776][RECRUIT-45115]
cfce21f13e823fb89fe340c20f41e742828e22f2
--- packages/allspark-foundation/src/Components/index.tsx @@ -8,5 +8,12 @@ export * from './Banners'; */ export const useAllsparkSnackbar = useSnackbar; -export { AllsparkDynamicComponents } from './DynamicComponents'; -export { AllsparkComponentContainers } from './ComponentContainers'; +export { + AllsparkCompo...
fix: component classes not exported from root of compoennts folder
fix: component classes not exported from root of compoennts folder
b762be304cb1649b2d788800c1325c1652358340
--- __tests__/PinAccess/__snapshots__/PinAccessScreenTest.tsx.snap @@ -73,7 +73,7 @@ exports[`PinAccess matches snapshot; gets/sets existing passcode on mount 1`] = primaryButtonPress={[Function]} primaryButtonStyle={ Object { - "width": "35%", + "width": "40%", } } title...
ui components version bump to support enable/disable timer, removing debounce from appState listener (#512)
ui components version bump to support enable/disable timer, removing debounce from appState listener (#512) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
86fce19012af7b1aa3f39d95c49319bccf601b45
--- package.json @@ -74,12 +74,12 @@ "@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":...
bump(foundation): ALLSPARK-0000 bump foundation version (#4209)
bump(foundation): ALLSPARK-0000 bump foundation version (#4209) * chore(foundation): ALLSPARK-0000 bump foundation version * chore(ui): ALLSPARK-0000 bump allspark-utils lib --------- Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
450f42f3304860dc95b42c4bc9306cd2ac61b6cc
--- package-lock.json @@ -68,7 +68,7 @@ "@walmart/learning-mini-app": "18.0.3", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/metrics-mini-app": "0.18.6", - "@walmart/mod-flex-mini-app": "1.15.3", + "@walmart/mod-flex-mini-app": "1.15.5", "@walmart/moment-wal...
Updated modflex to 1.15.5
Updated modflex to 1.15.5
8ef6d694b59fe34f597b1286031341a24688772e
--- ios/Podfile.lock @@ -534,6 +534,8 @@ PODS: - walmart-react-native-sumo-sdk (2.0.0-beta-6): - React - SumoSDK (= 2.0.0-beta-6) + - wifi-store-locator (1.0.0-alpha2): + - React-Core - Yoga (1.14.0) DEPENDENCIES: --- package-lock.json @@ -3585,13 +3585,15 @@ } }, "@walmart/tim...
GTA Sumo 2.0 changes and other fixes
GTA Sumo 2.0 changes and other fixes
2a4b4033e5467767968703f1a69c79a5456f7152
--- src/screens/RosterDetailScreen/StoreRosterDetailScreen/useStoreRosterDetails.ts @@ -15,7 +15,8 @@ export const useHeaderAndSubtext = ( ) => { const siteTranslationContext = useTotalSiteOrTotalStore(); const primaryTeam = useGetViewersPrimaryTeam(); -const isPrimaryTeam = teamState.teamIds && primaryTeam?.[0]...
feat: refactor roster page
feat: refactor roster page
a61a6588bdbb054dfdda29956d4ce2488e593207
--- .looper.yml @@ -16,7 +16,7 @@ flows: default: - call: pr - yarn run build - - npm publish + - npx lerna publish pr: - (name Corepack enable) corepack enable
feat(ui): update associate exp hub version
feat(ui): update associate exp hub version
935a4e79a6ef1c8787ca84258e10bac05e2234eb
--- packages/allspark-foundation/src/Translation/client.ts @@ -171,31 +171,28 @@ export const TranslationClient = (config?: TranslationClientOptions) => { ); }; + /** + * Return the device language which was configured on the device from the Settings menu. + * @returns the device language in this format ...
Update Client.ts logic
Update Client.ts logic
df35fb6281624674d464c441445dcd8edc715dbe
--- packages/allspark-foundation-hub/package.json @@ -5,6 +5,9 @@ "main": "Core/index.js", "types": "Core/index.d.ts", "files": [ + "cli/", + "Core/", + "FeatureRunner/", "HubFeature/", "allspark.config.js" ],
feat(ui): integrate the allspark images context
feat(ui): integrate the allspark images context
8b2e83499e4e5509ab70420da7c01bbde91268f0
--- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx @@ -1,4 +1,3 @@ -// @ts-nocheck import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react'; import {translationClient} from '../../common/translation'; import {RefreshControl, View} from 'react-native';
teamSwitcher integration fixes
teamSwitcher integration fixes
ad432187ab33b1c7aad82c6fb2a8cc2878fb2460
--- .looper.multibranch.yml @@ -607,11 +607,11 @@ flows: - var(END_TIME): date +%s - var(TIME_ELAPSED): - $(($START_TIME - $END_TIME)) + (($START_TIME - $END_TIME)) - var(MINUTES): - $((($TIME_ELAPSED % 3600) / 60)) + ((($TIME_ELAPSED % 3600) / 60)) - var(SECONDS...
Update .looper.multibranch.yml
Update .looper.multibranch.yml
3434b5a07e2638c6374b2deb96b4f5907fb93402
--- graphql.yml @@ -36,11 +36,6 @@ applications: queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql' tags: - 'v1' - - name: 'getSupplyChainTeamPreference' - hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839...
feat(ui) reran codegen
feat(ui) reran codegen
548d83bd754794ebcedb362d285e737dff550f7e
--- .looper.yml @@ -18,4 +18,4 @@ flows: - (name Yarn Version) yarn --version - yarn install - yarn run lint - - yarn run coverage \ No newline at end of file + # - yarn run coverage \ No newline at end of file
Update the my team mini app version
Update the my team mini app version
b01372f688141635aa2ce4d693793b777cb18959
--- package.json @@ -171,7 +171,7 @@ "@walmart/schedule-mini-app": "patch:@walmart/schedule-mini-app@npm%3A5.4.4#~/.yarn/patches/@walmart-schedule-mini-app-npm-5.4.4-e63d1ba9c6.patch", "@walmart/shelfavailability-mini-app": "1.7.2", "@walmart/shop-gnfr-mini-app": "1.0.454", - "@walmart/sidekick-mini-a...
fix: sidekick-mini-app version drop35.1 develop (#5405)
fix: sidekick-mini-app version drop35.1 develop (#5405)
1902f49abb9aa7981764119321b38e108507d8e6
--- package.json @@ -90,7 +90,7 @@ "@walmart/avp-shared-library": "0.10.7", "@walmart/backroom-mini-app": "1.10.5", "@walmart/calling-mini-app": "0.7.35", - "@walmart/checkout-mini-app": "4.8.0", + "@walmart/checkout-mini-app": "4.8.12", "@walmart/compass-sdk-rn": "6.2.2", "@walmart/confi...
feat(Checkout): FEAT-2449 Drop30 Fixes and enhancements (#4118)
feat(Checkout): FEAT-2449 Drop30 Fixes and enhancements (#4118) * build(update checkout version): FEAT-2449 update the checkout version * build(checkout): FEAT-2449 Update checkout version * build(checkout): FEAT-2449 update checkout package version * fix: FEAT-2347 update checkout version * Drop 30 change...
c721c13afdfd2298b6df2e08a95d9684606cfeb0
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.26.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.4...v2.26.0) (2025-04-10) + + +### Features + +* **ui:** updating wmconnect version ([464a888](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/464a88835e5de722caf058debd59aa2c6a34758a)) + ## ...
chore(release): 2.26.0 [skip ci]
chore(release): 2.26.0 [skip ci] # [2.26.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.4...v2.26.0) (2025-04-10) ### Features * **ui:** updating wmconnect version ([464a888](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/464a88835e5de722caf058debd59aa2c6a34758a))
16db463b64717f8e37216d254557870d076b8e8b
--- targets/US/package.json @@ -101,7 +101,7 @@ "@walmart/counts-component-miniapp": "0.1.13", "@walmart/emergency-mini-app": "1.29.8", "@walmart/exception-mini-app": "1.8.11", - "@walmart/facilities-management-miniapp": "0.15.1", + "@walmart/facilities-management-miniapp": "0.15.2", "@walmart...
Version bump
Version bump
b7f95e1f33b6f3720adba32552b0ed0d7e3ee2e1
--- src/services/blob.ts @@ -189,40 +189,27 @@ export const fetchResource = async (remoteURI: string): Promise<string> => { // Determine if file exists locally - console.log('FETCH RESOURCE:', {remoteURI}); const fileName = getFileNameFromURI(remoteURI); const localFileURI = getFileURIFromName(fileName); ...
chore: remove console logs
chore: remove console logs
426d4d79522584fe76b000a29e1bb9c11ae5ab1d
--- core/__tests__/auth/LoginErrorScreenTest.tsx @@ -1,7 +1,6 @@ import React from 'react'; -import {render, fireEvent, waitFor} from '@testing-library/react-native'; +import {render, fireEvent} from '@testing-library/react-native'; import WmConfig from 'react-native-wm-config'; - import {LoginErrorScreen} from '../...
add test case for login error screen file
add test case for login error screen file
865e503a3ad33a09c219cd37e169e5db53ccfac2
--- package.json @@ -82,7 +82,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: bump foundation to reset configuration on keyboard hide for fab (#5261)
fix: bump foundation to reset configuration on keyboard hide for fab (#5261) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
ad8fc3ed73c2bab8004d659e826bdd39d35e29d5
--- src/sumo/SumoSagas.ts @@ -256,7 +256,6 @@ export function* onOptInRequest({optIn}: AnyAction) { // before callign register. Opt in at this time is unknown so will either // pull default from redux or read from async storage export function* onUserChange() { - console.log('calling user change'); yield call(wa...
Removing logs
Removing logs
37feca60ac2284938d13cdcbb9cf1e3e743fb0c4
--- __tests__/harness/firestore/data/presence.ts @@ -0,0 +1 @@ +export const presenceStatuses = ['online', 'offline']; --- __tests__/harness/firestore/data/store100.ts @@ -1,6 +1,6 @@ import {createAssociateChannelId} from '../../../../src/channels'; // @ts-ignore -import {rawUserList} from './users'; +import {rawU...
adding firestore mock
adding firestore mock
aa68996947d17c4018c1892747ce5852fb9019c5
--- packages/expo-config-plugins/src/withEmmAppRestrictions.ts @@ -64,7 +64,7 @@ const withAppRestrictionsXml: ConfigPlugin = (config) => { <restriction android:key="emmDeviceType" android:title="EMM Device Type" - android:description="Specifies the device classification for enterprise management (COPE,...
Update withEmmAppRestrictions.ts (#553)
Update withEmmAppRestrictions.ts (#553) - Update emmAppRestrictions verbiage for build failure
0e3a382dd0bd7c9825c2a3b2eb9080dc18d1d57c
--- __tests__/home/components/GreetingRowV2/__snapshots__/GreetingRowV2Test.tsx.snap @@ -19,7 +19,6 @@ exports[`GreetingRowV2 renders anniversary greeting (anniversary only) 1`] = ` "borderStyle": "solid", "borderTopColor": "#7aa5f6", "borderTopWidth": 1, - "marginBottom": 30, "marginHo...
fix(widget): incorrect spacing under header (#5288)
fix(widget): incorrect spacing under header (#5288) Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com>
d31363c4105a59002c5b8e908c7fa5c0215334ed
--- package-lock.json @@ -38,7 +38,7 @@ "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.3.52", "@walmart/attendance-mini-app": "0.33.0", - "@walmart/config-components": "4.0.1", + "@walmart/config-components": "4.0.2", "@walmart/core-servic...
version bump for config component
version bump for config component
f2c6404e60e09506034c8bc3b5f4d052632a8a4c
--- package-lock.json @@ -3157,12 +3157,12 @@ "integrity": "sha512-0sVdqnfYb2Z90rZpk8drAttxOFKAIR3fAvOvFlVWOyxtPPXrAACOFzoTx++gO5SO5vZ1w6IlMKe8uTi2rpCWTA==" }, "@walmart/schedule-mini-app": { - "version": "0.2.58", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-...
bump schedules mini app (#383)
bump schedules mini app (#383) Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com>
6449f5ba2cc6c8b62aa6a6c0d87df7124421a96f
--- packages/me-at-walmart-athena-queries/src/index.ts @@ -3,5 +3,8 @@ export * from './getAssociateById'; export * from './getDailyRosterHome'; export * from './getLoggedInUser'; export * from './getTeamByIdHome'; +export * from './getTeamsbyStore'; +export * from './getAssociatePreference'; +export * from './updat...
feat(ui): update the index for graphql queries
feat(ui): update the index for graphql queries
907813a77500754a0054d5c00c2e3f54235e3758
--- packages/allspark-utils/__tests__/eventManagerTest.ts @@ -9,7 +9,7 @@ describe('EventManager', () => { let eventManager: EventManager<EventPayloadMap>; beforeEach(() => { - eventManager = new EventManager<EventPayloadMap>(['event1', 'event2']); + eventManager = new EventManager<EventPayloadMap>(); ...
refactor(event manager): remove need to specify events in constructor. add option to skip queued events on adding listener
refactor(event manager): remove need to specify events in constructor. add option to skip queued events on adding listener
b464c8bb7418723f018063eb5359b011a1c22aa7
--- ios/AllSpark.xcodeproj/project.pbxproj @@ -450,6 +450,7 @@ inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-resources.sh", "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle", + "${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage/RNCAsyncStorage_resources.bund...
update podfile
update podfile
56c7e15a4ccfd04c6cfe2bf631d635755916e839
--- package-lock.json @@ -4258,9 +4258,9 @@ "integrity": "sha512-gOjtmh7vtX1XSS1JA8xJWCwoW8vsiED0NxtKNWsXLpRuZfRJ06gESSqLyQUjRXSc40S+kN6dYJYO3EOv3VEPig==" }, "@walmart/inbox-mini-app": { - "version": "0.26.0-beta.1", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini...
fix all caught up msg is not shown in inbox
fix all caught up msg is not shown in inbox
9fecd06746c07dafe5c63d5440ed5edda9db8c70
--- src/channels/components/ChannelRow.tsx @@ -104,11 +104,10 @@ export const ChannelRow = (props: ChannelRowProps) => { ); const firstRecipientClockedIn = associateIsClockedIn(firstRecipientAssociate); - - const lastMessageTime = channelRowTimeStamp( - lastMessage?.createdAt?.toDate(), - t, - ); + //@...
Adding time stamp to be shown on UI for deleted message
Adding time stamp to be shown on UI for deleted message
ce7f92d4ea2b9fd7ab5ab690cd44ff772ffd5549
--- ios/Podfile.lock @@ -178,7 +178,7 @@ PODS: - RNPermissions - PromisesObjC (2.1.0) - Protobuf (3.20.0) - - PTT (0.7.14-rc.10): + - PTT (0.7.14-rc.12): - BinaryCodable (~> 0.2.1) - CocoaAsyncSocket (~> 7.6.3) - RealmSwift (= 10.15.0) @@ -406,8 +406,8 @@ PODS: - React-Core - react-n...
using ptt mini app v0.5.104
using ptt mini app v0.5.104
cd39afb8c59d596efe47d1a5434252e1e5a740a3
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/wmconnect-mini-app", - "version": "3.7.0-alpha.22", + "version": "3.7.0-alpha.23", "main": "dist/index.js", "files": [ "dist",
chore(wmconnect): bump version to 3.7.0-alpha.23
chore(wmconnect): bump version to 3.7.0-alpha.23
af49c590f16bd53f1220decafcbfebae46db9842
--- .yarn/patches/@walmart-compass-sdk-rn-npm-5.19.3-6aa8f19bab.patch @@ -1,9 +1,29 @@ diff --git a/android/build.gradle b/android/build.gradle -index cb0d0a7cbc9e2dad95732f9aab06eb903e354e89..df8ee622ca5f7baec5aae4e47ce9f6cd0d60f6c0 100644 +index cb0d0a7cbc9e2dad95732f9aab06eb903e354e89..633ef68e66ec81c55c20bc3e7d633...
chore: update compass patch
chore: update compass patch
b47640399cabe6aabcb35ad8e5837fbd52a453db
--- __tests__/core/analyticsInitTest.ts @@ -71,7 +71,7 @@ describe('initAnalyticsUserAttributes', () => { // now set a user const userState = { - user: { + data: { userId: 'test123', countryCode: 'US', division: '1', @@ -85,7 +85,7 @@ describe('initAnalyticsUserAttribute...
update redux store slice structure
update redux store slice structure
8c6450dc330cb40a38d250275e0c64122307fca4
--- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MainTabsNavTest.tsx.snap @@ -18,11 +18,9 @@ exports[`MainTabsNav matches snapshot when disabled from config 1`] = ` name="copilot" options={ { - "tabBarAccessibilityLabel": "Work undefined function translate(t) { - return t; -},[ob...
chore: bump copilot@3.26.3
chore: bump copilot@3.26.3
faefcc2a27087de5ca3170211720e5ca0874fa45
--- src/translations/en-US.ts @@ -7,6 +7,7 @@ export const enUS = { '@walmart/amp-mini-app': 'Amp', '@walmart/ask-sam-mini-app': 'Ask Sam', '@walmart/counts-component-miniapp': 'Counts', + '@walmart/emergency-mini-app': 'Emergency', '@walmart/exception-mini-app': 'Pinpoint', '@walmart/facili...
adding emergency in version list
adding emergency in version list
071db42e791defecd5feb35fe1992eb06e27e7cf
--- __tests__/screens/SearchScreen/SearchScreenTest.tsx @@ -265,6 +265,7 @@ describe('SearchScreen', () => { ); const iconButton = renderItem.getByTestId('IconButton'); fireEvent.press(iconButton); + //TODO: Add assertions to check if associateRemoveHandler has been called expect(recentSearchHist...
Adding TODO
Adding TODO
01a867e53d8d0255a669634f56aaa8e0401f80a8
--- docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.5.0...v2.6.0) (2024-06-26) + + +### Features + +* **ui:** Merge changes for drop 23 version 1 SMDV-5921 ([82b9552](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/82b955238337ec4e45bb6f46a1ab844ad...
chore(release): 2.6.0 [skip ci]
chore(release): 2.6.0 [skip ci] # [2.6.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.5.0...v2.6.0) (2024-06-26) ### Features * **ui:** Merge changes for drop 23 version 1 SMDV-5921 ([82b9552](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/82b955238337ec4e45bb6f46a1ab844adf9d75e1))
0498b176916092f09db439fa432d6ec28390981c
--- package-lock.json @@ -12816,9 +12816,9 @@ "integrity": "sha512-Ls9qiNZzW/OLFoI25wfjjAcrf2DZ975hn2vr6U9gyuxi2nooVbzQeFoQS5vQcbCt9QX5NY8ASEEAtlLdIa6KVg==" }, "react-native-ssmp-sso-allspark": { - "version": "1.2.0", - "resolved": "https://npme.walmart.com/react-native-ssmp-sso-allspark/-/re...
SSMP-1949
SSMP-1949
b67b00696db0b39351edc405252b84abb76b628c
--- package-lock.json @@ -1892,9 +1892,9 @@ } }, "@walmart/ask-sam-mini-app": { - "version": "0.6.28", - "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.28.tgz", - "integrity": "sha512-oOblRG9LWJ707UQcWhdi2RgY0WMkAqo7WlGLBVC19L3wjCBzhbryjx7E0oe2XpGs...
Incrementing ask sam version (#219)
Incrementing ask sam version (#219) Co-authored-by: rlane1 <rlane1@walmart.com>
2412f28d3d836ae19ee6b9872dc2483fff2a4ca4
--- __tests__/components/modals/hoc/EditTeamsModal.test.tsx @@ -129,6 +129,35 @@ jest.mock('../../../../packages/associate-exp-hub-mini-app/src/constants', () => }, })); +// Mock the store slice to prevent createSlice syntax error +jest.mock('../../../../packages/associate-exp-hub-mini-app/src/store/slices/reduce...
feat(ui): update tests
feat(ui): update tests
855122a1c35684cabc3fab160dd4525c957fdef4
--- android/app/build.gradle @@ -153,8 +153,8 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 884 - versionName "1.7.1" + versionCode 885 + ver...
version increment to 1.7.2
version increment to 1.7.2
1d49628790773a9ec1f54d72c6df109892042918
--- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/AllsparkSiteHubContainer.tsx
Adding site container
Adding site container
e34227d0b3b39a75c3e3928e0046264ab6ab384c
--- ios/AllSpark/Info.plist @@ -48,8 +48,6 @@ <true/> <key>NSAppTransportSecurity</key> <dict> - <key>NSAllowsArbitraryLoads</key> - <true/> <key>NSExceptionDomains</key> <dict> <key>i5.walmartimages.com</key>
Removing allow arbitrary loads
Removing allow arbitrary loads
9acd2cb0fb49852a000eab146763d01aa00befd6
--- package-lock.json @@ -62,7 +62,7 @@ "@walmart/mod-flex-mini-app": "1.3.15", "@walmart/moment-walmart": "1.0.4", "@walmart/OneWalmart-MiniApp": "1.0.12", - "@walmart/pay-stub-miniapp": "0.9.20", + "@walmart/pay-stub-miniapp": "0.9.21", "@walmart/payrollsolution_minia...
bump version
bump version
1a68ba73550f51977f696b64a8986910a8365f63
--- package.json @@ -134,7 +134,7 @@ "@walmart/me-at-walmart-common": "workspace:^", "@walmart/me-at-walmart-container": "workspace:^", "@walmart/me-at-walmart-location": "^1.2.20", - "@walmart/metrics-mini-app": "1.34.9", + "@walmart/metrics-mini-app": "1.34.11", "@walmart/mod-flex-mini-app":...
Update Metrics for 2.0 (#5255)
Update Metrics for 2.0 (#5255) Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>
403ca993ce253d34ce6da04ac2281ab8f4cb2e18
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.15.13", + "version": "1.15.14", "main": "dist/index.js", "files": [ "dist" @@ -99,7 +99,7 @@ "@walmart/react-native-shared-navigation": "6.1.4", "@walmart/react-native-sumo-sdk": "2.6.0", "@walmart/red...
Update the version for roster
Update the version for roster
ee2daa16f8c47e71ea1fb82aefb7c8e554c6b8ef
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.3.13", + "version": "1.3.14", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", --- packages/allspark-foundation-hub/src/SupplyChain/Components/TeamShiftSw...
Update the style for shift switcher
Update the style for shift switcher
f83203838268b9c33fc317cfef4ea5ea8a249755
--- 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.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation@7.9.1 - @walmart/allspark-foundation-hub@1.20.1 - @walmart/me-at-walmart-geolocation@1.3.19
cddb80dd5ef49715d1c60c8aefa6ebdd352ce31d
--- package.json @@ -147,7 +147,7 @@ "@types/semver": "^7.3.4", "@types/uuid": "^8.3.0", "@walmart/allspark-foundation": "6.22.0", - "@walmart/allspark-foundation-hub": "1.0.1-beta.19", + "@walmart/allspark-foundation-hub": "1.2.0", "@walmart/allspark-graphql-client": "~6.3.28", "@walmart...
Update the foundation hub version
Update the foundation hub version
6fd5d4d3bc7dac1b49900713ec29327dee7f1482
--- package-lock.json @@ -40,7 +40,7 @@ "@walmart/amp-mini-app": "1.1.59", "@walmart/ask-sam-chat-components": "^0.2.7", "@walmart/ask-sam-mini-app": "1.15.4", - "@walmart/attendance-mini-app": "1.62.5", + "@walmart/attendance-mini-app": "1.62.6", "@walmart/compass-sdk-...
ama v1.62.6 report an absence firebase events and disable tor for drivers
ama v1.62.6 report an absence firebase events and disable tor for drivers
56669392bf62bd94d7645317bf8d88baf5a2493b
--- packages/allspark-foundation-hub/src/Store/Hub/TeamSwitcher/index.tsx @@ -119,12 +119,10 @@ export const TeamSwitcher = ({ dispatch( ManagerExperienceCreators.updateSelectedTeamIDs(selectedTeamsList) ); - onTeamChange(team.teamId, selectedTeamsList); } else { disp...
Update team switcher
Update team switcher
b4b43e7f3c930f70cc6b73df2930177bdfb2aa5b
--- yarn.lock @@ -6874,7 +6874,7 @@ __metadata: "@walmart/store-feature-orders": "npm:1.26.12" "@walmart/taskit-mini-app": "patch:@walmart/taskit-mini-app@npm%3A3.3.0#~/.yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch" "@walmart/time-clock-mini-app": "npm:2.400.0" - "@walmart/topstock...
fix(): updated topstock version to 1.16.25
fix(): updated topstock version to 1.16.25
dd1bf0d32966d77ff24f9a8879a2852a504e3e37
--- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx @@ -30,6 +30,10 @@ jest.mock('../../../src/biometrics/BiometricModal', () => ({ BiometricModal: 'BiometricModal', })); +jest.mock('@walmart/emergency-mini-app', () => ({ + EmergencyBannerScreen: 'EmergencyBannerScreen', +})); + jest.mock('../../....
add unit test for emergency navigation'
add unit test for emergency navigation'
b2ff057f73689e15aa19de6b5357e7ab4b0939c7
--- docs/docs/getting-started.md @@ -19,6 +19,7 @@ See the [Introduction](./components/allspark%20foundation/foundation-intro.md) p - Android Studio - Cocoapods +[Environment setup guide for react native](https://reactnative.dev/docs/set-up-your-environment) will help you install most of the dependencies correctly....
docs: add instructions for installing prerequisites
docs: add instructions for installing prerequisites
32a17f4a2279e07380f1e5aa4e3a89748cca085e
--- package.json @@ -161,7 +161,7 @@ "@walmart/walmart-fiscal-week": "^0.3.6", "@walmart/welcomeme-mini-app": "1.0.13", "@walmart/wfm-ui": "3.0.2", - "@walmart/wm-plus-mini-app": "1.5.4", + "@walmart/wm-plus-mini-app": "1.5.5", "@walmart/wmconnect-mini-app": "3.1.1", "axios": "~1.6.0", ...
feat(profile): update wmplus miniapp to 1.5.5 (#4469)
feat(profile): update wmplus miniapp to 1.5.5 (#4469) * feat(profile): update wmplus miniapp to 1.5.5 * feat(profile): trigger build --------- Co-authored-by: Pratibha Thimmoji - p0t00x3 <pratibha.thimmoji@walmart.com> Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.co...
2e3ee5d31b1fc297d51976529c9499194a337b49
--- package-lock.json @@ -3323,9 +3323,9 @@ "integrity": "sha512-GIK3yOpMOShJylR3pFnCnQhNOCknzhcpSE+qW51mUXrnVkOxUBK8ENtYurUc2GumOROfh+728tCHyXoY7yB+NQ==" }, "@walmart/counts-component-miniapp": { - "version": "0.0.17", - "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp...
Counts miniapp update
Counts miniapp update
cb3894fc826ce0a36871981ab7c51bebbc7b3d0f
--- src/hooks/user.ts @@ -1,6 +1,6 @@ import {useSelector} from 'react-redux'; import {isNil} from 'lodash'; -import {useEnvironment} from '@walmart/allspark-foundation'; +import {useEnvironment} from '@walmart/allspark-foundation/Environment'; import {logger} from '../common/logger'; import {UserSelectors} from '@...
feat: updated import
feat: updated import
4cbe3aa44647f45a1e105e81bffbeed3fb1476be
--- __tests__/components/TeamHubHeaderTest.test.tsx @@ -0,0 +1,33 @@ +import React from 'react'; +import { renderWithProviders } from '../harness'; +import { TeamHubHeader } from '../../src/components/TeamHubHeader'; +import { render, screen } from '@testing-library/react-native'; +import { useTranslation } from 'react...
Fixed test file names for folder and fixed header test
Fixed test file names for folder and fixed header test
7b9d8b39f3876032e0a457c179deb3a610498db6
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.3.10", + "version": "1.3.11", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts",
Update foundation hub version
Update foundation hub version
dcad5c7e10ac91757a633f27a3529a28ac7287f9
--- core/__tests__/navigation/USHallway/hallwaysTest.tsx @@ -0,0 +1,38 @@ +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...
added tests for lazy loaded hallways
added tests for lazy loaded hallways
c07e6f398d5a5324f58dc7d6c2d7ceb53a186a81
--- .looper.multibranch.yml @@ -270,8 +270,7 @@ flows: ## ## @param (unnamed) env release type build: - - tools(android = ${ANDROID_TOOLS}): - - echo "Installed android tools in this flow multibranch flow" + - tools(android = ${ANDROID_TOOLS}) - declare(BUILD_NUMBER) - echo "release type...
removed echo
removed echo
ebb229014d7cc9f3da20d76cba1ce7bf8d13a3db
--- src/services/blob.ts @@ -95,8 +95,6 @@ export const downloadBlobWithRetry = async ( * @returns localURI pointing to local file in file system */ export const fetchResource = async (remoteURI: string): Promise<string> => { - console.log('fetchResource: remoteURI'); - console.log(remoteURI); // if (Platform...
code cleanup
code cleanup
cbd35141a365a9a7a6b4d4dbb490e24f85248901
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/roster-mini-app", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/roster-mini-app", - "version": "1.0.4", + "version": "1.0.5", "hasInstallScr...
Update version
Update version
b2c4d49e9539b3a766e0780d5eaaffa4c7c68a93
--- packages/allspark-foundation/src/GraphQL/hooks.ts @@ -12,6 +12,7 @@ import { LazyQueryHookOptions, QueryHookOptions, } from '@apollo/client'; +import { useHttpClient } from '../HTTP'; import { AllsparkGraphQLClient } from './client'; /** @@ -38,10 +39,11 @@ export const useQuery = < featureId?: stri...
fix: legacy http client context was not being honored by graphql hooks
fix: legacy http client context was not being honored by graphql hooks
01f8c7ec1a4d104c035c4ae3bcb0a5935393fbfa
--- packages/allspark-foundation-hub/__tests__/HubFeature/Hub/__snapshots__/AddEditButton.test.tsx.snap @@ -49,6 +49,7 @@ exports[`AddEditButton renders correctly 1`] = ` "borderWidth": 1.5, "height": 40, "justifyContent": "center", + "marginTop": 4, "width": 40, } ...
Add cancel button for error screen
Add cancel button for error screen
a0fa51be2e3da076c71ced76cc3d1511a343c712
--- package-lock.json @@ -5046,9 +5046,9 @@ } }, "@walmart/core-services": { - "version": "1.2.1", - "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.2.1.tgz", - "integrity": "sha512-YLnUmrC8zHVLDGNmyM3JShg2XwQUcoryatT3zpkkCn0nNczMG3j/oGAVPwi7ejwkbPE/qyGkbbq...
bumping core services for permission and user id fixes
bumping core services for permission and user id fixes
3b6b220741ad74e37cb8c5b498a14fa9552b5988
--- packages/allspark-foundation/src/Nudge/NudgeLogger.ts @@ -12,4 +12,4 @@ import { LoggerService } from '../Logger'; */ export const NudgeLogger = - LoggerService.createFeatureInstance('allspark-nudge'); + LoggerService.createFeatureInstance('nudge'); --- packages/allspark-foundation/src/Nudge/NudgeTelemetry...
fix(nudge): clean up and optimization nudge (#453)
fix(nudge): clean up and optimization nudge (#453) Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com>
66c991d4b8cea722e4a87bde7c329a5be237be60
--- packages/allspark-foundation/src/FeatureRunner/AllsparkFeatureRunner.tsx @@ -57,7 +57,7 @@ export class AllsparkFeatureRunner< config: FeatureRunnerOptions ) => { try { - const env = container.config.environment.config?.[config.environment]; + const env = container.config.environment.config?....
fix(feature runner): environment type conflict in feature runner options
fix(feature runner): environment type conflict in feature runner options
f325101b6c4f0b31cd5e6bf580769196c9b23287
--- __tests__/screens/SearchScreen/SearchScreenTest.tsx @@ -4,6 +4,7 @@ const {SearchScreen} = require('../../../src/screens/SearchScreen'); import {RouteProp, useNavigation} from '@react-navigation/native'; import {StackNavigationProp} from '@react-navigation/stack'; import {TextingNavParamsMap} from '../../../src/...
updating search screen test
updating search screen test
d5bab59c0a6cfaa177c7b0fe2f238fbbac7a8b3e
--- .looper.multibranch.yml @@ -24,7 +24,7 @@ envs: ANDROID_BASE_PATH: targets/US/android branches: - - spec: feature/topstock-drop24-1 + - spec: feature/drop24 triggers: - manual: name: Publish Packages (Pre-Release) --- targets/US/ios/Podfile.lock @@ -627,16 +627,16 @@ PODS: ...
fix(): reverting back not required changes
fix(): reverting back not required changes
c16afe7c8bd456177fac0865f8d3ebb1ba610ed6
--- package-lock.json @@ -4239,7 +4239,7 @@ "@walmart/gtp-shared-components": { "version": "1.2.0", "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.2.0.tgz", - "integrity": "sha512-OxDrYdXQeR22V+aTBNqQHRJFyIOlOkp2erG4KS+0lEWWve1EApNHNyPgIbFQbydtWn1r...
resolve shifting up of view :SSMP-3054
resolve shifting up of view :SSMP-3054
aa77135f37cd752d9616269d1c23411ed95e7ba7
--- 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.2.10](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati...
chore(version): updating package version
chore(version): updating package version - @walmart/allspark-foundation-hub@1.2.10
36851d58717fcd09df02aafb3f9e6690733801e6
--- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts @@ -118,9 +118,7 @@ export class FeatureModuleManager { */ public onFeatureConnect = (featureId: string, listener: () => void) => { const feature = this.getFeature(featureId); - if (feature) { - return feature.onConnect(listener)...
chore: build fix
chore: build fix
277e3800d0c30af413b883f1726fc09ed9513394
--- 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. +## [6.4.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-allspark@6.4.1 - @walmart/core-widget-registry@6.4.1 - @walmart/me-at-walmart-common@6.4.1 - @walmart/me-at-walmart-container@6.4.1
78ea9af3f3c555a3637e1fd4c0632ac0b03d67f5
--- package-lock.json @@ -4475,9 +4475,9 @@ } }, "@walmart/taskit-mini-app": { - "version": "0.7.0", - "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.7.0.tgz", - "integrity": "sha512-L2BlQtIX1BQzc1YiqlRD/yPa6nkgxVwP+TYE99vuKbAd1O30255ej4o3DkhtnatgAqwfw...
Updating taskIt version
Updating taskIt version
6d53ba2594cc49cce65fecc6c73e62e3e71bbb6e
--- src/channels/components/ChannelRow.tsx @@ -190,6 +190,8 @@ export const ChannelRow = (props: ChannelRowProps) => { return `${channelName} ${clockedInStatusLabel} ${messagePreview} ${timeStampLabel}`; }; + const unreadWeight = unread ? '700' : '400'; + return ( <TouchableOpacity onPress={onChannel...
fix(ui): sonar vulnerabilities in channel row
fix(ui): sonar vulnerabilities in channel row