commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
ad9d4b156e60024015ea95653156740f804260cc | --- tsconfig.json
@@ -12,7 +12,7 @@
// "sourceMap": true, /* Generates corresponding '.map' file. */
// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "dist", /* Redirect output structure to the directory. */
-... | commenting out the rootDir in tsconfig to avoid errors | commenting out the rootDir in tsconfig to avoid errors
|
74c7e2d5dd3ba830e6528d384eb771a7e2433910 | --- graphql.yml
@@ -30,10 +30,10 @@ applications:
hash: '3c492831585580bae535c3386ec48e90c2d1895450016f050653bd51ddf86c21'
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getDailyRosterHome.graphql'
tags:
- - 'v1'
- - name: 'getLoggedInUser'
- ... | comment out prod query | comment out prod query
|
55fa06df4d97c7f1c21c662bca27c2caea5e4bc6 | --- src/queries/getDailyRoster.graphql
@@ -1,4 +1,10 @@
-query GetDailyRoster($businessUnitNumber: Int!, $countryCode: String!, $days: Int!, $startDate: Date!, $storeId: String!) {
+query GetDailyRoster(
+ $businessUnitNumber: Int!
+ $countryCode: String!
+ $days: Int!
+ $startDate: Date!
+ $storeId: String!
+) {
... | feat(ui): added whitespace to query | feat(ui): added whitespace to query
|
41b80a672fe03f92cf118e54d0935022a39f262a | --- src/hooks/teams.ts
@@ -72,7 +72,7 @@ export const useGetTeamsByStore = () => {
},
onCompleted: () => {
logger.info('useGetTeamsByStoreQuery completed', {
- message: 'useGetDailyRosterQuery executed successfully',
+ message: 'useGetTeamsByStoreQuery executed successfully',
});
... | Update the log | Update the log
|
a556dffbc7cd108e77b6a10d16013092a9ac9249 | --- ios/Podfile.lock
@@ -512,7 +512,7 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.3.9)
+ - SSO (= 1.4.2)
- SDWebImage (5.11.0):
- SDWebImage/Core (= 5.11.0)
- SDWebImage/Core (5.11.0)
@@ -522,7 +522,7 @@ PODS:
- SQLite.swift (0.12.2):
- SQLite.swift/standard (... | Bumping sso version | Bumping sso version
|
e0f8a9ce9ec55290cb16da7a6ebe51a421e05f86 | --- src/channels/constants.ts
@@ -3,6 +3,7 @@ import {ChannelsState} from './types';
export const TEXT_COLLECTION = 'text_channels';
export const CHANNELS_COLLECTION = 'channels';
export const STORE_CHANNEL_ID = 'STORE_ALL';
+// eslint-disable-next-line no-shadow
export enum ChannelTypes {
ONETOONE,
TEAM,
-... | fix lint issues | fix lint issues
|
c0f94ba375de3fd39a8778c5b4fb74d4e4bb9589 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/styles.ts
@@ -27,5 +27,7 @@ export default StyleSheet.create({
marginBottom: 16,
marginHorizontal: 16,
width: 'auto',
+ marginRight: 16,
+ marginLeft: 16,
},
});
| feat(ui): Update the refresh logic | feat(ui): Update the refresh logic
|
6bb000ef8fbeac90b1a757f28c2f441d07b38664 | --- src/translations/es-MX.ts
@@ -73,13 +73,16 @@ export const esMX = {
},
ssoError: {
errorMsg:
- 'Lo sentimos - algo salió mal. Por favor, comparte tu ID de usuario para ayudar a nuestro equipo a solucionar el problema.',
+ 'Lo sentimos – algo salió mal. Por favor, comparte tu ID de Usu... | update local es-Mx | update local es-Mx
|
f761782d645bf19003ceac227d5232176aa2b1c3 | --- package-lock.json
@@ -1,6 +1,6 @@
{
"name": "allspark-main",
- "version": "1.1.0",
+ "version": "1.1.0-alpha",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -6335,21 +6335,6 @@
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1S... | Updated package-lock | Updated package-lock
|
acd2262107d0ce63add2b98101cefc4f04ac3c9f | --- packages/me-at-walmart-container/src/services/navConfig.ts
@@ -115,8 +115,8 @@ export const fetch = async (scope: MeAtWalmartNavConfigFetchParams) => {
const {forceRefresh, ...restScope} = scope;
try {
const response = await GlobalNavConfig.fetchConfig(restScope, forceRefresh);
- GlobalNavConfig.addLi... | fix(navconfig): ALLSPARK-5933 change listener removed incorrectly (#4111) | fix(navconfig): ALLSPARK-5933 change listener removed incorrectly (#4111)
|
6c51f17dfee764e3fb1d0baa1ed88a456e4a67df | --- package-lock.json
@@ -4335,6 +4335,11 @@
}
}
},
+ "@walmart/payrollsolution_miniapp": {
+ "version": "0.83.0",
+ "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.83.0.tgz",
+ "integrity": "sha512-fDJHm78U00nIGRY8V2e1JXcwUdtiDKh... | Merging latest from develop | Merging latest from develop
|
ee2334c8badd0743e65d33122c01ccbf1f6e8270 | --- core/src/core/translations.ts
@@ -95,6 +95,9 @@ export const enUS = {
content: 'You must be clocked in to access this feature.',
title: 'Clock in required',
},
+ drawerButton: {
+ accessiblityLabel: 'Menu',
+ },
featureToggleGuard: {
action: 'Got it',
content: 'You’ll be able to use {... | fix: changed translations for drawerButton | fix: changed translations for drawerButton
|
b466eb3433563719af8dece5c8cb21af98ff2625 | --- package-lock.json
@@ -42185,8 +42185,8 @@
}
},
"@walmart/iteminfo-mini-app": {
- "version": "7.9.0",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mini-app-7.9.0.tgz",
+ "version": "7.10.5",
+ "resolved": "https://npme.walmart.com/@walmart/iteminf... | Resolve merge conflicts with develop | Resolve merge conflicts with develop
|
fbda38de73f1cec684a78b42e8645749de4337ee | --- .looper.multibranch.yml
@@ -56,7 +56,7 @@ envs:
- extras;android;m2repository
- extras;google;m2repository
- TARGET_XCODE: "13.0"
+ TARGET_XCODE: "13"
RCT_NO_LAUNCH_PACKAGER: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
EXTRA_PACKAGER_ARGS: "--sourcemap-output /tmp/... | looper changes in sync with develop | looper changes in sync with develop
|
da03a782b99b7de864490184885cdbcc7e4c93c9 | --- .yarn/patches/@walmart-react-native-scanner-3.0-npm-0.10.7-9aedc7354c.patch
@@ -1,13 +0,0 @@
-diff --git a/android/src/main/java/com/wm/wmscanner/base/ScannerViewManager.kt b/android/src/main/java/com/wm/wmscanner/base/ScannerViewManager.kt
-index 151853df7dedfce4804a4c6b68e5dfd485146508..1bd5652c4f351ce1b306c52751... | feat(scanner): VS-7806 Features and bug fixes (#4319) | feat(scanner): VS-7806 Features and bug fixes (#4319)
* feat(scanner): VS-7806 Features and bug fixes
* feat(scanner): VS-7806 Removed scanner patch file
---------
Co-authored-by: Rajeev Tomar - r0k0600 <Rajeev.Kumar0@walmart.com>
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice... |
2453430f8440111030724115c62c6f975e5cdc45 | --- CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.24.0-alpha.1](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.24.0-alpha.0...v6.24.0-alpha.1) (2024-08-06)... | chore(version): updating package version | chore(version): updating package version
|
846c325790fd0f9b50d2db686fc4367cc47bf404 | --- packages/allspark-foundation/src/Components/Banners/AllsparkBanner.tsx
@@ -23,6 +23,12 @@ const styles = StyleSheet.create({
position: 'absolute',
right: 8,
},
+ hidden: {
+ display: 'none',
+ },
+ bannerWithoutClose: {
+ paddingRight: 16,
+ },
});
/**
@@ -38,7 +44,7 @@ export const Allsp... | feat: add option to specify if banner is closable or not | feat: add option to specify if banner is closable or not
|
515d7330442c619f85b611547dc64ebf1a0c89a0 | --- package-lock.json
@@ -52,7 +52,7 @@
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
"@walmart/gtp-shared-components": "^2.0.0",
- "@walmart/impersonation-mini-app": "1.10.0",
+ "@walmart/impersonation-mini-app": "1.10.0-patchFix.1"... | Impersonation mini app UI fix | Impersonation mini app UI fix
|
ba68b4ec95ec453a1a225291efc06166a6308ae7 | --- core/__tests__/__mocks__/expo-store-review.js
@@ -0,0 +1,5 @@
+module.exports = {
+ __esModule: true,
+ requestReview: jest.fn(),
+ StoreReview: {requestReview: jest.fn()},
+};
--- core/__tests__/__mocks__/react-native-wm-app-review.js
@@ -1,4 +0,0 @@
-module.exports = {
- __esModule: true,
- default: jest.f... | chore: adding unit tests to cover new code, fixing functionality | chore: adding unit tests to cover new code, fixing functionality
|
81105c81e208f44526bbb1862d7949415999dd3f | --- __tests__/components/MessageList.test.tsx
@@ -48,7 +48,7 @@ describe('MessageList', () => {
expect(MessageTimeSectionHeader).toHaveBeenCalledWith(
expect.objectContaining({
time: '2023-03-01',
- isFirstMessage: false
+ isFirstMessage: true
}),
{}
);
--- __test... | chore(a11y): update snapshot test files | chore(a11y): update snapshot test files
|
485ae89e77d9a26aabdaf65f6dbdfe026df5f8e5 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
global: {
- statements: 90,
+ statements: 88,
branches: 85,
- functions: 80,
- lines: 90,
+ functions: 79,
+ lines: 88,
},
'./packages/me-at-walmart... | chore: lowering coverage threshold to allow builds | chore: lowering coverage threshold to allow builds
|
948b8ff58ed6c8bddc21c0bffc9ed8ffec58e8f5 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24
+ - spec: feature/drop24-sidekick
triggers:
- manual:
name: Publish Packages (Pre-Release)
| chore: bump sidekick@4.83.7 | chore: bump sidekick@4.83.7
|
bd86dc5d8d7a431410b8036ae599696e90a66072 | --- packages/allspark-foundation/__tests__/Hub/Header.test.tsx
@@ -0,0 +1,18 @@
+import React from 'react';
+import { render } from '../utils';
+import { Header } from '../../src/Components/Hub/Header';
+
+describe('Header', () => {
+ afterEach(() => {
+ jest.clearAllMocks();
+ });
+ test('should render snapshot'... | add tests for header component | add tests for header component
|
2702d5b35b0e6ea064116e23ccd9d74f383b2b07 | --- __tests__/auth/AuthenticatorViewTest.tsx
@@ -111,7 +111,7 @@ describe('AuthenticatorView', () => {
it('navigates to guest welcome screen on guest button press', () => {
const GuestButton = component.root.findByProps({testID: 'GuestButton'});
GuestButton.props.onPress();
- expect(mockNavigation.navig... | WelcomeMeMiniApp-0.5.8_Guest_Flow (#248) | WelcomeMeMiniApp-0.5.8_Guest_Flow (#248)
* WelcomeMeMiniApp-0.5.8_Guest_Flow
* Test Case Update
Added 'WelcomeMe' route to test case
* pod changes after pod install
* version bump
* version bump
* MaterialIcon usage
* version bump
* version bump
* Update package-lock.json
* reverting unin... |
cb0eaaf2cebdaa8ef26546b411edee32eccbe4cf | --- src/managerExperience/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx
@@ -12,6 +12,7 @@ import {RosterFiltersAndInfoProps} from './types';
import {RosterFiltersAndInfoLoading} from './RosterFiltersAndInfoLoading';
export const RosterFiltersAndInfo = ({
+ totalScheduleCount,
associates = [],
filt... | Update the count for the clocked in and tardy | Update the count for the clocked in and tardy
|
6249e8c25aa16a4996f0ec28f6bef552ba930b79 | --- packages/allspark-graphql-client/CHANGELOG.md
@@ -0,0 +1,8 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## 0.0.2 (2023-01-10)
+
+**Note:** Version bump only for package @walmart/allspar... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-graphql-client@0.0.2
- @walmart/allspark-redux-store@1.0.1
|
1e0a5658cdc466192a8825d46d7243d83bf199d5 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 118
+ versionCode 119
versionName "1.0.9"
}
... | Incrementing build number | Incrementing build number
|
aa9c6d18e4b9df580c375b0325600dc851001924 | --- src/redux/selectors.ts
@@ -53,10 +53,7 @@ export const teamLeadJobDescriptions = createSelector(
try {
return ((jobDescriptions && JSON.parse(jobDescriptions)) ||
CCMFallbacks.teamLeadJobDescriptions) as string[];
- } catch (e: any) {
- logger.error('Error parsing teamLeadJobDescription... | revise selector protection | revise selector protection
|
58d279926a796d70c81eca62499e595bb6a1e1fe | --- packages/me-at-walmart-container/__tests__/http/interceptors/headerSize.test.ts
@@ -2,6 +2,7 @@
import { HeaderSizeInterceptor, getHeaderSizeBreakdown, getValueBytes, findLargestHeader, reduceHeadersToSize, HEADER_SIZE_BUFFER } from '../../../src/http/interceptors/headerSize';
const { MeAtWalmartEnvironment } =... | chore: fix test | chore: fix test
|
0b0ad51729d3705b10401e813d2c27f470cc30e5 | --- core/src/navigation/USHallway/AssociateHallwayNav/Tabs/index.tsx
@@ -6,7 +6,7 @@ import {useSafeAreaInsets} from 'react-native-safe-area-context';
import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation';
-import {TaskItMiniApp, getTaskTabBarBadge} from '@walmart/taskit-mini-app';
+impor... | chore: bump taskit version@5.8.1 | chore: bump taskit version@5.8.1
|
523c32bf6e9fe667bc7e4daa36cc5bb85cde161f | --- package-lock.json
@@ -3083,9 +3083,9 @@
}
},
"@walmart/impersonation-mini-app": {
- "version": "1.0.14",
- "resolved": "https://npme.walmart.com/@walmart/impersonation-mini-app/-/impersonation-mini-app-1.0.14.tgz",
- "integrity": "sha512-S5yf6tmVHz/kK5NNtW3OdQ+nDk7ii3/v1mJ9WA0c2zjL4D... | Time clock drop 2 bug fixes (#516) | Time clock drop 2 bug fixes (#516)
* Time clock drop 2 bug fixes
* Getting business unit from K-Graph instead of GTA
Also fixed TOR Spanish translations
Co-authored-by: Noor Mohiuddin <noor.mohiuddin@outlook.com>
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
51ddf45813699a7924004c482ad9406b52c12731 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.184.0-rc.0",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.184.0-rc.0.tgz",
- "integrity": "sha512-YeOTkdoEr7CjUqiGFgZF1myEzxnyznsWDBSsByZ3qWGad3o64h7eWYd... | Updating taskIt version | Updating taskIt version
|
b68eb6a2e2bf5d2ff2f9da8a11ae7cab0ccbe79e | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.1-alpha.5",
+ "version": "2.12.1-alpha.6",
"main": "dist/index.js",
"files": [
"dist"
--- src/managerExperience/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -55,6 +55,7 @@ import {Associate, Team} from '... | Update roster mini app version | Update roster mini app version
|
c7ac53716e7022236728a6f7271fd4ab47618562 | --- packages/allspark-foundation/src/Config/selectors.ts
@@ -4,6 +4,11 @@ import { configSlice } from './redux';
const GeneratedSelectors = generateSelectorsForSlice(configSlice);
+const getContainerConfig = createSelector(
+ [GeneratedSelectors.getData],
+ (data) => data?.container || data?.core
+);
+
/**
* ... | feat: add container config key selector creator | feat: add container config key selector creator
|
3a13f840cd9c8fd9952826a828a7b887a3729a98 | --- package.json
@@ -19,7 +19,7 @@
"build": "yarn workspaces foreach --all --topological-dev run build",
"check-expo-libs": "expo install --check",
"certify-booted-sim": "scripts/certifyBootedSim.sh",
- "coverage": "echo 'Skipping tests to test native builds' || jest --coverage",
+ "coverage": "ech... | chore: add dummy test report file to bypass tests for native build testing | chore: add dummy test report file to bypass tests for native build testing
|
2725fde3e1e6764de64d33a46babf9efe6115f78 | --- android/app/build.gradle
@@ -96,8 +96,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 921
- versionName "1.18.1"
+ versionCode 923
+ vers... | bumping up the version number to 1.18.10 | bumping up the version number to 1.18.10
verison bump
|
bff54d39a4440c44b5643a7c25c22ea91ecc48af | --- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilterList.test.tsx
@@ -60,4 +60,16 @@ describe('ShiftFilterList', () => {
expect(toJSON()).toMatchSnapshot();
});
+ it('Test 2: Calls handleSelectShift when a shift is selected', () => {
+ const { getByTestId } = render(
+ <S... | Adding Test 2 for shiftFilterList | Adding Test 2 for shiftFilterList
|
210c70bd29e5565445cf32537564f6164e54989c | --- src/channels/components/ChannelRow.tsx
@@ -80,7 +80,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
const {group, recipients} = channelData;
const allAssociates = (roster?.getDailyRoster || []) as Associate[];
- const firstRecipientWin = decryptUserId(recipients[0]);
+ const firstRecipientWin... | fix for empty user | fix for empty user
|
7f9b2f6740444b98ca0608ac384080d2e7cb93b0 | --- .yarn/patches/react-native-modalfy-npm-3.7.0-a3af8847e5.patch
@@ -1,52 +1,26 @@
-diff --git a/lib/commonjs/lib/ModalStack.js b/lib/commonjs/lib/ModalStack.js
-index 34a9127520914af5760dbeb23197d637ea0251dc..6b34d054c8dad9b375003a2102bad64c41e78fb5 100644
---- a/lib/commonjs/lib/ModalStack.js
-+++ b/lib/commonjs/lib... | chore(bump): allspark-foundation patch update (#5317) | chore(bump): allspark-foundation patch update (#5317)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
aa8d4aabbca10164bacde8e4d42330359e58d1e5 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "3.3.0",
+ "version": "3.3.0-alpha.1",
"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",
"@walmart/ui-... | feat(ui): updating roster version for drop 33 | feat(ui): updating roster version for drop 33
|
0e01597f0f3159c485a7fc61cc1b78f7917181b4 | --- packages/allspark-foundation/src/GlobalElements/context.tsx
@@ -151,9 +151,13 @@ const POSITION_PROPS = [
export const createGlobalElement = (
key: string,
Component: ComponentType<any>,
- config?: { captureLayout: boolean; minInsets?: Insets }
+ config?: {
+ captureLayout: boolean;
+ minInsets?: Ins... | adding safearea preference as a config | adding safearea preference as a config
|
e7cc28f25aebcdbacf04f701ed8663aff803d7f8 | --- src/screens/MessagesScreen.tsx
@@ -327,7 +327,6 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
};
const recipientsInfo = getRecipients();
- console.log('Recipients info: ', recipientsInfo);
const getMessageType = () => {
if (message?.audio?.uri) {
... | remove console logs | remove console logs
|
eca42d30ddd19ab56939b9303f6048883cd0939c | --- .looper.multibranch.yml
@@ -52,18 +52,6 @@ flows:
- call: build-npm
- (name Build JS Bundle for ${market}) npm run bundle-js
- app-build-init:
- - call: initialize
- # - call: initialize-fastlane
- - withcache('yarn-cache'):
- - call: yarn-steps
- - (name Set NPM Env) yarn run env:${... | chore: revert looper change | chore: revert looper change
|
f71e814bdd18000a98e05f732333e1a088437aa7 | --- components-library-storybook/app.config.js
@@ -14,6 +14,7 @@ export default ({ config }) => ({
ios: {
bundleIdentifier: 'com.walmart.mywalmartcomponents',
},
+ icon: `${__dirname}/assets/appicon.png`,
plugins: [
[
'expo-font',
--- components-library-storybook/assets/appicon.png
Binary f... | feat(components): add icons | feat(components): add icons
|
1eae6012e0b1289f5800ec0810e856fc06d90cef | --- src/screens/TabsScreen.tsx
@@ -10,7 +10,6 @@ import {ChannelsScreen} from './ChannelsScreen';
import {UnreadBadge} from '../channels/components';
import {useTranslation} from 'react-i18next';
import {TEXTING_I18N_NAMESPACE} from '../translations';
-import {ClockedOutScreenGuard} from '../components/ClockedOutScr... | reverting change to tab screen | reverting change to tab screen
|
272a282ce3b5e41e161abf319eb726070d11082a | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/HubHeader/style.ts
@@ -12,7 +12,7 @@ export default (
container: {
width: '100%',
paddingTop: 16,
- paddingLeft: 10,
+ paddingLeft: hasImage ? 18 : 10,
paddingBottom: subText ? 10 : 8,
display: 'flex',
... | feat(ui): style fixes | feat(ui): style fixes
|
285e0d2452f7960680f2171a74a535bbc77c3458 | --- __tests__/core/analyticsInitTest.ts
@@ -13,6 +13,7 @@ jest.mock('react-native-wm-telemetry', () => ({
setUserId: jest.fn(),
setUserProperties: jest.fn(),
setCrashAttributes: jest.fn(),
+ setCrashAttribute: jest.fn(),
}));
jest.mock('@react-native-community/netinfo', () => ({
--- __tests__/core/httpC... | adding session id in a few additional places for better correlation (#359) | adding session id in a few additional places for better correlation (#359)
|
be1ad80b1fe63b462fd876532ef82ae4723b16e8 | --- src/translations/en-US.ts
@@ -96,12 +96,12 @@ export const enUS = {
continueButton: 'Continue',
locationTitle: 'Share your location',
locationMessage:
- "You'll be able to clock in and out and search for items in your store.",
+ 'Enable location and connect to store WiFi to clock ... | Updating translations for startup flow | Updating translations for startup flow
|
56f604df573bc1d45b0ccc7e14abb4b0c9481679 | --- src/components/MessagesHeader.tsx
@@ -58,7 +58,7 @@ export const NewMessageHeader = (props: {title: string}) => {
<CloseIcon size={24} />
</TouchableOpacity>
<View style={styles.titleRow}>
- <Body weight='700' size='large'>
+ <Body weight='700' size='large' testID='newMessageHea... | added new test id for the message header title | added new test id for the message header title
|
44b28fd1324a93b8aad04f242465b2f0e6510fd0 | --- targets/US/android/settings.gradle
@@ -28,4 +28,4 @@ useExpoModules()
* This flag is not advisable if you need to download new dependencies of your Andriod SDK with each run.
* (Like testing new compass SDK version each time you run the app)
*/
-gradle.startParameter.offline=false
+gradle.startParameter.of... | inbox update | inbox update
|
5c40fefb18986de4663e839544073e87d6865968 | --- package.json
@@ -181,7 +181,7 @@
"@walmart/walmart-fiscal-week": "^0.3.6",
"@walmart/welcomeme-mini-app": "^1.0.15",
"@walmart/wfm-ui": "4.1.0",
- "@walmart/wm-plus-mini-app": "1.5.8",
+ "@walmart/wm-plus-mini-app": "1.6.0",
"@walmart/wmconnect-mini-app": "3.8.0",
"axios": "~1.6.0",
... | feat: update to GTP shared component 3.0 (#5199) | feat: update to GTP shared component 3.0 (#5199)
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
82aca68e6ce608a1b21b514a0f584b072f39261a | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.11",
"@walmart/taskit-mini-app": "0.49.12",
- "@walmart/time-clock-mini-app": "2.43.0",
+ "@walmart/time-clock-mini-app": "2.48.0",
"@walmart/ui-c... | Update time clock to 2.48.0 | Update time clock to 2.48.0
|
7acd55de8ece2644890f087a26ac5f43b1131043 | --- packages/allspark-authentication/package.json
@@ -37,6 +37,6 @@
"moment-timezone": "*",
"react": "*",
"react-native": "*",
- "react-native-app-auth": "^6.4.3"
+ "react-native-app-auth": ">=6"
}
}
--- packages/allspark-foundation/package.json
@@ -121,22 +121,22 @@
"@react-navigation/d... | chore: loosening peer dependencies | chore: loosening peer dependencies
|
dbfff7951813fc35bdbe0df735a919e5054c7963 | --- package-lock.json
@@ -3187,9 +3187,9 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.2.3",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo... | Fixed time clock drop 2 bug (#557) | Fixed time clock drop 2 bug (#557)
GTA-85823
Co-authored-by: Noor Mohiuddin <noor.mohiuddin@outlook.com> |
77fdc658635172fea6b84195d74ed3b5b6778f49 | --- .looper.multibranch.yml
@@ -54,7 +54,7 @@ envs:
- extras;android;m2repository
- extras;google;m2repository
- TARGET_XCODE: "12.3"
+ TARGET_XCODE: "13.0"
RCT_NO_LAUNCH_PACKAGER: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
EXTRA_PACKAGER_ARGS: "--sourcemap-output /tm... | xcode 13 update | xcode 13 update
|
83156e1e6957f4b80222b6ea35bf88ad0d03877f | --- packages/my-walmart-hub/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.
+# [1.10.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/my-walmart-hub@1.9.4...@wal... | chore(version): updating package version | chore(version): updating package version
- @walmart/my-walmart-hub@1.10.0
|
49800c6722e8dc4ec36426c57564e53749e138ec | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -131,6 +131,18 @@ Array [
}
}
/>
+ <Screen
+ component="NewTorScreen"
+ name="newTor"
+ />
+ <Screen
+ component="TorReviewScreen"
+ name="torReview"
+ />
+ <Screen
+ comp... | Add tor screens to MainStackNav | Add tor screens to MainStackNav
|
b65dc83db05abda33a08a33586db3ab86c0b48e4 | --- __tests__/PinAccess/PinAccessScreenTest.tsx
@@ -242,9 +242,7 @@ describe('PinAccess', () => {
const attempt = 2;
lockScreenComponent.props.onRetry(attempt);
expect(setError).toHaveBeenCalledWith(true);
- expect(setErrorMsg).toHaveBeenCalledWith(
- `You have ${att... | ui version bump to fix inactivity, few translation changes (#471) | ui version bump to fix inactivity, few translation changes (#471)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
9203f0383f85c141fb0fcc40bf2f37c1bf312213 | --- package-lock.json
@@ -5435,9 +5435,9 @@
}
},
"@walmart/core-services-allspark": {
- "version": "1.7.26",
- "resolved": "https://npme.walmart.com/@walmart/core-services-allspark/-/core-services-allspark-1.7.26.tgz",
- "integrity": "sha512-uFAduRGlqv9ReRmj+ZIQU5adckeDVtufPuYHymiRjkJvZw... | 1.7..32 for allspark core service. | 1.7..32 for allspark core service.
|
62f8265a12e2a94b61262eee3f2a82947193ec65 | --- package.json
@@ -94,7 +94,7 @@
"@walmart/checkout-mini-app": " 3.15.39",
"@walmart/compass-sdk-rn": "5.19.8",
"@walmart/config-components": "4.4.1",
- "@walmart/copilot-mini-app": "3.92.12",
+ "@walmart/copilot-mini-app": "3.92.13",
"@walmart/core-services": "6.1.4",
"@walmart/core-se... | chore: bump copilot@3.92.13 | chore: bump copilot@3.92.13
|
218952ec3aebdace2f8f52ca91e248fb60e4f0e4 | --- package-lock.json
@@ -103,7 +103,7 @@
"@walmart/roster-mini-app": "1.1.6",
"@walmart/schedule-mini-app": "0.94.1",
"@walmart/shelfavailability-mini-app": "1.5.23",
- "@walmart/store-feature-orders": "1.26.5",
+ "@walmart/store-feature-orders": "1.26.7",
"@walmart/ta... | fix(ci): drop21 version update | fix(ci): drop21 version update
|
7864f2dc8d4b9f3bdc54decb8ce6304d0da470fb | --- package-lock.json
@@ -37,7 +37,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.3.74",
"@walmart/attendance-mini-app": "0.86.0",
- "@walmart/compass-sdk-rn": "3.16.1",
+ "@walmart/compass-sdk-rn": "3.16.17",
"@walmart/config-compone... | Update returns-mini-app version to 1.4.0 | Update returns-mini-app version to 1.4.0
|
39b19604ab9cb29bf2cbfac71ae7b25eeeae6277 | --- .looper.multibranch.yml
@@ -176,7 +176,7 @@ envs:
variables:
env: "prod"
teamsEnvIcon: "https://e7.pngegg.com/pngimages/136/244/png-clipart-super-mario-advance-4-super-mario-bros-3-super-mario-3d-land-raccoon-mammal-animals.png"
- KEYCHAIN_PW: "%{credentials.secret('app-store-keychain-pw')}"... | BUILD: Add new cert, profile, and encrypt keychain pw | BUILD: Add new cert, profile, and encrypt keychain pw
|
529a64273038515125b3d51ff90a938a0446e15e | --- ios/Podfile.lock
@@ -539,6 +539,7 @@ DEPENDENCIES:
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
+ - react-native-backgrou... | Misc fixes for Drop 3 | Misc fixes for Drop 3
|
ff010098560998a6dcb7dbbf93664bd1a81bf452 | --- src/translations/es-MX.ts
@@ -40,7 +40,7 @@ export const esMX = {
online: 'En línea',
},
shiftChip: {
- shift: 'Shift ',
+ shift: 'Turno ',
separator: ' | ',
},
statusChips: {
| feat: add MX translation | feat: add MX translation
|
670bb819e8d610740dadbcb3130fb7459719fcf3 | --- ios/AllSpark/Info.plist
@@ -113,7 +113,6 @@
</array>
<key>UIBackgroundModes</key>
<array>
- <string>audio</string>
<string>fetch</string>
<string>remote-notification</string>
</array>
| ios removing background audio permission | ios removing background audio permission
|
8cd18a7369b46aa9f21bbe9faf9c304cdb0b2c38 | --- __tests__/__mocks__/@walmart/push-to-talk-mini-app.js
@@ -15,4 +15,7 @@ module.exports = {
DndConfirmationNavProperties: {},
StoreConfirmationNavProperties: {},
},
+ Hooks: {
+ useVMBadgesCount: jest.fn(() => [0]),
+ },
};
--- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainTabsNavTe... | fix: PTT badge count in main tabs (#509) | fix: PTT badge count in main tabs (#509)
|
37af632c0d46ef747f6810387b85dcf780b5dd95 | --- package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.12",
"@walmart/backroom-mini-app": "1.12.0",
"@walmart/calling-mini-app": "0.7.60",
- "@walmart/checkout-mini-app": "4.13.0",
+ "@walmart/checkout-mini-app": "4.14.0",
"@walmart/compass-sdk-rn": "6.2.845",
"@walmart/c... | feat(Checkout): FEAT Checkout-Mini-App Drop 32 Bug fixes (#4368) | feat(Checkout): FEAT Checkout-Mini-App Drop 32 Bug fixes (#4368)
* fix: checkout update version to 4.13.3
* fix: update checkout version to 4.13.5
* update expo haptics and checkout 4.13.9
* fix(checkout): upgrade checkout to 19
* test: FEAT-2650 unassign all changes
* fix(checkout): upgrade checkout to... |
8de5c123371b2028f9e4b8da21a9c7f5604d4076 | --- packages/allspark-foundation/src/Scanner/AllsparkScanner.tsx
@@ -3,7 +3,7 @@ import { useSelector } from 'react-redux';
// @ts-ignore
import { WmScannerView } from '@walmart/react-native-scanner-3.0';
-import { ScannerProps } from './types';
+import { ScanError, ScannerProps, ScanPayload } from './types';
impo... | fix: scanner missing data on callbacks. missing scan area type. | fix: scanner missing data on callbacks. missing scan area type.
|
c1be4dec979c4bbe31604e666c7b63390e209de0 | --- package.json
@@ -94,7 +94,7 @@
"@walmart/avp-shared-library": "0.25.28",
"@walmart/backroom-mini-app": "1.13.3",
"@walmart/calling-mini-app": "0.7.64",
- "@walmart/checkout-mini-app": "4.15.0",
+ "@walmart/checkout-mini-app": "4.17.0",
"@walmart/compass-sdk-rn": "6.2.851",
"@walmart/c... | feat(checkout): Update Checkout mini app version for Drop33 (#4660) | feat(checkout): Update Checkout mini app version for Drop33 (#4660)
* feat: (checkout) update checkout-mini-app package version
* feat(checkout): update checkout-mini-app package version
* feat(checkout): update checkout-mini-app package version
* feat(checkout): Update checkout version
* feat(checkout): U... |
1cda451d595f78c1f2b5542edd7bf32b664b44bd | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/iteminfo-mini-app": "7.2.2",
"@walmart/manager-approvals-miniapp": "0.2.2",
"@walmart/me-field-mini-app": "1.3.0",
- "@walmart/metrics-mini-app": "0.12.2",
+ "@walmart/metrics-mini-app": "0.12.3",
"@walmart/mod-flex-mini... | Bumping metrics-mini-app version from 0.12.2 to 0.12.3 | Bumping metrics-mini-app version from 0.12.2 to 0.12.3
|
37a221b78cc1f25d409c5b8e15c3fcda187dfa65 | --- packages/allspark-foundation/__tests__/Container/registries.test.tsx
@@ -0,0 +1,72 @@
+import {
+ ComponentRegistryManager,
+ MethodRegistryManager,
+ FeatureRegistryManager,
+ } from '../../src/Container/registries';
+ import { WidgetRegistry, MethodRegistry, Registry } from '@walmart/allspark-utils';
+... | registiries tests | registiries tests
|
f7e8bbaa0c49646e90c532463798e33d68e26067 | --- package.json
@@ -153,7 +153,7 @@
"@walmart/taskit-mini-app": "5.31.6",
"@walmart/time-clock-mini-app": "2.462.1",
"@walmart/time-clock-mini-app-next": "2.812.1",
- "@walmart/topstock-mini-app": "1.22.2",
+ "@walmart/topstock-mini-app": "1.22.3",
"@walmart/translator-mini-app": "1.4.2",
... | fix: VS-8972 fixed the crash in topstock for db migration | fix: VS-8972 fixed the crash in topstock for db migration
|
7dcc1946d172f59a27ef7c1c8efe960f827ba893 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.25.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.0...v2.25.1) (2025-04-04)
+
+
+### Bug Fixes
+
+* **ui:** update modal screen for roster ([9c1befd](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/9c1befdc92c740c253f83d3060b7b4849a133d70))
... | chore(release): 2.25.1 [skip ci] | chore(release): 2.25.1 [skip ci]
## [2.25.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.25.0...v2.25.1) (2025-04-04)
### Bug Fixes
* **ui:** update modal screen for roster ([9c1befd](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/9c1befdc92c740c253f83d3060b7b4849a133d70))
|
aa3b9bf75df35c44714c09a81e33d52e538ca247 | --- package.json
@@ -117,7 +117,7 @@
"@walmart/global-vpi-mini-app": "1.1.40",
"@walmart/gta-react-native-calendars": "0.7.0",
"@walmart/gtp-shared-components": "2.3.0-rc.0",
- "@walmart/gtp-shared-components-3": "npm:@walmart/gtp-shared-components@3.0.0-beta.7",
+ "@walmart/gtp-shared-components-3... | fix(ui): ALLSPARK-7230 fixed snackbar crash updating drop shadow version (#5000) | fix(ui): ALLSPARK-7230 fixed snackbar crash updating drop shadow version (#5000)
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
Co-authored-by: h0s0em0 <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> |
6e8a0fa07244442256af910a9e99872fcbaefaaf | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.8.1",
+ "version": "3.8.2",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): update changes for graphql error fixes back to develop | feat(ui): update changes for graphql error fixes back to develop
|
a9f884280fff89e27db3f6cf7eea5f5dcec86e09 | --- packages/associate-exp-hub-mini-app/src/components/modals/smartModal/styles.ts
@@ -28,7 +28,7 @@
* ```
*/
-import {StyleSheet} from 'react-native';
+import {StyleSheet, Platform, StatusBar} from 'react-native';
export const styles = StyleSheet.create({
/** Visual separator between modal sections */
@@ -... | feat(ui): update the android modal styling | feat(ui): update the android modal styling
|
41c11adc2579aec13ac2ffc4a9d287051e65598c | --- src/notification.ts
@@ -13,11 +13,9 @@ export const backgroundPushNotificationHandler = (event?: SumoPushEvent) => {
'/directedvoice/ptt/v1/azure/us-100/recording-dbdc6908-9af0-453c-b8ac-1309f7e1a314.m4a';
event.customData.audio = mockRemoteURL;
if (isValidFileURI(event.customData.audio)) {
- ... | remove console logs | remove console logs
|
5db7ad62086e552bb4ff0ea4337c0c1187f98aff | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/Popover/Popover.tsx
@@ -0,0 +1,35 @@
+import * as React from 'react';
+import { Callout } from '@walmart/gtp-shared-components';
+import PopoverProps from './types';
+
+/**
+ * @props PopoverProps
+ * @example usage
+ * <Popover
+ conte... | feat(ui): added popover component | feat(ui): added popover component
|
6d4c48de715b84384ca48b73f1c49ee09de7dc84 | --- example/src/teamHub/screens/teamSelection.tsx
@@ -2,7 +2,7 @@ import React, {useEffect} from 'react';
import {useNavigation} from '@react-navigation/native';
import {TeamHub} from '../feature';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
-import {TeamSelection} from '@walmart/allspark-foundation... | Update tests | Update tests
|
18c90cb6de7445a3ca1b78199a7994a934cb4ad1 | --- docs/CHANGELOG.md
@@ -0,0 +1,6 @@
+# [2.29.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.28.0...v2.29.0) (2025-04-30)
+
+
+### Features
+
+* SMDV-9999 update package ([776d71d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/776d71d3e8a5e8860c54cafa9dee0c5cddfd6704))
--- package.jso... | chore(release): 2.29.0 [skip ci] | chore(release): 2.29.0 [skip ci]
# [2.29.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.28.0...v2.29.0) (2025-04-30)
### Features
* SMDV-9999 update package ([776d71d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/776d71d3e8a5e8860c54cafa9dee0c5cddfd6704))
|
42cf08a29b8c9399b25e9399bd3b5a23606a89cc | --- yarn.lock
@@ -6220,9 +6220,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/config-components@npm:4.4.5":
- version: 4.4.5
- resolution: "@walmart/config-components@npm:4.4.5"
+"@walmart/config-components@npm:4.5.2":
+ version: 4.5.2
+ resolution: "@walmart/config-components@npm:4.5.2"
p... | fix(platform): platform drop 26 changes | fix(platform): platform drop 26 changes
|
66a64878e03dc947158c1b9aa812c2d93bb15d52 | --- package-lock.json
@@ -4400,9 +4400,9 @@
}
},
"@walmart/refrigeration-alarms-mini-app": {
- "version": "1.30.0",
- "resolved": "https://npme.walmart.com/@walmart/refrigeration-alarms-mini-app/-/refrigeration-alarms-mini-app-1.30.0.tgz",
- "integrity": "sha512-ofn6yrCK9zDvgIvrBWj+uyC8U... | Version bump for fixes to localized dates | Version bump for fixes to localized dates
|
ed2d180f0ea3a01f3905f1e0cc65707c49e37904 | --- packages/allspark-foundation/src/HubFeature/Onboarding/TeamSelection/Component/TeamSelectionList.tsx
@@ -44,14 +44,13 @@ export const TeamSelectionList = ({
const [upsertManagerExperiencePreferenceMutation, { error }] =
useUpsertManagerExperiencePreferenceMutation({
onCompleted: () => {
- logg... | Updating telemetry messages | Updating telemetry messages
|
88e62d9b0d0937b9814cc52a8f2a7f270dae4974 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.387",
+ "@walmart/rn-receiving-mini-app": "2.4.12",
"@walmart/roster-mini-app": "2.9.0",
... | Drop26 - Receiving version - 2.4.12 - LQ crash fix | Drop26 - Receiving version - 2.4.12 - LQ crash fix
|
611e93fe318bff9068589aa4df828aa268bfd7c4 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/AllsparkHubContainer.tsx
@@ -97,22 +97,40 @@ export class AllsparkHubContainer {
const userIsOnboarded = useSelector(
ManagerExperienceSelectors.getUserOnboardingComplete
);
+ const isMutationError = useSelector(
+ ManagerExperie... | Adding error bottomsheet | Adding error bottomsheet
|
0bf6d6abfec50b846244b4fe0fc5d6969f94652c | --- __tests__/components/ClockStatusIndicatorTest.tsx
@@ -9,6 +9,7 @@ jest.mock('react-redux', () => ({
useSelector: jest.fn(),
}));
+//TODO: Fix empty snapshot
describe('ClockStatusIndicator tests', () => {
it('ErrorComponent snapshot test', () => {
const clockStatusIndicatorComponent = renderWithProvid... | Addressing PR comments | Addressing PR comments
|
de43edec04dc6bb103bf9f25f6b66e3b727a642d | --- example/package.json
@@ -32,7 +32,6 @@
"react": "^18.2.0",
"react-native": "~0.73.7",
"react-native-apollo-devtools-client": "^1.0.4",
- "react-native-device-info": "~10.13.1",
"react-native-drop-shadow": "^1.0.0",
"react-native-flipper": "^0.212.0",
"react-native-gesture-handler": ... | fix: remove unused device info from dependencies | fix: remove unused device info from dependencies
|
42a6ed452c5f981378d07e3bc10a5eb09308c489 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "^3.26.4",
+ "@walmart/copilot-mini-app": "3.26.4",
"@walmart/core-services": "... | updating package lock | updating package lock
|
2e5dd3131219b850a1aeb7847672ebda7a98d36d | --- package.json
@@ -18,7 +18,6 @@
"env:dev": "yarn workspaces foreach --all -p run env:dev",
"env:prod": "yarn workspaces foreach --all -p run env:prod",
"env:teflon": "yarn workspaces foreach --all -p run env:teflon",
- "fixDependencies": "sh targets/US/scripts/fixDependencies.sh",
"jetifier": ... | chore: fix script locations. remove unused scripts | chore: fix script locations. remove unused scripts
|
901835827cad83a72dd4baa91d00ef2e6fe9c59a | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/style.ts
@@ -5,16 +5,16 @@ import { StyleSheet } from 'react-native';
export const ShiftFilterStyles = (selected: boolean) =>
StyleSheet.create({
container: {
- display: 'flex',
+ flex: 1,
padding: selected ... | Shift filter style updates | Shift filter style updates
|
ceebfce525b9c13f5306c8822850e8e0e0033d21 | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -336,7 +336,7 @@ class ComponentContainerManager<ParamList extends Record<string, any>> {
) => {
const existing = this._containers[containerId];
if (existing) {
- return existing;
+ return existing as ComponentContainer<T>... | fix: component container create typing not honoring generic | fix: component container create typing not honoring generic
|
470d6633d4589e406e111419d6c46367b61142f6 | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/gta-react-native-calendars": "0.1.0",
"@walmart/gtp-shared-components": "2.1.3",
"@walmart/impersonation-mini-app": "1.20.7",
- "@walmart/ims-print-services-ui": "2.8.1",
+ "@walmart/ims-print-services-ui": "2.8.0",
"@wa... | Update package-lock.json | Update package-lock.json
|
e76147c7a9bb636ca07bcdf207b84e3cb2306eeb | --- src/screens/SearchScreen.tsx
@@ -142,7 +142,7 @@ export const SearchScreen: React.FC<SearchScreenProps> = (props) => {
}
};
- //TODO: Duplicate logic from roster component
+ //TODO: Duplicate logic from roster component. Need to fix FlashList render bug
const renderAssociateRosterItem: ListRenderItem... | update to search screen | update to search screen
|
0ed85a76e94867452b467d4ccff78800d38d90c4 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.6.3",
- "@walmart/rn-receiving-mini-app": "2.4.32",
+ "@walmart/rn-receiving-mini-app": "2.4.33",
"@walmart/roster-mini-app": "2.9.0",
... | Receiving version - 2.4.33 - LQ version change | Receiving version - 2.4.33 - LQ version change
|
f3f20f88a4c116ff6c391c46c8915cb996be9a7e | --- packages/allspark-foundation/src/Components/TeamOnboarding/TeamSelection/TeamSelectionListItem.tsx
@@ -4,6 +4,7 @@ import { teamSelectionListItemStyles } from './styles';
import { Checkbox } from '@walmart/gtp-shared-components/dist';
import { images } from './images';
import { TeamSelectionListItemProps } from ... | Adding constants | Adding constants
|
c21e46baf9ce66cf5866faf46adced44811cb61f | --- package-lock.json
@@ -62,7 +62,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/OneWalmart-MiniApp": "1.0.12",
"@walmart/pay-stub-miniapp": "0.9.7",
- "@walmart/payrollsolution_miniapp": "^0.130.11",
+ "@walmart/payrollsolution_miniapp": "^0.130.12",
"@walmart/pri... | bump version | bump version
|
72c2f108cdb449337250d977aac013adcccc687e | --- __mocks__/@walmart/shop-gnfr-app.js
@@ -1,3 +1,6 @@
module.exports = {
- GNFRApp: 'GNFRApp',
+ __esModule: true,
+ default: {
+ buildAllScreens: () => 'GNFRApp'
+ }
};
--- __mocks__/@walmart/shop-gnfr-mini-app.js
@@ -1,3 +1,6 @@
module.exports = {
- GNFRApp: 'GNFRApp',
-}
+ __esModule: true,
+ defaul... | feat: GNFRTECH-6102 shop-gnfr features for drop 29 (#3884) | feat: GNFRTECH-6102 shop-gnfr features for drop 29 (#3884)
* shop-gnfr drop-29 features
* shop-gnfr@1.0.216
* shop-gnfr@1.0.219
* shop-gnfr@1.0.223
* shop-gnfr@1.0.228
* snapshots update
* added skip for test
* snapshot update
* shop-gnfr@1.0.241
* update snapshots
* chnages only for gnfr... |
1ac91f4e387bc1fa0e26143d5589764c00148ffb | --- 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": "3.0.1",
+ "@walmart/taskit-mini-app": "3.0.2",
"@walmart/time-clock-mini-app": "2.389.0",
... | chore: bump taskit version | chore: bump taskit version
|
9fd97c34309886c92502324f6b1577ee959f8e0f | --- package-lock.json
@@ -3504,9 +3504,9 @@
"integrity": "sha512-NSK68YKfA95rH9x90qwCNYORlTShIyVoJ2iysN6/OPWKiy59gK6P1yTrg6hAaysWSm/r90fWTkIuukzdSu99+A=="
},
"@walmart/redux-store": {
- "version": "1.1.3",
- "resolved": "https://npme.walmart.com/@walmart/redux-store/-/redux-store-1.1.3.tgz",
... | Version increment | Version increment
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.