commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
ec46aae50eff69f28afb0cbb0e9bcd13f66493ef | --- package-lock.json
@@ -1102,6 +1102,15 @@
"integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
"dev": true
},
+ "@callstack/react-theme-provider": {
+ "version": "3.0.6",
+ "resolved": "https://npme.walmart.com/@callstack/reac... | package lock updates | package lock updates
|
4b90cdc8cc5be8fe35c2724957da29671895e48c | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/amp-mini-app": "1.1.72",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
- "@walmart/attendance-mini-app": "3.18.0",
+ "@walmart/attendance-mini-app": "3.20.0",
"@walmart/avp-feature-... | bump ama to v3.20.0 | bump ama to v3.20.0
|
f505c7fbc772887620c41ccf4b5a7c50e39b4625 | --- lerna.json
@@ -11,7 +11,7 @@
},
"version": {
"message": "chore(version): updating package version",
- "allowBranch": "feature/v3",
+ "allowBranch": "feature/lernaV7",
"conventionalCommits": true,
"conventionalPrerelease": true
}
| chore: lerna fix | chore: lerna fix
|
c161d3467bebc2dad5ae727d3b65858d5615d0df | --- packages/allspark-foundation/__tests__/Components/DynamicComponents.test.tsx
@@ -4,27 +4,24 @@ import { DynamicComponent, AllsparkDynamicComponents } from '../../src/Component
import { Text } from 'react-native';
const MockTemplate = ({ id, value }) => <Text>{value}</Text>;
-
describe('DynamicComponent', () =>... | code cleanup | code cleanup
|
0b9995d9aa38cfeaf6249527313698572d925fc0 | --- src/translations/locales/en-US.ts
@@ -102,8 +102,8 @@ export const enUS = {
'changeStore.successMessage_site': 'Your site has been updated',
'changeStore.successMessage_store': 'Your store has been updated',
'changeStore.updateAction': 'Update',
- 'clockedIn': 'Clocked In',
- 'clockedOut': 'Clocked Out',... | fix(header): lowercase | fix(header): lowercase
|
20ab36f69221bb1dd6ad422d0194ce5450a99c2b | --- package-lock.json
@@ -36,7 +36,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.3.1",
+ "@walmart/ask-sam-mini-app": "1.3.2",
"@walmart/config-components"... | Bumped up ask-sam version to 1.3.2 | Bumped up ask-sam version to 1.3.2
|
0085513d14d5d79b99cb581ed549b4a68de90fe5 | --- package-lock.json
@@ -62,7 +62,7 @@
"@walmart/metrics-mini-app": "0.12.10",
"@walmart/mod-flex-mini-app": "1.9.4",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/onewalmart-miniapp": "1.0.14",
+ "@walmart/onewalmart-miniapp": "1.0.16",
"@walmart/pay-stub-miniapp": ... | Update one walmart mini app version | Update one walmart mini app version
|
e45d51855d76579fc1ed5ca525066931354af511 | --- package.json
@@ -109,7 +109,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.0.14",
"@walmart/onewalmart-miniapp": "1.0.16",
- "@walmart/pay-stub-miniapp": "0.13.5",
+ "@walmart/pay-stub-miniapp": "0.15.1",
"@walmart/payrollsolution_miniapp": "0.135.3",
... | Bump Version | Bump Version
|
de5ffd5b68680e68d1c309bb37c2aa8e487697cf | --- packages/allspark-foundation/package.json
@@ -121,20 +121,20 @@
"@react-navigation/drawer": "6.x",
"@react-navigation/native": "6.x",
"@react-navigation/stack": "6.x",
- "@walmart/allspark-graphql-client": ">=6",
- "@walmart/allspark-http-client": ">=6",
- "@walmart/core-services": ">=6",
- ... | chore: align mono repo package versions | chore: align mono repo package versions
|
805f97e03ded59e3735a559479dac8a059ed1d9b | --- packages/allspark-foundation/__tests__/FeatureRunner/__snapshots__/navigation.test.tsx.snap
@@ -509,82 +509,6 @@ exports[`renderSideMenu matches snapshot 1`] = `
testID="Divider"
/>
</View>
- <View
- style={
- {
- "marginHorizontal": 8,
- ... | fix: navigating to impersonation on the feature runner (#417) | fix: navigating to impersonation on the feature runner (#417)
* fix: navigating to impersonation on the feature runner
* chore: update snapshots |
cb9a169f543c390324d1973f4684f7644e008a03 | --- src/auth/ErrorScreen.tsx
@@ -165,7 +165,11 @@ export const ErrorScreen: FC<any> = (props) => {
? translate('ssoError.selectIssue')
: translate(`ssoError.issues.${err}`);
return (
- <Picker.Item label={errTranslate} value={errTransla... | add key to list | add key to list
|
c23f6a2a313d4b8a5a0a8aaaf82929acc60da2c6 | --- concord-multibranch.yml
@@ -0,0 +1,74 @@
+configuration:
+ runtime: "concord-v2"
+ processTimeout: "PT5H"
+ dependencies:
+ - mvn://com.walmartlabs.concord.plugins:looper-task:latest
+flows:
+ onPush:
+ - checkpoint: " CI build for Push Trigger "
+ - log: " branch ::: ${event.branch}"
+ - task: looper
+ ... | feat(ui): update concord yml #SMDV-9999 | feat(ui): update concord yml #SMDV-9999
|
d825933a80fd7d442900b13931473cb10a2c7452 | --- src/components/MessageList.tsx
@@ -54,7 +54,7 @@ export const MessageList = ({
onEndReached={onEndReachedHandler}
showsVerticalScrollIndicator={false}
contentContainerStyle={styles.messageList}
- testID='flatList'
+ testID='messageItemListForConversationHistory'
/>
);
};
--... | fixing testIDs | fixing testIDs
|
8182a960f55115bfff7f8c137ed84862dd777f10 | --- src/presence/sagas.ts
@@ -11,6 +11,7 @@ import {
} from '@walmart/redux-store';
import {getLastOfflineTime, goOnlineForUser} from './service';
import {isNil} from 'lodash';
+import {ClockStatusEnum} from "../utils/ClockStatusEnum";
export function* DoNotDisturbAutoResetSaga() {
const userId: string = yield... | use clock status enum | use clock status enum
|
1abac27a1368d4dc47de8e1513ca8926033eb144 | --- package-lock.json
@@ -3236,6 +3236,11 @@
"@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... | bumping metrics and home version | bumping metrics and home version
|
3324ba94630576547783f6eb9a50801e6ebc913b | --- package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.14",
"@walmart/backroom-mini-app": "1.13.3",
"@walmart/calling-mini-app": "0.7.64",
- "@walmart/checkout-mini-app": "4.14.0",
+ "@walmart/checkout-mini-app": "4.15.0",
"@walmart/compass-sdk-rn": "6.2.851",
"@walmart/c... | fix(checkout): add clockInflag to all screens in checkout (#4571) | fix(checkout): add clockInflag to all screens in checkout (#4571)
Co-authored-by: g0s00t9 <g0s00t9@homeoffice.wal-mart.com> |
c6ec4358ce3630fccf35eae0ec3e7e67fefc4426 | --- package.json
@@ -14,7 +14,7 @@
"test": "TZ=UTC jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint ./src ./__tests__ --ext .js,.jsx,.ts,.tsx --fix",
- "build": "npm config fix && rm -rf ./dist && tsc && npm run",
+ "build": "npm config fix && rm -rf ./dist && tsc",
"env:... | fix script | fix script
|
73b6e606fc8fd878512a37920027aec6e828b791 | --- android/app/build.gradle
@@ -182,8 +182,8 @@ dependencies {
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
// implementation 'com.google.firebase:firebase-messaging:21.0.1'
- implementation "com.google.dagger:hilt-android:2.44"
- kapt "com.google.dagger:hilt-compiler:2.44"
... | merge fixes | merge fixes
|
75c9c7df96929cd61cb99db23a4cb87e014b82ad | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Hub/SiteHubDashboard.tsx
@@ -16,7 +16,10 @@ import {
} from '../../Store/Common/constant';
import { Body } from '@walmart/gtp-shared-components';
import { LayoutConfig } from '@walmart/allspark-utils';
-import { ManagerExperienceSelectors } from '../../... | feat(ui): initial commit with all changes related to container, UI, context etc | feat(ui): initial commit with all changes related to container, UI, context etc
|
549331d9e564aeb74a3c63cf291cf1be2e91da9f | --- packages/allspark-foundation/src/Core/docs/VersionCompatability.md
@@ -21,7 +21,7 @@ ___
| 23 | 6.1.4 | 6.1.4 | 6.1.4 | 6.1.4
| 24 | 6.15.X | 6.24.X | 6.24.X | 6.24.0
| 25 | 6.18.X | 6.25.X | 6.25.X | 6.25.0
-| 26 | 6.20.X | 6.26.X | 6.26.X | 6.26.X
+| 26 | 6.21.X | 6.26.X | 6.26.X | 6.26.X
### Me@Walmar... | chore: updating version compatability for drop 26 | chore: updating version compatability for drop 26
|
2d0a5af816dcb09f34c71061f58134eb6513e8f9 | --- docs/docs/hub framework/hub-widget.md
@@ -93,7 +93,7 @@ By using these props, you can customize the appearance and behavior of your `Hub
The following code snippet demonstrates how to create a default HubWidget instance, specifically an actionable widget named `TimeAndAttendanceWidget`
```jsx
-import {HubWidget... | Update the docs | Update the docs
|
e023c737fac360c6aee9ee93a6a162428b946425 | --- package-lock.json
@@ -64,7 +64,7 @@
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "14.0.2",
"@walmart/metrics-mini-app": "0.15.14",
- "@walmart/mod-flex-mini-app": "1.13.4",
+ "@walmart/mod-flex-mini-app": "1.13.5",
"@walmart/moment-wa... | Update modflex version to v1.13.5 | Update modflex version to v1.13.5
|
aa79a485b66fcdd108cba182398e7652d11ec3bc | --- __tests__/screens/ViewMessageDetailsScreen/ViewMessageDetailsScreen.test.tsx
@@ -1,4 +1,3 @@
-import React from 'react';
import {render, fireEvent} from '@testing-library/react-native';
import {ViewMessageDetailsScreen} from '../../../src/modals/ViewMessageDetailsScreen';
@@ -124,7 +123,7 @@ describe('ViewMessa... | feat(ui): added additional checks | feat(ui): added additional checks
|
6bc91cde05d52f47e1ee7226964931e67a29f9c8 | --- package.json
@@ -102,8 +102,8 @@
"@walmart/metrics-mini-app": "0.9.28",
"@walmart/mod-flex-mini-app": "1.2.7",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/pay-stub-miniapp": "^0.9.5",
- "@walmart/payrollsolution_miniapp": "^0.130.1",
+ "@walmart/pay-stub-miniapp": "0.9.5",
+ "@walmart... | update package.json | update package.json
|
288eb0214551ea50dd51052340638b1f3f187557 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.9",
+ "version": "1.0.1-beta.10",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
--- packages/allspark-foundation-hub/src/HubFeature/Store/Im... | Update the import statements | Update the import statements
|
ea43b2bd7acbe618e503a9f43253c18a32bcd8e0 | --- packages/allspark-foundation/src/index.ts
@@ -70,6 +70,7 @@ export * from './Services/Telemetry';
export * from './Services/User';
export * from './Services/Versions';
export { useAllsparkServices, useAllsparkService } from './Services';
+export type { AllsparkServices } from './Services';
export { AllsparkTr... | chore: type fix | chore: type fix
|
9412c1cf6a8affbb9cb33503c724846399b754fd | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.0-alpha.21",
+ "version": "3.7.0-alpha.22",
"main": "dist/index.js",
"files": [
"dist",
| chore(wmconnect): bump version to 3.7.0-alpha.22 | chore(wmconnect): bump version to 3.7.0-alpha.22
|
1cd944e59773bb0eb9feb49a512bb2d93e761fb1 | --- packages/allspark-foundation/src/Components/DynamicComponents.tsx
@@ -87,7 +87,9 @@ export class DynamicComponent<
id,
});
+ // Adding must re-render list and record
this._eventManager.runEvent('listChange', id);
+ this._eventManager.runEvent('recordChange', id);
};
/**
@@ -103,6 +1... | fix: dynamic component record not re rendered on record removal | fix: dynamic component record not re rendered on record removal
|
754a0ab4359d5441408638bb5c127024ce178883 | --- .yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.53-3638e0f32a.patch
@@ -1,15 +0,0 @@
-diff --git a/android_dynamic_modules/webex_dynamic_module/build.gradle b/android_dynamic_modules/webex_dynamic_module/build.gradle
-index 6969093fecbf1a70f4f94fcf32dddf156ddbcebe..ead8ac4da9795e3c59ec8c212dd7c2f5311b47ea 100... | fix(calling-mini-app): CONAS-1786 Webex SDK update and bug fixes (#4667) | fix(calling-mini-app): CONAS-1786 Webex SDK update and bug fixes (#4667)
|
6e13c202e1cac15ec0c9279caa6037e0dde603ff | --- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useSupplyChainShifts.tsx
@@ -4,7 +4,6 @@ import { useState } from 'react';
import { PLATFORM_NAME } from '../../Shared';
import { UserSelectors } from '@walmart/allspark-foundation/User';
import { LoggerService } from '@walmart/allspark-foundation/Logger';
-... | Removing shift mock data | Removing shift mock data
|
6f611bbc9571f26ea558cd779d73a30c62f383d2 | --- targets/US/ios/AllSpark.xcodeproj/project.pbxproj
@@ -582,8 +582,8 @@
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-Glog/glog.framework/glog",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.f... | Update @walmart/react-native-scanner-3.0 to 0.9.1 | Update @walmart/react-native-scanner-3.0 to 0.9.1
|
722f29b6f8f4b72150e623b4aa2d6e7c025250a1 | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.1.68",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.18.2",
+ "@walmart/ask-sam-mini-app": "1.18.5",
"@walmart/attendance-mini-... | Bumping ask sam mini app version for schedule phase 1 | Bumping ask sam mini app version for schedule phase 1
|
61149950c80567d1a7c0c291b8b9f2bdf5ac27f9 | --- package.json
@@ -155,7 +155,7 @@
"react-native-snap-carousel": "^3.9.1",
"react-native-sound-player": "0.10.9",
"react-native-splash-screen": "^3.2.0",
- "react-native-ssmp-sso-allspark": "^1.2.4",
+ "react-native-ssmp-sso-allspark": "1.2.4",
"react-native-svg": "^12.1.0",
"react-nati... | remove ^ symobal | remove ^ symobal
|
c50a9112db189d547a63dd5d7d9fe63edf9fdb89 | --- targets/US/ios/Podfile.lock
@@ -1014,7 +1014,7 @@ PODS:
- libwebp/sharpyuv (1.3.2)
- libwebp/webp (1.3.2):
- libwebp/sharpyuv
- - live-access-sdk (0.1.26-beta.3-w2):
+ - live-access-sdk (0.1.26-alpha.8):
- CryptoSwift
- React-Core
- nanopb (2.30909.1):
@@ -2859,7 +2859,7 @@ SPEC CHECKSUMS:... | bump digital locks to 1.1.5, invue sdk to 0.1.26-alpha.8 | bump digital locks to 1.1.5, invue sdk to 0.1.26-alpha.8
|
41fdf2d111ce9c017b67c04011283b7b0d5be7d8 | --- packages/me-at-walmart-container/src/http/index.ts
@@ -8,7 +8,7 @@ import {PerformanceInterceptor} from './interceptors/performance';
import {SuccessLoggerInterceptor} from './interceptors/successLogger';
import {UnauthorizedInterceptor} from './interceptors/unauthorized';
import {IMeAtWalmartEnvironment} from '... | fix: run linter DWORK-7538 | fix: run linter DWORK-7538
|
5839403b79a449861e39d2b45f9455755f28378d | --- src/navigation/Navigation.tsx
@@ -406,6 +406,11 @@ const RootNav = () => {
component={Components.DndConfirmationScreen}
options={Properties.DndConfirmationNavProperties}
/>
+ <RootStack.Screen
+ name='PttStoreConfirmation'
+ component={Components.StoreConfirmationScreen}
... | Added a missing shared navigation (#388) | Added a missing shared navigation (#388)
* Bumping PTT version
* PTT version bump
* PTT version bump for Service Accounts
* PTT version bump
* PTT version bump
* adding a missing shared navigation screen |
58bbf3f4036b926b75bfa28f5f0a603f66aaa584 | --- src/screens/MessagesScreen.tsx
@@ -14,7 +14,7 @@ import {Body, colors, Spinner} from '@walmart/gtp-shared-components';
import {MessagesHeader, MessageTimeSectionHeader} from '../components';
import {FirebaseMessage, LocalMessage, MessageRequest} from '../types';
import {TextingNavParamsMap} from '../navigation';... | refactor code, convert any emoji to the string :emoji: | refactor code, convert any emoji to the string :emoji:
|
6c1fcc4bc4c9f89a012ba15e5b2dfa23be538426 | --- package-lock.json
@@ -3124,9 +3124,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.8",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.8.tgz",
- "integrity": "sha512-2KtyYcZFnyYBDbqKA3AhAT+0MYoW+MS+UmVNwWLHrVxRFFWZXXY... | bump ptt version | bump ptt version
|
5f9aa246a7c5af21d560cf5be6c792224e33d20f | --- CODEOWNERS
@@ -10,4 +10,4 @@
# subdirectories
-/packages/allspark-foundation-hub @allspark/push-to-talk
+/packages/allspark-foundation-hub/ @allspark/push-to-talk
| Update CODEOWNERS | Update CODEOWNERS |
8c55a7dda189a09c29de346ffde46f67d5cdaf6f | --- src/containers/UserHeader.tsx
@@ -63,11 +63,7 @@ export const UserHeader = () => {
isOn={presence === 'offline'}
onValueChange={onStatusChange}
/>
- <Text style={styles.switchText}>
- {presence === 'online'
- ? t('userHeader.onlinePresence')
- ... | update DND language to always be same text | update DND language to always be same text
|
ac84ecdb33bc235bd11aad76a5bd95d51f6dd2a3 | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/Tabs/__snapshots__/MyTeamStackNavTest.tsx.snap
@@ -6,7 +6,6 @@ exports[`MyTeamStackNav matches snapshot - attendanceminiapp false 1`] = `
{
"header": [Function],
"headerMode": "float",
- "headerRight": [Function],
"headerShown": ... | Unit test update | Unit test update
|
12a2acf75e242817af33368ad2e322e4e73bc5d4 | --- package-lock.json
@@ -3159,9 +3159,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.3.26-rc.3",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.3.26-rc.3.tgz",
- "integrity": "sha512-GU2mmAd2KLVyO9KWh3cZeNB0QHT4BHgy1NJGouh... | PTT version bump (#455) | PTT version bump (#455)
* PTT Version bump
* PTT version bump |
4449d1f36c76d150b1595fcdf9f64f74a93e0642 | --- src/redux/audioPlayThunk.ts
@@ -8,10 +8,14 @@ export const playReceivingPTTMessage = createAsyncThunk(
'texting/PLAY_RECEIVING_PTT',
async (remoteURI: string) => {
const audioRemoteURI = await fetchResource(remoteURI);
- const {sound} = await Audio.Sound.createAsync({uri: audioRemoteURI});
+ const ... | update the volume | update the volume
|
7e7addecea47533ed133da49b4b36d3de6dc939c | --- __tests__/__mocks__/@walmart/shelfavailability-mini-app.js
@@ -0,0 +1,3 @@
+module.exports = {
+ ShelfAvailabilityMiniApp: 'ShelfAvailabilityMiniApp',
+};
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/indexTest.tsx.snap
@@ -150,6 +150,15 @@ exports[`AssociateHallwayNav matches snapshot 1`] = `
... | ShelfAvailability Integration and navigation setup | ShelfAvailability Integration and navigation setup
|
f5fe316e0141e4c3e350969f79d3b40beadca369 | --- index.js
@@ -1,7 +1,7 @@
/**
* @format
*/
-
+import 'react-native-get-random-values';
import 'intl';
import 'intl/locale-data/jsonp/en';
--- package-lock.json
@@ -1886,9 +1886,9 @@
}
},
"@walmart/config-components": {
- "version": "1.0.3",
- "resolved": "https://npme.walmart.co... | updating various libs to get this working on android | updating various libs to get this working on android
|
bd950c6bbbb536cdcfe7f91d856e307d98d91a47 | --- packages/core-services-allspark/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.
+## [2.10.11](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services-allspark@2.10.11
|
212bff9c34994427700812fe08177daeae4bc040 | --- packages/allspark-foundation-hub/src/HubFeature/TeamListItem/TeamListItem.tsx
@@ -27,13 +27,14 @@ export const TeamListItem = ({
isSelected,
isPrimaryTeam,
primaryTeamText,
+ subText,
teamName,
teamId,
handlePress,
}: TeamListItemProps) => {
const styles = useMemo(
- () => teamSelectionLis... | Adding subText | Adding subText
|
4d9b5c2e331c9e7a3e8b7f71144cfbbbd8e33439 | --- android/gradle.properties
@@ -47,7 +47,7 @@ systemProp.https.proxyHost=sysproxy.wal-mart.com
systemProp.https.proxyPort=8080
systemProp.https.nonProxyHosts=*.wal-mart.com|*.walmart.com
-org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError
+org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDump... | revert a gradle properties line | revert a gradle properties line
|
d686b4bb5c189984e446ec36b6b7594eb94e5e45 | --- packages/allspark-foundation/package.json
@@ -16,6 +16,7 @@
"Environment/",
"Feature/",
"FeatureRunner/",
+ "GlobalElements/",
"GraphQL/",
"HTTP/",
"LocalStorage",
| feat(config): Added GlobalElements under package.json | feat(config): Added GlobalElements under package.json
|
86d9439e65cde6a29014c379bd89b137248cb73f | --- package.json
@@ -75,7 +75,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": "~6.4.10",
"@walmart/allspark-cope-key-listener": ... | fix: wrong foundation version and incorrect layout id usage | fix: wrong foundation version and incorrect layout id usage
|
d3e19a7711e29aaf2b38bdd04cbcd01580eaf0b8 | --- yarn.lock
@@ -6618,9 +6618,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/money-auth-shared-components@npm:0.1.4":
- version: 0.1.4
- resolution: "@walmart/money-auth-shared-components@npm:0.1.4"
+"@walmart/money-auth-shared-components@npm:0.1.6":
+ version: 0.1.6
+ resolution: "@walmart/... | update yarn.lock | update yarn.lock
|
9c77b4051ac9ecccbb245b8e85b403bc9f9c1287 | --- .codepulseai.yml
| Update code pulse ai config | Update code pulse ai config
|
03cfc0b4628e4dc5d1b165c628a39f236aa631c0 | --- ios/Podfile.lock
@@ -154,7 +154,7 @@ PODS:
- RNPermissions
- PromisesObjC (1.2.12)
- Protobuf (3.15.8)
- - PTT (0.6.0-rc.2):
+ - PTT (0.6.0-rc.4):
- BinaryCodable (~> 0.2.1)
- CocoaAsyncSocket (~> 7.6.3)
- Starscream (~> 3.0.2)
@@ -336,8 +336,8 @@ PODS:
- React-Core
- react-nativ... | PTT Version bump (#543) | PTT Version bump (#543)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
c3b35d5b9714eeba954395357173c1b68e06ae9d | --- package-lock.json
@@ -4219,9 +4219,9 @@
}
},
"@walmart/core-services": {
- "version": "1.0.0-alpha.14",
- "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.0.0-alpha.14.tgz",
- "integrity": "sha512-T8kFYm1K4AM25wyGQy/V2WGM9q3dC4/QA82aMhYj4EaacRdAxBhZHTpv+... | core services version bump | core services version bump
|
594dcb391c7ba42c76952cb070330e3ac8599673 | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/exception-mini-app": "1.2.4",
"@walmart/facilities-management-miniapp": "0.6.7",
"@walmart/feedback-all-spark-miniapp": "0.9.25",
- "@walmart/financial-wellbeing-feature-app": "1.6.0",
+ "@walmart/financial-wellbeing-feature-app"... | bump financial-wellbeing to match their PR | bump financial-wellbeing to match their PR
|
17ded33100fa2032791b94d8a3a224fbdd7c1fb5 | --- package.json
@@ -126,7 +126,7 @@
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.2",
"@walmart/payrollsolution_miniapp": "0.140.4",
- "@walmart/price-changes-mini-app": "1.10.10",
+ "@walmart/price-changes-mini-app": "1.10.11",
"@walmart/profile-feature-app": "p... | Bump PC version to 1.10.11 | Bump PC version to 1.10.11
|
9040959e9cb8c7d91689336c0564e1e312d9faca | --- package.json
@@ -88,7 +88,7 @@
"@walmart/counts-component-miniapp": "0.1.4",
"@walmart/emergency-mini-app": "1.24.1",
"@walmart/exception-mini-app": "1.2.30",
- "@walmart/facilities-management-miniapp": "0.6.30",
+ "@walmart/facilities-management-miniapp": "0.6.31",
"@walmart/feedback-all-... | Update package.json | Update package.json |
bea164df83ca99e6c1509e7b1d273deff105a8b4 | --- packages/me-at-walmart-container/src/http/index.ts
@@ -11,10 +11,10 @@ import { IMeAtWalmartEnvironment } from '@walmart/me-at-walmart-common';
export const MeAtWalmartHttpInterceptors: Interceptor[] = [
AddCorrelationInterceptor,
- ImpersonationInterceptor,
AddTokenInterceptor,
- ErrorLoggerInterceptor,... | refactor: add synchronous flag for non async interceptors. update order | refactor: add synchronous flag for non async interceptors. update order
|
0da481aa4a7a6efa05fe2988f4da3b39ad099bb7 | --- package.json
@@ -114,7 +114,7 @@
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.7",
"@walmart/ims-print-services-ui": "2.23.0",
- "@walmart/inbox-mini-app": "0.103.1",
+ "@walmart/inbox-mini-app": "0.104.1",
"@walmart/invue-react-native-sdk": "0.1.26... | fix(update): updated inbox version SSMP-11021 (#4755) | fix(update): updated inbox version SSMP-11021 (#4755)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com> |
64459d7c0851f1bf310c5e60d71238bd9d051b1b | --- core/__tests__/termsOfUse/__snapshots__/TermsOfUseTest.tsx.snap
@@ -44,7 +44,7 @@ DC-TDC-01-00-01",
},
{
"data": [
- "You may use the Applications only as provided in these Terms of Use. In order to install and use the Applications, you may be required to have a compatible a ... | PR review comments | PR review comments
|
4ece0b52893e3165dca2b6d3a05333aa93056702 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.15.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.14.0...v3.15.0) (2025-12-22)
+
+
+### Features
+
+* **ui:** updated shifts count logic ([4089c62](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/4089c62e14113def7d2ac0f13fdcc7d96875cc7c))
+
# [... | chore(release): 3.15.0 [skip ci] | chore(release): 3.15.0 [skip ci]
# [3.15.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.14.0...v3.15.0) (2025-12-22)
### Features
* **ui:** updated shifts count logic ([4089c62](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/4089c62e14113def7d2ac0f13fdcc7d96875cc7c))
|
2ff68618f1c355fe8dda30b01b07d03167a9a2b7 | --- docs/docs/components/allspark foundation/services/foundation-device.md
@@ -6,4 +6,115 @@ custom_edit_url: null
# Device Service
-Coming soon.
\ No newline at end of file
+The Allspark Device Service is a dynamic container service, meaning it's defined by the container app. It provides a set of APIs which can b... | Device docs. | Device docs.
|
8dd08289bf337974499ecd68476c0419eb099e4b | --- package.json
@@ -97,7 +97,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "2.5.0",
+ "@walmart/roster-mini-app": "2.6.0",
"@walmart/ui-components": "1.15.1",
"@walmart/wm... | feat(ui): Mini app changes for drop 23 SMDV-5921 | feat(ui): Mini app changes for drop 23 SMDV-5921
|
8e96f128c2f01b4a76e850577be74fb9d8489ff9 | --- 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.36.0-alpha.1](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.36.0-alpha.0...v6.36.0-alpha.1) (2025-09-03)... | chore(version): updating package version | chore(version): updating package version
|
7d633d5a33c1da7d456992a34207172552105edd | --- package-lock.json
@@ -74,7 +74,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.14.3",
+ "@walmart/receipt-check-miniapp": "1.14.4",
... | version bump | version bump
|
9e379aec21cdd9d95e6d839ecfde2925b9b3ed77 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.27.0",
+ "version": "1.28.0",
"private": true,
"workspaces": [
"core",
| chore(ui): update allspark version to generate build | chore(ui): update allspark version to generate build
|
16659abb0add6adadcdd3b28c7362634fbd8f71e | --- src/auth/ErrorScreen.tsx
@@ -45,14 +45,9 @@ export const ErrorScreen: FC<any> = (props) => {
const onSave = () => {
setFormDirty(true);
- if (missingFields) {
- WmTelemetry.logEvent(SSO_APP, 'feedback_submitted', {
- composite_app: appJson.displayName,
- });
- }
if (userId && s... | telemetry event added | telemetry event added
(cherry picked from commit 644e97baf70e73c69dd1752f7f1096d45185e226)
|
72c479739ac9d51a940096fcf7e659c7e166cd08 | --- src/screens/ChannelsScreen.tsx
@@ -78,11 +78,11 @@ export const ChannelsScreen: React.FC<ChannelScreenProps> = (
}
if (!isMessageButtonEnabled) {
- t('channelsScreen.textingDisabled.textingUnavailableDescription');
+ return t('channelsScreen.textingDisabled.textingUnavailableDescription');
... | update user is impersonated on the banner | update user is impersonated on the banner
|
1130cd0e754ce9d3d4076d7ce32c72d1cea05f1c | --- 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.1.0-rc.0",
"@walmart/core-s... | SSMP-4393 fix(logs) added extra logs | SSMP-4393 fix(logs) added extra logs
|
4005bda3961a751a7fd677f8b205539087bdec55 | --- package-lock.json
@@ -2652,9 +2652,9 @@
"integrity": "sha512-rk4sWFsmtOw8oyx8SD3KSvawwaK7gRBSEIy2TAwURyGt+3TizssXP1r8nx3zY+R7v2vYYHXZ+k2/GULAT/bcaQ=="
},
"@react-native-community/netinfo": {
- "version": "5.9.7",
- "resolved": "https://npme.walmart.com/@react-native-community/netinfo/-/ne... | Update the package lock for failing builds. | Update the package lock for failing builds.
|
960488fbde866ecf856adbbcfd0b6bbffe80f174 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx
@@ -22,6 +22,11 @@ import { ManagerExperienceCreators } from '../../../Store/Redux/actions';
import { useDispatch } from 'react-redux';
import { useSelector } from 'react-redux';
import { hubHeaderEnabled } ... | feat(ui): initial commit with all changes related to container, UI, context etc | feat(ui): initial commit with all changes related to container, UI, context etc
|
39b1942d5eac0f53865e4ed6487dfab43a09eb03 | --- android/app/src/main/res/raw/walmart_achievement_06.mp3
Binary files /dev/null and b/android/app/src/main/res/raw/walmart_achievement_06.mp3 differ
--- android/app/src/main/res/raw/walmart_chat_out_01.mp3
Binary files /dev/null and b/android/app/src/main/res/raw/walmart_chat_out_01.mp3 differ
--- ios/walmart_ac... | updated version | updated version
|
2212bb43ec54a2c1d78fb464d8ffb79bd41f13da | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/iteminfo-mini-app": "5.3.5",
"@walmart/manager-approvals-miniapp": "0.2.1",
"@walmart/me-field-mini-app": "1.1.45",
- "@walmart/metrics-mini-app": "0.9.42",
+ "@walmart/metrics-mini-app": "0.9.45",
"@walmart/mod-flex-min... | metrics version bump for drop 10 | metrics version bump for drop 10
|
815c1410f78c475ed7a8c27b08ae94c9451a7212 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.30.0",
+ "version": "1.31.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update the my team mini app version | Update the my team mini app version
|
7f6cfd3bb871a1c70cc297884f207edcea02a814 | --- package-lock.json
@@ -4137,9 +4137,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.10",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.10.tgz",
- "integrity": "sha512-5lYdkXZAfZ8j4dLlLqWBAGdTt1Rjm/a4nIGWOXhQtL5nQZ... | version bump for redux store and home mini app | version bump for redux store and home mini app
|
a937e5a768b686142ceba4feaa90583d739db31a | --- src/channels/provider.tsx
@@ -186,10 +186,7 @@ export const ChannelsProvider = (props: PropsWithChildren<{}>) => {
}
setChannelState((previous) => ({
...previous,
- totalUnread: Object.keys(previous.unreadById).reduce(
- (accm, key) => accm + previous.unreadById[key],
- delayedUp... | fixing number of new messages indicator | fixing number of new messages indicator
|
8149849a3600e5ac41e4eacd46854b42373cc3a7 | --- src/components/Avatar.tsx
@@ -22,7 +22,6 @@ const styles = StyleSheet.create({
backgroundColor: colors.blue[20],
alignItems: 'center',
justifyContent: 'center',
- paddingLeft: 4,
},
avatarText: {
fontFamily: 'Bogle-Regular',
| chore: removed extra padding from before | chore: removed extra padding from before
|
8bfbfff172889a458e9222139e12024bb0164fbb | --- packages/allspark-foundation/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -18,7 +18,6 @@ import { ScrollView } from 'react-native';
import { FEATURE_ID, FEATURE_NAME } from '../../constant';
import { TeamSelection } from '../../Onboarding/TeamSelection';
import { managerExperienceSlice } from '../../... | feat(ui): redux updates for manager experience hub | feat(ui): redux updates for manager experience hub
|
c4aec364fdf566764a70246d7e3da7b7ffb363db | --- patches/@walmart+financial-wellbeing-feature-app+1.13.7.patch
@@ -41,3 +41,69 @@ index 9d742a5..62cc7e7 100644
};
const item = {
title: t('my_money.direct_deposit.title'),
+diff --git a/node_modules/@walmart/financial-wellbeing-feature-app/dist/components/MyMoney/MyMoney401kAndAspp/index.js b/... | patch | patch
|
2ac12569774f17b00752348021f22d81b4323428 | --- package.json
@@ -91,7 +91,7 @@
"@walmart/react-native-scanner-3.0": "patch:@walmart/react-native-scanner-3.0@npm%3A0.15.8#~/.yarn/patches/@walmart-react-native-scanner-3.0-npm-0.15.8-6fb92a01bb.patch",
"@walmart/react-native-sumo-sdk": "patch:@walmart/react-native-sumo-sdk@npm%3A2.8.0#~/.yarn/patches/@wal... | feat(ui): bumped wmconnect version | feat(ui): bumped wmconnect version
|
1e6edbb83be77bcf301f37d5403fb84a9b1955dc | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.6",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.5",
- "@walmart/copilot-mini-app": "^2.3.17",
+ "@walmart/copilot-mini-app": "^2.3.18",
"@walmart/core-services": "~... | chore: bump copilot@2.3.18 | chore: bump copilot@2.3.18
|
d1cb3cdcb5c7380654c4be0e25367a70a538f636 | --- targets/US/package.json
@@ -107,7 +107,7 @@
"@walmart/functional-components": "~6.3.20",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.2.4",
- "@walmart/ims-print-services-ui": "2.15.1",
+ "@walmart/ims-print-services-ui": "2.15.3",
"@walmart/inbox-mi... | Bump Print UI to v2.15.3 | Bump Print UI to v2.15.3
|
6905a235ba477bfc0df98e586fe4b54a1be0dec5 | --- __tests__/navigation/utils.test.ts
@@ -28,7 +28,7 @@ describe('Navigation Utils', () => {
'100',
'testDisplayName',
'H',
- 12345,
+ '12345',
'US',
);
expect(navigate).toBeCalledWith('scheduleScreen', {
@@ -39,7 +39,7 @@ describe('Navigation Utils', () => {
... | Update version | Update version
|
fd64158010e97f9ccf278fd5c8c42e7ae1c19b7a | --- src/hooks/teams.ts
@@ -27,6 +27,7 @@ export const useSupplyChainTeamById = (teamId: string) => {
date: moment().format('YYYY-MM-DD'),
teamId,
includeProxyMembers: true,
+ siteNbr: storeNbr as string,
},
skip:
!storeNbr ||
@@ -65,6 +66,7 @@ export const useSupplyChainTeamsB... | Update the query to include the query params | Update the query to include the query params
|
81ed4784b96ce5ff11364a7d0107676a04643811 | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.6",
"@walmart/ims-print-services-ui": "2.5.8",
"@walmart/inbox-mini-app": "0.88.9",
- "@walmart/iteminfo-mini-app": "7.6.2",
+ "@walmart/iteminfo-mini-app": "7.6.3",
"@walmart/manager-appro... | bump up iteminfo for drop 15.x, topsteel feature | bump up iteminfo for drop 15.x, topsteel feature
|
07f9626ede59bc10d8b89d7b7ef12f2c00fd7512 | --- src/common/types.ts
@@ -70,6 +70,7 @@ export type LocalMessage = FirebaseMessage & {
channelPath?: string;
testID?: string;
index?: number;
+ accessibilitySortOrder?: number;
};
export type SubscriptionContext<T> = T & {
--- src/components/MessageTimeSectionHeader.tsx
@@ -22,6 +22,7 @@ const styles ... | fix(ada-fixes): SMDV-7807 accessibility sort order | fix(ada-fixes): SMDV-7807 accessibility sort order
|
fe6c6f64b54e75e8b39d5108d9e8db1d7f3b2e68 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/schedule-mini-app": "0.33.0",
"@walmart/settings-mini-app": "1.17.0",
"@walmart/shelfavailability-mini-app": "1.5.13",
- "@walmart/taskit-mini-app": "2.28.12",
+ "@walmart/taskit-mini-app": "2.28.14",
"@walmart/time-cloc... | updated taskit version | updated taskit version
|
c5a4c5423df63eabc98323f0e02ac048334d121e | --- package-lock.json
@@ -1390,36 +1390,36 @@
}
},
"@react-native-firebase/analytics": {
- "version": "7.6.1",
- "resolved": "https://npme.walmart.com/@react-native-firebase/analytics/-/analytics-7.6.1.tgz",
- "integrity": "sha512-CTwjRFkSsxMQQjnDh/Zxzc45l9d34qBdHsr6ZqvaiV1pm81btzKP6OMS1... | removed:"react-native-barcode-builder": "^2.0.0" for testing | removed:"react-native-barcode-builder": "^2.0.0" for testing
|
14ac9a402a54feb6f2707b94df0f0e1791846ee5 | --- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
@@ -15,7 +15,7 @@ import {
hubContainerEnabled,
hubHeaderEnabled,
hubTeamSwitcherEnabled,
- StoreManagerExperienceCreators
+ StoreManagerExperienceCreators,
} from '../../Redux';
import {
FEATURE_ID,
--- packages/allspark-foun... | feat(ui): lint fix | feat(ui): lint fix
|
aec6b4dead2feea15a974304ef661810327e6048 | --- package-lock.json
@@ -5575,9 +5575,9 @@
"integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6g=="
},
"@walmart/returns-mini-app": {
- "version": "0.0.13",
- "resolved": "https://npme.walmart.com/@walmart/returns-mini-app/-/returns-mini-... | returns ux bugfixes drop 8.2 | returns ux bugfixes drop 8.2
|
cc56a736a8b5f2521c4b363e301d39118caae82a | --- src/containers/ChannelRow.tsx
@@ -85,7 +85,6 @@ export const ChannelRow = (props: ChannelRowProps) => {
const unsubscribeChannel = firestore()
.doc(channelPath)
.onSnapshot(async (snapshot) => {
- console.log('channel', snapshot.data());
const channelData = snapshot.data() as Fire... | chore: remove logs | chore: remove logs
|
37cd4fd3cf83bee95929a493c1e41f0a8281b801 | --- core/src/index.tsx
@@ -1,5 +1,3 @@
-import {RootStackNavigation} from './navigation';
-
/**
* Lazy load root features
*/
@@ -43,7 +41,7 @@ export const getCoreAssociateFeatures = () => {
/**
* Base core navigation
*/
-export const CoreNavigation = RootStackNavigation;
+export {RootStackNavigation as CoreN... | refactor: move app base into create app function. export root navigation directly | refactor: move app base into create app function. export root navigation directly
|
0180bcb2ed4908e26116b5b792afe6913c375e06 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/SideMenuContentTest.tsx.snap
@@ -1,15 +1,21 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`SideMenuContent matches snapshot for undefined user info, and can impersonate 1`] = `
-<SafeAreaView
- style={
- Object {
- "backgroundColor": "#002d... | Adding safe area view to side menu content top | Adding safe area view to side menu content top
|
410957cb551646531c2bcd026e71a0c6372764a5 | --- src/translations/locales/en-US.json
@@ -67,4 +67,4 @@
"userHeader.clockedOut": "Clocked out",
"warningAlert.buttonLabel": "Try again.",
"warningAlert.warningMessage": "Unable to load. Please refresh."
-}
\ No newline at end of file
+}
--- src/translations/locales/es-MX.json
@@ -67,4 +67,4 @@
"userHead... | feat(translations): SMDV-8492 fix formatting in translation files | feat(translations): SMDV-8492 fix formatting in translation files
|
8b7f5fb402d87b8944dfe97fb70591a7fe1f554d | --- package.json
@@ -168,7 +168,8 @@
"@walmart/shop-gnfr-mini-app": "1.0.421",
"@walmart/sidekick-mini-app": "4.253.2",
"@walmart/store-feature-orders": "1.34.7",
- "@walmart/talent-preboarding-mini-app": "1.0.48",
+ "@walmart/talent-preboarding-mini-app": "1.0.63",
+ "@walmart/talent-preboardin... | feat: upgraded preboarding package (#5060) | feat: upgraded preboarding package (#5060)
Co-authored-by: j0n00f4 <j0n00f4@homeoffice.wal-mart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
dbf7cd2b4560031b26514d6dd5449b47d268e1a6 | --- src/channels/transforms.ts
@@ -46,7 +46,7 @@ export const normalizeChannelSnapshot = (
const determineLastMessageText = (lastMessage?: FirebaseMessage) => {
return lastMessage?.message
? lastMessage.message
- : lastMessage?.images
+ : lastMessage?.image
? 'Image'
: lastMessage?.audio
?... | fix: ts fixes | fix: ts fixes
|
70f2d29ecb1a3166d4f21712e0b8ab6ef03c1255 | --- targets/US/package.json
@@ -90,8 +90,8 @@
"@walmart/avp-feature-app": "0.10.19",
"@walmart/avp-shared-library": "0.10.5",
"@walmart/backroom-mini-app": "1.8.7",
- "@walmart/checkout-mini-app": "4.3.3",
"@walmart/calling-mini-app": "0.7.0",
+ "@walmart/checkout-mini-app": "4.3.3",
"@wa... | updated lock file | updated lock file
|
2b1f06690ab2bfb92818378ded114c41ebc85474 | --- targets/US/ios/Podfile
@@ -61,7 +61,6 @@ $RNFirebaseAnalyticsWithoutAdIdSupport=true
# Walmart specific sources
source 'git@gecgithub01.walmart.com:store-systems-associate-tech-platform/cocoapods-specs.git'
source 'git@gecgithub01.walmart.com:ssaeSCTP/CocoaPodSpecs.git'
-source 'git@gecgithub01.walmart.com:Proje... | Removed podspec Project-Diamond from Podfile | Removed podspec Project-Diamond from Podfile
|
b7213ea4ce170c8d7258df1f1bcdfec143a7d3f6 | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/types.ts
@@ -54,6 +54,6 @@ export interface TeamSelectionListProps {
selectedTeams: TeamName[];
myArea: Area;
primaryTeam: TeamName;
- handleSelectSingle: (teamName: string) => void;
+ handleSelectSingle: (teamName: TeamName) => voi... | feat: update type from string to team name | feat: update type from string to team name
|
337c644abaaf42096da05620faf176e9c615bff7 | --- __tests__/hooks/firestore.test.ts
@@ -1,7 +1,4 @@
-import React from 'react';
-import { renderHook } from '@testing-library/react-hooks';
-import { useEnvironment } from '@walmart/allspark-foundation/Environment';
-import { useFirestore, getFirestoreInstance } from '../../src/hooks/firestore';
+import {useEnvironme... | chore: lint fix | chore: lint fix
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.