commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
5b6fded8341cc29b3862bb5eec75a7c885de63ee | --- packages/allspark-foundation/src/Feature/types.ts
@@ -223,7 +223,6 @@ export type TargetFeatureConfig = {
export type BuildScreenConfig = {
Navigator: AnyNavigator;
routeConfig?: any;
- decorator?: (screen: React.JSX.Element) => React.JSX.Element;
};
export type FeatureEventListeners = {
| chore: remove unused decorator option from screen config | chore: remove unused decorator option from screen config
|
dab501d9f271d8d7b7baba3302cb36bf4fc7e07d | --- package-lock.json
@@ -3138,9 +3138,9 @@
"integrity": "sha512-Nw48GsUKz2HkFr1qjavFld2pryaG9Jzn/QPT9C/xk7UgxTs4UeCmSJEZ99oLeSIV3TA9rgAH8dThkqzwmjP6ew=="
},
"@walmart/iteminfo-mini-app": {
- "version": "1.0.3",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min... | item info update | item info update
|
bfac93110fc4b4e180760ab3e0ad4cb2be2bafba | --- packages/me-at-walmart-container/src/http/index.ts
@@ -18,5 +18,8 @@ export const MeAtWalmartHttpInterceptors: Interceptor[] = [
];
export const MeAtWalmartHttpConfig = {
+ headers: {
+ ping_token_idp: 'yes',
+ },
interceptors: MeAtWalmartHttpInterceptors,
};
| chore: add ping token header to me at http defaults | chore: add ping token header to me at http defaults
|
3644ed60ca76b080e3d7aa60bfcbf70c8931db3f | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/emergency-mini-app": "1.15.0",
"@walmart/exception-mini-app": "1.0.14",
"@walmart/facilities-management-miniapp": "0.4.2",
- "@walmart/feedback-all-spark-miniapp": "0.9.7",
+ "@walmart/feedback-all-spark-miniapp": "0.9.9",
... | Spanish translation edits | Spanish translation edits
|
f49378789ccb27b4353fc2440c40bc78caa862ef | --- __tests__/communications/__snapshots__/oneToOneChatTest.tsx.snap
@@ -1,5 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
+exports[`One to One Chat building up to testing messages screen 1`] = `
+<Text>
+ Hello World
+</Text>
+`;
+
exports[`One to One Chat can send a text message 1`] = `
<Text>
Hello Wo... | testing channels provider | testing channels provider
|
b54c9f14103edcf99cc5daac14fda26e22be6be2 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.7-alpha.8",
+ "version": "1.2.7-alpha.9",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
--- packages/allspark-foundation-hub/src/Shared/Hooks/useUser... | Update foundation hub for employee type | Update foundation hub for employee type
|
cc5962edeea1e5316d55f75c4657f740d722f56c | --- src/navigation/types.ts
@@ -2,8 +2,8 @@ import {FirebaseFirestoreTypes} from '@react-native-firebase/firestore';
import {FirebaseChannel, NewChannelDetails} from '../channels';
export type TextingNavParamsMap = {
- 'texting.tabs': undefined;
- 'texting.messages': {
+ 'myTeam.tabs': undefined;
+ 'myTeam.mess... | matching mini app with core app | matching mini app with core app
|
4b796472c4b3857346b9df83aab7939fd19892ee | --- src/components/TeamList.tsx
@@ -301,7 +301,6 @@ export const TeamChatCard = (props: {
return allTeams
.filter((team) => team.teamId !== primaryTeam)
.sort(sortByTeamName);
- // eslint-disable-next-line react-hooks/exhaustive-deps
}, [primaryTeam, data?.getTeamsByStore]);
const [expande... | Removed comments | Removed comments
|
69e1d1509f88e914abb8b2c9c783574259bca668 | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.2",
"@walmart/ims-print-services-ui": "2.5.1",
"@walmart/inbox-mini-app": "0.86.1",
- "@walmart/iteminfo-mini-app": "7.4.0",
+ "@walmart/iteminfo-mini-app": "7.5.0",
"@walmart/manager-appro... | iteminfo version update - activate/inactivate | iteminfo version update - activate/inactivate
|
2a11ab7872feef95bbe32db0f5cd2a735480cac0 | --- src/hooks/teams.ts
@@ -26,6 +26,7 @@ export const useGetTeamById = (teamId: string) => {
countryCode: countryCode!,
},
skip: !storeNbr || !countryCode || !teamId,
+ notifyOnNetworkStatusChange: true,
context: getGraphQLConfig(envConfig),
onError(error) {
logger.error('useGetTeam... | feat(ui): add roster widget | feat(ui): add roster widget
|
0516d4ccfade15767680059e4852030cc5409025 | --- src/containers/Message/index.tsx
@@ -72,7 +72,9 @@ export const Message = ({
{audio && <AudioMessage audio={audio} outgoing={isMyMessage} />}
- {!!readReceipt && <Caption>{readReceipt}</Caption>}
+ {!!readReceipt && (
+ <Caption UNSAFE_style={styles.readReceipt}>{readReceipt}</Ca... | fix: fix read receipt style | fix: fix read receipt style
|
d3e5cda45e8ae11e2127712dc7f530a3f41d835f | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ModalHeader.tsx
@@ -20,7 +20,7 @@ const ModalHeader = ({
</Body>
<IconButton onPress={closeModal} testID='closeBtn'>
- <CloseIcon size='medium' />
+ <CloseIcon size='medium' UNSAFE_style={styles.closeIcon} />
... | Adding update modal updates | Adding update modal updates
|
2805787a016955fa6296493ab335831afff5858f | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/schedule-mini-app": "0.55.0",
"@walmart/shelfavailability-mini-app": "1.5.17",
"@walmart/taskit-mini-app": "2.47.9",
- "@walmart/texting-mini-app": "2.0.37",
+ "@walmart/texting-mini-app": "2.0.37.alpha.0.1",
"@walmart/t... | update version for Drop 16 QE test | update version for Drop 16 QE test
|
390a2eca0fd227bf95ec8073cbc10b8379338d19 | --- package-lock.json
@@ -3046,9 +3046,9 @@
"integrity": "sha512-Pe55V+hzs8Z1aqVW3BNuHKpC92fViArzNHp754Y2ZKINFPv6pXTlxkEDNw5x4qQ1m9qBsQyS8LpBPGOllAlnEg=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.0.31",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min... | Updated version of miniapp to 0.0.33 which includes header fix for an… (#302) | Updated version of miniapp to 0.0.33 which includes header fix for an… (#302)
* Updated version of miniapp to 0.0.33 which includes header fix for android
* Updated version of miniapp to 0.0.33 which includes header fix for android |
6796ce895dcaf5c6333d635538aa1b873267a25f | --- .gitignore
@@ -42,7 +42,6 @@ local.properties
node_modules/
npm-debug.log
yarn-error.log
-.yarn/install-state.gz
# fastlane
| Removed .yarn/install-state.gz from gitignore file | Removed .yarn/install-state.gz from gitignore file
|
6beaad8e44dad33f4b3f555f814c455f9dce48ea | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.17.0",
+ "version": "2.16.0",
"main": "dist/index.js",
"files": [
"dist"
| feat(ui): update the roster message button condition for total store and team | feat(ui): update the roster message button condition for total store and team
|
847af5bdc4dcff712db8e7d2b0aa08e2e1721e6f | --- docs/CHANGELOG.md
@@ -1,3 +1,17 @@
+# [3.1.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.0.0...v3.1.0) (2025-06-30)
+
+
+### Bug Fixes
+
+* SMDV-8203 revert graphql changes ([b3459d2](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/b3459d25350aaa5ca47d8a361fc16fe5593515b1))
+* SMDV-82... | chore(release): 3.1.0 [skip ci] | chore(release): 3.1.0 [skip ci]
# [3.1.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.0.0...v3.1.0) (2025-06-30)
### Bug Fixes
* SMDV-8203 revert graphql changes ([b3459d2](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/b3459d25350aaa5ca47d8a361fc16fe5593515b1))
* SMDV-8203 update vers... |
aca5f7ee11306ff3d4a435f986582faa672897d2 | --- packages/allspark-foundation/src/Navigation/client.tsx
@@ -360,21 +360,21 @@ export class NavigationClient<
* Toggles the drawer, if a Drawer Navigator is the top level navigator.
*/
public toggleDrawer = () => {
- AllsparkNavigationClient.dispatch(DrawerActions.toggleDrawer());
+ this.dispatch(Dra... | fix: navigation client referenced itself | fix: navigation client referenced itself
|
3552f5a2b378fbc72ff799deebbf96b4b5956e64 | --- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx
@@ -31,6 +31,7 @@ import {
import { AllsparkFeatureModule } from './AllsparkFeatureModule';
import {
AllsparkModuleConfig,
+ IAllsparkFeatureComponents,
IAllsparkFeatureFlows,
IAllsparkFeatureListeners,
IAllsparkFeatureModals,
@@ -378,6 +37... | fix: no creator for feature components | fix: no creator for feature components
|
812585a819c47996d56d32968cb1d67671085b30 | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -1,10 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`RootContainer renders and fires startup event 1`] = `
-<Provider
- env="dev"
- environmentOverrides={{}}
->
+<Provider>
<RenderGuard>
<RootStackNavigation />
</RenderGuard>
@@ -12,10 +9,7 @... | lint fix | lint fix
|
937a51b7b5f455f4a9c6a78e04ffc2eef2c6d2c2 | --- .yarn/patches/@walmart-facilities-management-miniapp-npm-0.18.20-50a670c24b.patch
@@ -1,13 +0,0 @@
-diff --git a/dist/utils/storeMapInitialize.js b/dist/utils/storeMapInitialize.js
-index 105b56e847dd8c5b32acf941d30f6ce34933d476..4a39ec2daccb6629bd38fc73c45c0ad9fb9209af 100644
---- a/dist/utils/storeMapInitialize.j... | feat(facility-management-miniapp): ONER-5240 Drop 31 Changes (#4232) | feat(facility-management-miniapp): ONER-5240 Drop 31 Changes (#4232)
* feat(facility-management): ONER-5320 Updating the version
* feat(facility-management): ONER-5250 Updating the version to 0.18.26
* feat(facility-management): ONER-5432 Updating the version to 0.18.28
---------
Co-authored-by: Savankumar... |
a55442f614433e5a9d7a4a78c805f72ccdb994c5 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.41.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.40.0...v1.41.0) (2025-06-25)
+
+
+### Features
+
+* **ui:** updating yarn.lock ([2b62b9d](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/2b62b9da0e6e7038aafad5d44135814a40fdb300))
+
# [1.40.0](... | chore(release): 1.41.0 [skip ci] | chore(release): 1.41.0 [skip ci]
# [1.41.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.40.0...v1.41.0) (2025-06-25)
### Features
* **ui:** updating yarn.lock ([2b62b9d](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/2b62b9da0e6e7038aafad5d44135814a40fdb300))
|
e8e0dcc06cc6ba500204213a69d44c1c70ea4ff5 | --- android/temp-3548880843429022853walmartAirwatchEnroller
Binary files a/android/temp-3548880843429022853walmartAirwatchEnroller and /dev/null differ
--- ios/AllSpark.xcodeproj/project.pbxproj
@@ -408,7 +408,6 @@
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
"${POD... | update pod version | update pod version
|
8590330ab661ff0beabee2b15030e7e52a0baab2 | --- package-lock.json
@@ -4137,9 +4137,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.11",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.11.tgz",
- "integrity": "sha512-psZTTTgrfpUR0VaIqHPX386P1xl0D+be2dC6P0XfhkXOTi... | updating version of home and metrics | updating version of home and metrics
|
ff31d014e08d638d8d9a85d4480862b78bce94b3 | --- docs/CHANGELOG.md
@@ -1,3 +1,19 @@
+# [3.12.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.11.0...v3.12.0) (2025-12-19)
+
+
+### Features
+
+* **ui:** more optimizations ([9b3c3fc](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/9b3c3fc7c38200e86850387032867e4587162d20))
+* **ui:** upd... | chore(release): 3.12.0 [skip ci] | chore(release): 3.12.0 [skip ci]
# [3.12.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.11.0...v3.12.0) (2025-12-19)
### Features
* **ui:** more optimizations ([9b3c3fc](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/9b3c3fc7c38200e86850387032867e4587162d20))
* **ui:** update celebrati... |
4afc202411dbbaae8c0fa6cf5a44b31ea8d11971 | --- __tests__/harness/athenaQueries/getDailyRoster.ts
@@ -1,6 +1,5 @@
import {GetDailyRosterDocument} from '../../../src/queries/getDailyRoster';
-//TODO: Fix missing fields in mock object
export const mockGetDailyRosterQuery = {
request: {
query: GetDailyRosterDocument,
--- __tests__/harness/athenaQuerie... | addressed TODO | addressed TODO
|
33bcf1a0c2c807b37c0f7fd10970ffd371025ee2 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 23
+ versionCode 24
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
783d33ec22512f09c6299495f322617d5bcf71bc | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 115
+ versionCode 116
versionName "1.0.9"
}
... | Incrementing build number | Incrementing build number
|
a6d4d92e34b22e054037fe796b9c914ff4ea1265 | --- __tests__/harness/athenaQueries/getDailyRoster.ts
@@ -1,4 +1,7 @@
import {GetDailyRosterDocument} from '../../../src/queries/getDailyRoster';
+import moment from 'moment-timezone';
+
+const currentDay = moment().format('YYYY-MM-DD');
export const mockGetDailyRosterQuery = {
request: {
@@ -6,7 +9,7 @@ export ... | adding current day for moment | adding current day for moment
|
9cf816769c3641fa4c7ce1cc54ed9f8d623e1268 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.6.3",
- "@walmart/rn-receiving-mini-app": "2.4.33",
+ "@walmart/rn-receiving-mini-app": "2.4.34",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version - 2.4.33 - LQ version change | Receiving version - 2.4.33 - LQ version change
|
030c242be82417ccaddd39d61764846f0ee84944 | --- .yarn/patches/@walmart-ui-components-npm-1.18.7-9e23294b76.patch
@@ -1,5 +1,5 @@
diff --git a/components/DrawerButton/index.js b/components/DrawerButton/index.js
-index 60301993d95e862c7bafcb74519609f031a81d03..62edd4a51993274e8d29c97e1b9596bdb2c0a578 100644
+index 60301993d95e862c7bafcb74519609f031a81d03..d574b23... | feat: bump version of ui-components to replace patch | feat: bump version of ui-components to replace patch
|
8db00ba9f1d5c4e48a4db31a96446fa4f4ce6674 | --- packages/allspark-foundation/src/Feature/AllsparkFeature.tsx
@@ -20,12 +20,12 @@ import {
ParamListBase,
} from '../Navigation/types';
import {
- ComponentContainer,
+ AllsparkComponentContainers,
ComponentContainerConfig,
} from '../Components/ComponentContainers';
import {
+ AllsparkDynamicComponents... | fix: dynamic and container components not created with global client from feature instance | fix: dynamic and container components not created with global client from feature instance
|
2c0ba00982dff9e5bd7f89c2fcc0e17912225f1b | --- packages/allspark-foundation/__tests__/Nudge/hooks/useNudgeConfig.test.tsx
@@ -82,8 +82,6 @@ const featureNudgeMock = {
};
describe('useNudgeConfig', () => {
-
-
it('returns config undefined if hasHideNudge is true', async () => {
semverMock.satisfies.mockReturnValue(false);
buildNudgeConfig.mockRe... | feat(nudge): ALLSPARK-6774 nudge refactor | feat(nudge): ALLSPARK-6774 nudge refactor
|
7539f11de93ca5111d9fe29a81d8e7b4b3291db3 | --- package.json
@@ -81,7 +81,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": "... | chore: bump foundation (#5043) | chore: bump foundation (#5043)
|
8497276eb63b2a6e6b0ce3441bd9c47c6d04df0f | --- .github/instructions/wmt-copilot.instructions.md
@@ -1,29 +0,0 @@
----
-applyTo: "**"
----
-
-# REQUIRED: AI Code Attribution Rules (DO NOT MODIFY OR OVERRIDE)
-1. MUST add '::: Code Generated by Copilot [UUID]. This comment will be removed automatically after the file is saved :::' as a single line comment at the ... | feat(header): MyWalmart header 2.0 remove file | feat(header): MyWalmart header 2.0 remove file
|
7a512d2d3cfe4cda3029fdb8957d2ec2eafbc3be | --- __tests__/auth/IndexTest.ts
@@ -1,5 +1,5 @@
import {LoginFeature} from '../../src/auth';
-import {enUS, esMX} from '../../src/Translations';
+import {enUS, esMX} from '../../src/translations';
describe('LoginFeature', () => {
it('render scrren correctly', () => {
--- __tests__/permissions/IndexTest.ts
@@ -... | fix(naming): change translation | fix(naming): change translation
|
3d8edad327ba27e7f2e54d83dbd3ca8550d53e76 | --- __tests__/whatsNew/__snapshots__/RestrictionNoteTest.tsx.snap
@@ -46,7 +46,7 @@ exports[`RestrictionNote matches snapshot 1`] = `
}
}
>
- *whatsNew.restrictionNote
+ *restrictionNote
<Text
style={
{
@@ -54,7 +54,7 @@ exports[`RestrictionNote matches snapshot 1`] = `... | chore: snapshot update | chore: snapshot update
|
900f5d9b1bafe6c766d8112fec17d6434f8ec76a | --- packages/allspark-foundation-hub/src/Store/Hooks/useGetViewersPrimaryTeamName.ts
@@ -10,11 +10,9 @@ export const useGetViewersPrimaryTeamName = () => {
);
const isUserSalariedEmployee: boolean =
employeeType?.toUpperCase() === EMP_TYPE_SALARIED;
- const eligibleForOnboarding =
- isSalaried || isUserS... | lint fix | lint fix
|
2d976566ad5682fee338e03365e92a2d2b15f01a | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -38,6 +38,8 @@
9DAAFC33260A8C2900AE7889 /* LaunchScreen-Beta.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9DAAFC31260A8C2900AE7889 /* LaunchScreen-Beta.storyboard */; };
A37C73092A1BDF8EB0453A46 /* libPods-AllSpark.a in Frameworks */ = {isa = PBXBuildFi... | update project.pbxproj | update project.pbxproj
|
61b2349dc631f0d14a17b8c91c40334d557b69e6 | --- src/channels/hooks.ts
@@ -73,13 +73,11 @@ export const useChannelUnreadCount = () => {
number | null
>(null);
- //Get from asyncStorage on mount
useEffect(() => {
localStorage.get(localStorageKey);
setUnreadChannelsCountState(unreadChannelsCount);
}, []);
- //Set async storage if value... | fix lint | fix lint
|
8408386a63324299b414529816791ee7236feb76 | --- src/components/Roster/Roster.tsx
@@ -114,6 +114,7 @@ export const Roster: React.FC<RosterProps> = (props) => {
//TODO: Analyze replace and isSearchScreen props. Remove these from this component and bubble up
return (
<AssociateListItem
+ key={associate.associateId}
associate={associ... | feat: fixed unique key error | feat: fixed unique key error
|
8452514babefc0d4e539351b45db159b651aa75c | --- __tests__/permissions/PermissionsSagaTest.ts
@@ -115,10 +115,7 @@ describe('permissions sagas', () => {
put(PermissionActionCreators.setLocationStatus('granted')),
);
expect(iterator.next().value).toEqual(
- call(WmTelemetry.logEvent, 'core', 'onRequestPermission', {
- status:... | Ask sam version bumpt to fix modular scan. Permission telemetry log change (#306) | Ask sam version bumpt to fix modular scan. Permission telemetry log change (#306)
Co-authored-by: rlane1 <rlane1@walmart.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
bbb270e2f541b00e020842bad02980454962e25e | --- src/components/TeamList.tsx
@@ -197,7 +197,7 @@ const TeamItem = (props: {
}>
<Body weight='400' size='small'>
{t('rosterScreen.teamListItem.clockedIn', {
- count: clockedInCount,
+ count: clockedInCount ?? 0,
})}
</Body>
{canMessage && isMessageButton... | trial fix for looper error | trial fix for looper error
|
a331ee1afe6e979f6beb18e4c6acad4ce282deb6 | --- .looper.multibranch.yml
@@ -364,6 +364,11 @@ envs:
skipFailedNode: true
scheduling: concurrent # all builds can run in parallel
triggers:
+ - manual:
+ parameters:
+ - market:
+ label: "Enter Market from the following - us, intl "
+ type: STRING
- pr:
scheduling: cancelRunn... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
f7faa02f6d0f719a90b560a7cbec02c21e7a4cae | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 12
+ versionCode 13
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
180ccecc176427307a0b6e80b171dea5672a2f64 | --- packages/allspark-foundation/__tests__/__mocks__/@walmart/gtp-shared-components.js
@@ -1,8 +1,8 @@
const snackbar = { addSnack: jest.fn() };
module.exports = {
...jest.requireActual('@walmart/gtp-shared-components'),
- SecondaryButton: 'SecondaryButton',
IconButton: 'IconButton',
+ SecondaryButton: 'Secon... | resolving conflicts | resolving conflicts
|
920824810b10fb8885f87adbf37c65a440ab2c39 | --- targets/US/package.json
@@ -141,7 +141,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.7.1",
- "@walmart/rn-receiving-mini-app": "2.4.45",
+ "@walmart/rn-receiving-mini-app": "2.4.74",
"@walmart/roster-mini-app": "2.9.0",
... | Drop28 Receiving - 2.4.74 | Drop28 Receiving - 2.4.74
|
9135b32bad45b4a2e18912dca7241d48cd1079d5 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.6.2",
+ "version": "3.6.3",
"main": "dist/index.js",
"files": [
"dist",
@@ -92,9 +92,9 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native... | feat(ui): update packages json | feat(ui): update packages json
|
f5beaca54665e523f4e012e1548b3e7512515f03 | --- package-lock.json
@@ -93,7 +93,7 @@
"@walmart/taskit-mini-app": "2.53.3",
"@walmart/texting-mini-app": "2.1.4",
"@walmart/time-clock-mini-app": "2.301.0",
- "@walmart/topstock-mini-app": "1.4.14",
+ "@walmart/topstock-mini-app": "1.7.1",
"@walmart/ui-components": "1... | bumped up topstock version: 1.7.1 to address drop-18 crash | bumped up topstock version: 1.7.1 to address drop-18 crash
|
fffdf3eccb8ebb9133bb11d78799b40d0269c690 | --- src/components/MyWalmartv2/Common/RosterEmptyState/RosterEmptyState.tsx
@@ -13,7 +13,7 @@ export interface RosterEmptyStateProps {
export const RosterEmptyState = memo<RosterEmptyStateProps>(
({title, description, imageSource, loading = false}) => {
useEffect(() => {
- rosterTelemetry.logEvent('Roster... | feat(ui): PR comment fix | feat(ui): PR comment fix
|
ccb9f6f7de46a84cbaf060ddd024b43c943e1521 | --- .looper.yml
@@ -64,10 +64,6 @@ flows:
preparePublish:
- call: installDependencies
- call: buildPackages
- - (name cat yarncrc.yml) cat .yarnrc.yml
- - (name cat cx.json) cat cx.json
- - (name cat project swissinfo) cat project.swissinfo
- - (name cat users.swissinfo) cat users.swissinfo
... | Chore: remove cat | Chore: remove cat
|
ad3cc02d9c2864a09badeef8aaa87a82d41dd259 | --- package-lock.json
@@ -5510,9 +5510,9 @@
"integrity": "sha512-Tz8PRLTpf4goLTBXayZxsBRuy/8+fnxjt+m7g3kfu0NRG58n/MgKi9krclf+LSLBhYTJcL5sKg8ckhA90dHlYQ=="
},
"@walmart/receipt-check-miniapp": {
- "version": "1.8.6",
- "resolved": "https://npme.walmart.com/@walmart/receipt-check-miniapp/-/rece... | Receipt check bug fixes | Receipt check bug fixes
|
591650b7f4814473a36854fbbd203ad1f4d9ed6e | --- src/components/AssociateRosterItem/index.tsx
@@ -72,6 +72,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
const isClockedIn = associateIsClockedIn(associate);
const {height} = StyleSheet.flatten(style || {});
const name = associateDisplayName(associate);
+ const associa... | update spanish translation and remove console logs | update spanish translation and remove console logs
|
d0a9b3d43e18edff76f46f016005a4c6c9a73ae4 | --- src/Adapters/useGetTeamsAdapter.ts
@@ -69,7 +69,6 @@ export const useGetTeamsAdapter = (): UseGetTeamsAdapterResult => {
const selectedTeamId = savedTeamId || allTeamId;
const isInitialLoad = !selectedTeamId;
- // Memoize the display data calculation
const displayData = useMemo(() => {
return getDi... | feat(ui): optimizations #SMDV-7856 | feat(ui): optimizations #SMDV-7856
|
9ef5022055dc8c7222fd46da32687decf6b579b9 | --- targets/US/package.json
@@ -93,7 +93,7 @@
"@walmart/calling-mini-app": "0.7.0",
"@walmart/checkout-mini-app": "4.3.0",
"@walmart/compass-sdk-rn": "5.19.15",
- "@walmart/config-components": "4.6.4",
+ "@walmart/config-components": "4.6.5",
"@walmart/core-services": "~6.5.2",
"@walmart/... | config component updated | config component updated
|
8b1f4541ba4c3c11d84c913a3e60b873805c01bf | --- packages/allspark-foundation/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -12,10 +12,12 @@ import { FEATURE_ID } from '../../../constant';
import { TeamSwitcher } from '../../TeamSwitcher';
import styles from '../styles';
import { Alert, Body } from '@walmart/gtp-shared-components';
-import { Allspar... | feat(ui): Merge changes | feat(ui): Merge changes
|
0b3cd9c5d5d39b1b9372bcf8ce21b90eb0df0886 | --- src/components/Roster/AssociateListItem.tsx
@@ -1,18 +1,115 @@
import React from 'react';
import {AssociateRosterItem} from './types';
-import {View, Text} from 'react-native';
+import {
+ Body,
+ Button,
+ Card,
+ CardContent,
+ ListItem,
+} from '@walmart/gtp-shared-components';
+import {useTranslation} fr... | progress in adding view layer to associate list item | progress in adding view layer to associate list item
|
8f6422dd4e05b9cb944cc05a82b0dd1d3153e7e1 | --- ios/Podfile.lock
@@ -336,7 +336,7 @@ PODS:
- React-Core
- react-native-pdf (6.2.2):
- React-Core
- - react-native-ptt-module (1.2.52):
+ - react-native-ptt-module (1.2.53):
- PTT (= 0.6.0-rc.4)
- React
- react-native-safe-area-context (3.1.8):
@@ -796,7 +796,7 @@ SPEC CHECKSUMS:
react... | PTT Version Bump (#548) | PTT Version Bump (#548)
* PTT Version bump
* PTT bump for Voice Messaging
* PTT bump for Voice Messaging |
e625f456fadc40f9cb3d49182d11fba846765274 | --- packages/allspark-foundation/src/Components/TeamListItem/TeamListItem.tsx
@@ -5,6 +5,7 @@ import { teamSelectionListItemStyles } from './styles';
import {
Checkbox,
ChevronRightIcon,
+ Tag,
} from '@walmart/gtp-shared-components/dist';
import { images } from './images';
import { TeamListItemProps } from ... | feat: update primary team text to use tag | feat: update primary team text to use tag
|
24d32210d47bc9a6bcc9b87e81527d1e4b8a56e9 | --- src/channels/context.ts
@@ -1,4 +1,4 @@
-import {createContext, useContext} from 'react';
+import {createContext} from 'react';
import {noop} from 'lodash';
import {IChannelsContext} from './types';
@@ -23,5 +23,3 @@ export const AudioPlayerContext = createContext<{
currentPlaying: null,
setCurrentPlaying... | organizing the code | organizing the code
|
c2ee290f89b7a7f4c3d94cdfbb53be566163effd | --- __tests__/startup/StartupSagaTest.ts
@@ -32,6 +32,7 @@ import {
startupSagas,
waitForAppConfig,
getConfigLoaded,
+ shouldPromptForSite,
} from '../../src/startup/StartupSaga';
import {StartupTypes} from '../../src/startup/StartupRedux';
import {initSso} from '../../src/core/SSOinit';
@@ -98,9 +99,10 @@... | changing site id prompt to account for DC users (#413) | changing site id prompt to account for DC users (#413)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
84bb978933440dce233a8f87d9d3b5b42320370c | --- ios/AllSpark/Info.plist
@@ -35,10 +35,6 @@
</array>
<key>CFBundleVersion</key>
<string>1</string>
- <key>HOST_EXTERNAL</key>
- <string>$(HOST_EXTERNAL)</string>
- <key>HOST_INTERNAL</key>
- <string>$(HOST_INTERNAL)</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>invmgmt</string>
--- i... | PTT version bump | PTT version bump
|
711fcb15a9eb1e76a84f2d36946ad84cea3db9fa | --- packages/celebration-mini-app/src/components/Widget/HubCelebrationWidget.tsx
@@ -151,7 +151,7 @@ const HubCelebrationWidgetCore: React.FC<HubCelebrationWidgetProps> = ({
// Log celebrations data for debugging (only when data actually changes, not on every render)
const lastCelebrationCountRef = React.useRef<n... | fix: missing line | fix: missing line
|
1a66aee9adfd9dac128f3378bd16559025071971 | --- package-lock.json
@@ -3038,9 +3038,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.10.40",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.10.40.tgz",
- "integrity": "sha512-CmAheZrrNHani6LNU8pdiWyJLWpFCiXplcDkRv0XWaRfRxePndMrkDCw93VifW... | update ask sam to remove external network patch (#450) | update ask sam to remove external network patch (#450)
|
181d3bdc5e4f2647f56982e92e4dee3fc77bc31f | --- __tests__/__mocks__/react-native-wm-notification.js
@@ -1,3 +1,10 @@
+const SumoEventTypes = {
+ appStartupFromNotification: 'appStartupFromNotification',
+ appResumedFromNotification: 'appResumedFromNotification',
+ receivedPushNotification: 'receivedPushNotification',
+ profileHasBeenRegistered: 'profileHasBe... | replaying app startup from notification for mini apps | replaying app startup from notification for mini apps
|
da18cee06f86b45d66ea1f447b9eee0dccc9f704 | --- __tests__/navigation/__snapshots__/BottomSheetTest.tsx.snap
@@ -77,6 +77,7 @@ exports[`BottomSheetHeader matches snapshot with back disabled; calls onClose 1`
style={
Object {
"color": "#2e2f32",
+ "flex": 1,
"flexDirection": "row",
"fontSize": 18,
"lineHeight"... | Snapshot updates | Snapshot updates
|
d5608ac8379dced36c49c2629f7976af8d22f3be | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/core-utils": "~1.3.0",
"@walmart/core-widget-registry": "~0.7.2",
"@walmart/counts-component-miniapp": "0.0.42",
- "@walmart/emergency-mini-app": "1.13.0",
+ "@walmart/emergency-mini-app": "1.14.0",
"@walmart/exception-m... | mms screen bypass removed | mms screen bypass removed
|
d98cd1f80845c074dacaffa83aec9a13f10da40b | --- android/app/build.gradle
@@ -100,8 +100,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 932
- versionName "1.23.0"
+ versionCode 933
+ ve... | Update compass sdk version | Update compass sdk version
Add purpose string for motion data usage
|
74f82864c9dccb37176b6ed01a659039c536eed5 | --- package-lock.json
@@ -3544,9 +3544,9 @@
"integrity": "sha512-HqzsayD8WUTeiG7VTuHWPgSqKM/RxN90OYmLxBvtyMgGAeAYz8nKnsR5USnPHGb0L2wHUg/KwAhpqRLr0Y2s7w=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "0.3.71",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini... | 0.3.76 build | 0.3.76 build
|
519f9ebe990d4e4e9c32c01504156ce524091ac1 | --- __tests__/redux/selectors.test.ts
@@ -2,6 +2,8 @@ import * as selectors from '../../src/redux/selectors';
import {initialStateMock} from '../harness/redux/mockState';
import {setNestedValue} from '../harness';
import {logger} from '../../src/common';
+import {cloneDeep} from 'lodash';
+import {CCMFallbacks} from... | Add warning banner | Add warning banner
|
d6d18b58d0096f5124d3e61357d0b5b8bc689840 | --- package.json
@@ -98,7 +98,7 @@
"@walmart/avp-feature-app": "0.28.31",
"@walmart/avp-shared-library": "0.27.21",
"@walmart/ax-components": "1.2.3",
- "@walmart/backroom-mini-app": "1.17.4",
+ "@walmart/backroom-mini-app": "1.17.7",
"@walmart/beneficiary-online-mini-app": "0.1.26",
"@wa... | feat: Upgrade backroom-mini-app to 1.17.7 (#5164) | feat: Upgrade backroom-mini-app to 1.17.7 (#5164)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
b14151b0ff0d437bed7543c180f8c7ca64e19231 | --- __tests__/harness/firestore/data/channels.ts
@@ -5,7 +5,7 @@ import {
createImageMessage,
createTextMessage,
} from './messages';
-import {encryptUserId} from '../../../../src/utils';
+import {encryptUserId} from '../../../../src/utils/user';
import {staticDateStrings} from './timestamps';
const manageme... | fixing unit tests, removing unmocked presence provider | fixing unit tests, removing unmocked presence provider
|
ab7dfc4e7d69b6173da28182848af8c6c4e3cbf6 | --- .looper-native-common.yml
@@ -13,7 +13,7 @@ envs:
XC_WORKSPACE: './AllSpark.xcworkspace'
XC_SCHEME: 'AllSpark'
XC_TARGET: 'AllSpark'
- TARGET_XCODE: "11.2.1"
+ TARGET_XCODE: "11.5"
GITHUB_TOKEN: ENC[CGMhL3M/PKGSd9JmVpyMSAxGD/ZNRzJbf6v6/VuJBIWoj226WrPkQe5i7DIFJjTR]
#Bet... | updated Xcode version as old build jobs are rejecting 11.2.1 version (#36) | updated Xcode version as old build jobs are rejecting 11.2.1 version (#36)
|
a7164f24c780b5c8b76d034c7e2c6f43d94352b0 | --- .yarn/patches/@walmart-me-at-walmart-container-npm-6.1.4-9866658c81.patch
@@ -0,0 +1,20 @@
+diff --git a/lib/services/telemetry.js b/lib/services/telemetry.js
+index df12df7271434ce6060c4caeca6bbdf563257b67..2899691484385b83c0ad583c2595dae84cb35cae 100644
+--- a/lib/services/telemetry.js
++++ b/lib/services/telemet... | fix: patch for event length | fix: patch for event length
|
94e82f11d8df1e4063cf12fe19706998fe27fcdf | --- core/__tests__/__mocks__/@walmart/me-at-walmart-common.js
@@ -3,4 +3,7 @@ module.exports = {
InboxContainer: {
addMultiple: jest.fn(),
},
+ HomeHeaderRightContainer: {
+ Component: 'Component',
+ }
};
--- core/__tests__/navigation/IndexTest.tsx
@@ -0,0 +1,10 @@
+import {render} from '@testing-lib... | navigation and permission folder test cases | navigation and permission folder test cases
|
0aaf76d4089a4b1b6765ee859e388e203d20f306 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/core-widget-registry": "0.5.7",
"@walmart/counts-component-miniapp": "0.0.39",
"@walmart/exception-mini-app": "0.42.6",
- "@walmart/facilities-management-miniapp": "0.3.15",
+ "@walmart/facilities-management-miniapp": "0.3.16",
"@walmart/feedback-al... | Update package.json | Update package.json |
45fd47356115631c746ae6cf905febda96c79b81 | --- package-lock.json
@@ -62,7 +62,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/pay-stub-miniapp": "0.9.7",
- "@walmart/payrollsolution_miniapp": "0.130.4",
+ "@walmart/payrollsolution_miniapp": "^0.130.5",
"@walmart/price-... | bump version | bump version
|
e21a63c07b536f778c650b39663166b94cf8d655 | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -308,6 +308,7 @@ export class AllsparkContainer<
components,
NavigationContainer,
devMenuEnabled,
+ ...rest
} = props;
return (
@@ -320,6 +321,7 @@ export class AllsparkContainer<
components={com... | fix(ctn): fix library in container | fix(ctn): fix library in container
|
6f8a313961b2cd3781ba21a5f314e65ae71a8058 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/core-widget-registry": "0.5.7",
"@walmart/counts-component-miniapp": "0.0.39",
"@walmart/exception-mini-app": "0.42.6",
- "@walmart/facilities-management-miniapp": "0.3.11",
+ "@walmart/facilities-management-miniapp": "0.3.12",
"@walmart/feedback-al... | Update package.json | Update package.json |
ad962350e5bc5ee07f73b7bb9553ed1886b15c97 | --- package.json
@@ -177,7 +177,7 @@
"@walmart/talent-preboarding-mini-app": "1.0.63",
"@walmart/talent-preboarding-shared-utils": "^0.1.114",
"@walmart/taskit-mini-app": "5.52.10",
- "@walmart/time-clock-feature-app": "1.0.0",
+ "@walmart/time-clock-feature-app": "1.0.1",
"@walmart/time-clock... | feat: package bump for time-clock-feature (#5365) | feat: package bump for time-clock-feature (#5365)
Co-authored-by: j0n00f4 <j0n00f4@homeoffice.wal-mart.com>
Co-authored-by: Sushrut Palatkar - s0p0fos <Sushrut.Palatkar@walmart.com>
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
4b6f031f5e5334344fbf460ffdf988dd1c938291 | --- packages/core-widget-registry/src/Sidekick.ts
@@ -5,7 +5,7 @@ import { useRegistry, WidgetRegistry } from '@walmart/allspark-utils';
export type PayloadType = 'ok' | 'stale' | 'failed';
export interface SidekickWidgetProps {
- onNetworkCallback: (payloadStatus: PayloadType) => void;
+ onNetworkCallback?: (pay... | updated sidekick widget props | updated sidekick widget props
|
0b3a3e311348bf249fd9b9d0daa2afcb48db671b | --- __tests__/auth/LoginErrorScreen/CustomErrorScreenCardTest.tsx
@@ -1,6 +1,6 @@
import React from 'react';
import {render, fireEvent} from '@testing-library/react-native';
-import {CustomErrorCard} from '../../src/auth/LoginErrorScreen/CustomErrorScreenCard';
+import {CustomErrorCard} from '../../../src/auth/LoginE... | update and refactor test. | update and refactor test.
|
6ca74a8e92a0c4905c660c1ed0968fbccd08600c | --- package.json
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-foundation": "6.27.4",
- "@walmart/allspark-foundation-hub": "1.3.15",
+ "@walmart/allspark-foundation-hub": "1.4.0",
"@walmart/allspark-graphql-client": "... | Update the roster mini app package | Update the roster mini app package
|
9538bf5c5a32aac0cc2a9545c98d1468522c75e6 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.0-alpha.8",
+ "version": "2.12.0-alpha.9",
"main": "dist/index.js",
"files": [
"dist"
@@ -90,12 +90,12 @@
"@walmart/allspark-http-client": "6.1.4",
"@walmart/config-components": "4.4.0",
"@walmart/c... | Update my team mini app version | Update my team mini app version
|
8e3642a3153e0a81dffddb8521151abdf228ab10 | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -96,7 +96,9 @@ export const TeamSwitcher = ({
const flatListRef = useRef<FlatList<any>>(null);
useFocusEffect(() => {
- flatListRef.current?.scrollToOffset({ animated: false, offset: 0 });
+if (flatListRef.current) {
+ flatList... | Update packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx | Update packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
3d03002373db75aab043a5276cb3b492237b4e4c | --- package-lock.json
@@ -5497,9 +5497,9 @@
"integrity": "sha512-vGHNXjipnOEdJaASi+EQjTr0YeBNJ2/8Az1pRWzi72gPKh3LfBWidMwrN7CzOCNNuXirVuRVP9zyfTscyQN6pw=="
},
"@walmart/emergency-mini-app": {
- "version": "1.5.0",
- "resolved": "https://npme.walmart.com/@walmart/emergency-mini-app/-/emergency-... | emergency url fix for mms | emergency url fix for mms
|
407a52d47d78ba712f53aa1fd65396399c5d8398 | --- package.json
@@ -93,7 +93,7 @@
"@walmart/inbox-mini-app": "0.40.0-inbox3.33",
"@walmart/iteminfo-mini-app": "5.0.6",
"@walmart/manager-approvals-miniapp": "0.0.62",
- "@walmart/me-field-mini-app": "1.1.11",
+ "@walmart/me-field-mini-app": "1.1.14",
"@walmart/metrics-mini-app": "0.9.5",
... | feat: :sparkles: Bumping Learning mini app version | feat: :sparkles: Bumping Learning mini app version
|
2041b50ef187ae69d285aeb28734bb230d2185d2 | --- __tests__/home/components/CelebrationCard/__snapshots__/indexTest.tsx.snap
@@ -239,14 +239,14 @@ exports[`CelebrationCard matches snapshot when loaded; calls navigate on view mo
}
titleKey="tomorrow"
/>
- <View
- style={
+ <Divider
+ UNSAFE_style={
{
- "backgroun... | feat(ui-issues): fix ui issues | feat(ui-issues): fix ui issues
|
17f5c2ef4a5247c927094eb8035c47d893e51748 | --- package-lock.json
@@ -1903,9 +1903,9 @@
}
},
"@walmart/allspark-me-mini-app": {
- "version": "0.0.11",
- "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.0.11.tgz",
- "integrity": "sha512-TJbp1iRErhRtUBfZuOaCMTS4UN2xi2LbrktKCPXlPWyWi0pyYFHc... | Bumped me mini app version (#177) | Bumped me mini app version (#177)
To link the TOR profile button
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
7685203da4fba60350dea1324c9ad487262b475d | --- ios/Podfile.lock
@@ -2232,7 +2232,7 @@ PODS:
- FirebaseMessaging (<= 10.18.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.6.1)
- - topstock-mini-app (1.10.8):
+ - topstock-mini-app (1.12.0):
- React
- VisionCamera (3.7.1):
- React
@@ -2899,7 +2899,7 @@ SPEC CHECKSUMS:... | reverting yoga and cocopodods changes | reverting yoga and cocopodods changes
|
2e87c4647e2d81fe98136d5c19f37b1edca4d1d6 | --- 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.11.6",
+ "@walmart/mod-flex-mini-app": "1.13.1",
"@walmart/moment-wa... | Update to Modflex Drop 17 | Update to Modflex Drop 17
|
61f9309004a6fe91cf22b4da06367733b46377b1 | --- src/channels/components/EmptyChannels.tsx
@@ -2,9 +2,9 @@ import React from 'react';
import {Image, StyleSheet, Text, View, Linking} from 'react-native';
import {Body} from '@walmart/gtp-shared-components';
import {Images} from '../../images';
-import {useNavigation} from '@react-navigation/native';
import {use... | using the correct navigator | using the correct navigator
|
5cc3a90fefa07a5d30f1a7f46c0cc4af2a207702 | --- 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.
+# [6.5.0-alpha.1](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmar... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services-allspark@6.5.0-alpha.1
- @walmart/me-at-walmart-container@6.5.0-alpha.0
|
76373c47ba93c6fe9d8ba72cd8fc1ccc7e7765a8 | --- package.json
@@ -63,8 +63,6 @@
"@redux-saga/testing-utils": "^1.1.3",
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
- "@walmart/iteminfo-mini-app": "1.0.1",
- "@walmart/shelfavailability-mini-app": "0.3.32",
"@walmart/allspark-health-survey-mini-app": "0... | Updated the shelfavailability version | Updated the shelfavailability version
|
39c1de89ad188a78aa15b7bb4e3cd6adf479f115 | --- __tests__/settings/versions/__snapshots__/VersionsListTest.tsx.snap
@@ -128,7 +128,7 @@ exports[`VersionsList VersionsList 1`] = `
accessibilityLabel="section-list"
contentContainerStyle={
{
- "paddingBottom": 0,
+ "paddingBottom": 30,
}
}
data={
--- src/settings/ve... | feat(settings): add padding | feat(settings): add padding
|
c6e4dda601cae2e84b03a9866009156bf7f95809 | --- package-lock.json
@@ -1911,9 +1911,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.6.23",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.23.tgz",
- "integrity": "sha512-tf3yXkhE4T/ANt0eyW9zCMKWehMm0r8qzjWAwJDCbc9Pk99DPsH2sxYi6mq9kgHp... | Increment ask sam version (#172) | Increment ask sam version (#172)
* Increment ask sam version
* package lock update
Co-authored-by: rlane1 <rlane1@walmart.com> |
bdd9644d3dff2de4ebec962d25a871009c397ee0 | --- package-lock.json
@@ -2994,9 +2994,9 @@
}
},
"@walmart/allspark-me-mini-app": {
- "version": "0.0.16",
- "resolved": "https://npme.walmart.com/@walmart/allspark-me-mini-app/-/allspark-me-mini-app-0.0.16.tgz",
- "integrity": "sha512-UN2HLMZw39I0mD1H17o/6fCLFO7wTC3vakKLbPySuL4xL+8T5XxZ... | Updated me mini app for VQA and Firebase logging (#282) | Updated me mini app for VQA and Firebase logging (#282)
* Updated me mini app for VQA and Firebase logging
* resolve dependency |
059a0884264f51e090fccb0042040b736b3b26fb | --- android/app/src/main/java/com/walmart/stores/allspark/beta/MainActivity.kt
@@ -1,5 +1,6 @@
package com.walmart.stores.allspark.beta
import android.content.Context
+import android.content.Intent
import android.os.Bundle
import com.facebook.react.ReactActivity
@@ -30,6 +31,10 @@ class MainActivity: ReactActivit... | Push notification fix | Push notification fix
|
c032db02ceda0ea9075a75d19947bc78d1cc835e | --- packages/me-at-walmart-container/src/redux/notification.ts
@@ -33,11 +33,11 @@ export const NotificationLogger =
// Handle any permissions logic while initializing sumo
export function* handleNotificationPermission() {
if (Platform.OS === 'ios') {
- let isSet = yield* select(NotificationSelectors.getPermiss... | fix: notification permission saga using undefined selector | fix: notification permission saga using undefined selector
|
59285609ed33b4068e9ef8babe481ec4016b67cc | --- 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.0",
- "@walmart/receipt-check-miniapp": "1.9.7",
+ "@walmart/receipt-check-miniapp": "1.9.8",
"... | bump version for fix | bump version for fix
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.