commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
c2141b12f626d49fe1b96c6cd6aaa7e564ff1115 | --- 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.
+## [6.0.15-alpha.0](https://gecgithub01.walmart.com/allspark/allspark/compare/v6.0.14...v6.0.15-alpha.0) (2024-04-16)
+
+### Bug ... | chore(version): updating package version | chore(version): updating package version
|
75dddb494bac7cbaf7d3836b2e38c075260ba4ab | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/pay-stub-miniapp": "0.9.21",
"@walmart/payrollsolution_miniapp": "0.130.23",
"@walmart/price-changes-mini-app": "1.6.10",
- "@walmart/profile-feature-app": "0.124.0",
+ "@walmart/profile-feature-app": "0.126.0",
"@walmar... | Bump profile-feature-app to 0.126.0 | Bump profile-feature-app to 0.126.0
|
85007e7dd5a439bb1dcf00e79c78d9f0170f47cd | --- CHANGELOG.md
@@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.36.0-alpha.0](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.35.1-alpha.3...v6.36.0-alpha.0) (2025-09-03)... | chore(version): updating package version | chore(version): updating package version
|
150f8b1de10701b15cfa73986c95c27df4491bc0 | --- src/utils/messages.ts
@@ -122,6 +122,12 @@ export const createMessageList = (config: {
);
}
+ // For the first message time stamp
+ if (lastMoment && docs.length - 1 === index) {
+ const firstMessageDate = lastMoment.format('ddd, MMM D [at] h:mm A');
+ messages.push(firstMessageDate);
... | Added the changes for first message timestamp | Added the changes for first message timestamp
|
348a0e93d0b69bfd837e01da02d02a290b830263 | --- __tests__/PinAccess/PinAccessScreenTest.tsx
@@ -122,6 +122,18 @@ describe('PinAccess', () => {
expect(setStoredPin).toHaveBeenCalledWith(pinCode);
});
+ it('renders as a Modal for PinScreenModal component', async () => {
+ defaultStateMock();
+
+ let component: ReactTestRenderer;
+ await act(asy... | Feature/handle pin overlap (#565) | Feature/handle pin overlap (#565)
* lint fix
* Removed lintskip check
* typo fix
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
7fcbe252f863dbfc5ec64e084d00efc79d5eba4b | --- .looper.yml
@@ -7,15 +7,16 @@ tools:
flavor: azul
version: 17
+envs:
+ global:
+ variables:
+ ALLOW_NPM_PUSH_TO_AF: true
+
flows:
default:
- call: pr
- yarn run build
- - yarn publish
- - sonar("Sonar"):
- - (name Sonar Scanner) sonar-scanner -Dproject.set... | chore(ui): update looper yml | chore(ui): update looper yml
|
d423e01d721f85f0c38256ca49e324720e6c288a | --- __tests__/hooks/firestore.test.ts
@@ -1,4 +1,8 @@
+/* eslint-disable */
+import {renderHook} from '@testing-library/react-hooks';
import {useEnvironment} from '@walmart/allspark-foundation/Environment';
+import {useFirestore, getFirestoreInstance} from '../../src/hooks/firestore';
+import {FIRESTORE_DB_NAME} from ... | test: update test failures | test: update test failures
|
60fcd73971ee090c28e30ad628d8dd52550e0690 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.0-alpha.1",
+ "version": "3.7.0-beta.1",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): update lint fixes | feat(ui): update lint fixes
|
274aad1d86c6d72db6359727d619f51b11d3983b | --- src/managerExperience/components/RosterDetailPageHeader/RosterDetailPageHeader.tsx
@@ -3,8 +3,8 @@ import {RosterDetailPageHeaderProps} from './types';
import {Text, View} from 'react-native';
import {Heading, Link} from '@walmart/gtp-shared-components';
import {getRosterDetailPageHeaderStyles} from './style';
-... | refactor: update imports for images | refactor: update imports for images
|
6b64ae88e2c04388639300b36da4e9193bfcff5d | --- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/Screens/HubDashboard.tsx
@@ -15,7 +15,10 @@ import {
hubHeaderEnabled,
hubTeamSwitcherEnabled,
} from '../../../Redux/selectors';
-import { TOTAL_STORE_TEAM_ID, TOTAL_STORE_TEAM_LABEL } from '../../../Common/constant';
+import {
+ TOTAL_STO... | feat(ui): Update the folder structure for manager experience | feat(ui): Update the folder structure for manager experience
|
0d6ceb86e532e8be099117e3eb930d3580ad0ed5 | --- src/components/MessagesHeader.tsx
@@ -1,4 +1,4 @@
-import React, {useMemo} from 'react';
+import React from 'react';
import {TouchableOpacity, View, StyleSheet} from 'react-native';
import {useNavigation} from '@react-navigation/native';
import {Body, CloseIcon, colors} from '@walmart/gtp-shared-components';
@@ ... | Fixing first time clockedIn/Out status not showing issue | Fixing first time clockedIn/Out status not showing issue
|
4e48468eba26c75c6d2bcccdbd40f8a5a1a91791 | --- package.json
@@ -51,7 +51,6 @@
"verifyBranchName": "sh ./scripts/verifyBranchName.sh"
},
"dependencies": {
- "@livingdesign/tokens": "^0.63.5",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-camera-roll/camera-roll": "5.6.0",
"@react-native-community/art": "^1.2.... | Drop 22 removing livingdesign package | Drop 22 removing livingdesign package
|
e0f566e19efc62d31d9eaa15145915d7bb06c16d | --- CODEOWNERS
@@ -1 +1,20 @@
-* @smdv/myTeam-devs
+# allspark-admin-team will be the default owners of everything in
+
+# the repo. Unless a later match takes precedence they will be requested
+
+# for review when someone opens a pull request.
+
+- @allspark/allspark-admi... | Update example code and docs | Update example code and docs
|
a1385eaa0bf69017d744c68beafbf3872c3ced1f | --- packages/expo-config-plugins/package.json
@@ -24,4 +24,4 @@
"@types/fs-extra": "^11.0.4",
"typescript": "5.0.4"
}
-}
\ No newline at end of file
+}
| chore: fix package json space generation | chore: fix package json space generation
|
8f7e7492ce2a4a681f3ee349e1c75c424f2942d2 | --- packages/expo-config-plugins/__tests__/withiOSStripBinarySymbols-test.ts
@@ -0,0 +1,83 @@
+import withiOSStripBinarySymbols from '../src/withiOSStripBinarySymbols';
+import { withXcodeProject } from '@expo/config-plugins';
+
+jest.mock('@expo/config-plugins', () => {
+ return {
+ withXcodeProject: jest.fn((conf... | feat(plugin): allspark-6539 code refactor | feat(plugin): allspark-6539 code refactor
|
8c028d9b265ebac997717e14e9549f71bcc80630 | --- .looper.yml
@@ -30,24 +30,26 @@ flows:
default:
- call: pr
- yarnInstall:
+ installDependencies:
- (name Yarn Install) corepack enable
- (name Yarn Version) yarn --version
- (name Install Dependencies) yarn install
- preparePackages:
- - call: yarnInstall
+ buildPackages:
- (n... | chore: add missing peer dependencies. update looper file | chore: add missing peer dependencies. update looper file
|
5c86cf0366bd1ff38459d4b049528a8521b78677 | --- .looper.multibranch.yml
@@ -177,7 +177,7 @@ branches:
triggers:
- push:
skipAuthor: jenkinspan
- - spec: release
+ - spec: release/*
call: build(rc)
triggers:
- push:
| updating branching spec for release branch | updating branching spec for release branch |
9b2e248333fc6ae13de49070619b4a757062dd62 | --- packages/allspark-foundation-hub/src/SupplyChain/Components/AllSupplyTeamsList/style.ts
@@ -30,7 +30,6 @@ export default StyleSheet.create({
},
listHeaderSubTitle: {
lineHeight: 24,
- marginBottom: 20,
},
editContainer: {
marginLeft: -10, // this is needed in Modal
| Updating styles | Updating styles
|
9c0c53a4bdf66bbf0b3a059f8fe01078e783e2da | --- yarn.lock
@@ -5879,11 +5879,11 @@ __metadata:
"@walmart/compass-sdk-rn@patch:@walmart/compass-sdk-rn@npm%3A5.19.3#~/.yarn/patches/@walmart-compass-sdk-rn-npm-5.19.3-6aa8f19bab.patch":
version: 5.19.3
- resolution: "@walmart/compass-sdk-rn@patch:@walmart/compass-sdk-rn@npm%3A5.19.3#~/.yarn/patches/@walmart-co... | chore: yarn file update | chore: yarn file update
|
42c68f4c4aec4b200958ba9804f02e7b167eb5e3 | --- src/components/AssociateRosterItem/index.tsx
@@ -76,7 +76,6 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
const name = associateDisplayName(associate);
const associateName = namecase(name.slice(0, 20));
- //Todo: Check the logic for 5 limit and reverse the addition, most... | update the recent message history changes | update the recent message history changes
|
262e3c592db77c0d4b56e86002380579387334db | --- package.json
@@ -73,7 +73,7 @@
"@walmart/exception-mini-app": "0.28.0-rc.1",
"@walmart/feedback-all-spark-miniapp": "0.0.55",
"@walmart/functional-components": "1.0.31",
- "@walmart/gtp-shared-components": "^1.1.8",
+ "@walmart/gtp-shared-components": "^1.2.0",
"@walmart/impersonation-mini... | bumping gtp library | bumping gtp library
|
7d4fb02bab819b0b3bf368c9400016a241459c70 | --- ios/AllSpark/Info.plist
@@ -82,14 +82,6 @@
<string>We use your gallery for scanning images of barcodes</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>We would like to use speech recognition to perform voice searches</string>
- <key>NSCameraUsageDescription</key>
- <string>$(PRODUCT_NAME) need... | Update Info.plist | Update Info.plist |
594eb02e6591894007d1ae4ceb655826dc7caf02 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -24,6 +24,7 @@ export const DefaultConfig: TranslationClientOptions = {
export const TranslationClient = (config?: TranslationClientOptions) => {
const _instance = i18next;
let initialized = false;
+ let _config = config;
/**
* Returns true ... | fix: translation client not referencing correct config during get locale config | fix: translation client not referencing correct config during get locale config
|
749606b72bba55d2182f953760f1abae13cd861b | --- targets/US/package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.24.7",
"@walmart/associate-listening-mini-app": "1.2.7",
- "@walmart/attendance-mini-app": "3.86.0",
+ "@walmart/attendance-mini-app": "3.87.0",
"@walmart/avp-feature-app... | bump ama verion 3.87.0 | bump ama verion 3.87.0
|
f1c90bf1282f00a54e543a94ff322a0902967341 | --- src/appState/AppStateSagas.ts
@@ -37,7 +37,6 @@ export function* watchForAppStateChange(): any {
export function* onAppInactive(): any {
const user = yield select(getUser);
- console.log('onAppInactive');
if (user) {
yield call(AsyncStorage.setItem, 'user_was_present', 'true');
@@ -51,7 +50,7 @@ ex... | Removing logs | Removing logs
|
7363a01ee505862cd5d20c1f5f991a048b9fad4d | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.7.0",
+ "version": "3.7.1",
"main": "dist/index.js",
"files": [
"dist",
| feat(ada): update versions | feat(ada): update versions
|
ddac163f93651ab6548e99f1d1f003ea76664861 | --- src/auth/ConfirmSignoutPrompt.tsx
@@ -48,14 +48,14 @@ export const ConfirmSignoutPrompt = (
) => {
const {navigation, route} = props;
const {
- params: {reason},
+ params: {reason = ''},
} = route;
const dispatch = useDispatch();
const [t] = useTranslation('common');
useBackButton(() => t... | fix: sign out prompt fix | fix: sign out prompt fix
|
02f71b802569237fda512cfc1ff4157872087bf1 | --- src/index.tsx
@@ -61,15 +61,15 @@ export const initialize = async (debugToken: string) => {
provider: rnfbProvider,
isTokenAutoRefreshEnabled: true,
});
-
- reducerManager.addReducer(textingSlice.name, textingSlice.reducer);
- initNotificationListeners();
};
export const initTextingPushNotificati... | update push notifcation init method outside texting init method for firebase provider | update push notifcation init method outside texting init method for firebase provider
|
fb3d3a75f2f0eafe3699606467f2cfcf17c49ed2 | --- packages/allspark-foundation/__tests__/Navigation/components/Header/AllsparkHeader.test.tsx
@@ -189,9 +189,9 @@ describe('AppHeader components', () => {
headerTitleAlign: 'left',
headerTintColor: 'white',
headerBackTitleVisible: false,
- headerStyle: { backgroundColor: '#0053e2', h... | fix(ui): ALLSPARK-7310 updated header padding (#522) | fix(ui): ALLSPARK-7310 updated header padding (#522)
* fix(ui): added header padding
* fix(ui): added header padding
---------
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
Co-authored-by: Shubhang Shah - s0s0zug <Shubhang.Shah@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+... |
a3dda2fa63a7173fc5bd1751bcd408af6d012f46 | --- docs/assets/complex.png
Binary files /dev/null and b/docs/assets/complex.png differ
--- docs/assets/simple.png
Binary files /dev/null and b/docs/assets/simple.png differ
--- packages/components-library/Contributing.md
@@ -0,0 +1,47 @@
+# Contributing guidelines
+
+### When adding a new component, we require all... | Feature/contributing (#301) | Feature/contributing (#301)
* fix(components): minor fixes
* chore: adding contributing guidelines
* Update Contributing.md |
0bacfd616a261d88247bb4a88748999fbd8f233e | --- android/app/src/debug/AndroidManifest.xml
@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<application android:usesCleartextTraf... | Time Clock Mini App Beta Release (#234) | Time Clock Mini App Beta Release (#234)
|
449b4a608924542a44889b61cd2e54a1d4d1d3c2 | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.33.0",
- "@walmart/react-native-scanner-3.0": "0.1.32",
+ "@walmart/react-native-scanner-3.0": "0.2.1",
"... | upgrade scanner version | upgrade scanner version
|
7eae95c13ff100d5c659b3f5616694fc47966df7 | --- packages/allspark-foundation-hub/src/HubFeature/Store/Onboarding/TeamOnboarding/Screens/TeamOnboardingScreen.tsx
@@ -1,10 +1,7 @@
import React, { useEffect } from 'react';
import { TeamOnboarding } from '../Component/TeamOnboarding';
import { AllsparkNavigationClient } from '@walmart/allspark-foundation/Navigati... | Update the user domain for team switcher | Update the user domain for team switcher
|
a57b42383edfd56c881c2ba1321f0cedb87cae01 | --- core/src/appReview/sagas.ts
@@ -27,7 +27,6 @@ export function* handleAppReviewPrompt() {
);
if (canPromptAppReview) {
- Logger.debug('AppReview - Prompting app review request from user');
yield call(onAppReviewRequest);
}
}
| chore: removing testing logs | chore: removing testing logs
|
0a518accb28e001d564da4d6cf94ce275a0dd507 | --- package-lock.json
@@ -34,7 +34,7 @@
"@terrylinla/react-native-sketch-canvas": "0.8.0",
"@walmart/allspark-graphql-client": "^1.4.5",
"@walmart/allspark-neon-core": "0.1.31",
- "@walmart/amp-mini-app": "1.1.48",
+ "@walmart/amp-mini-app": "1.1.30",
"@walmart/ask-sam-... | Removed non Platform mini apps | Removed non Platform mini apps
|
97e7c4ca8ceb8871071155c8ff4f88ca7b6442ff | --- docs/docs/components/icons/icons-core-owned.md
@@ -2,4 +2,40 @@
sidebar_position: 3
title: Me@Core-Owned Icons
custom_edit_url: null
----
\ No newline at end of file
+---
+
+There are several Android and iOS specific icons available in the `allspark-core` repository.
+
+## iOS Icons
+These icons are located in ... | docs: updated section on core owned icons | docs: updated section on core owned icons
|
bfca06a1a9f60a68b26c154fb154cc1f925c910f | --- .yarnrc.yml
@@ -8,3 +8,4 @@ logFilters:
nodeLinker: node-modules
+npmRegistryServer: "https://npme.walmart.com/"
| chore: update npme path | chore: update npme path
|
ca22510b57d113f1be6c8c24758e5662eba10a64 | --- lerna.json
@@ -28,7 +28,6 @@
"packages/core-services-allspark",
"packages/core-utils",
"packages/core-widget-registry",
- "packages/me-at-walmart-athena-queries",
- "packages/allspark-foundation"
+ "packages/me-at-walmart-athena-queries"
]
}
--- packages/core-services-allspark/src/grap... | fix: add operation name header to graphql requests | fix: add operation name header to graphql requests
|
62d26a3a7064589122a28cf02edc60d05ef971da | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.17-alpha-12",
+ "version": "1.0.17-alpha-13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.17-alpha-12",
+ "version": ... | Update version | Update version
|
3e1cb8075b801331fd25c5fd7f8b7b8b8bf2ebe1 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -126,7 +126,7 @@ export const SupplyChainRosterDetailScreen = ({
isPeopleLead ||
isHomeOffice);
const defaultTeamLabel = initialTeamName || TOTAL_SITE_TEAM_LABEL;
- const defaultTeamIds = [initialTeamId] || [TOTAL_SITE_TEAM_ID];
+... | feat(ui): fixed few bugs | feat(ui): fixed few bugs
|
c2a136289eafef8e0cd7dd459a8b3d2461f7c947 | --- metro.config.js
@@ -5,16 +5,27 @@
* @format
*/
-module.exports = {
- transformer: {
- getTransformOptions: async () => ({
- transform: {
- experimentalImportSupport: false,
- inlineRequires: false,
- },
- }),
- },
- resolver: {
- useWatchman: !process.env.CI,
- },
-};
+con... | Added metro config for svg images | Added metro config for svg images
|
e1801d2f82a93e5381c2153d4a9d1cee759bb148 | --- .looper.yml
@@ -15,18 +15,6 @@ scheduling: concurrent
branches:
- spec: feature/*
triggers:
- - manual:
- name: Publish Changed
- call: publishFromChanges
- - manual:
- name: Publish From Package
- call: publishFromPackage
- - manual:
- name: Pub... | chore(ci): ALLSPARK-5690 canary release only for feature branches (#241) | chore(ci): ALLSPARK-5690 canary release only for feature branches (#241)
* chore(ci): ALLSPARK-5690 canary release only for feature branches
* chore(ci): trigger branch |
7139688bddd0d6e22956bbb7ffaf9926b670836a | --- 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.9.9](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.9.9
- @walmart/me-at-walmart-athena-queries@6.33.0
|
702181f686712fa888a17023a1bc10d51bd496d3 | --- src/services/PushNotificationApi.ts
@@ -1,6 +1,5 @@
import {CommonHttpClient} from '@walmart/allspark-http-client';
import {HTTP_CLIENT_KEY} from './config';
-import axios from 'axios';
//TODO: Configure the baseURL based on environment.
const pushNotificationBaseURL =
@@ -41,23 +40,23 @@ export const PushNot... | using allspark http client lib | using allspark http client lib
|
e2bc81f6d1e8f2ee655add0388f5bab607c9d7a8 | --- targets/US/ios/Podfile.lock
@@ -1939,7 +1939,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
- - react-native-scanner-3.0 (0.10.4):
+ - react-native-scanner-3.0 (0.10.6):
- Firebase/Analytics
- Osiris (= 0.8.3-rc.6)
- OsirisBarcode (= 0.8.3-rc.6)
@@ -226... | fix():bumped up topstock version | fix():bumped up topstock version
|
d6bc33a60ce1b6c8e56308ed3e151faf7f816f10 | --- env.teflon.js
@@ -42,7 +42,7 @@ export default {
url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1',
headers: {
'WM_SVC.NAME': 'ATHENA-GATEWAY',
- 'WM_SVC.ENV': 'dev',
+ 'WM_SVC.ENV': 'teflon',
},
persistedQueries: true,
},
--- package-lock.... | feat: :package: Updated learning mini app package to 12.0.26 | feat: :package: Updated learning mini app package to 12.0.26
|
86f6e0d15536bfe963dd38336106f0521cd4127f | --- src/config/foundationConfig.ts
@@ -8,6 +8,6 @@ export const foundationModuleConfig = {
name: FEATURE_ID,
tags: [FeatureTags.associate],
screens: rosterScreens,
- translations: rosterTranslations,
redux: rosterRedux,
+ translations: rosterTranslations,
};
| feat: update order or values | feat: update order or values
|
4884c5cef04b357ba7583df34c32cf29addecf97 | --- targets/US/package.json
@@ -99,7 +99,7 @@
"@walmart/core-utils": "6.3.9",
"@walmart/core-widget-registry": "workspace:^",
"@walmart/counts-component-miniapp": "0.1.13",
- "@walmart/emergency-mini-app": "1.29.9",
+ "@walmart/emergency-mini-app": "1.29.10",
"@walmart/exception-mini-app": "1.... | inbox version increased | inbox version increased
|
37776b678cffeda8ab9962a9ff148c2fc61bfeef | --- package-lock.json
@@ -5366,11 +5366,11 @@
"@walmart/counts-component-miniapp": ">=0.0.21",
"@walmart/functional-components": ">=2.0.6",
"@walmart/gtp-shared-components": ">=2.0.2",
- "@walmart/ims-print-services-ui": ">=2.0.6",
+ "@walmart/ims-print-services-ui": ">=2.0.1",
... | Bump item info dependencies | Bump item info dependencies
|
5e29d47cee2ffcd05684e094d0ac2ac0fdc65fa4 | --- src/containers/RosterFilters.tsx
@@ -59,7 +59,6 @@ export const RosterFilters = (props: {
const offlineUserIds = useOfflineIds();
const viewerId = useSelector(getEncryptedUserId);
- // const isSalariedOrTeamLead = useIsSalariedOrTeamLead();
const isAllFilterChipsVisible = useRbacConfigWithJobCode();
... | remove commented code | remove commented code
|
f37a1c907280b522a4315df0e49d52928e24982e | --- android/app/src/main/assets/fonts/icomoon.ttf
Binary files a/android/app/src/main/assets/fonts/icomoon.ttf and b/android/app/src/main/assets/fonts/icomoon.ttf differ
--- ios/icomoon.ttf
Binary files a/ios/icomoon.ttf and b/ios/icomoon.ttf differ
--- package-lock.json
@@ -1972,9 +1972,9 @@
}
},
... | Feature/settings version increase (#129) | Feature/settings version increase (#129)
* settings & ui-components version bump
* settings mini app version bump
Co-authored-by: Rahil Manzar<rahil.manzar@walmartlabs.com> & Ashutosh Singh <ashutosh.singh@walmartlabs.com> |
8eadcd8e63e913200dd5a99b5a250c8dcfe468aa | --- package-lock.json
@@ -54,7 +54,7 @@
"@walmart/impersonation-mini-app": "1.17.2",
"@walmart/ims-print-services-ui": "2.1.2",
"@walmart/inbox-mini-app": "0.82.5",
- "@walmart/iteminfo-mini-app": "7.1.5",
+ "@walmart/iteminfo-mini-app": "7.1.6",
"@walmart/manager-appro... | updated iteminfo version with the httpclient error log fix | updated iteminfo version with the httpclient error log fix
|
ee065174dd6e75600e03abd116e089df16a34045 | --- example/src/teamHub/screens/screen.tsx
@@ -1,5 +1,5 @@
import React, {useEffect} from 'react';
-import {View} from 'react-native';
+import {View, Text} from 'react-native';
import {Button} from '@walmart/gtp-shared-components';
import {useNavigation} from '@react-navigation/core';
@@ -37,6 +37,22 @@ export con... | feat: updated test cases and added living design comps | feat: updated test cases and added living design comps
|
bed9d6153fa828591d92464ef7b72ca046511e27 | --- __tests__/harness/redux/mockState/index.ts
@@ -19,5 +19,5 @@ export const initialStateMock: GlobalState = {
versions: versionsState,
deviceInfo: deviceInfoState,
appConfig: appConfigState,
- texting: textingState,
+ roster: textingState,
};
| Update roster tests | Update roster tests
|
88947f5f005739e071aa4cb5244083062d49d044 | --- package-lock.json
@@ -4548,9 +4548,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.3.0-beta.5",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.3.0-beta.5.tgz",
- "integrity": "sha512-kA6TH+g+BO5z0ti9vlAFwc8zHdlb3bs1dE1Fkjrd5yhiz0xyLKpN+ravjDuJt... | version bump for ui-components | version bump for ui-components
|
7e7b963cede7b9bf9aec5c9657f883aea64ce09e | --- package.json
@@ -160,7 +160,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/moment-walmart": "1.0.4",
"@walmart/redux-store": "~6.3.28",
- "@walmart/ui-components": "1.20.0",
+ "@walmart/ui-components": "1.20.4",
"axios": "~1.6.0",
"axios-cache-adapter": "patch:axios... | Bumped ui-components | Bumped ui-components
|
e6dfe9911e87ad39fad42ad714d8eee5061bfb10 | --- src/screens/SearchScreen.tsx
@@ -35,7 +35,7 @@ import {useDailyRoster} from '../hooks';
import {TextingNavParamsMap} from '../navigation';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../translations';
-import {associateDisplayName} from "../utils";
+import {associateDispla... | fix lint | fix lint
|
8b7a513c6e5ca955fe3e167328fa94bcec836dcf | --- package-lock.json
@@ -86,7 +86,7 @@
"@walmart/shelfavailability-mini-app": "1.5.16",
"@walmart/taskit-mini-app": "2.40.8",
"@walmart/texting-mini-app": "2.0.29",
- "@walmart/time-clock-mini-app": "2.169.0",
+ "@walmart/time-clock-mini-app": "2.170.0",
"@walmart/tops... | tcma version upgrade | tcma version upgrade
|
41bdede374c48a761869f9b283bf6fea2e790bc2 | --- __tests__/updates/UpdateCheckViewTest.tsx
@@ -43,6 +43,14 @@ const mockUpdateInfo = {
releaseNotes: {
'en-US': ['Bug Fixes'],
'es-MX': ['Bug Fixes in Spanish'],
+ title: {
+ 'en-US': 'It is time to update the app.',
+ 'es-MX': 'It is time to update the app in Spanish',
+ },
+ button:... | Fix/update app screen (#440) | Fix/update app screen (#440)
* moving app version check text to CCM and also updating podfile for RN Logger
* removing fixed width
Co-authored-by: Hitesh Arora <>
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
9266086296303d5638ace26cdc95603fefd5284c | --- src/queries/schema.types.ts
@@ -1,3 +1,4 @@
+/* eslint-disable no-shadow */
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends {[key: string]: unknown}> = {[K in keyof T]: T[K]};
--- src/queries/schema.types.ts
@@ -1,3 +1,4 @@
+/* eslint-disable no-shadow */
exp... | chore: eslint fix | chore: eslint fix
|
42da6a485cfcba369a1e074fd0ca5e8e9c74bb39 | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/amp-mini-app": "1.1.72",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
- "@walmart/attendance-mini-app": "3.20.0",
+ "@walmart/attendance-mini-app": "3.21.0",
"@walmart/avp-feature-... | ama v3.21.0 | ama v3.21.0
|
8d9ebdb6c91b03427a25bb0a8fc67486cdcb6673 | --- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx
@@ -11,6 +11,10 @@ const mockDispatch = jest.fn();
(useDispatch as jest.Mock).mockReturnValue(mockDispatch);
const mockUseSelector = useSelector as jest.Mock;
+jest.mock('lodash', () => ({
+ debounce: (fn: any) => fn,
+}));
+
jest.mock('../../../sr... | Adding debounce to activity monitor timeout which is getting called rapidly | Adding debounce to activity monitor timeout which is getting called rapidly
|
8dfafdde6f4247ae6016843723354fbfa894d938 | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/pay-stub-miniapp": "0.9.7",
"@walmart/payrollsolution_miniapp": "0.130.6",
- "@walmart/price-changes-mini-app": "1.6.9",
+ "@walmart/price-changes-mini-app": "1.6.10",
"@walmart/p... | bumps price changes to 1.6.10 | bumps price changes to 1.6.10
|
d31935a80369a4b8e2922f9aae593252d2a36250 | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -39,7 +39,7 @@ exports[`RootContainer renders and fires startup event 1`] = `
"screens": {
"Returns": {
"screens": {
- "Returns.Landing": "returns/:siteId/:printe... | Returns-Gif deeplink url change, includes orderNum & checkinId | Returns-Gif deeplink url change, includes orderNum & checkinId
|
9f38df5484fde26035da599bdd4bc066483301c6 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/utils.ts
@@ -8,6 +8,7 @@ import {
import { TeamWidgetMapping, ValidatedTeamWidgetMapping } from './types';
import { Images } from '../../Images/images';
import { cloneDeep } from 'lodash';
+import { TeamSwitcherTypes } from '../TeamSwitcher';
expor... | feat(ui): team switcher team list sort, default list, selection | feat(ui): team switcher team list sort, default list, selection
|
8ca2dc249f886790576de1629029dc90af9f5cfd | --- android/app/src/main/AndroidManifest.xml
@@ -36,7 +36,6 @@
android:theme="@style/AppTheme"
tools:replace="android:allowBackup"
android:extractNativeLibs="true"
- tools:replace="android:allowBackup"
>
<!-- disables automatic screen tracking; removing for now due to an issue... | Update AndroidManifest.xml | Update AndroidManifest.xml |
62f43b04872e032060f58e23c79c4c838508cb19 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/functional-components": "~4.0.3",
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.5",
- "@walmart/impersonation-mini-app": "1.18.0-138-0d617e4",
+ "@walmart/impersonation-mini-app": "1.18.1... | changing the version for impersonation-mini-app in package-lock.json file | changing the version for impersonation-mini-app in package-lock.json file
|
14653c67f74799b64fec519d99fbfd74ca664556 | --- __tests__/core/httpClientInitTest.ts
@@ -1,5 +1,10 @@
import {getStore} from '@walmart/redux-store';
+const mockSessionId = '1234';
+jest.mock('uuid', () => ({
+ v4: () => mockSessionId,
+}));
+
jest.mock('@walmart/functional-components', () => ({
defaultHttpClient: {
setConfig: jest.fn(),
@@ -58,6 +63... | Correlation ID (#316) | Correlation ID (#316)
* Adding correlation id to http client interceptor
* Adding correlation id headers to flushQueue call
* Adding tests for getCorrelationId
* Making country and site dynamic in correlation id
* Updating header name
Co-authored-by: rlane1 <rlane1@walmart.com>
Co-authored-by: Korede O... |
1357e5e5578ea822324c18d63612cdd5d6144304 | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/gta-react-native-calendars": "0.1.0",
"@walmart/gtp-shared-components": "2.0.10",
"@walmart/impersonation-mini-app": "1.20.6",
- "@walmart/ims-print-services-ui": "2.7.1",
+ "@walmart/ims-print-services-ui": "2.7.2",
"@w... | Bump print UI patch version | Bump print UI patch version
|
28e81bb52d117ec2be03319851f28bfdb61468f6 | --- package.json
@@ -92,7 +92,7 @@
"@walmart/attendance-mini-app": "3.174.5",
"@walmart/avp-feature-app": "0.26.15",
"@walmart/avp-shared-library": "0.25.36",
- "@walmart/backroom-mini-app": "1.16.1",
+ "@walmart/backroom-mini-app": "1.16.2",
"@walmart/beneficiary-online-mini-app": "0.1.19",
... | fix: Fix backroom image url (#4856) | fix: Fix backroom image url (#4856)
|
01c3e9ae0c09e9af90dd09785f74e14606aeea8d | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingContext.tsx
@@ -63,19 +63,19 @@ export const SupplyChainOnboardingProvider = ({ children }: any) => {
const getMyTeamData = useCallback(async () => {
try {
const userPreferences =
- data?.associatePr... | Adding refresh data changes | Adding refresh data changes
|
6864ac7014c236da923199018a8b4b90a25b06bc | --- src/components/ActionButton/ClockStatusIndicator.tsx
@@ -0,0 +1,64 @@
+import React from 'react';
+import {StyleProp, StyleSheet, TextStyle, View, ViewStyle} from 'react-native';
+import {Body, colors} from '@walmart/gtp-shared-components';
+import {useTranslation} from 'react-i18next';
+import {TEXTING_I18N_NAMESP... | adding back clock status indicator | adding back clock status indicator
|
7b63c7744dac7f1107937646c622a2014c57d816 | --- package-lock.json
@@ -48,7 +48,7 @@
"@walmart/core-services-allspark": "~2.13.1",
"@walmart/core-utils": "~2.0.5",
"@walmart/core-widget-registry": "~1.2.4",
- "@walmart/counts-component-miniapp": "0.1.6",
+ "@walmart/counts-component-miniapp": "0.1.8",
"@walmart/em... | PC, Counts Drop17 | PC, Counts Drop17
|
9a99191222b2c50b158736fa331efe6927806ec1 | --- packages/allspark-foundation/__tests__/HTTP/retryInterceptor/utils.test.ts
@@ -1,4 +1,4 @@
-import { isNetworkError, isTimeout, isRetryRequired } from '../../../src/HTTP/retryInterceptor/utils';
+import { isNetworkError, isTimeout, isRetryRequired, isForceRetryRequired } from '../../../src/HTTP/retryInterceptor/uti... | test: increase coverage for clients | test: increase coverage for clients
|
1ca50fbfeda516878d69a07a9a6a66cb9e124b2b | --- .looper-pr.yml
@@ -30,4 +30,3 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
-
| chore(ui): update looper yml | chore(ui): update looper yml
|
c2bc596fcfb19cf96a99ae3db82053bdfa44e757 | --- src/screens/TabsScreen.tsx
@@ -8,7 +8,7 @@ import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../translations';
import {WarningBanner} from '../containers/WarningBanner';
import {WMConnectMiniApp} from '@walmart/wmconnect-mini-app';
-import {RosterScreen} from '@walmart/roster-mi... | Update roster mini app integration | Update roster mini app integration
|
7c16f84ffcf18d694067146be93967661ffce50c | --- targets/US/ios/Podfile
@@ -29,6 +29,7 @@ require Pod::Executable.execute_command('node', ['-p',
# @customization
# Seup specific permissions for the project
setup_permissions([
+ 'BluetoothPeripheral',
'Camera',
'LocationWhenInUse',
'Notifications'
--- targets/US/ios/Podfile.lock
@@ -2896,7 +2896,7 @... | Add BluetoothPeripheral permission to Podfile | Add BluetoothPeripheral permission to Podfile
|
4a803dcea4a8125bf30f8dfbdd8eb6ed0cda4f1f | --- jest.config.js
@@ -18,7 +18,7 @@ module.exports = {
global: {
statements: 85,
branches: 75,
- functions: 85,
+ functions: 80,
lines: 85,
},
},
| test(ui): update coverage | test(ui): update coverage
|
4cfdb539e8ed221c36f8f5695903f6ff7936a1e9 | --- src/managerExperience/components/RosterMessageButton/RosterMessageButton.tsx
@@ -38,6 +38,7 @@ export const RosterMessageButton = ({teamIds}: RosterMessageButtonProps) => {
return (
<View style={styles.container}>
<Button
+ accessibilityLabel={messageLabel}
testID='messageBtn'
... | refactor: add accessibility to the button element | refactor: add accessibility to the button element
|
b333ac2916779c3bb8c12e669e0150c8b2469992 | --- .github/pull_request_template.md
@@ -6,10 +6,10 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag
| ------------------------------------------------------------------------- |
## Links to JIRA tickets:
-<br/>
+
## Please describe the changes, problems and solutions this PR i... | Update pull_request_template.md | Update pull_request_template.md |
5f19a70b54fea8305b18cbc756d909c002a4c918 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.6.1",
- "@walmart/receipt-check-miniapp": "1.17.3",
+ "@walmart/receipt-check-miniapp": "1.17.4",
... | update for fix | update for fix
|
2258f67e5079a244a36c744f8b790ce415c45018 | --- __tests__/__mocks__/@walmart/facilities-management-miniapp.js
@@ -0,0 +1,3 @@
+module.exports = {
+ FacilitiesMaintainanceStack: 'FacilitiesMaintainanceStack',
+};
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -214,6 +214,24 @@ Array [
component="StoreInfoModal"... | facility management miniapp drop8 release | facility management miniapp drop8 release
|
15a25ed3211e750d4d2643ad207c4fac6cc26c60 | --- __tests__/components/AssociateRosterItem.test.tsx
@@ -156,7 +156,14 @@ describe('AssociateRosterItem', () => {
fireEvent.press(viewRosterSchedule);
expect(navigate).toBeCalledWith('scheduleScreen', {
params: {
- userInfo: {displayName: undefined, site: '100', userId: '11111'},
+ userI... | update params | update params
|
3d70b3a22f6bceb962675104942b01d5f9a8338e | --- packages/me-at-walmart-container/src/services/site/index.ts
@@ -7,3 +7,6 @@ export const MeAtWalmartSiteService = SiteServiceCreator({
});
export type IMeAtWalmartSiteService = typeof MeAtWalmartSiteService;
+
+// Used in Me@ Core App
+export const fetchSite = fetchSiteInfo;
| chore: add missing export | chore: add missing export
|
1d671bda882b3c7b4f9e1a737894ecbd98351347 | --- .looper.multibranch.yml
@@ -10,7 +10,7 @@ node: ((osx||stable_osx)&&!dualcore)
tools:
nodejs: 12.4.0
maven: 3.5.4
- jdk: 8
+ jdk: 11
sonarscanner: 3.0.3.778
cache:
| jdk update in looper | jdk update in looper
|
848f28ebb855c7b8ed2b2d2a212d07a8ca3368f3 | --- targets/US/package.json
@@ -84,7 +84,7 @@
"@walmart/allspark-utils": "6.5.0",
"@walmart/amp-mini-app": "1.1.98",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.28.10",
+ "@walmart/ask-sam-mini-app": "1.28.12",
"@walmart/associate-listening-mini-app": "1.2.1... | asksam version bump- adjust rebranding changes to support welcome me | asksam version bump- adjust rebranding changes to support welcome me
|
ca70222bc66eb1777343160d4293c1595c959e89 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.37.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.37.0...v2.37.1) (2025-05-10)
+
+
+### Bug Fixes
+
+* **ui:** update floating message btn ([78b2bde](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/78b2bde595e0dcd63ee06155826933ae5bde223b))
+
... | chore(release): 2.37.1 [skip ci] | chore(release): 2.37.1 [skip ci]
## [2.37.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.37.0...v2.37.1) (2025-05-10)
### Bug Fixes
* **ui:** update floating message btn ([78b2bde](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/78b2bde595e0dcd63ee06155826933ae5bde223b))
|
70c87d0a2ab4e774517d43090a0bba7c2b6b5de7 | --- packages/components-library/components/Attribute/Attribute.stories.tsx
@@ -1,55 +1,98 @@
import React from 'react';
import { Attribute } from './index';
-import { colors, Icons } from '@walmart/gtp-shared-icons';
+import { Icons, IconSize } from '@walmart/gtp-shared-icons';
export default {
title: 'Attribut... | fix(components): attribute crash on android | fix(components): attribute crash on android
|
c99e8872351e4710085b61593ac5e63ca3e9fc16 | --- __tests__/core/appConfigInitTest.ts
@@ -25,6 +25,7 @@ import {
getSite,
APP_CONFIG_INIT_ACTIONS,
APP_STORE_CONFIG_SUBSCRIPTION_KEY,
+ MIN_ALLOWED_FORCE_REFRESH_INTERVAL,
} from '../../src/core/appConfigInit';
import {DefaultLogger} from '@walmart/react-native-logger';
@@ -75,6 +76,7 @@ describe('onNet... | Updated version for Config Components (#337) | Updated version for Config Components (#337)
* updated version for config components
* updated code to change fetch interval
* adding subscribtion
Co-authored-by: Anthony Helms <awhelms@wal-mart.com> |
67a5075d78b2ab9fb16d2c070b7c22f17b4d1a7c | --- package.json
@@ -15,8 +15,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint ./src ./__tests__ --ext .js,.jsx,.ts,.tsx --fix",
"copy:images": "cp -r ./src/images ./dist/",
- "copy:media": "cp -r ./src/media ./dist/",
- "build": "npm config fix && rm -rf ./dist && tsc && npm ru... | fixing tsc | fixing tsc
|
80025c906dcd6754271f63105c39938f65cc42a6 | --- core/__tests__/__mocks__/@walmart/checkout-mini-app.js
@@ -1,3 +1,7 @@
module.exports = {
- CheckoutMiniApp: 'CheckoutMiniApp',
+ //CheckoutMiniApp: 'CheckoutMiniApp',
+ __esModule: true,
+ CheckoutMiniApp: {
+ buildAllScreens: () => 'checkoutFeature.Root',
+ },
};
--- core/__tests__/navigation/USHallwa... | fixed the test case for checkout | fixed the test case for checkout
|
c6b3d4a496fbd306953d0b8aed3dd7e106c2c37f | --- .yarnrc.yml
@@ -10,4 +10,5 @@ nodeLinker: node-modules
# Add the following in your Local Mac's ~/.zshrc file
# export REPOSOLNS_NPM_REPO=https://npm.ci.artifacts.walmart.com/artifactory/api/npm/npme-npm
-npmRegistryServer: ${REPOSOLNS_NPM_REPO}
+# npmRegistryServer: ${REPOSOLNS_NPM_REPO}
+npmRegistryServer: "ht... | Update roster version | Update roster version
|
8a22548edd96523524001b7f9e49fd6f508fb9d1 | --- src/translations/en-US.ts
@@ -22,6 +22,14 @@ export const enUS = {
clockedIn: 'Clocked in',
online: 'Online',
},
+ statusChips: {
+ absent: 'Absent',
+ tardy: 'Tardy',
+ meal: 'Meal',
+ ppto: 'PPTO',
+ notScheduled: 'Not scheduled',
+ doNotDisturb: 'Do not disturb... | adding fields for translation | adding fields for translation
|
b687ab8604a2bc431b6aa689e838cd73a6a26226 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/SearchInput/SearchInput.tsx
@@ -6,6 +6,11 @@ import { TeamSearchInputLoading } from './TeamSearchInputLoading';
import { TeamSearchInputProps } from './types';
import { useAllsparkTranslation } from '@walmart/allspark-foundation';
import { FEATURE... | feat: added feature flag for search input | feat: added feature flag for search input
|
b8ceddd9de716e667608e1e42fc5c6fb21a68baa | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/exception-mini-app": "1.5.1",
"@walmart/facilities-management-miniapp": "0.6.67",
"@walmart/feedback-all-spark-miniapp": "0.9.43",
- "@walmart/financial-wellbeing-feature-app": "1.13.6",
+ "@walmart/financial-wellbeing-feature-ap... | bumped financial-wellbeing-feature-app to 1.13.7 | bumped financial-wellbeing-feature-app to 1.13.7
|
3b431b8ff9f0ed31dee3b8dd40953d62545c773c | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -560,7 +560,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D994751F557438D6B85DBCC2 /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Dev";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-T... | bump up iteminfo print version for drop 15 | bump up iteminfo print version for drop 15
|
59ced8c060c3dc1d6f92336b807e5d46c8d9e397 | --- package-lock.json
@@ -82,6 +82,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.1.4",
"@walmart/myteam-mini-app": "1.0.18",
+ "@walmart/native-rfid-scanner": "3.7.3",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-m... | Add @walmart/rfid-scan-mini-app 2.2.8 | Add @walmart/rfid-scan-mini-app 2.2.8
|
394be0469ee86f94b3ab4da0ccd3f4d82e58cb5a | --- 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.65.5",
+ "@walmart/copilot-mini-app": "^1.65.10",
"@walmart/core-service... | chore: bump copilot @1.65.10 | chore: bump copilot @1.65.10
|
77f4732e2897517c184f6690b6993de09f0af64a | --- package.json
@@ -39,9 +39,6 @@
"increment:buildNumber": "react-native-version -b",
"postinstall": "sh ./scripts/stubFirestore.sh"
},
- "resolutions": {
- "@react-native-community/datetimepicker": "3.0.9"
- },
"dependencies": {
"@react-native-community/art": "^1.2.0",
"@react-native-co... | removing resolutions | removing resolutions
|
bb9ab10ea6119819424ee0232f015c9fd3f35b6c | --- package-lock.json
@@ -4271,9 +4271,9 @@
"integrity": "sha512-7nXe02E/AOFtT1u6/tVerIskwWvSoJcMgYN2DNH7vMgbb0YIFOsqwzX+nbRh/AcaZhC7YX5H2irVCc6/5/HjJw=="
},
"@walmart/metrics-mini-app": {
- "version": "0.5.7",
- "resolved": "https://npme.walmart.com/@walmart/metrics-mini-app/-/metrics-mini-a... | metrics bump with minor fixes and spanish translations | metrics bump with minor fixes and spanish translations
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.