commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
01ad42ac7205306206b97b41e9e38c9f8a3e8b91 | --- package-lock.json
@@ -5567,9 +5567,9 @@
"integrity": "sha512-YRNp3VcfzWTyDZt6h5hAUK5XTzUrblOZOWUclor4ht/g4E5Oo2sMF8rV5swXlB3QdSQUZwSsU60b01veuR3o6g=="
},
"@walmart/schedule-mini-app": {
- "version": "0.25.0",
- "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi... | Bump schedule-mini-app version | Bump schedule-mini-app version
|
6633efb11755a2b5782118ff6a21a085756be3a1 | --- app.config.US.ts
@@ -265,6 +265,7 @@ const CONFIG: ExpoConfig = {
["Camera", "LocationWhenInUse", "Notifications"],
],
"./plugins/withRealm",
+ "./plugins/withReactNativeScanner",
"./plugins/withSsmpAndroidSigning",
"./plugins/withSsmpPlatformApplication",
"./plugins/withSumoSDK",... | add scanner plugin for jacoco and bump RN pager view for 76 | add scanner plugin for jacoco and bump RN pager view for 76
|
10c3fc1d354939a78c3bcd8c15c2b54a934c719d | --- src/components/MyWalmartv2/Widgets/Hourly/HourlyRosterWidget.tsx
@@ -253,8 +253,7 @@ const ListItem = memo(
associate: associate,
disabled: !userIsInRoster || !userIsImpersonatedOnDev,
isFullWidth: true,
- accessibilityLabel: `${t('rosterScreen.messa... | feat(ui): corrected label | feat(ui): corrected label
|
1c174dad6889805cea5a5bc24448e62a35a3df8d | --- __tests__/redux/CreateRestarableSagasTest.ts
@@ -47,10 +47,12 @@ describe('createRestartableSagas', () => {
TestActionSpawnIterator.next();
// Fail it first
- expect(
- TestActionSpawnIterator.throw(new Error(localFailureMessage)).value,
- ).toEqual(
- call(logger.error, SAGA_ERROR_STRIN... | Waiting for sumo charge before setting auth token. | Waiting for sumo charge before setting auth token.
|
5608654f367eb8c43e2fe6a71f55c58aa709e17f | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/financial-wellbeing-feature-app": "1.0.64",
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
- "@walmart/gtp-shared-components": "2.0.2",
+ "@walmart/gtp-shared-components": "2.0.3",
... | v2.0.3 version bump for GTP | v2.0.3 version bump for GTP
|
1b2b076a266f082b12e17c40e047edfc3ac7e12c | --- 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.8",
- "@walmart/texting-mini-app": "2.0.35",
+ "@walmart/texting-mini-app": "2.0.36",
"@walmart/time-clock-... | Texting mini app version update for Terms of use navigation | Texting mini app version update for Terms of use navigation
|
9dcc794d703d9f915617aa5b6e1a8667ba01536c | --- core/src/core/syncDeviceLanguage.ts
@@ -33,6 +33,9 @@ export const syncDeviceLanguage = async () => {
language = await AllsparkTranslationClient.getDeviceLanguage();
}
+ // Device language sometimes comes back with an _. We have a standard of having languages like en-US.
+ language = language.replace('_... | fix: language fix for - and _ | fix: language fix for - and _
|
d782761ea6fce3c1ef3861b008da2650486c61ed | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -359,8 +359,6 @@ export class AllsparkFeatureModule<
const { Navigator, config: navConfig } = config;
return () => {
- const props = navConfig || {};
-
/**
* Type assertion bridge for React Navigation compatibility... | fix(types): improve type safety in navigation components | fix(types): improve type safety in navigation components
|
1a84781e3a4b68e589d130914dca1e4e3651c11f | --- android/app/build.gradle
@@ -96,8 +96,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 918
- versionName "1.17.0"
+ versionCode 921
+ vers... | update to v1.18.0 for drop 18 | update to v1.18.0 for drop 18
|
25672e9964b25cd56419b1b69ddfa7162c9ec81c | --- CLAUDE.md
@@ -0,0 +1,139 @@
+# CLAUDE.md
+
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+
+## Project Overview
+
+**WMConnect Mini App** (`@walmart/wmconnect-mini-app`) is a React Native messaging and communication feature app within the Me@Walmart ecosyste... | chore: resolve merge conflict | chore: resolve merge conflict
|
4ce230526e4a97196cd5042e766f2e5537f5e909 | --- core/src/startup/AssociateStartup.ts
@@ -74,7 +74,6 @@ export function* associateStartupFlow() {
yield put(WhastNewActionCreators.checkWhatsNew());
yield take(WhatsNewTypes.CHECK_WHATS_NEW_COMPLETE);
- console.log('rlane1 - running startup flow on Active Container!');
yield ActiveAllsparkContainer.runFl... | chore: remove console logs | chore: remove console logs
|
0381f07f107225831b71dceb617034122dafe9ca | --- .looper-native-common.yml
@@ -63,7 +63,7 @@ flows:
%{os == "ios"}
then:
- call: build-ios
- - var(buildOutput = "./ios/build/enterprise/Artifacts/enterprise-AllSpark.ipa")
+ - var(buildOutput = "./ios/build/enterprise/Artifacts/enterprise-${XC_SCHEME}.ipa")... | Referenced scheme name from variable | Referenced scheme name from variable
|
9ec3a489fc02a361a68bbede892ad22be08e3552 | --- src/channels/components/TextingDisabled.tsx
@@ -40,7 +40,7 @@ export const TextingDisabledScreen = (props: TextinDisabledScreenProps) => {
<View
style={styles.textingDisabledView}
testID='textingDisabledScreenContainer'>
- <Image source={Images.textinDisabledWarning} style={styles.imageSize}... | Add default image | Add default image
|
db4486388a1c7191dda1e88257848ea0a9f39f76 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/translation.ts
@@ -71,6 +71,13 @@ export const enUS = {
cancel: 'Cancel',
},
},
+ updateTeamsModal: {
+ title: 'Update teams',
+ button: {
+ apply: 'Apply',
+ cancel: 'Cancel',
+ },
+ },
};
export const esMX: typeof ... | feat(ui): cleanup and other enhancements | feat(ui): cleanup and other enhancements
|
9fd21efb6fdda80d01f42cb1f0fdddda20b20135 | --- graphql.yml
@@ -1,6 +1,9 @@
schemaVersion: "1.0.0"
enableGating: true
teamRostersProductId: 1824
+notify:
+ slack:
+ channelName: "smdv-miniapp"
applications:
- name: "ROSTER-MINIAPP"
applicationKey: "ROSTER-MINIAPP"
| feat(ui): update query | feat(ui): update query
|
8124428258a8f3198468bb3c6b8ad2f00f0a7642 | --- src/containers/RosterFilters.tsx
@@ -88,26 +88,30 @@ export const RosterFilters = (props: {
* Count of associates statuses we use as filters, recalculated
* when the length of the list changes
*/
- const rosterCounts = associates.reduce(
- (accm, associate) => {
- if (associateIsClockedIn(assoc... | update pull down to refresh | update pull down to refresh
|
aac80f3f49212cca610d5e7a54465c6bba2ad6f5 | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.48",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.13.4",
- "@walmart/attendance-mini-app": "1.57.0",
+ "@walmart/attendance-mini-app": "1.60.0",
"@walmart/compass-sdk-... | ama v1.60.0 | ama v1.60.0
|
a1fbc76ebeb762c011e01aa7633b4736279d6cb9 | --- __tests__/communications/oneToOneChatTest.tsx
@@ -3,7 +3,7 @@ import firestore from '@react-native-firebase/firestore';
import {TestFirestoreComponent} from '../../src/components/TestFirestoreComponent';
import {renderWithProviders} from '../harness';
import {createMockChannelsContext} from '../harness/firestore... | working injection of context | working injection of context
|
fc2af5cd3b33a0fa58231fe083342a3486e4521c | --- 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.19.7](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundati... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.4.2
- @walmart/allspark-foundation-hub@1.19.7
- @walmart/me-at-walmart-geolocation@1.3.7
|
bd71f7490752a0b627541a9b03ae197218dafbc1 | --- __tests__/harness/redux/mockState/authState.ts
@@ -1,11 +1,9 @@
import {AuthState, AuthData} from '@walmart/redux-store';
+// @ts-ignore
const authData: AuthData = {
- accessToken: 'fake-access-token',
expirationDate: 'fake-expiration-date',
lastRefreshTime: 1234,
- accessTokenExpirationDate: 'fake-expi... | removing sensitive fields | removing sensitive fields
|
ea33abd6f5741c410ceecf896d3a19606a196398 | --- packages/associate-exp-hub-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.
+## [2.13.3](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-hub@2.13.3
- @walmart/associate-exp-hub-mini-app@1.6.0
- @walmart/associate-exp-hub-team-switcher@2.15.0
|
a478cf398aff9613d2f1e066b36a2861132aa0fc | --- .yarn/plugins/plugin-setup-husky.cjs
@@ -0,0 +1,25 @@
+module.exports = {
+ name: 'plugin-setup-husky',
+ factory: (require) => {
+ "use strict"
+ const fs = require('node:fs')
+ const {resolve} = require('path')
+ const {exec} = require('node:child_process')
+
+ return {
+ default: {
+ ... | chore(config): ALLSPARK-5676 integrate husky into yarn hook (#4027) | chore(config): ALLSPARK-5676 integrate husky into yarn hook (#4027)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
435fea6e4dc2a8ed4526b9a865e18aee5a2aebb9 | --- src/home/components/GreetingRow/BaseGreeting.tsx
@@ -39,12 +39,7 @@ export const BaseGreeting: FC<BaseGreetingPrps> = (props) => {
return (
<View style={[styles.greetingContainer, style]} testID='Home.Greeting'>
- {!!withIcon && (
- <SparkIcon
- size={32}
- color={colors.yell... | lint fix | lint fix
|
371f5b3cc1c78b1ccef87e1f03348158430b4a5b | --- package-lock.json
@@ -3611,9 +3611,9 @@
}
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.13",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.13.tgz",
- "integrity": "sha512-BgkW4jmi+qgn/Ic1z9cwUoqGU+RUkyWO6F1Xln9yX+T56HQKfwSXW1l... | Attestation UI | Attestation UI
|
2fe96eb2f8c782516082d355bba6a524410590b2 | --- yarn.lock
@@ -7051,7 +7051,7 @@ __metadata:
"@walmart/roster-mini-app": "npm:2.9.0"
"@walmart/schedule-mini-app": "npm:0.118.2"
"@walmart/shelfavailability-mini-app": "npm:1.5.37"
- "@walmart/shop-gnfr-mini-app": "npm:1.0.131"
+ "@walmart/shop-gnfr-mini-app": "npm:1.0.136"
"@walmart/sideki... | shop-gnfr crash fix version added yarn.lock file | shop-gnfr crash fix version added yarn.lock file
|
bb829a38399a7c493c257a9a4b960963919a1e0c | --- package.json
@@ -104,7 +104,7 @@
"@walmart/exception-mini-app": "1.7.10",
"@walmart/facilities-management-miniapp": "0.10.0",
"@walmart/feedback-all-spark-miniapp": "0.9.60",
- "@walmart/financial-wellbeing-feature-app": "1.23.2",
+ "@walmart/financial-wellbeing-feature-app": "1.23.3",
"@w... | bumped fwb version | bumped fwb version
|
5b34e8d4bf3f501a62b65b60b1d1b479d2ef33a7 | --- core/__tests__/__mocks__/@walmart/allspark-foundation/Translations.js
@@ -3,5 +3,6 @@ module.exports = {
...jest.requireActual('@walmart/allspark-foundation/Translation'),
AllsparkTranslationClient: {
t: jest.fn((key) => key),
+ on: jest.fn(),
},
}
\ No newline at end of file
--- c... | test cases for legacy folder | test cases for legacy folder
|
065ca218b612f2263e39015341ed8defb40f321a | --- 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.6",
+ "@walmart/copilot-mini-app": "^2.3.16",
"@walmart/core-services": "~2... | chore: bump copilot@2.3.16 | chore: bump copilot@2.3.16
|
4b3c59583ff59742f1a3515c4969aa6de8e3ea1b | --- package-lock.json
@@ -73,7 +73,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.0",
- "@walmart/receipt-check-miniapp": "1.8.29",
+ "@walmart/receipt-check-miniapp": "1.8.30",
... | bump version for patch | bump version for patch
|
ee7403c249009188e6437b1ecd45f0b2e14df501 | --- src/media/corevoice_src_main_res_raw_audionotificationsound.wav
Binary files /dev/null and b/src/media/corevoice_src_main_res_raw_audionotificationsound.wav differ
--- src/media/corevoice_src_main_res_raw_starttalk.wav
Binary files /dev/null and b/src/media/corevoice_src_main_res_raw_starttalk.wav differ
--- sr... | addition of tones for PTT | addition of tones for PTT
|
16bd4e19f889449deae1a4e83b72780440bad841 | --- src/auth/LoginErrorScreen/DynamicQuestion.tsx
@@ -39,43 +39,43 @@ export const DynamicQuestion = (props: {
render={({field, fieldState}) => {
return (
<FormGroup error={fieldState.error?.message}>
- {isSingleSelect
- ? options.map((option) => (
- ... | refactor: update login error screen select to use modal | refactor: update login error screen select to use modal
|
bb2a68bfba9bb6f21216c87ca2b129209c494ae3 | --- yarn.lock
@@ -6984,7 +6984,7 @@ __metadata:
reduxsauce: ^1.2.0
reselect: ^4.0.0
wifi-store-locator: ^1.0.0-alpha2
- checksum: 10c0/f4c09941c8550505cd389abc6d330246853c264086bb4e1da8578b5a74ca9c94485086a3c85c27f7d65a8436bbc07ed3b20a35c351101644761335d02cf4f410
+ checksum: 10c0/ab8439924413873e1c0fe2... | Checksum update | Checksum update
|
130dde2bab4fb43ebb71751d9a810b8327d0a973 | --- src/permissions/PermissionsSaga.ts
@@ -1,14 +1,8 @@
import {call, select, fork} from 'typed-redux-saga';
-import {take, cancel} from 'redux-saga/effects';
+import {take, cancel, put} from 'redux-saga/effects';
import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
-import {
- Notificat... | fix: permission flow not dispatching complete action to continue startup | fix: permission flow not dispatching complete action to continue startup
|
e2864402cec470f57662adf5634b98484475a777 | --- src/containers/ChatInput/AudioPlayback.tsx
@@ -41,8 +41,6 @@ export const AudioPlayback = (props: {
}) => {
const {audio, style} = props;
- // @todo - use something else for playback, this is not unique per instance
- // playback listener fires for any plaback
const SoundRef = useRef<Audio.Sound>();
... | chore: remove comment that no longer applies | chore: remove comment that no longer applies
|
cc1f1d724444ce755468461650605c9bf297a1d0 | --- .looper-android-release.yml
@@ -6,6 +6,10 @@ envs:
buildType: "RELEASE"
env: "prod"
+triggers:
+ push: disabled
+ pr: disabled
+
tools:
android:
- tools
--- .looper-android-snapshot.yml
@@ -5,6 +5,10 @@ envs:
variables:
buildType: "SNAPSHOT"
+triggers:
+ push: disabled
... | Feat/build number (#336) | Feat/build number (#336)
* WIP: build number update
* incrementing build number:
* updated echo statement
* Incrementing build number
* adding looper file to update build numbers
* added tools for npm
* Incrementing build number
* adding triggers for iOS/Android
* test
* adding code to git p... |
791e59392c7341d1baf46b3bb312ceb3e57c04bb | --- src/containers/UserHeader.tsx
@@ -45,6 +45,19 @@ export const UserHeader = () => {
: goOfflineForUser(storeId, userId);
};
+ const renderDoNotDisturbToggle = () => {
+ return (
+ <>
+ <Switch isOn={presence === 'offline'} onValueChange={onStatusChange} />
+ <Text style={styles.swi... | Hide DND toggle when user clocked out | Hide DND toggle when user clocked out
|
29ce367a23df1bf21a078021fbb351d00cd68f4a | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.40.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.39.0...v2.40.0) (2025-05-29)
+
+
+### Features
+
+* **ui:** update package dependency ([ec59a15](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/ec59a158eda872caf0990c05c6001817180e82d7))
+
## [... | chore(release): 2.40.0 [skip ci] | chore(release): 2.40.0 [skip ci]
# [2.40.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.39.0...v2.40.0) (2025-05-29)
### Features
* **ui:** update package dependency ([ec59a15](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/ec59a158eda872caf0990c05c6001817180e82d7))
|
a3838d7b4204e520d47bdb0250bcfd0772fbf99c | --- packages/allspark-foundation/src/FeatureRunner/components/FeatureSection.tsx
@@ -91,7 +91,11 @@ export const FeatureHeading = (props: {
<Heading>
Feature: {name} ({enabled ? 'Enabled' : 'Disabled'})
</Heading>
- <Button testID='feature-heading-button' variant='tertiary' onPress={onToggle... | chore: fix lint issues | chore: fix lint issues
|
335fae120fb800a33c4f988da6550e72dbc03c54 | --- packages/allspark-app-auth/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.
+## [1.8.2](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/allspark-a... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-app-auth@1.8.2
- @walmart/allspark-foundation@2.0.2
- @walmart/me-at-walmart-container@1.8.2
- @walmart/me-at-walmart-foundation@1.8.2
|
9d497ee93fefe01d99caa407ec59cadcfdc93798 | --- core/__tests__/termsOfUse/__snapshots__/TermsOfUseTest.tsx.snap
@@ -31,7 +31,7 @@ DC-TDC-01-00-01",
},
{
"data": [
- "This This Terms of use document applies to all associates who work for Walmart. βWalmartβ means Walmart Inc., one of its subsidiary companies or any operating... | Updated snapshot | Updated snapshot
|
87558315cedadd960f562ca7b813fec7354bcf52 | --- packages/associate-exp-hub-mini-app/src/components/modals/hoc/UpdateModal.tsx
@@ -189,13 +189,16 @@ const UpdateModal = AssociateExpHubFeature.createModal(() => {
React.useState(false);
const [upsertError, setUpsertError] = React.useState(false);
+ // Show loading only if teams are actually loading AND w... | feat(ui): fix the loader issue | feat(ui): fix the loader issue
|
3e2638c00030646bb13cc6645327dc253f7136b6 | --- android/app/build.gradle
@@ -134,8 +134,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 134
- versionName "1.0.12"
+ versionCode 140
+ ve... | version bump | version bump
|
54ae04006373211cea7d6eb97254c3a8d023f286 | --- __tests__/setup.ts
@@ -53,8 +53,8 @@ jest.mock('expo-modules-core', () => {
jest.mock('expo-image', () => jest.requireActual('expo-image'));
-jest.mock('@walmart/allspark-foundation-hub/HubFeature', () => ({
- ...jest.doMock('@walmart/allspark-foundation-hub/HubFeature'),
+jest.mock('@walmart/allspark-foundat... | Update imports for foundation hub | Update imports for foundation hub
|
e59c03d7914018c0646624ac2069acb27850409d | --- package.json
@@ -102,7 +102,7 @@
"@walmart/metrics-mini-app": "0.9.12",
"@walmart/mod-flex-mini-app": "1.1.5",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/pay-stub-miniapp": "0.7.7",
+ "@walmart/pay-stub-miniapp": "0.7.8",
"@walmart/payrollsolution_miniapp": "0.126.8",
"@walmart/p... | updated paystub-mini-app version to 0.7.8 | updated paystub-mini-app version to 0.7.8
|
2fda9e8d204894ca3c56357c8292599b3fcd6753 | --- package-lock.json
@@ -5136,6 +5136,11 @@
}
}
},
+ "@walmart/core-widget-registry": {
+ "version": "0.3.2",
+ "resolved": "https://npme.walmart.com/@walmart/core-widget-registry/-/core-widget-registry-0.3.2.tgz",
+ "integrity": "sha512-IuzyUOujBWrNrrs+I0CHc/f3UioBdKPOxjzB/XANkd... | adding widget registry required by ask sam | adding widget registry required by ask sam
|
d31f905c65cc66b8d4a0f5cdaed67b64a4309176 | --- package-lock.json
@@ -5435,9 +5435,9 @@
}
},
"@walmart/core-services-allspark": {
- "version": "1.7.32-beta.2",
- "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.7.32-beta.2.tgz",
- "integrity": "sha512-K8V0i9bCxF2Q+k0nxqZIAfKH+G8HULs3... | bump allspark core | bump allspark core
|
e7a609c58f441025cde64cd51e9e50f73d2b98c9 | --- packages/expo-config-plugins/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.
+## [0.5.2](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/expo-config-plugins@0.... | chore(version): updating package version | chore(version): updating package version
- @walmart/expo-config-plugins@0.5.2
|
24f7745d633d678dc2ca50f3e107e883f4ec07ae | --- packages/allspark-authentication/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-authentication",
- "version": "5.0.0-alpha.7",
+ "version": "5.0.0-alpha.8",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -22,8 +22,8 @@
"author": "",
"license": "ISC",
"dep... | chore: update alpha version | chore: update alpha version
|
eed051865270f3d46b11c84efe438dfdbfa0c9e4 | --- package.json
@@ -97,7 +97,7 @@
"@walmart/core-services-allspark": "workspace:^",
"@walmart/core-utils": "6.3.9",
"@walmart/core-widget-registry": "workspace:^",
- "@walmart/counts-component-miniapp": "0.2.1",
+ "@walmart/counts-component-miniapp": "0.2.4",
"@walmart/digital-locks-mini-app"... | feat: OPIF-101037 update pc mini app to 1.12.3 and counts to 0.2.4 (#4092) | feat: OPIF-101037 update pc mini app to 1.12.3 and counts to 0.2.4 (#4092)
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
194bd1706ee6173c0ba3dc9b07586e8b67af0ea3 | --- packages/allspark-foundation/src/Feature/AllsparkFeatureManager.ts
@@ -11,10 +11,15 @@ export class FeatureModuleManager {
* Indicates whether the AllsparkFeatureManager is currently connected.
*/
public connected = false;
+ private _id: string;
private _featureMap = new Map<string, AllsparkFeatureMo... | fix: screen builder utility on feature manager wasnt memoized and returned wrong type | fix: screen builder utility on feature manager wasnt memoized and returned wrong type
|
066d28b3ba6bcab795005d7d0d0d7c83774d85ec | --- src/startup/AuthFlow.ts
@@ -30,7 +30,7 @@ const SILENT_SSO_ERRORS = [
export const isSilentSignInError = (error?: Error | AuthError) =>
SILENT_SSO_ERRORS.some((silentError) =>
- error?.message?.toLowerCase().includes(silentError)
+ JSON.stringify(error)?.toLowerCase().includes(silentError),
);
e... | chore: fix initial sign in error | chore: fix initial sign in error
|
605b8725455d7def264a7b9880deb45dc571a92d | --- android/app/build.gradle
@@ -140,7 +140,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 361
- versionName "1.0.101"
+ versionName "1.3.0"
}
splits {
abi {
--- ios/AllSpark/Info.plis... | allSpark 1.0.101 to 1.0.3 - SA dev | allSpark 1.0.101 to 1.0.3 - SA dev
|
af23d7c6f267cf35ee984a8913e7c6cfdf606a6b | --- src/translations/en-US.ts
@@ -56,8 +56,8 @@ export const enUS = {
hideTeamsFooter: 'Hide teams',
},
teamWorkgroup: {
- myTeam: 'My Team',
- myArea: 'My Area',
+ myTeam: 'My team',
+ myArea: 'My area',
},
associateRosterItem: {
messageBtn: 'Message',
--- src/tr... | update casing with language | update casing with language
|
e8ae06d31f6d5b667d6a4f3d014d344667144119 | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -221,7 +221,7 @@ export class AllsparkContainer<
const setupList = this._setupMap.get(type);
if (setupList) {
- setupList.forEach((config) => config.cleanup());
+ setupList.forEach((config) => config.cleanup?.());
}
... | refactor: make cleanup option in setup config | refactor: make cleanup option in setup config
|
4c8f72f1598ce26ab6af024e15368da39525223e | --- src/components/TeamList.tsx
@@ -1,4 +1,4 @@
-import React, {useEffect, useMemo, useState} from 'react';
+import React, {useMemo, useState} from 'react';
import {useSelector} from 'react-redux';
import {
StyleProp,
@@ -42,7 +42,7 @@ import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} ... | adding teamsList comparator | adding teamsList comparator
|
d7c322d1dc80a2cbefa872ef10f81766fce4f1cd | --- package.json
@@ -89,7 +89,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.33.40",
"@walmart/associate-listening-mini-app": "1.2.37",
- "@walmart/attendance-mini-app": "3.174.2",
+ "@walmart/attendance-mini-app": "3.174.3",
"@walmart/avp-feature-app": "0.2... | fix(time off requests list page): GTA-164970 fix selectors (#4670) | fix(time off requests list page): GTA-164970 fix selectors (#4670)
Co-authored-by: Talia Andrews - t0a07tn <Talia.Andrews@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
494c97a964f036314817994f9d209d3c296aa96f | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/HubHeader/style.ts
@@ -58,6 +58,7 @@ export default (
},
textLink: {
marginTop: 5,
+ marginStart: 25,
},
subTextContainer: {
flexDirection: 'row',
| feat(ui): update style for edit button | feat(ui): update style for edit button
|
e3fd992aa80721a0e780a7794f71e82321b7ddc9 | --- graphql.yml
@@ -1,6 +1,9 @@
schemaVersion: "1.0.0"
enableGating: true
teamRostersProductId: 1824
+notify:
+ slack:
+ channelName: "smdv-miniapp"
applications:
- name: "WMCONNECT-MINIAPP"
applicationKey: "WMCONNECT-MINIAPP"
| feat(ui): notify channel | feat(ui): notify channel
|
e0201b2a04c527f6f6b30c703628648356ded0d4 | --- package.json
@@ -116,7 +116,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.104.1",
+ "@walmart/inbox-mini-app": "0.104.9",
"@walmart/invue-react-native-sdk": "0.1.26... | feat(onboarding): onboarded performance and pay notification in inbox (#5058) | feat(onboarding): onboarded performance and pay notification in inbox (#5058)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
ed36bbf67cd6d3c7345d3a8cb3ef254666763b19 | --- src/translations/en-US.ts
@@ -41,7 +41,7 @@ export const enUS = {
availableCount: '{{onlineCount}} Available',
},
teamListItem: {
- viewTeam: 'View Team',
+ viewTeam: 'View team',
clockedIn: '{{count}} Clocked In',
messageBtn: 'Message',
showTeamsFooter: 'Show teams',... | update view team button | update view team button
|
c2bd82149b07ad913080bcfb318cc5a13e21fa01 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.6.10",
+ "version": "3.6.11",
"main": "dist/index.js",
"files": [
"dist",
@@ -90,7 +90,7 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-nati... | feat(ui): update package version | feat(ui): update package version
|
abffb57b9e0cfde4fb3e5c2350b1f76143e14486 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.3.0-alpha.6",
+ "version": "3.3.0-alpha.7",
"main": "dist/index.js",
"files": [
"dist",
@@ -89,7 +89,7 @@
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmart/react-native-sumo-sdk": "2.8.0",
"@wal... | feat(ui): new version for drop 34 | feat(ui): new version for drop 34
|
06bb680b9010b742d88b9e63dcbfbb1976e77051 | --- packages/allspark-foundation-hub/src/Shared/Images/images.tsx
@@ -255,8 +255,8 @@ export const SupplyChainImages: Record<
},
'total': {
teamName: 'Total site',
- uri: 'https://i5-me.walmartimages.com/images/supplychain/total-site-2dc1bfe083.png',
- blurhash: 'KoMu9IkD~pXUa}sj_1j@Mx',
+ uri: 'htt... | feat(ui): updateimage for total | feat(ui): updateimage for total
|
4858a4f8ece5d5a32155f36e16402b4c761cc625 | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/amp-mini-app": "0.2.13",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.52",
- "@walmart/attendance-mini-app": "0.48.0",
+ "@walmart/attendance-mini-app": "0.52.0",
"@walmart/config-compo... | removing all changes that are not the attendance-mini-app version upgrade | removing all changes that are not the attendance-mini-app version upgrade
|
56c97df71d0186a5d929d8f6bf736a1e919cf5ee | --- saucelabs/.looper-android-saucelabs.yml
@@ -19,6 +19,8 @@ flows:
- call: build-and-publish(os = "android", version = ${androidAppVersion}, packaging = "apk", env = "dev")
triggers:
+ - push: disabled
+ - pr: disabled
- cron:
spec: H 22 * * *
timezone: America/Los_Angeles
--- saucelabs/.... | Fix/saucelabs trigger (#341) | Fix/saucelabs trigger (#341)
* disabling building on every merge to master as it's part of nightly job
* adding git pull on release tagging
Co-authored-by: Hitesh Arora <> |
ab6547d24c54c685e1a81a11da5f5162f0f2d180 | --- .looper-android-release.yml
@@ -0,0 +1,26 @@
+inherit: "job:///allspark/allspark-core/native-common:.looper-native-common.yml"
+
+envs:
+ global:
+ variables:
+ buildType: "RELEASE"
+ env: "prod"
+
+tools:
+ android:
+ - tools
+ - platform-tools
+ - android-28
+ - build-tools;28.0.3
+ ... | adding release config for looper (#186) | adding release config for looper (#186)
* adding release config for looper
* pointing to correct native-common job
* changing version number to 0.0.1-rc1
* updated snapshot
* adding buildType to the note of betacrash.
* updateVersionScript
* adding logic to create tags
* remove spacing
* movin... |
ac2a0d6fb6367f9d76d312801b84c6cbb4eec964 | --- packages/me-at-walmart-athena-queries/src/getTeamsbyStore.graphql
@@ -0,0 +1,15 @@
+query GetTeamsByStore($countryCode: String!, $date: Date!, $storeNbr: String!) {
+ getTeamsByStore(countryCode: $countryCode, storeNbr: $storeNbr) {
+ __typename
+ members
+ mewAbsentCount(date: $date)
+ mewClockedInCou... | Adding getTeamsByStore query initial commit | Adding getTeamsByStore query initial commit
|
5667c901b9b4b50242abfdff140893108416921d | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.11",
+ "version": "1.0.1-beta.12",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update the hub dashboard for changes | Update the hub dashboard for changes
|
2c3971d3077b580a748c5d105c924be8e6872932 | --- src/notification.ts
@@ -19,6 +19,10 @@ const goToMessageScreenForChannel = (
channelId: string,
) => {
const channelPath = createChannelPath(storeNumber, channelId);
+ navigate(ROOT_CONTAINER_SCREEN_NAME, {
+ // @ts-ignore
+ screen: 'myTeam.tabs',
+ });
navigate(ROOT_CONTAINER_SCREEN_NAME, {
... | bugfix | bugfix
|
b0c90d4be65a80d5ab215abaa215a1e400219983 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.24.0",
+ "version": "1.25.0",
"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/redux... | Update the my team mini app version | Update the my team mini app version
|
87f2e1d696b14aeb61196bfc130325688b08fdaa | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.27.0",
+ "version": "1.28.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
|
08f41a101d93c3111d92b746858037dba38900c3 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/SearchInput.tsx
@@ -4,6 +4,8 @@ import { TeamSearchInputStyles as styles } from './style';
import { colors, Icons } from '@walmart/gtp-shared-components/dist';
import { TeamSearchInputLoading } from './TeamSearchInputLoading';
import {... | Adding translation | Adding translation
|
2f39fa4622805a7c33f814c4ac62ea25e74226b5 | --- core/__tests__/permissions/PermissionsSagaTest.ts
@@ -3,6 +3,7 @@ import {call, select, fork, take, cancel, put} from 'redux-saga/effects';
import {createMockTask} from '@redux-saga/testing-utils';
import {
+ AllsparkPermissionClient,
PermissionActionTypes,
} from '@walmart/allspark-foundation/Permissions'... | lint issue resolved | lint issue resolved
|
6b4cceaea08a0aa04a635bbd77600ae721db9e53 | --- packages/me-at-walmart-container/src/services/site.ts
@@ -1,50 +0,0 @@
-import { AllsparkEnvironment } from '@walmart/allspark-foundation/Environment';
-import { AllsparkHttpClient } from '@walmart/allspark-foundation/HTTP';
-import { SiteServiceCreator } from '@walmart/allspark-foundation/Site';
-import { IMeAtWal... | chore: remove uneeded site service file | chore: remove uneeded site service file
|
6b8a1b6c4da0cd539c15a04a299aee266a339a1d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.1.1-alpha.0",
+ "version": "3.1.1-alpha.1",
"main": "dist/index.js",
"files": [
"dist",
| chore(ui): update wmconnect version | chore(ui): update wmconnect version
|
57eea0f74314a11bf8970310271228be04eb9c97 | --- package.json
@@ -136,7 +136,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.7.0",
"@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.1.11#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.1.11-31a5a73745.patch",
- "@walmart/r... | update | update
|
6d8c9972fa0e096cee8105aa72433f9c9ccd3e29 | --- package-lock.json
@@ -6815,9 +6815,9 @@
}
},
"big-integer": {
- "version": "1.6.48",
- "resolved": "https://npme.walmart.com/big-integer/-/big-integer-1.6.48.tgz",
- "integrity": "sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w=="
+ ... | update dependency | update dependency
|
3e2f37db4fb830dcc1b7ff6c4c73bbcd84336673 | --- core/__tests__/features/welcomeMeTest.ts
| Delete welcomeMeTest.ts | Delete welcomeMeTest.ts
|
451ad74d96df1f2f281824486ccbb98ff57db694 | --- package.json
@@ -98,7 +98,7 @@
"@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",
"@walmart/avp-feature-app": "0.28.47",
"@walmart/avp-shared-library": "0.27.26",
- "@walmart/ax-components": "1... | fix(lib): bump ax-component lib to fix app crash | fix(lib): bump ax-component lib to fix app crash
|
5f8c6628b7a86e48e48ccbc0770b148d020ddd2b | --- package-lock.json
@@ -3270,9 +3270,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.34",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.34.tgz",
- "integrity": "sha512-hwz6jkUzX1OUWXbM6A9WqqJomsOybtB0Pp4njEPu+8vSyfopZQp06gFWb3x2gjO6rL6XX35P1... | updated ui-component-version | updated ui-component-version
|
ace1707e94bfd0f57c019b7455aaafa70af5c6cd | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -5,7 +5,7 @@ import { SelectionBanner } from './SelectionBanner';
import { teamSelectionListStyles as styles } from '../styles';
import { TeamPreference, TeamSelectionListProps } from '../types';
import { HubH... | Adding logs | Adding logs
|
8342a3be25c18013e99a650561923944930118a4 | --- graphql.yml
@@ -29,7 +29,6 @@ applications:
tags:
- 'v1'
- name: 'GetTeamsByStore'
- hash: '2102505f2e34ecdf049dd663c666466673496619cf0562892f706d5e9e0095c7'
queryTemplate: 'src/queries/getTeamsbyStore.graphql'
tags:
- 'v2'
@... | Removed hash values | Removed hash values |
d2a895b633a7d4af65b7b8240d78fa6bedda8596 | --- packages/allspark-foundation/__tests__/FeatureRunner/navigation.test.tsx
@@ -11,14 +11,81 @@ import {
renderSideMenu as RenderSideMenu,
} from '../../src/FeatureRunner/navigation';
import { AllsparkFeatureModule } from '../../src/Feature';
-import {
- StackHeaderInterpolationProps,
- StackHeaderInterpolatedS... | chore: remove commented code and move mocks out of describe block | chore: remove commented code and move mocks out of describe block
|
4a29689a567a13762d931aa4945e020c0b50d5b9 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -151,6 +151,17 @@ const WorkMiniAppScreens = WorkMiniApps.map((screen) => {
);
});
+const metricsMainStackScreens = metricsNavigationScreens
+ .filter((screen) => screen.useInMainStack)
+ .map((screen, index) => (
+ <MainStack.Screen
+ key={inde... | refactor: moved metrics screen map outside of component | refactor: moved metrics screen map outside of component
|
2ddf2b79b4b4c2078fa3431843d21454b39e2fe8 | --- docs/CHANGELOG.md
@@ -0,0 +1,6 @@
+## [2.26.1](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.26.0...v2.26.1) (2025-04-30)
+
+
+### Bug Fixes
+
+* SMDV-9999 update looper ([de22132](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/de221320a2bf024b8a6274d160eff814b7ce9800))
--- pack... | chore(release): 2.26.1 [skip ci] | chore(release): 2.26.1 [skip ci]
## [2.26.1](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/compare/v2.26.0...v2.26.1) (2025-04-30)
### Bug Fixes
* SMDV-9999 update looper ([de22132](https://gecgithub01.walmart.com/smdv/wmconnect-miniapp/commit/de221320a2bf024b8a6274d160eff814b7ce9800))
|
174aa7af6af976fd25b867acba58d1d26b4d41b9 | --- targets/US/package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-common": "workspace:^",
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-core": "workspace:^",
- "@walmart/metrics-mini-app": "1.27.3",
+ "@walmart/metrics-mini-app": "1.29.1",
"@walmart/mod-flex-... | Bumping metrics-mini-app version for drop 28 | Bumping metrics-mini-app version for drop 28
|
075a306a8223240e1ac7c108927ae020a31d1632 | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [1.9.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.8.0...v1.9.0) (2024-07-15)
+
+
+### Features
+
+* **ci:** version fix ([3f117d0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/3f117d0ac30276bbce8e8b444110cf498e73dfb9))
+* **ui:** update versio... | chore(release): 1.9.0 [skip ci] | chore(release): 1.9.0 [skip ci]
# [1.9.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.8.0...v1.9.0) (2024-07-15)
### Features
* **ci:** version fix ([3f117d0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/3f117d0ac30276bbce8e8b444110cf498e73dfb9))
* **ui:** update version for drop 23 ... |
24e1edc4a3f293632db75849a6348f57255b48c1 | --- __tests__/__mocks__/@walmart/push-to-talk-mini-app.js
@@ -19,7 +19,6 @@ module.exports = {
useVMBadgesCount: jest.fn(() => [0]),
useTextMessages: jest.fn(),
useTextBadgesCount: jest.fn(() => [0]),
- useUnreadMessageCount: jest.fn(() => [0]),
},
Providers: {
ConversationProvider: 'Conver... | Revert "feat: adding message and channel count (SMDV-2612)" | Revert "feat: adding message and channel count (SMDV-2612)"
This reverts commit d280d490eb35bec208fb1634e137e5e1f621ce8a.
|
657f70fd938aa79a5721af40786bb00b73b99708 | --- .looper.multibranch.yml
@@ -73,7 +73,7 @@ flows:
- (name Bundle Update) https_proxy=http://sysproxy.wal-mart.com:8080 http_proxy=http://sysproxy.wal-mart.com:8080 $RUBY_PATH/bundle update
- declare(start_time)
- var(start_time): date +%s
- ... | Exposing ENV to app-build-init method (#3976) | Exposing ENV to app-build-init method (#3976)
|
57d347095e2244670c618aa6743d955276e89460 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/counts-component-miniapp": "0.1.6",
"@walmart/emergency-mini-app": "1.26.1",
"@walmart/exception-mini-app": "1.6.5",
- "@walmart/facilities-management-miniapp": "0.6.81",
+ "@walmart/facilities-management-miniapp": "0.6.83",
... | Updated facilities-management-miniapp version to 0.6.83 | Updated facilities-management-miniapp version to 0.6.83
|
7761f8e0e572caca5a020b1e46e19e96baf2c493 | --- package-lock.json
@@ -4532,9 +4532,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.3.0-beta.2",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-beta.2.tgz",
- "integrity": "sha512-Au4Hoprm+Vw2n8b/lLlo52zVDa07wH7moy1alRBtO8OlfcO6I/p+oGhqzzpC1... | bumping version | bumping version
|
59afae09cb4b1d065af3d44a9ffb99b9d89c4c31 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilterList.tsx
@@ -7,6 +7,7 @@ import { HubHeader } from '../../../Store';
import { useAllsparkTranslation } from '@walmart/allspark-foundation';
import { FEATURE_ID } from '../../../Store/constant';
import { colors } from '@... | Adding alert | Adding alert
|
674831455cf5c812d7b1f6dc3a48132e051b6876 | --- packages/allspark-utils/src/RenderGuard.tsx
@@ -1,4 +1,4 @@
-import React, { PropsWithChildren, useEffect } from 'react';
+import React, { PropsWithChildren, useEffect, useRef } from 'react';
import { useToggleState } from './hooks';
import { AtLeastOne } from './types';
@@ -22,14 +22,29 @@ export const RenderG... | feat: add single execution option to render guard component, default true | feat: add single execution option to render guard component, default true
|
021fe7886df7966c6025296d928d3a8024ed451b | --- package.json
@@ -144,7 +144,7 @@
"@walmart/schedule-mini-app": "0.114.2",
"@walmart/shelfavailability-mini-app": "1.5.26",
"@walmart/store-feature-orders": "1.26.9",
- "@walmart/taskit-mini-app": "4.8.1",
+ "@walmart/taskit-mini-app": "4.9.0",
"@walmart/time-clock-mini-app": "2.395.0",
... | chore: bump taskit version | chore: bump taskit version
|
65b8c6448a2636613ec324d140da4691e41fb651 | --- Gemfile.lock
@@ -93,6 +93,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
+ fastlane-plugin-appcenter (1.11.1)
fastlane-plugin-json (1.0.0)
fastlane-plugin-versioning_android (0.1.0)
fastlane-plugin-versioning_ios (0.1.0)
@@ -20... | adding fastlane for app center | adding fastlane for app center
|
166eecf811b1e14d738e80b3c0a4201c5a6ff1c4 | --- packages/allspark-foundation/src/Core/docs/Migrating.md
@@ -417,8 +417,11 @@ import MyFeature from '../src';
const RootNav = createStackNavigator();
export const App = () => {
+ useEffect(() => {
+ MyFeature.connect();
+ }, []);
+
// container logic here
-
return (
<MeAtWalmartContainer.Provid... | chore: updating migration doc | chore: updating migration doc |
d8aa9656a455895a11437c29b0f086fd4254e236 | --- package-lock.json
@@ -3046,9 +3046,9 @@
}
},
"@walmart/impersonation-mini-app": {
- "version": "1.0.5",
- "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.5.tgz",
- "integrity": "sha512-YaTiCgAbfok/KFqRCqrVuffa653FcH6tRvwMKPpj0Dez2hqQ... | Added time clock impersonation option and other fixes (#263) | Added time clock impersonation option and other fixes (#263)
|
e9b88a7e0eddba1195b7b3dbe0b65f114cfafe5b | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.6.1",
+ "@walmart/facilities-management-miniapp": "0.6.1-beta2",... | Updating facilities-management-mini-app version to 0.6.1-beta2 | Updating facilities-management-mini-app version to 0.6.1-beta2
|
4e598912fa989815d841e1bc4d418cbe9d18e524 | --- package.json
@@ -121,7 +121,7 @@
"@walmart/mod-flex-mini-app": "1.19.6",
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.1.10",
- "@walmart/myteam-mini-app": "1.4.0",
+ "@walmart/myteam-mini-app": "1.10.0",
"@walmart/native-rfid-scanner": "3.9.15",
"@wa... | My Team mini app version update for Drop 23 | My Team mini app version update for Drop 23
|
6f5db83ea3c36d511971a843bf9e92eef9df3f89 | --- android/app/src/main/AndroidManifest.xml
@@ -78,6 +78,12 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
+ <intent-filter>
+ <action androi... | initial commit. | initial commit.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.