commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
273407963d717e63a39fb1b78db6849c3c40810f | --- yarn.lock
@@ -6231,7 +6231,6 @@ __metadata:
react: "npm:^18.2.0"
react-native: "npm:~0.73.7"
react-test-renderer: "npm:18.2.0"
- redux-saga-test-plan: "npm:^4.0.6"
typescript: "npm:^4.7.4"
languageName: unknown
linkType: soft
@@ -9586,13 +9585,6 @@ __metadata:
languageName: node
l... | pushing yarn lock changes after install | pushing yarn lock changes after install
|
b9b96fdadec6687af7f836831b8d33514d6e7175 | --- __tests__/sumo/SumoSagasTest.ts
@@ -239,6 +239,36 @@ describe('getPreHireProfile', () => {
});
expect(next.done).toEqual(true);
});
+
+ it('should getPreHireProfile() return the user emailId in loweCase', () => {
+ const iterator = getPreHireProfile();
+ const user = {
+ emailId: 'TESTTESTD... | fix(sumo): return preHireProfile userId in lowerCase -[RECRUIT-49087] | fix(sumo): return preHireProfile userId in lowerCase -[RECRUIT-49087]
|
7c637d2791a4327eb914e6bcd8db5351b50707b5 | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.13",
"@walmart/taskit-mini-app": "2.28.14",
- "@walmart/texting-mini-app": "2.0.13",
+ "@walmart/texting-mini-app": "2.0.18",
"@walmart/time-clock... | Updating texting package version | Updating texting package version
|
7e4bc9dfd384fecbd5ddaf4f22bdcbda75600a3d | --- __tests__/core/notificationInitTest.ts
@@ -7,6 +7,7 @@ import {
sumoSagas,
TOKEN_CHANGED_ACTION,
getToken,
+ clearNotificationBadge,
} from '../../src/core/notificationInit';
import {USER_CHANGED_ACTIONS, getOriginalUserData} from '../../src/redux';
import type {GlobalState, User} from '@walmart/redux-... | Fix/notification badge (#291) | Fix/notification badge (#291)
* bumping the sumo library
* WIP: tests
* added tests
* updated auth file
* moved appstate to notificationInit.ts
* renamed import
* move listener outside init
* remove mock
Co-authored-by: Hitesh Arora <>
Co-authored-by: Savan Akbari <Savankumar.akbari@walmart.co... |
2e1a557958345c5479b0df5f3600b162d4c4b3f9 | --- example/src/teamHub/screens/onboarding.tsx
@@ -17,9 +17,9 @@ export const OnboardingEntryScreen = TeamHub.createScreen(
useEffect(() => {
TeamHubLogger.info('test feature log - onboarding screen loaded');
- TeamHubTelemetry.logEvent('test_event', {
- param1: 'true',
- });
+ //TOD... | Adding telemetry for onboarding flow | Adding telemetry for onboarding flow
|
2728fea1f6d4128f755ab939e8b80e1f805fcde0 | --- android/app/build.gradle
@@ -153,8 +153,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 896
- versionName "1.8.6"
+ versionCode 900
+ ver... | version bump | version bump
|
3810ea613bd752ccc75e716f80965a1461c7fcbc | --- package.json
@@ -317,7 +317,7 @@
"coverageThreshold": {
"global": {
"statements": 100,
- "branches": 100,
+ "branches": 99,
"functions": 100,
"lines": 100
}
--- src/home/components/TaskCard/TaskClockStatusTeamCard2.tsx
@@ -80,7 +80,7 @@ export const Task... | adding default value for team name to handle possible changes on team name from athena | adding default value for team name to handle possible changes on team name from athena
|
d4567505de1eb534dfc54f5d451c05b1a20fb2e5 | --- __tests__/__mocks__/@walmart/config-components.js
@@ -5,4 +5,7 @@ module.exports = {
addListener: jest.fn(),
},
useRbacConfig: jest.fn(),
+ DeviceConfig: {
+ bundleId: 'com.walmart.allspark.beta',
+ },
};
--- __tests__/navConfig/NavConfigSagasTest.ts
@@ -15,7 +15,7 @@ import {
DeviceInfoSelect... | fix: update nav config initialization, remove local typings | fix: update nav config initialization, remove local typings
|
07fcecd470785498abf79201678ec1f7ef89b105 | --- targets/US/android/app/build.gradle
@@ -106,8 +106,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 935
- versionName "1.25.0"
+ versionCode 936
... | version bump to v1.25.10 | version bump to v1.25.10
|
890ec1112f3b61a24bf985c544f3d94d9394afa7 | --- __tests__/navigation/AssociateHallwayNav/DrawerNavTest.tsx
@@ -12,6 +12,7 @@ import {PinAccessActionCreators} from '../../../src/PinAccess/PinAccessRedux';
import {registerBannerComponents} from '../../../src/navigation/AssociateHallwayNav/Banners';
import {getCurrentRouteName} from '@walmart/react-native-shared-... | fix partial closing of meganav | fix partial closing of meganav
|
6caa89e7cc8dc435a509bb0b18d1da238ead96bb | --- ios/Podfile.lock
@@ -406,7 +406,7 @@ PODS:
- React-Core
- react-native-pdf (6.2.2):
- React-Core
- - react-native-ptt-module (1.5.63):
+ - react-native-ptt-module (1.5.65):
- PTT (= 0.7.14-rc.2)
- React
- react-native-safe-area-context (3.3.2):
@@ -970,7 +970,7 @@ SPEC CHECKSUMS:
reac... | updating to latest version | updating to latest version
|
5cde4505117f5e82a682557a3fa895305ee10efa | --- packages/allspark-foundation/src/FeatureRunner/screens/Impersonation.tsx
@@ -3,7 +3,6 @@ import { StackScreenProps } from '@react-navigation/stack';
import { ImpersonationForm, ImpersonationUser, User } from '../../User';
import { AllsparkBanners } from '../../Components';
-import { AllsparkNavigationClient } f... | refactor: use navigation prop on impersonation screen instead of global navigation | refactor: use navigation prop on impersonation screen instead of global navigation
|
0c71b6fed426bfc260d2e46f4b3c72c6f1fdb227 | --- __tests__/core/appConfigInitTest.ts
@@ -166,7 +166,7 @@ describe('getAppConfigScope', () => {
deviceType,
model,
osVersion,
- teamIds: '[SUP_US_5431785,SUP_US_5431785]',
+ teamIds: 'SUP_US_5431785,SUP_US_5431785',
},
});
expect(done).toEqual(true);
--- __t... | test case update | test case update
(cherry picked from commit fc6b71a7d44c927ff60a31bade36e42c64352401)
|
9a8111d152538f0a8f5a57b937454a728d8417da | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -54,6 +54,8 @@ import { AllsparkComponentProvider } from '../Components/context';
import { throwIfRequiredKeyMissing } from '../utils';
+const ERROR_PREFIX = 'AllsparkContainer Initialization Error';
+
const styles = StyleSheet.create({
ge... | fix: global variable created for error prefix | fix: global variable created for error prefix
|
4871378ab41096012a2036231f989a20ab6f8b44 | --- package.json
@@ -93,7 +93,7 @@
"@walmart/attendance-mini-app": "3.174.3",
"@walmart/avp-feature-app": "0.25.32",
"@walmart/avp-shared-library": "0.25.28",
- "@walmart/backroom-mini-app": "1.15.9",
+ "@walmart/backroom-mini-app": "1.15.10",
"@walmart/calling-mini-app": "0.8.11",
"@walm... | fix: SVZPK-5166 Fix backroom annual inventory status check (#4715) | fix: SVZPK-5166 Fix backroom annual inventory status check (#4715)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
1d6698408ec2af8b988b8bafc70e918fa27e7c2a | --- allspark.config.js
@@ -18,6 +18,9 @@ module.exports = {
},
environments: ['stg', 'prod'],
},
+ extraConfig: {
+ namingConvention: 'keep',
+ },
},
},
};
--- packages/allspark-foundation/src/cli/generate.js
@@ -73,6 +73,10 @@ const codegenConfig = {
documents: `... | feat(codegen): ALLSPARK-5823 update graphql codegen config with namingConvention (#203) | feat(codegen): ALLSPARK-5823 update graphql codegen config with namingConvention (#203)
|
559ee2d753b97b73f66afb40679149e9ac028ad4 | --- package.json
@@ -152,7 +152,7 @@
"@walmart/shop-gnfr-mini-app": "1.0.417",
"@walmart/sidekick-mini-app": "4.201.13",
"@walmart/store-feature-orders": "1.33.3",
- "@walmart/taskit-mini-app": "5.39.1",
+ "@walmart/taskit-mini-app": "5.39.2",
"@walmart/time-clock-mini-app": "3.19.2",
"@w... | chore: bump taskit version TASKIT-6698 (#4519) | chore: bump taskit version TASKIT-6698 (#4519)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
46672229c61995b983c05227be499a7862384060 | --- src/auth/ErrorScreen.tsx
@@ -31,10 +31,23 @@ import WmConfig from 'react-native-wm-config';
import {flatten, isEmpty} from 'lodash';
interface Lang {
- code: '';
+ code: string;
'en-US': string;
'es-MX': string;
}
+interface OptionList {
+ logLabel: string;
+ code: string;
+}
+interface LogMsg {
+ m... | typescript error fix | typescript error fix
|
5dc18678f98ad883c9d39f33c172e4ccd67f973b | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.1.2",
+ "version": "1.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/myteam-mini-app",
- "version": "1.1.2",
+ "version": "1.1.3",
"hasInstallScr... | Update version | Update version
|
0bc862bf935856233347ee5a0c7d29051dd838b9 | --- ios/Podfile.lock
@@ -1197,7 +1197,7 @@ PODS:
- React-Core
- react-native-blob-util (0.16.3):
- React-Core
- - react-native-cameraroll (4.1.2):
+ - react-native-cameraroll (5.6.0):
- React-Core
- react-native-encrypted-storage (1.1.3):
- React-Core
@@ -1539,7 +1539,7 @@ DEPENDENCIES:
-... | updated podfile. | updated podfile.
|
a780fb5f579be85ffe2a12a1f5af090f52ae50c8 | --- __tests__/copeSideKey/CopeKeyListenerTest.ts
@@ -1,46 +0,0 @@
-import {Platform} from 'react-native';
-import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
-import KeyEvent from '@walmart/allspark-cope-key-listener';
-import {
- COPE_DEVICE_SIDE_KEY_CODE,
- COPE_SIDE_KEY_TARGET,
- pr... | fixing side btn for d22 | fixing side btn for d22
|
9117cba3368172b456f9c8e4bfb308b71db5ff42 | --- src/utils/user.ts
@@ -4,7 +4,6 @@ import {Associate} from '../types';
import {GetAssociateNameQuery} from '../queries/getAssociateName';
import {ClockStatusEnum} from './ClockStatusEnum';
import moment from 'moment';
-import {payTypes} from '../constants';
const OBFUSCATION_KEY = 'texting-mini-app';
const OB... | updating clock status to match home screen | updating clock status to match home screen
|
00488ba2a838c774c8c61f700f96cdd43f5e3a21 | --- package-lock.json
@@ -3124,9 +3124,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.10",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.10.tgz",
- "integrity": "sha512-ENKfPWuEgfER1n71tZeuCH4CXXL7YdEKqiu7L4nL+70BRz/x+... | PTT hotfix for Roster | PTT hotfix for Roster
|
f99f8268c3476955db51f1ff3f146b5759ffb188 | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/ListHeader.tsx
@@ -2,6 +2,7 @@ import React from 'react';
import { View, Text } from 'react-native';
import { Checkbox } from '@walmart/gtp-shared-components/dist';
import { Teams, SelectAllTeams } from '../Constants/TeamSelectionConstants'... | Adding types | Adding types
|
d2979d6aeca7afd8568ba47c34c00edf5d114d6c | --- 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.5.36",
+ "@walmart/facilities-management-miniapp": "0.6.0",
... | Updating the facilities-management-miniapp version to 0.6.0 | Updating the facilities-management-miniapp version to 0.6.0
|
3fdb970c5a967fc8ef0f3ec004048d274dafa3b3 | --- package-lock.json
@@ -3372,9 +3372,9 @@
"integrity": "sha512-L9Ig27eukaRF9mCTo7bJjv0SL84iDLlmM8FNb0882XTBFeeQT7PuBVWDnQSNjhmxmrWHXOH/cC05G/wBHjgCHA=="
},
"@walmart/inbox-mini-app": {
- "version": "0.5.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.5... | bump inbox | bump inbox
|
6e25a3a8e0b4d8bdbf6eff93b5857d5bad11acc0 | --- graphql.yml
@@ -78,11 +78,11 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql'
tags:
- 'v1'
- - name: 'getAssociatePreferences'
- hash: '38e0530d669fff42cb1dc8e5814369c40c33f6d6a77ed734e039948a0c06e8f4'
-... | Update graphql.yml | Update graphql.yml
|
948ef79023fd114dcc6dae54ca38f3e5e6f41bf0 | --- targets/US/package.json
@@ -136,7 +136,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.7.2-alpha.2",
"@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.4.3#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.4.3-2621d9f1df.patch",... | update | update
|
a948775b744a7311c8c8fc77607007e17d1166d9 | --- src/components/ClockedOutScreenGuard.tsx
@@ -3,7 +3,7 @@
*/
import {analytics} from '../logger/Analytics';
import {noop} from 'lodash';
-import React, {ReactNode} from 'react';
+import React, {ReactChild, ReactElement, ReactNode} from 'react';
import {StyleSheet} from 'react-native';
import {Alert} from '@wal... | adding clockout screen guards | adding clockout screen guards
|
c014193e60e93715e627bcba68f4a279be387af8 | --- src/hooks/user.ts
@@ -2,9 +2,6 @@ import {useSelector} from 'react-redux';
import {UserSelectors, User} from '@walmart/redux-store';
import {teamLeadJobDescriptions as teamLeadJobDescriptionsSelector} from '../redux/selectors';
import {payTypes} from '../constants';
-import {Associate} from '../types';
-import {... | remove import statements | remove import statements
|
786dc4444fedec7c30d42e505841dc00be126a1c | --- package-lock.json
@@ -5546,9 +5546,9 @@
"integrity": "sha512-oLRBAU+H58nrZuOa4nMD6XP6Vio2jn1+w589K/WoLSy1+5ppnatYoVb3e3i6kfQ81S0FjgSt5G3Lfj9YseD+hw=="
},
"@walmart/shelfavailability-mini-app": {
- "version": "1.2.3",
- "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-... | Update package-lock.json | Update package-lock.json
|
afd7dbeb562761512634b088c1df5b653568dda1 | --- package.json
@@ -146,7 +146,7 @@
"@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.33",
"@walmart/sidekick-mini-app": "4.67.15",
- "@walmart/store-feature-orders": "1.26.12",
+ "@walmart/store-feature-orders": "1.27.1",
"@walmart/taskit-mini-app": "3.3.0"... | drop24 version update | drop24 version update
|
96a26ee7795a910dcecbdcbcd584f3647f082e48 | --- app.config.US.ts
@@ -271,6 +271,28 @@ const CONFIG: ExpoConfig = {
'Allow $(PRODUCT_NAME) to use your Camera for scanning barcodes',
},
],
+ [
+ 'react-native-audio-api',
+ {
+ 'iosBackgroundMode': true,
+ 'androidPermissions': [
+ 'android.permission.MODIF... | feat(lib): ALLSPARK-0000 add react-native-audio-api (#4554) | feat(lib): ALLSPARK-0000 add react-native-audio-api (#4554)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
9549e3d16e8a6cfab6a0d5c86bc4a168d9a61ff6 | --- package-lock.json
@@ -8835,6 +8835,11 @@
}
}
},
+ "react-native-connect-sso-redux": {
+ "version": "0.1.1",
+ "resolved": "https://npme.walmart.com/react-native-connect-sso-redux/-/react-native-connect-sso-redux-0.1.1.tgz",
+ "integrity": "sha512-Gi6qxCw37GMYJavr9Q32CEhsq6T9y1... | use connect sso lib | use connect sso lib
|
3b7620eae3460b82e2713020133d70e9c5cc1fec | --- packages/core-services/package.json
@@ -21,7 +21,7 @@
"dependencies": {
"@walmart/allspark-http-client": "^2.4.7",
"@walmart/allspark-utils": "^1.5.0",
- "@walmart/redux-store": "3.1.2",
+ "@walmart/redux-store": "~3.1.3",
"reduxsauce": "^1.2.1",
"reselect": "^4.1.5",
"seamless-imm... | chore: update redux store dependency | chore: update redux store dependency
|
92af2be7756ced8abbe2e623b6f5521c1b7c7d92 | --- packages/me-at-walmart-common/src/components/AskSam.ts
@@ -93,19 +93,4 @@ const CHAT_CONTAINER_KEY = 'ask_sam_chat';
* Ask Sam team before using this component container.
*/
export const AskSamChatContainer =
- AllsparkComponentContainers.create(CHAT_CONTAINER_KEY);
-
-/**
- * Extend the global namespace to a... | fix: update me at walmart component containers for new typing | fix: update me at walmart component containers for new typing
|
0a6a1365fef1622ef5a6b9d98c21f9df014eba22 | --- __tests__/harness/firestore/data/users.ts
@@ -3,6 +3,7 @@ import {encryptUserId} from '../../../../src/utils';
import {generateCreatedAt} from './timestamps';
// @ts-ignore
import {presenceStatuses} from './presence';
+import {values} from 'lodash';
export const rawUserList = [
'alice',
@@ -36,8 +37,10 @@ ... | fix return type for users generator | fix return type for users generator
|
2bbd6e7072933eaf6b4c55a6d9453e18e21da719 | --- packages/allspark-app-auth/package.json
@@ -25,19 +25,19 @@
"peerDependencies": {
"@react-native-community/async-storage": "~1.12.1",
"@walmart/react-native-encrypted-storage": "1.1.12",
- "@walmart/allspark-foundation": "2.0.0",
+ "@walmart/allspark-foundation": "2.0.1",
"react": "~17.0.2",... | chore: package updates | chore: package updates
|
16085c2ef68182bb015e20a4621cf49bf0a858cf | --- package.json
@@ -85,7 +85,7 @@
"@walmart/allspark-utils": "6.1.4",
"@walmart/amp-mini-app": "1.1.80",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.21.3",
+ "@walmart/ask-sam-mini-app": "1.22.1",
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp... | ask sam version bump | ask sam version bump
|
f3ed924ad22f3aebe6ca7a9591a99a1820a07586 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -30,11 +30,13 @@ export const TranslationClient = (config?: TranslationClientOptions) => {
let initialized = false;
let _config = config;
+ // Keep default instance default namespace in sync with foundation
i18next.on('initialized', (options) => ... | fix: change language override in translation client lead to infinite loop | fix: change language override in translation client lead to infinite loop
|
2129a8c1030d47c34d49d20efb58eee545dda45c | --- package-lock.json
@@ -3349,9 +3349,9 @@
"integrity": "sha512-Am5QrgtwxJ23j3GsZZivaZknjiWTuPFvFxV1J0ysrQZ3H4wZcgsxuFdsCJqA3Hzufo3pZdyMTZhNtAx4IuQjjw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.3.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.3... | inbox version bump | inbox version bump
|
d1f83ddf0b43424b398000e6658dfb3de2845b9f | --- packages/allspark-build-cache-provider/package.json
@@ -9,6 +9,14 @@
"lint:fix": "eslint ./src --fix",
"prepack": "yarn build"
},
+ "dependencies": {
+ "env-paths": "^3.0.0",
+ "fs-extra": "^11.3.0",
+ "node-fetch": "^3.3.2",
+ "octokit": "^4.1.3",
+ "tar": "^7.4.3",
+ "uuid": "^11.1... | fix: cache provider dependencies not installed automatically | fix: cache provider dependencies not installed automatically
|
3eea87bfbb15ceb543d24bbbc5276c53210d541e | --- package-lock.json
@@ -106,7 +106,9 @@
"lodash": "^4.17.21",
"luxon": "^1.28.0",
"moment": "^2.29.4",
+ "moment-timezone": "^0.5.33",
"namecase": "^1.1.2",
+ "numeral": "^2.0.6",
"promise.allsettled": "^1.0.6",
"react": "^18.2.0",
"react-ho... | adding moment-timezone and numeral in dependencies list | adding moment-timezone and numeral in dependencies list
|
2c1cdd7b9657d2d7ab5b91b6fe09a83740398261 | --- src/core/deviceInfoInit.ts
@@ -1,6 +1,7 @@
import type {DeviceInfo} from '@walmart/redux-store';
import {deviceInfoActions} from '@walmart/redux-store';
import {DeviceConfig} from '@walmart/config-components';
+import {logger} from '../services/Logger';
export const initDeviceInfo = async () => {
deviceInf... | adding log in error scenario | adding log in error scenario
|
3d28cec5ca483add3316c4eb8e2d116f1cc159b2 | --- src/components/AssociateRosterItem/index.tsx
@@ -32,7 +32,7 @@ import {AssociateItemProps} from './types';
import {styles} from './style';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../../translations';
-import {pushToTalkEnabled} from '../../redux/selectors';
+import {me... | integrate feature flag for message button | integrate feature flag for message button
|
ffdf705945dc99cc49e506f70668485fa5a3c6b6 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -98,7 +98,7 @@ export class AllsparkHubContainer {
<ClockGuard>
<OnboardingProvider>
<BottomSheetProvider>
- <HubDashboard
+ <HubDashboard
name={this.containerNa... | Update allspark hub lint | Update allspark hub lint
|
8572d335255010ce545a4a1a166292c15c747704 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 30
+ versionCode 31
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
5a29a6a8f6bf9574ede075e8df368516bf4c79f3 | --- .looper.yml
@@ -11,8 +11,11 @@ triggers:
name: PR
call: pr
- manual:
- name: Publish
+ name: Publish Changed
call: publishFromChanges
+ - manual:
+ name: Publish All
+ call: publishAll
- manual:
name: Publish from Package
call: publishFromPackage
@@ -35,... | chore: add publish all looper trigger | chore: add publish all looper trigger
|
a6d8c511fc3cb4e716125301ae2c5118738202bd | --- .looper.yml
@@ -24,4 +24,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- - yarn run coverage
+ - yarn run coverage
\ No newline at end of file
| feat(ui): update looper | feat(ui): update looper
|
6c83ab4a2bc53507dd921b950f02cefeeac61135 | --- package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-athena-queries": "6.1.4",
"@walmart/me-at-walmart-common": "6.1.4",
"@walmart/me-at-walmart-container": "6.1.4",
- "@walmart/metrics-mini-app": "0.20.8",
+ "@walmart/metrics-mini-app": "0.22.1",
"@walmart/mod-flex-mini-app": "1.16.4"... | Bumping metrics-mini-app version to 0.22.1 | Bumping metrics-mini-app version to 0.22.1
|
8bb909284baa88f4b4651679035ffb38ae3349d8 | --- targets/US/package.json
@@ -144,7 +144,7 @@
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.33",
- "@walmart/shop-gnfr-mini-app": "1.0.124",
+ "@walmart/shop-gnfr-mini-app": "1.0.127",
"@walmart/sidekick-mini-app": "... | shop-gnfr version update to 1.0.127 | shop-gnfr version update to 1.0.127
|
8c486306bdc86b47e6997bb23037c0494e6b8fbe | --- package-lock.json
@@ -47,7 +47,7 @@
"@walmart/calling-mini-app": "0.1.8",
"@walmart/compass-sdk-rn": "5.18.15",
"@walmart/config-components": "4.2.16",
- "@walmart/copilot-mini-app": "3.59.4",
+ "@walmart/copilot-mini-app": "3.59.8",
"@walmart/core-services": "~2.3.... | chore: bump copilot@3.59.8 | chore: bump copilot@3.59.8
|
c3f33c3472200927df94726c3f960bbfebf7d981 | --- .yarn/patches/README.md
@@ -88,12 +88,6 @@ This directory contains patches that are applied to packages during the install
- **Description**: TODO
-### `react-native-loudness`
-
-- **Issue**: [react-native-loudness#1]()
-
-- **Description**: The package Podspec does not have a homepage configured. This cause a... | removing from readme and rebasing with feature/drop26 | removing from readme and rebasing with feature/drop26
|
a44c2787179991dc90469e52d27b18124eb7be17 | --- package-lock.json
@@ -87,7 +87,7 @@
"@walmart/react-native-webex-sdk": "0.1.5",
"@walmart/receipt-check-miniapp": "1.19.3",
"@walmart/redux-store": "3.7.0",
- "@walmart/returns-mini-app": "3.13.0",
+ "@walmart/returns-mini-app": "4.1.0",
"@walmart/roster-mini-app": ... | returns drop 20 | returns drop 20
|
1d33a424a541bfa1a6d7ad1bbacaababd80b2a23 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -681,7 +681,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.1;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(in... | Fixing ios deployment target | Fixing ios deployment target
|
f92c62ca609bb5bdb8eb5c44f6454511e72d7872 | --- .looper.yml
@@ -23,4 +23,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- # - yarn run coverage
\ No newline at end of file
+ - yarn run coverage
\ No newline at end of file
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version... | feat(ui): update myteam mini app version | feat(ui): update myteam mini app version
|
f3bc1cc3398db76778ec0b4556ada1d4b5e5e2ca | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.32",
+ "version": "1.15.33",
"main": "dist/index.js",
"files": [
"dist"
| Update my team mini app version | Update my team mini app version
|
6618b2e345146ba5aa6cab382cab62b59c99422d | --- app.config.US.ts
@@ -63,7 +63,11 @@ const CONFIG: ExpoConfig = {
},
assetBundlePatterns: ["**/*"],
// Will be available on Constants.expoConfig.extra
- extra: {},
+ extra: {
+ // eas: {
+ // projectId: "8235a61b-e3eb-4115-8f4b-c41536e33707",
+ // },
+ },
icon: Environment.select({
pro... | chore: add development team ios plugin | chore: add development team ios plugin
|
f04f52733a62ec5f9a29f5365cd159e7b25be199 | --- package.json
@@ -111,7 +111,7 @@
"@walmart/core-services": "~6.5.2",
"@walmart/core-services-allspark": "6.27.0",
"@walmart/core-widget-registry": "6.26.0",
- "@walmart/counts-component-miniapp": "0.3.4",
+ "@walmart/counts-component-miniapp": "0.3.5",
"@walmart/digital-locks-mini-app": "1... | feat(price-changes-mini-app): PC, Counts, MA drop 35 version bump (#5158) | feat(price-changes-mini-app): PC, Counts, MA drop 35 version bump (#5158)
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com>
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com> |
b0066c1420bc0c3b40377e83df4cd09b0a7fba0e | --- package.json
@@ -56,7 +56,7 @@
},
"overrides": {
"@walmart/config-components": {
- "@walmart/core-services": "5.0.0-beta.18",
+ "@walmart/core-services": "5.0.0-beta.20",
"@walmart/core-services-allspark": "5.0.0-beta.18",
"@walmart/core-utils": "5.0.0-beta.18",
"@walmart/redux-store": "5.0.0... | fix: various fixes from foundation testing | fix: various fixes from foundation testing
|
9492bf911f80bcd371bfa8637cb4293c44cbf04b | --- package-lock.json
@@ -3254,9 +3254,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.4.21",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.4.21.tgz",
- "integrity": "sha512-GMeDAXzubNkJFyWqxWp/aiLeOhGVIKc7cMb4DnUzMwcfJn... | updating package lock json | updating package lock json
|
766dfc304a7efbab98a6c4412e6a32d587d158ae | --- package-lock.json
@@ -5279,9 +5279,9 @@
}
},
"@walmart/gtp-shared-components": {
- "version": "1.8.13",
- "resolved": "https://npme.walmart.com/@walmart/gtp-shared-components/-/gtp-shared-components-1.8.13.tgz",
- "integrity": "sha512-KsfUmJxHMhtkiX7U6Z3gBq1H1SUjMBaG5MJLnjJUfb1I+kNiw... | Update package-lock.json | Update package-lock.json |
6d08ccc68a6b9743915e408af1c5e9991eb53a57 | --- package.json
@@ -122,7 +122,7 @@
"@walmart/me-at-walmart-common": "workspace:^",
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-geolocation": "1.2.0",
- "@walmart/metrics-mini-app": "1.29.12",
+ "@walmart/metrics-mini-app": "1.29.14",
"@walmart/mod-flex-mini-app... | feat(metrics): OPIF-262178 version bump (#4534) | feat(metrics): OPIF-262178 version bump (#4534)
* chore(package.json): METRICS-792,902 Fixing filter selection for metrics
* fix(metrics): OPIF-262178 version bump
---------
Co-authored-by: k0f0734 <kevin.foniciello@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.w... |
b950705de0e8cc1a5c0e23aec6bffc69a8513674 | --- src/components/TeamList.tsx
@@ -31,7 +31,7 @@ import {
useStartTeamText,
useUserIsInRoster,
useSiteTranslationContext,
- useIsUserPartOfStoreOrSite,
+ useTotalSiteOrTotalStore,
} from '../hooks';
import {NavigationProp, useNavigation} from '@react-navigation/native';
import {TextingNavParamsMap} from ... | update name for hook | update name for hook
|
6c862491df4344e7f13e44fef758c6795e8ec672 | --- .husky/pre-commit
@@ -1,22 +1,81 @@
#!/bin/sh
-# Run tests with coverage threshold validation
-echo "🧪 Running tests with coverage validation..."
-yarn test
+# Run tests and coverage validation on changed files only
+echo "🧪 Running tests on changed files..."
-if [ $? -ne 0 ]; then
- echo "❌ Tests failed or... | refactor: SMDV-8201 fixing husky config | refactor: SMDV-8201 fixing husky config
|
8b5f05e3c4157359fe26e3213c222699d351dcf9 | --- package-lock.json
@@ -47,12 +47,12 @@
"@walmart/emergency-mini-app": "1.17.0",
"@walmart/exception-mini-app": "1.0.16",
"@walmart/facilities-management-miniapp": "0.4.2",
- "@walmart/feedback-all-spark-miniapp": "0.9.9",
+ "@walmart/feedback-all-spark-miniapp": "0.9.10",
... | version bump | version bump
|
d668ba8515615a449a00beb07e29feab45e1d933 | --- package.json
@@ -182,7 +182,7 @@
"@walmart/timesheet-feature-app": "0.2.0",
"@walmart/topstock-mini-app": "1.28.19",
"@walmart/translator-mini-app": "1.8.14",
- "@walmart/ui-components": "1.28.0",
+ "@walmart/ui-components": "1.28.1",
"@walmart/walmart-fiscal-week": "^0.3.6",
"@walmar... | fix: navigation icon visibility fix | fix: navigation icon visibility fix
|
b63911f929624bb4c17da37aeafa895c6dbb10e3 | --- __tests__/__mocks__/@walmart/ui-components.js
@@ -9,4 +9,5 @@ module.exports = {
LockScreen: 'LockScreen',
DrawerButton: 'DrawerButton',
Modal: 'Modal',
+ ClockOutOverlay: 'ClockOutOverlay',
};
--- __tests__/navigation/ClockOutGuardTest.tsx
@@ -2,8 +2,8 @@ import React from 'react';
import {Text} from... | Replacing Modal with ClockOutOveraly | Replacing Modal with ClockOutOveraly
|
47ab62410d2b5fea79d090b6174ee15b0f41adfb | --- __tests__/channels/components/AssociateRosterItem.test.tsx
@@ -5,7 +5,6 @@ import {
AssociateRosterItem,
renderAssociateRosterItem,
} from '../../../src/components';
-import React from 'react';
import {initialStateMock} from '../../harness/redux/mockState';
import {UserSelectors} from '@walmart/allspark-fo... | fix(ui): chat bubble size and unread message count | fix(ui): chat bubble size and unread message count
|
070706fbfb8741ce36d9428d0241eb4317e895ea | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/attendance-mini-app": "0.190.2",
"@walmart/compass-sdk-rn": "4.0.0",
"@walmart/config-components": "4.1.0-rc.4",
- "@walmart/copilot-mini-app": "^1.55.2",
+ "@walmart/copilot-mini-app": "^1.56.0",
"@walmart/core-services... | chore: bump version | chore: bump version
|
17b1c5aff2e0e65daa96d22e21c944c61407bd2d | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.30.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.29.0...v1.30.0) (2025-05-01)
+
+
+### Features
+
+* **ui:** update roster version ([c5b892f](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/c5b892f3b1df5a45b5bc733334305984d413a29f))
+
# [1.29.... | chore(release): 1.30.0 [skip ci] | chore(release): 1.30.0 [skip ci]
# [1.30.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.29.0...v1.30.0) (2025-05-01)
### Features
* **ui:** update roster version ([c5b892f](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/c5b892f3b1df5a45b5bc733334305984d413a29f))
|
2224295f91a27d4fff91460e2be11a5fe88431dc | --- src/auth/SectionCard.tsx
@@ -3,7 +3,6 @@ import {View, ImageSourcePropType, ViewStyle} from 'react-native';
import {Image} from 'expo-image';
import {Heading, Button, Body, Card} from '@walmart/gtp-shared-components';
-import {createImageErrorHandler} from '../core/Logger';
import styles from './styles';
in... | lint fix | lint fix
|
3607b8081a020861171c8d2e7ab8032ded71151a | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.6.11",
+ "version": "3.6.12",
"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
|
d84fcf6cc6d71fe0801ca1df11192ed3b541fe74 | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSelection/Component/TeamSelectionList.tsx
@@ -54,6 +54,10 @@ export const TeamSelectionList = ({
StoreManagerExperienceSelectors.getUserIsAlreadyOnboarded
);
+ const selectedTeamPreference: string = useSelector(
+ StoreManagerExperienceSelectors.g... | feat(ui): selection bug fix | feat(ui): selection bug fix
|
791b6d74c777a76fdf10e8ae1215753cd3e6d545 | --- __tests__/components/__snapshots__/ListEmptyComponentTest.tsx.snap
@@ -28,7 +28,7 @@ exports[`ListEmptyComponent renders all components 1`] = `
},
]
}
- testID="Alert"
+ testID="rosterScreenErrorAlert"
>
<View
style={
--- __tests__/managerExperience/components/AssociateList.test.tsx
@@ -... | test: added tests for list empty component | test: added tests for list empty component
|
0c430dc6071c48557a05151b706e076f0ac427e4 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.16.0",
+ "version": "2.17.0",
"main": "dist/index.js",
"files": [
"dist"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^5.37.0",
"@walmart/allspark-authentication": "6.1.4",
"@walmart/allspark-founda... | Update roster mini app version | Update roster mini app version
|
08791019c32730702788b5e3fe73597abf7f8553 | --- .looper.multibranch.yml
@@ -63,8 +63,8 @@ flows:
- call: sonar-scan-pr
- parallel(failsafe):
- (name Scanning Walmart Packages) npm run lint:changed-walmart-libs ${GITHUB_PR_TARGET_BRANCH}
- - (name Scanning Deperecated Packages In Core) export GITHUB_REPOSITORY="${GITHUB_REPOSITORY}" && e... | feat(lib): modify looper | feat(lib): modify looper
|
6ba316bea771bbf491ea301ec73a1e3c1a415ac6 | --- package-lock.json
@@ -5488,9 +5488,9 @@
"integrity": "sha512-Tz8PRLTpf4goLTBXayZxsBRuy/8+fnxjt+m7g3kfu0NRG58n/MgKi9krclf+LSLBhYTJcL5sKg8ckhA90dHlYQ=="
},
"@walmart/receipt-check-miniapp": {
- "version": "1.7.0",
- "resolved": "https://npme.walmart.com/@walmart/receipt-check-miniapp/-/rece... | Bump receipt check for store id | Bump receipt check for store id
|
0584f59c2634d1b4180adcb7916531014f569b88 | --- src/channels/provider.tsx
@@ -27,6 +27,7 @@ import {fetchChannelName, fetchChannelLastMessage} from './services';
import {logger} from '../logger/Logger';
import {textingSlice} from '../redux/reducer';
import {SEVEN_DAYS_AGO_TIMESTAMP} from '../constants';
+import {getChannelIdFromChannelPath} from '../../dist/c... | create array of channelShortIds | create array of channelShortIds
|
8a8f8c2af3ba76d1b490f22b2ed23cdced33c1c9 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.4",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.1",
- "@walmart/copilot-mini-app": "1.77.5",
+ "@walmart/copilot-mini-app": "^1.77.6",
"@walmart/core-services": "~2... | chore: bump copilot @1.77.6 | chore: bump copilot @1.77.6
|
a841b3d67a12425200de9c82876e54b539dbc887 | --- .looper-pr.yml
@@ -15,4 +15,4 @@ envs:
MONO_REPO: allspark/allspark-core
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
- SLACK_CHANNEL: "smdv-miniapp"
\ No newline at end of file
+ SLACK_CHANNEL: "smdv-miniapp"
--- sonar-project.properties
@@ -1,5 +1,5 @@
-sonar.projectKey=com.walmart... | fix(ui): sonar property update SMDV-5648 | fix(ui): sonar property update SMDV-5648
|
903a3c1224ad2909762b1656a77061207dab6ae1 | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.6",
"@walmart/impersonation-mini-app": "1.19.1",
- "@walmart/ims-print-services-ui": "2.4.1",
+ "@walmart/ims-print-services-ui": "3.0.0",
"@w... | updated print version with fact tag change | updated print version with fact tag change
|
2fe0378498780173c7026a0e7ecaad178c353e1e | --- core/src/navigation/USHallway/AssociateHallwayNav/MainStackNav.tsx
@@ -473,7 +473,7 @@ const MiniAppScreens = createMiniAppScreens(MainStack, [
clockCheckEnabled: false,
},
{
- featureId: FEEDBACK_ME,
+ featureId: MINI_APPS.FEEDBACK_ME,
name: 'FeedbackDialogScreen',
component: FeedbackDia... | fixed app crash | fixed app crash
|
f1b70871069ac81db6c7436a6e20b7fb963db4ca | --- src/screens/index.tsx
@@ -10,8 +10,8 @@ import {WarningBanner} from '../components/WarningBanner';
export const RosterMiniApp = () => {
return (
<ClockGuard>
- <WarningBanner />
- <RosterNavigation />
+ <WarningBanner />
+ <RosterNavigation />
</ClockGuard>
);
};
| feat(ui): remove wmconnect mini app and add DND status chip from wmconnect shared component | feat(ui): remove wmconnect mini app and add DND status chip from wmconnect shared component
|
2f16bc63ea839f421e322c440702453a4ace3aef | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.18.1](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.18.0...v1.18.1) (2025-03-13)
+
+
+### Bug Fixes
+
+* **ui:** remove the .npmrc file ([52f23a3](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/52f23a36c783be5c52aedb013d2e9e57f18290e5))
+
# [1.... | chore(release): 1.18.1 [skip ci] | chore(release): 1.18.1 [skip ci]
## [1.18.1](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.18.0...v1.18.1) (2025-03-13)
### Bug Fixes
* **ui:** remove the .npmrc file ([52f23a3](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/52f23a36c783be5c52aedb013d2e9e57f18290e5))
|
43f0860027f9d44102b0228f1153321e11abaef0 | --- Allspark_MeAtWM_Beta_InHouse_Profile.mobileprovision
Binary files a/Allspark_MeAtWM_Beta_InHouse_Profile.mobileprovision and /dev/null differ
| deleting provisioning file from root | deleting provisioning file from root |
e24bc72db0937db9f1f788e22e98babcef19ccea | --- container/index.tsx
@@ -16,11 +16,14 @@ import {
import {useAuth} from '@walmart/core-services/Auth';
import {AllsparkCoreServices} from '@walmart/core-services-allspark';
+// @ts-ignore
import {AuthenticatorView} from './AuthenticatorView';
+// @ts-ignore
import {UserView} from './UserInfo';
+// @ts-ignore
... | update ts | update ts
|
b63f0856f35551628aedecd6903029a12a1f2c1d | --- .looper.multibranch.yml
@@ -37,12 +37,11 @@ cache:
envs:
global:
variables:
+ RUBY_PATH: '/Users/jenkinspan/.rbenv/shims'
CI: true
LOOPER_NODES: '((osx||stable_osx)&&!dualcore)'
GITHUB_TOKEN: "%{credentials.secret('GITHUB_TOKEN')}"
-
TMPDIR: /tmp
-
ANDROID_TOOLS:
... | fix(looper): ruby bundle issue fix looper | fix(looper): ruby bundle issue fix looper
|
9d453f6b0cb165d6bac3d1a24a1eff3e9fac9e1e | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 26
+ versionCode 27
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
5a879335f6226c11a8708fe7c97aa5129fa1a3ae | --- packages/allspark-foundation/src/FeatureRunner/screens/Login.tsx
@@ -1,9 +1,9 @@
-import React from 'react';
+import React, { useState } from 'react';
import { useSelector } from 'react-redux';
import { StyleSheet, View } from 'react-native';
import { StackScreenProps } from '@react-navigation/stack';
import { ... | fix: feature runner sign in loading state effecting all sign in buttons | fix: feature runner sign in loading state effecting all sign in buttons
|
b600928f32925eebad0e300d797001b1c203b8f5 | --- src/core/versionsInit.ts
@@ -24,6 +24,7 @@ const miniApps = [
'react-native-ssmp-sso-allspark',
'@walmart/counts-component-miniapp',
'@walmart/manager-approvals-miniapp',
+ '@walmart/metrics-mini-app',
];
export async function initAppVersions() {
| Adding metrics mini app to versions list | Adding metrics mini app to versions list
|
d8120a075552da2d33290f1500ae1f33b8759e1b | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/schedule-mini-app": "0.37.0",
"@walmart/settings-mini-app": "1.19.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
- "@walmart/taskit-mini-app": "2.47.2",
+ "@walmart/taskit-mini-app": "2.47.3",
"@walmart/texting-min... | chore: bump taskit@2.47.3 | chore: bump taskit@2.47.3
|
6631ec2fd7027fa114b646e9e830202b2f49fcad | --- packages/allspark-foundation/package.json
@@ -98,7 +98,6 @@
"@types/node-fetch": "^2.6.9",
"@types/react-redux": "^7.1.9",
"@walmart/gtp-shared-components": "^2.2.2",
- "@walmart/me-at-walmart-athena-queries": "6.4.2",
"@walmart/react-native-scanner-3.0": "0.6.3",
"@walmart/react-native-... | Addressing PR comments | Addressing PR comments
|
804768d7fd36caf9e1d80671e8de3ec23d8012ef | --- package-lock.json
@@ -3611,9 +3611,9 @@
}
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.21",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clock-mini-app-0.4.21.tgz",
- "integrity": "sha512-nxchtjmd0QDeCp+XE2GP1319/wwi53Cd2NhcCkL9WvDIcmyqkZTUb5d... | Update time-clock-mini-app version | Update time-clock-mini-app version |
c1888901bad0fbfd4110b6a4c1342f1cd012aa0c | --- ios/Podfile.lock
@@ -479,6 +479,8 @@ PODS:
- React
- RNSketchCanvas (0.8.0):
- React
+ - RNSoundPlayer (0.10.9):
+ - React
- RNSVG (12.1.0):
- React
- RNVectorIcons (7.1.0):
@@ -568,6 +570,7 @@ DEPENDENCIES:
- RNScreens (from `../node_modules/react-native-screens`)
- RNSha256 (from... | adding Podfile.lock | adding Podfile.lock
|
4baee5b72ccbc9cb9ce879417688d7ccfa5e1596 | --- src/impersonation/sagas.ts
@@ -1,8 +1,10 @@
-import {all, call, put, takeLatest} from 'redux-saga/effects';
+import {all, call, put, select, takeLatest} from 'redux-saga/effects';
import {
IUserActions,
+ User,
UserActionCreators,
UserActionTypes,
+ UserSelectors,
} from '@walmart/allspark-foundation/U... | fix: cached user info was not updated when preferences are changed | fix: cached user info was not updated when preferences are changed
|
49d9e3ca0a7d41e683346eec2b0df0bfc7396dd9 | --- .looper.yml
@@ -1,4 +1,3 @@
-
tools:
nodejs:
- 20.5.1
@@ -8,6 +7,11 @@ updateTaskStatusOnGit: true
scheduling: concurrent
+envs:
+ global:
+ variables:
+ ALLOW_NPM_PUSH_TO_AF: true
+
triggers:
- manual:
name: PR
@@ -104,7 +108,7 @@ flows:
- call: coverage
- sonar("Sonar")... | chore: changes for proximity to artifactory npm migration | chore: changes for proximity to artifactory npm migration
|
c5b3bda4b548244270707acb4f4f6362127735d3 | --- package-lock.json
@@ -3323,9 +3323,9 @@
"integrity": "sha512-GIK3yOpMOShJylR3pFnCnQhNOCknzhcpSE+qW51mUXrnVkOxUBK8ENtYurUc2GumOROfh+728tCHyXoY7yB+NQ=="
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.15",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp... | Counts version bump | Counts version bump
|
b4da15e28b231d507dd576641ebf57b6965294e5 | --- ios/Podfile.lock
@@ -1287,4 +1287,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 5d9ba60be3dfb87f4278eff1d4ebb95b0c7dbcf4
-COCOAPODS: 1.11.3
+COCOAPODS: 1.12.0
| updating pods to 1.12.0 | updating pods to 1.12.0
|
b7a158fcfd2a73da5591fd411c1270292af93acf | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.260.0-rc.0",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.260.0-rc.0.tgz",
- "integrity": "sha512-nmV3GNJLugjrbeacp10vvrm+Vi6m2JwJh9+rffMiCFmQKwNDJxwss65... | Updating taskIt version | Updating taskIt version
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.