commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
10e4a1bd3bd1868a8da161fbb21f79630f9a0695 | --- core/__tests__/core/CreateGuardedScreensTest.tsx
@@ -0,0 +1,49 @@
+import React from 'react';
+import { createMiniAppScreens } from '../../src/core/CreateGuardedScreens';
+import { createStackNavigator } from '@react-navigation/stack';
+
+
+const Stack = createStackNavigator();
+const MockComponent = () => <></>;
+... | createguardedscreens test | createguardedscreens test
|
057800ffcb58afec13e8ab4d78b0fcb28f43fd13 | --- src/containers/UserHeader.tsx
@@ -31,7 +31,7 @@ const styles = StyleSheet.create({
export const UserHeader = () => {
const userId: string = useSelector(getEncryptedUserId);
const storeId: string = useSelector(SiteSelectors.getUserWorkingSite);
- const name = useSelector(UserSelectors.getUserName);
+ const ... | tsc fix | tsc fix
|
ef8e632b90d919aa05526a976ed8841fa151c439 | --- __tests__/components/ChatWidgetComponent.a11y.test.tsx
@@ -3,7 +3,6 @@ import {render} from '@testing-library/react-native';
import {ChatWidget} from '../../src/components/ChatWidget/ChatWidgetComponent';
import {useNavigation} from '@react-navigation/native';
import {useSelector} from 'react-redux';
-import {Te... | feat(ada): ada updates | feat(ada): ada updates
|
49c7cd20724667e339862d730428fdfabd0a372b | --- __tests__/AppTest.tsx
@@ -1,45 +1,45 @@
import React from 'react';
import {create} from 'react-test-renderer';
-import {RootContainer} from '../../src/core/RootContainer';
+import {App} from '../src/index';
jest.mock(
'@walmart/gtp-shared-components/dist/theme/theme-provider',
() => 'ThemeProvider',
);
... | move root container up as root src export. setup moment local in translation provider | move root container up as root src export. setup moment local in translation provider
|
80cb0c3f873c1404e096541b7d5ff736c86df61d | --- packages/me-at-walmart-container/__tests__/services/user/getAssociatesInfo.test.ts
@@ -6,14 +6,11 @@ import {
import {
getCachedUser,
getCachedUserRaw,
+ cacheUserInfo,
} from '../../../src/services/user/cache';
import {AllsparkGraphQLClient} from '@walmart/allspark-foundation/GraphQL';
import {MeAtWalma... | improved the test coverage to 100% packages/me-at-walmart-container/src/services/user/getAssociateInfo.ts | improved the test coverage to 100% packages/me-at-walmart-container/src/services/user/getAssociateInfo.ts
|
6536f55f254cfc365836d65bac1e7f8141f71de7 | --- graphql.yml
@@ -24,7 +24,6 @@ applications:
- 'v3'
- 'Drop14'
- name: 'GetTeamById'
- hash: '8a0ff1bceff296ade72cd86c88273c0924510d42ff6bd3487819814045781f31'
queryTemplate: 'src/queries/getTeamById.graphql'
tags:
- 'v2'
@@... | Removed hash values | Removed hash values |
235231030f50c38118a3b62d955504aeb0968f44 | --- .yarn/patches/@walmart-ask-sam-mini-app-npm-1.29.3-61985fa7e6.patch
@@ -1,12 +0,0 @@
-diff --git a/dist/components/item-details/ItemBarcode.js b/dist/components/item-details/ItemBarcode.js
-index ec1c66ed8de9ebb9be326888acfa1c4dcf524577..a2bd72bbccd7c90f66e34b5c8f5f96e31ca90479 100644
---- a/dist/components/item-de... | fix(ask sam): OPIF-199178,SMBLV-8692 bump ask sam version to Drop 31 latest (#4299) | fix(ask sam): OPIF-199178,SMBLV-8692 bump ask sam version to Drop 31 latest (#4299)
* chore(ask-sam-mini-app): SMBLV-8895 barcode-builder library upgrade
* fix: OPIF-199178 Compensable check added to mini app redirect for 'S'
* fix(ask sam mini app version): OPIF-199178 compensable check fix
* build(ask sam m... |
ddd4f838b030862819fa1b74f26ebbf73023bce4 | --- saucelabs/.looper-native-common-saucelabs.yml
@@ -35,6 +35,7 @@ tools:
flows:
npm-install-and-coverage:
+ - npm install -g json-edit-cli && json set package.json --key=dependencies.react-native-wm-barcode --value=2.3.0
- npm install
- (name put appropriate env file in place) npm run env:${env}
... | SSMP-516 set compatible version for barcode package to allow builds for simulator (#326) | SSMP-516 set compatible version for barcode package to allow builds for simulator (#326)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
6ff7ab9789d358528e78566cca16e0377e757bbd | --- package-lock.json
@@ -4343,9 +4343,9 @@
"integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.91",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | updating package version | updating package version
|
ab2b63070207ea639e7b2615c4f570601d2f70f0 | --- core/__tests__/PinAccess/ActivityMonitorGuardTest.tsx
@@ -0,0 +1,38 @@
+import React from 'react';
+import {useDispatch} from 'react-redux';
+import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
+import {render} from '@testing-library/react-native';
+import {Text} from 'react-native';
+... | added activity monitor guard test file | added activity monitor guard test file
|
effc26b73e0fcaa19eff8f63321dec141d47288a | --- package-lock.json
@@ -34,7 +34,7 @@
"@walmart/allspark-graphql-client": "^0.1.0",
"@walmart/allspark-home-mini-app": "0.6.14",
"@walmart/allspark-neon-core": "0.1.31",
- "@walmart/amp-mini-app": "0.2.13",
+ "@walmart/amp-mini-app": "1.0.11",
"@walmart/ask-sam-chat-c... | bump amp version to 1.0.11 | bump amp version to 1.0.11
|
3c2fd11466db6488248f965d111635716d432651 | --- patches/@walmart+taskit-mini-app+0.34.5-beta.9.patch
@@ -1,38 +0,0 @@
-diff --git a/node_modules/@walmart/taskit-mini-app/src/components/ImagePreview/index.tsx b/node_modules/@walmart/taskit-mini-app/src/components/ImagePreview/index.tsx
-index 0a0e415..bf1fdf9 100644
---- a/node_modules/@walmart/taskit-mini-app/sr... | Removed taskit patch file | Removed taskit patch file
|
442f6691245118fe8ba71ce49c7fac0d221b9d39 | --- package.json
@@ -86,7 +86,7 @@
"@walmart/inbox-mini-app": "0.18.0",
"@walmart/iteminfo-mini-app": "2.0.16",
"@walmart/manager-approvals-miniapp": "0.0.58",
- "@walmart/metrics-mini-app": "0.4.14",
+ "@walmart/metrics-mini-app": "0.4.15",
"@walmart/moment-walmart": "1.0.4",
"@walmart/p... | bumping metrics version | bumping metrics version
|
49020ff4fe5c8e711798f822bf74aae24818023b | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 11
+ versionCode 12
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
219b7787bbf9ca8272eba835baa16e093ed24162 | --- packages/allspark-foundation/src/Components/Hub/Container/index.tsx
@@ -1,23 +1,21 @@
import { Button } from '@walmart/gtp-shared-components/dist';
-export * from './types';
-
-interface TeamWidget {
+export interface TeamWidget {
name: string;
rank: number;
enable: boolean;
}
- interface ... | rebase commit 3 | rebase commit 3
|
0b2b1d74c6e27d50f059e4a3546d55d571bc4d7d | --- package.json
@@ -177,7 +177,7 @@
"@walmart/timesheet-feature-app": "0.2.0-beta.17",
"@walmart/topstock-mini-app": "1.28.16",
"@walmart/translator-mini-app": "1.8.14",
- "@walmart/ui-components": "1.27.2",
+ "@walmart/ui-components": "1.27.4",
"@walmart/walmart-fiscal-week": "^0.3.6",
... | fix(ui-component): translation bug fix (#5221) | fix(ui-component): translation bug fix (#5221)
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
865b649766118b4d7f2c2abc59c7fe86d1213e72 | --- package.json
@@ -88,7 +88,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.23",
+ "@walmart/facilities-management-miniapp": "0.5.24",
"@walmart/feedback-all-... | Update package.json | Update package.json |
d7ae1ff02ceb2febdd9db5b12a1b30c36b306b02 | --- packages/allspark-foundation/src/Components/ComponentContainers.md
@@ -38,14 +38,11 @@ Or with `AllsparkComponentContainers`:
<AllsparkComponentContainers.List container='Me@Walmart.HomeScreen' {...props} />
```
-##### Configuration
+##### List Control
-The `List` component accepts optional props to control w... | chore: update component container docs | chore: update component container docs
|
4e6ba115de44cb5cdbbe22343cd4c63a8f337e94 | --- __tests__/store/selectors/selectors.test.ts
@@ -15,7 +15,6 @@ import * as selectorModule from '../../../src/store/selectors/selectors';
describe('AssociateExpHubSelectors', () => {
// Setup test data for our tests
- const timestamp = Date.now();
const mockState = {
AssociateExpHub: {
// Team s... | chore(ui): update myteam version and roster version and tests | chore(ui): update myteam version and roster version and tests
|
b9ee606f05b34b6914fc6c0108a3a60c5f4806e7 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.20",
+ "version": "1.15.21",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/red... | Update my team mini app version | Update my team mini app version
|
f5ef594c8422a257968200d38fcbed07acbc56b4 | --- .looper.yml
@@ -11,10 +11,6 @@ flows:
- call: pr
- yarn run build
- npm publish
- # - sonar("Sonar"):
- # - (name Sonar Scanner) sonar-scanner -Dproject.settings=sonar-project.properties
- # - (name Publish Hygieia to Sonar) hygieia.publishSonar()
- # - (name Hygieia Publish B... | Update looper files | Update looper files
|
d4d2ceb581652256d39ff5c8dba791e64d480906 | --- package-lock.json
@@ -4137,9 +4137,9 @@
}
},
"@walmart/allspark-home-mini-app": {
- "version": "0.5.19",
- "resolved": "https://npme.walmart.com/@walmart/allspark-home-mini-app/-/allspark-home-mini-app-0.5.19.tgz",
- "integrity": "sha512-f2P4lXGm/8LlNyRRqRnLZ9sVhJa/IFmDOCRDSN1vPt4DpH... | home version bump | home version bump
|
0f52749319cb0a1d95b8a5d0682bcb7aa19286cb | --- packages/allspark-foundation/__tests__/FeatureRunner/components/UserHeader.test.tsx
@@ -2,11 +2,6 @@ import { UserHeader } from '../../../src/FeatureRunner/components/UserHeader';
import { render } from '@testing-library/react-native';
import React from 'react';
-jest.mock('react-redux', () => ({
- ...jest.req... | made changes based on comments | made changes based on comments
|
2265d115de2aa4f4071990842e75e55423cb34d3 | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/ask-sam-mini-app": "1.3.3",
"@walmart/config-components": "4.0.1",
"@walmart/core-services": "~1.4.9",
- "@walmart/core-services-allspark": "~1.10.11",
+ "@walmart/core-services-allspark": "~1.10.13",
"@walmart/core-util... | metrics mini app - SMBLV 2998 | metrics mini app - SMBLV 2998
|
840b8af75bf06477f5281ad0106f053fee5937b7 | --- packages/allspark-http-client/src/HttpClient.ts
@@ -95,7 +95,13 @@ class HttpClient extends Axios implements IHttpClient {
return cloneInstance;
}
- const { headers = {}, interceptors = [], ...restConfig } = config;
+ const {
+ headers = {},
+ interceptors = [],
+ requestIntercept... | fix: handling legacy interceptors bug during instantiation of http client instance | fix: handling legacy interceptors bug during instantiation of http client instance
|
d5e192bf5d2f6330fe0d13db1dbc2c7589db0932 | --- src/hooks/roster.ts
@@ -5,6 +5,7 @@ import {
useGetDailyRosterLazyQuery,
useGetDailyRosterQuery,
} from '../queries/getDailyRoster';
+import {AppState} from "react-native";
// import {useDailyRosterMock} from '../mocks';
export const useDailyRoster = () => {
@@ -46,3 +47,8 @@ export const useDailyRosterL... | starting RBAC impl | starting RBAC impl
|
1b50719679d2ad933d2cade466317c7cd43dffcf | --- package-lock.json
@@ -2990,9 +2990,9 @@
}
},
"@walmart/allspark-health-survey-mini-app": {
- "version": "0.0.31",
- "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.31.tgz",
- "integrity": "sha512-VG/trWfFK2QVjCyZi4Z... | update health cards (#466) | update health cards (#466)
Co-authored-by: Dylan Lane - rlane1 <Russell.Lane@walmart.com> |
30fbd463d59a5c963521ba3c29812c1bd1449869 | --- example/src/teamHub/screens/container.tsx
@@ -2,7 +2,8 @@ import {useNavigation} from '@react-navigation/native';
import {useEffect} from 'react';
import {TeamHub} from '../feature';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
-import {Header} from '@walmart/allspark-foundation/Components';
+imp... | feat(ui): update flashlist and image url smdv-5962 | feat(ui): update flashlist and image url smdv-5962
|
cf29768058a3e83b0dbbc3aa2b668e7215c7aeac | --- CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [6.33.1-alpha.3](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.33.1-alpha.2...v6.33.1-alpha.3) (2025-07-18... | chore(version): updating package version | chore(version): updating package version
|
dda169f6bb1eff4b9d9e94813706177a79f8f10f | --- packages/allspark-foundation-hub/src/HubFeature/Store/Hub/Container/Screens/HubDashboard.tsx
@@ -162,7 +162,8 @@ export const HubDashboard = ({
message: 'Setting allowedWidgetsList',
});
setAllowedWidgetsList(allowedWidgets);
- }, [defaultWidgets, teamState, widgets]);
+ // eslint-disable-next-... | Update the hub dashboard use effect | Update the hub dashboard use effect
|
c70cba93537b734a600fe03712b7188b1414f6bc | --- src/hooks/useDesignMode.tsx
@@ -0,0 +1,72 @@
+import { LocalStorage } from '@/core/LocalStorage';
+import { ConfigSelectors } from '@walmart/allspark-foundation/Config';
+import { Switch } from '@walmart/gtp-shared-components';
+import { createSelector } from 'reselect';
+import { useEffect, useState, useSyncExtern... | feat(design mode): add design mode toggle with local storage persistence | feat(design mode): add design mode toggle with local storage persistence
|
687e72e108245f5248e198e76832a71978740f1b | --- src/components/Roster/AssociateListItem.tsx
@@ -50,6 +50,10 @@ export const AssociateListItem: React.FC<AssociateListItemProps> = React.memo(
const siteId: string | undefined = useSelector(
SiteSelectors.getUserWorkingSite,
);
+ const countryCode: string | undefined = useSelector(
+ SiteSel... | updating method to use new params | updating method to use new params
|
ca21b575d84eb263c2d82fef8d3f3b5cef25097c | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -52,7 +52,6 @@ import {AssociateListLoading} from '../../components/AssociateList/AssociateList
import {AssociateListItem} from '../../components/AssociateList/AssociateListItem';
import {analytics} from '../../logger/analytics';
import moment f... | Adding all shift check | Adding all shift check
|
84c08883dedef0bc146de0b3bd64529fb389bbd6 | --- package.json
@@ -159,7 +159,7 @@
"react-native-flipper": "0.182.0",
"react-native-fs": "^2.20.0",
"react-native-geolocation-service": "^5.3.1",
- "react-native-gesture-handler": "^2.9.0",
+ "react-native-gesture-handler": "2.9.0",
"react-native-get-random-values": "^1.8.0",
"react-nat... | downgrade react-native-gesture-handler | downgrade react-native-gesture-handler |
a820e1fe6fecf231bb7004e67cd6c497725f9837 | --- src/components/ClockStatusIndicator.tsx
@@ -2,7 +2,7 @@ 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_NAMESPACE} from '../.... | updating broken import | updating broken import
|
613e1571b1aed8f1ce9a381647bb92b9b124f320 | --- __tests__/navigation/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -348,7 +348,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
/>
<Screen
- component="ItemInfoMiniApp"
+ component="GuardedItemInfoMiniApp"
name="itemInfoQuickA... | adding a clock check for item info quick action | adding a clock check for item info quick action
|
fea3ff1638b4bb7896a94ad1c52b483ddd4f271c | --- package.json
@@ -99,9 +99,9 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "2.25.4",
+ "@walmart/roster-mini-app": "2.26.0",
"@walmart/ui-components": "1.15.1",
- "@walmart/... | feat(ui): updating wmconnect and roster app versions | feat(ui): updating wmconnect and roster app versions
|
d376939e3c2c35e6f8354b0101721c0a58b1acff | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update the foundation hub version | Update the foundation hub version
|
7a55aed61e9fbfd5bed571b64b32258ce3c56a83 | --- patches/@walmart+facilities-management-miniapp+0.5.22.patch
@@ -1,28 +0,0 @@
-diff --git a/node_modules/@walmart/facilities-management-miniapp/dist/utils/wmNotificationsListener.js b/node_modules/@walmart/facilities-management-miniapp/dist/utils/wmNotificationsListener.js
-index 51e43a3..92e9cd1 100644
---- a/node_... | Removing patch file | Removing patch file
|
032aa6e3701ba12090187ce8e2470c97a6ceeb9d | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.3.5",
+ "version": "1.3.6",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update foundation hub version | Update foundation hub version
|
30d235fee3e2e9f2d149450439c6df77e8be9cbf | --- jest.config.ts
@@ -46,8 +46,7 @@ const config: Config = {
},
},
moduleNameMapper: {
- '^@/Translations$': '<rootDir>/src/Translations',
- '^@/translations$': '<rootDir>/src/Translations',
+ '^.*/Translations$': '<rootDir>/src/Translations',
'@walmart/ui-components/(.*)':
'<rootDir>/_... | fix(translation): unit test | fix(translation): unit test
|
15bd3eae29c458ba4bca728ac24de936b6a0c81a | --- package.json
@@ -103,7 +103,7 @@
"@walmart/emergency-mini-app": "1.27.1",
"@walmart/exception-mini-app": "1.7.10",
"@walmart/facilities-management-miniapp": "0.10.0",
- "@walmart/feedback-all-spark-miniapp": "0.9.60",
+ "@walmart/feedback-all-spark-miniapp": "0.9.63",
"@walmart/financial-w... | feedback version update and latest pull | feedback version update and latest pull
|
0dca05d94406cc7c0afd508568014fba6715c151 | --- package-lock.json
@@ -25161,9 +25161,9 @@
"integrity": "sha512-31gtF8rVekdlx443qIZY7uGrD1ctzINt0C/Y+QP4VsRfZC2/n0J50syLxJqD2rP5S4+e0TYtdT1MLmGNtTteTQ=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.9.9",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-mi... | feedback mini app version bump | feedback mini app version bump
|
3acb78704d9c6e4db5ff2fcdb41e1e476c34e8ab | --- README.md
@@ -8,7 +8,7 @@ This is the Me@Walmart app. - [Onboarding docs](https://gecgithub01.walmart.com/
- Xcode
- Android Studio
-- Yarn/ruby/java (see mise.toml for version requirements)
+- Yarn/ruby/java/node (see [mise.toml](mise.toml) for version requirements)
### Optional prereqs
- [brew](https://br... | Update README.md | Update README.md |
8d7896b5d6d5e71e7e9395efea010aea2ac35646 | --- package.json
@@ -110,7 +110,7 @@
"@walmart/gtp-shared-components": "2.2.7-rc.0",
"@walmart/ims-print-services-ui": "2.19.1",
"@walmart/inbox-mini-app": "0.99.5",
- "@walmart/invue-react-native-sdk": "0.1.26-alpha.10-wt1",
+ "@walmart/invue-react-native-sdk": "0.1.26-alpha.12",
"@walmart/it... | fix(package.json): ALLSPARK-5974 update invue sdk to support ios 15.1 | fix(package.json): ALLSPARK-5974 update invue sdk to support ios 15.1
|
e10f88027bf7fe23a0ae91bb80011611735ba1a9 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageThreshold: {
global: {
- statements: 0,
- branches: 0,
- functions: 0,
- lines: 0,
+ statements: 16.4,
+ branches: 7,
+ functions: 7.84,
+ lines... | ignore harness and bump coverage thresh | ignore harness and bump coverage thresh
|
41807905d183b3579048a3f887026e226834f20b | --- 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... | updated translation. | updated translation.
|
73b20dcfb4ec7aa66645777f1ae2c8a29676c9fb | --- __tests__/navigation/AssociateHallwayNav/Tabs/__snapshots__/MyTeamStackNavTest.tsx.snap
@@ -25,6 +25,31 @@ exports[`MyTeamStackNav matches snapshot 1`] = `
component="TimeClockScreen"
name="timeClock"
/>
+ <Screen
+ name="modalScreen"
+ options={
+ Object {
+ "cardStyle": Object {
+ ... | Add modal screen to stack navigation | Add modal screen to stack navigation
|
f0ea66408d39045f6bdf9b9df00d17db7087de00 | --- packages/allspark-foundation/src/HTTP/client.ts
@@ -202,7 +202,7 @@ export class HttpClient extends Axios {
},
// Interceptors are not handled by axios config. Adding through config is our creation so
// we'll have to handle the merging.
- interceptors: [...interceptors, ...(this.config.in... | fix: interceptors were merged in incorrect order | fix: interceptors were merged in incorrect order
|
7ccf2ccafddd2c5e721069313478482154275151 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -9,7 +9,7 @@ import {ScheduleMiniApp} from '@walmart/schedule-mini-app';
import {HealthSurveyMiniApp} from '@walmart/allspark-health-survey-mini-app';
import SettingsMiniApp from '@walmart/settings-mini-app';
import ImpersonationMiniApp from '@walmart/impers... | adding meganav screen to allspark-core | adding meganav screen to allspark-core
|
ca2cc4f6e2da351ad2a852ee12638b94282fca20 | --- package-lock.json
@@ -82,7 +82,7 @@
"@walmart/shelfavailability-mini-app": "1.4.0",
"@walmart/taskit-mini-app": "0.48.0",
"@walmart/time-clock-mini-app": "0.30.0",
- "@walmart/ui-components": "1.6.0",
+ "@walmart/ui-components": "1.7.0",
"@walmart/welcomeme-mini-app... | vs-1248: add icon in ui-component | vs-1248: add icon in ui-component
|
32c5503138daa3de2a5a4a4f58077f3a7face549 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.38",
+ "version": "1.15.39",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/red... | Update the roster mini app version | Update the roster mini app version
|
d86338b5a89db37ccd62378991ee6e16b9c4fd14 | --- __tests__/screens/MessagesScreen/OneToOneChatTest.tsx
@@ -31,6 +31,7 @@ import {
import {unsubscribeChannels} from '../../../src/channels';
import {finishPendingRequests} from "../../harness/utils";
import {createMessageList} from "../../../dist/utils";
+import {MessageList} from "../../../src/components/Message... | adding first mock messages list test | adding first mock messages list test
|
f3e568433bd37f5d5df99f931c477fe69ff42eb2 | --- package-lock.json
@@ -3128,40 +3128,28 @@
"integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.0.17",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/i... | iteminfo 1.0.3 and print 0.0.18 | iteminfo 1.0.3 and print 0.0.18
|
ceb038c4947f2aa0776672ef36719af214cccec9 | --- packages/components-library/components/Icon/types.ts
@@ -5,10 +5,12 @@ export const ICON_NAMES = [
'birthday-cake',
'bug',
'bulb',
+ 'calendar',
'career',
'cellular-data-saver-off',
'cellular-data-saver-on',
'chat',
+ 'checklist',
'clock-in',
'clock-out',
'clock-out-v2',
@@ -44,6 +46... | feat(icons): allspark-6276 added 2.0 icon names | feat(icons): allspark-6276 added 2.0 icon names
|
83222ad0d66f63ed136e46e07b68f39811d7001e | --- packages/allspark-foundation/src/HTTP/client.ts
@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-unused-vars */
import axios, { Axios, HeadersDefaults, AxiosInstance } from 'axios';
import { HttpOptions } from '@apollo/client';
import { Response } from 'node-fetch';
@@ -56,29 +57,39 @@ export class HttpC... | fix: http client default merging included custom fields and cache | fix: http client default merging included custom fields and cache
|
af43bae6506ac47b5a99bd5ff23b63aef0faa96c | --- packages/allspark-foundation-hub/__tests__/TeamListItem.test.tsx
@@ -28,20 +28,13 @@ describe('TeamListItem', () => {
});
it('renders list item for team selection correctly', () => {
- const { getByTestId, toJSON } = render(
- <TeamListItem {...teamSelectionProps} />
- );
-
- expect(toJSON()).... | feat(ui): removed snaps | feat(ui): removed snaps
|
c3bd276ba50244b8ceeae0719cf740510445d4cf | --- __tests__/harness/redux/mockState/index.ts
@@ -14,5 +14,11 @@ export const initialStateMock: GlobalState = {
locale: {},
versions: {},
deviceInfo: {},
- appConfig: {},
+ appConfig: {
+ data: {
+ texting: {
+ enableMessageButton: 'true',
+ },
+ },
+ },
};
--- src/redux/selectors... | fixing unit tests | fixing unit tests
|
89e2df8d9f29d3471cdd4f52cd58a345184db343 | --- targets/US/package.json
@@ -148,7 +148,7 @@
"@walmart/store-feature-orders": "1.26.12",
"@walmart/taskit-mini-app": "patch:@walmart/taskit-mini-app@npm%3A3.3.0#~/.yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch",
"@walmart/time-clock-mini-app": "2.400.0",
- "@walmart/topstock-mini... | fix(): updated topstock version | fix(): updated topstock version
|
890b84312b20c78003f4a1e62382d7a6eab4ebc7 | --- docs/CHANGELOG.md
@@ -1,3 +1,17 @@
+# [2.1.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.0.2...v2.1.0) (2024-04-25)
+
+
+### Bug Fixes
+
+* **ui:** sonar property update SMDV-5648 ([87392fc](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/87392fc216c4df10e917165299ac00d1a204c013))
+* ... | chore(release): 2.1.0 [skip ci] | chore(release): 2.1.0 [skip ci]
# [2.1.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.0.2...v2.1.0) (2024-04-25)
### Bug Fixes
* **ui:** sonar property update SMDV-5648 ([87392fc](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/87392fc216c4df10e917165299ac00d1a204c013))
* **ui:** sonar ... |
2c1f508544c6b833ea2ea3250b11257730361200 | --- src/home/components/TaskCard/index.tsx
@@ -34,14 +34,15 @@ export const TaskCard: FC<TaskCardProps> = (props) => {
const copilot = configMap?.copilot;
const showTaskClockStatus = useHomeAppConfig('showTaskClockStatus', true);
const tmsVersion = useHomeAppConfig('tmsVersion', TMS_VERSION_2);
-
+ /* istanbu... | fix: lint | fix: lint
|
f0a96d616f87812db30ac1d599cbce16dbcdb323 | --- package-lock.json
@@ -3411,9 +3411,9 @@
"integrity": "sha512-f4KuVr2K+ITDD3vmd1FWWAdHYKUyd+/PGu3s0YpFCAMe97jEm9En9xcDT1iEqM+3+kpcunwzm/E09vexdz8VMQ=="
},
"@walmart/metrics-mini-app": {
- "version": "0.4.11",
- "resolved": "https://npme.walmart.com/@walmart/metrics-mini-app/-/metrics-mini-... | 03.91 SA | 03.91 SA
|
90b7dbbf2e25ffbc29c81c8e4db16452e3ebb540 | --- .looper.yml
@@ -15,11 +15,6 @@ scheduling: concurrent
branches:
- spec: feature/*
triggers:
- - push:
- call: canaryRelease
- skipAuthor:
- - jenkinspan
- - svc-looper
- manual:
name: Publish Changed
call: publishFromChanges
@@ -99,7 +9... | disabling auto publish | disabling auto publish
|
bf1046c709a2c6efa09363e0b1508348a353f150 | --- packages/allspark-foundation/__tests__/FeatureRunner/components/FeatureSection.test.tsx
@@ -1,12 +1,14 @@
import React from 'react';
import { render, fireEvent } from '../../utils';
import {
+ FeatureHeading,
FeatureSection,
LocalStorageCard,
} from '../../../src/FeatureRunner/components/FeatureSection';... | test: coverage for FeatureRunner components | test: coverage for FeatureRunner components
|
ce5a3888a3bb34dd73b88c8ec6f1917749e849be | --- packages/allspark-foundation-hub/src/HubFeature/Hub/TeamSwitcher/index.tsx
@@ -147,7 +147,6 @@ export const TeamSwitcher = ({
findTeamById(evaluatedTeamList, selectedTeamPreference) ||
evaluatedSelectTeam
);
- // eslint-disable-next-line react-hooks/exhaustive-deps
}, [
userPrefTeams... | Update the team id change for selected team | Update the team id change for selected team
|
4a49ebed38c6e33f5ee0414021ff761ba14e5377 | --- package-lock.json
@@ -85,7 +85,7 @@
"@walmart/native-rfid-scanner": "3.7.3",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.15.2",
- "@walmart/payrollsolution_miniapp": "0.140.1",
+ "@walmart/payrollsolution_miniapp": "0.140.3",
"@walmart/p... | feat: bump version | feat: bump version
|
2e85448537d8b23b66c611bf1f6cf8fd2b5fb793 | --- packages/me-at-walmart-container/src/redux/config.ts
@@ -38,6 +38,7 @@ import {
HTTP_SUCCESS_LOG_RATE_KEY,
} from '../http/constants';
import {ConfigLogger, MeAtWalmartConfigService} from '../services/config';
+import { NavConfigActionCreators } from '@walmart/allspark-foundation';
export const MIN_ALLOWED_... | fix: feature toggle used incorrect method | fix: feature toggle used incorrect method
|
dfe8a30cec065cc8d3f4a11bd27764aeb4d63d11 | --- packages/allspark-foundation/src/HTTP/client.ts
@@ -13,6 +13,7 @@ import {
ResponseInterceptor,
} from './types';
import {
+ warnForAdapter,
warnForBaseURL,
warnForIncorrectInterceptors,
warnForLegacyCalls,
@@ -93,10 +94,12 @@ export class HttpClient extends Axios {
this.storage = getStorageForC... | feat: add flag to skip http client cache setup. implement when adapter present on config | feat: add flag to skip http client cache setup. implement when adapter present on config
|
768d472142cd34a407a1c7fa6aff809d5c630905 | --- packages/core-utils/src/hooks.ts
@@ -1,3 +1,4 @@
+import { useEffect } from 'react';
import * as AllsparkUtils from '@walmart/allspark-utils';
/**
@@ -15,11 +16,27 @@ export const useAppState = AllsparkUtils.useAppState;
export const useAppStateEffect = AllsparkUtils.useAppStateEffect;
/**
- * @deprecated m... | fix: use async hook did not maintain backwards compatability | fix: use async hook did not maintain backwards compatability
|
81ce2956487ffef40066e852ac5f18311102434b | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 20
+ versionCode 21
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
16f7402093411d32a2c1ec7b35e5982d6968da3c | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -454,80 +454,78 @@ export const TeamSwitcher = ({
message: `initializeTeamEvaluation starting. teamData.length=${teamData.length}, isPrefAvailable=${isPrefAvaialable}, selectedTeamPreference=${selectedTeamPreference}`,
});
- ... | feat(ui): removed unnecessary if check | feat(ui): removed unnecessary if check
|
5b87360b90055c2881c1387b3a9dc75e24b441fa | --- packages/allspark-foundation/__tests__/Feature/withFeatureScreenGuards.test.tsx
@@ -1,37 +1,26 @@
-import { ComponentType } from 'react';
+import React from 'react';
import { render } from '@testing-library/react-native';
-import { withFeatureScreenGuards } from '../../src/Feature/withFeatureScreenGuards';
-import... | with feature toggle tests | with feature toggle tests
|
95f4272c0bfd75e7aa0bb2eac883f5ed5eaae639 | --- __tests__/auth/__snapshots__/SectionCardTest.tsx.snap
@@ -3,6 +3,7 @@
exports[`SectionCard renders default 1`] = `
<SolidCard
color="white"
+ contentInset="none"
elevation={1}
style={
Array [
@@ -20,6 +21,7 @@ exports[`SectionCard renders default 1`] = `
style={
Object {
"flexD... | Snapshot update | Snapshot update
|
d2a20b06049379a220ccc8fc6a1853768160466d | --- packages/allspark-foundation-hub/src/HubFeature/Store/TeamSelection/Component/ErrorScreen.tsx
@@ -1,4 +1,4 @@
-import { ErrorMessage } from '@walmart/gtp-shared-components';
+import { Button, ErrorMessage, Link } from '@walmart/gtp-shared-components';
import { ActionButtonGroup } from '../../../Shared/Components/A... | feat: commented out actions | feat: commented out actions
|
85f1af8b7a106fe162ef24385dab82d410a2682e | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/counts-component-miniapp": "0.1.5",
"@walmart/emergency-mini-app": "1.25.1",
"@walmart/exception-mini-app": "1.5.1",
- "@walmart/facilities-management-miniapp": "0.6.67",
+ "@walmart/facilities-management-miniapp": "0.6.70",
... | FixIT: Drop 15 Features | FixIT: Drop 15 Features
|
e4a5021bd0542a70d8c0a4c8a1ba7174fa39e150 | --- package.json
@@ -141,7 +141,7 @@
"@walmart/returns-mini-app": "4.6.0",
"@walmart/rfid-scan-mini-app": "2.3.16",
"@walmart/roster-mini-app": "2.4.0",
- "@walmart/schedule-mini-app": "0.114.2",
+ "@walmart/schedule-mini-app": "0.116.0",
"@walmart/shelfavailability-mini-app": "1.5.26",
"... | Bump schedule-mini-app and wfm-ui versions - drop23 | Bump schedule-mini-app and wfm-ui versions - drop23
|
a418068a71b3c2a4091b1a75ea0b1b7d3eca67d7 | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 908
- versionName "1.10.1"
+ versionCode 909
+ ve... | logger fix and hotfix bump to 1.10.2 | logger fix and hotfix bump to 1.10.2
|
18ce8a57ae488ea490e6e18c4aba5c2073d3ecc9 | --- targets/US/package.json
@@ -89,7 +89,7 @@
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp-feature-app": "0.8.7",
"@walmart/avp-shared-library": "0.8.9",
- "@walmart/backroom-mini-app": "1.5.14",
+ "@walmart/backroom-mini-app": "1.5.15",
"@walmart/calling-mini-app": "0.5.17",
"... | Update @walmart/backroom-mini-app to 1.5.15 | Update @walmart/backroom-mini-app to 1.5.15
|
6565ff0e3bc55153053ee51e426baba6b99e73cc | --- scripts/slackWorkflow.sh
@@ -46,6 +46,12 @@ if [ -z "$SLACK_PR_WEBHOOK" ]; then
exit 1
fi
+#checking for Required GitHub PR URL
+if [ -z "$GITHUB_PR_URL" ]; then
+ echo "ERROR: Must provide GITHUB_PR_URL"
+ exit 1
+fi
+
#Pulling information
#Branch
if [ -z "$branch" ];
| edited slack workflow to check for PR URL (#89) | edited slack workflow to check for PR URL (#89)
Co-authored-by: Hitesh Arora <> |
650ff9575d0834ec239b14f146281e4477015bff | --- src/utils/user.ts
@@ -35,6 +35,7 @@ export const associateIsOnPPTO = (associate?: Associate) =>
associate?.punch?.clockStatus === '4';
//TODO: Missing schedule field on associate object. GetDailyRosterQuery needs update
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const associateIsNo... | adding lint rule | adding lint rule
|
c3727778ded99413895f9f74ca944b0594f7bf05 | --- docs/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [1.3.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.2.0...v1.3.0) (2024-06-11)
+
+
+### Features
+
+* **ui:** Merge changes SMDV-5809 ([8bb9a90](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/8bb9a904abbff694b94eb43272a20b93e19a195f))
+* **ui:** M... | chore(release): 1.3.0 [skip ci] | chore(release): 1.3.0 [skip ci]
# [1.3.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v1.2.0...v1.3.0) (2024-06-11)
### Features
* **ui:** Merge changes SMDV-5809 ([8bb9a90](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/8bb9a904abbff694b94eb43272a20b93e19a195f))
* **ui:** Merge changes S... |
a3bc89b5ad1aa5660cd81ffa71289aefa3059213 | --- .looper.multibranch.yml
@@ -607,11 +607,11 @@ flows:
- var(END_TIME):
date +%s
- var(TIME_ELAPSED):
- $(($START_TIME - $END_TIME))
+ $START_TIME-$END_TIME
- var(MINUTES):
- $((($TIME_ELAPSED % 3600) / 60))
+ ($TIME_ELAPSED%3600)/60
- var(SECONDS):
- $(... | Update .looper.multibranch.yml | Update .looper.multibranch.yml
|
fb014519862c0e5f38f1946d21a34b778acd55bc | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 62
+ versionCode 63
versionName "1.0.4"
}
sp... | Incrementing build number | Incrementing build number
|
0b45333b0174904198f68afbb4f23d7badcbf874 | --- packages/allspark-foundation/src/Work/index.ts
@@ -1,2 +1 @@
-export * from './Context' // REMOVE
export * from './redux'
| feat: remove extraneous export DWORK-6097 | feat: remove extraneous export DWORK-6097
|
b311b3d0bdf8d48c35f55e6f84a8183c65b4bf49 | --- packages/associate-exp-hub-team-switcher/src/components/team-switcher/MyWalmartTeamSwitcherFilter.tsx
@@ -252,13 +252,9 @@ const MyWalmartTeamSwitcherComponent: React.FC<TeamSwitcherProps> = ({
})
);
- if (isActive && onTeamChange) {
- onTeamChange(selectedTeam.teamLabel, teamSwitcherData);
- ... | feat(ui): cleanup logs | feat(ui): cleanup logs
|
95361901bb23aae1dc584805794e61a8c12ab2c3 | --- package.json
@@ -89,7 +89,7 @@
"@walmart/attendance-mini-app": "3.44.0",
"@walmart/avp-feature-app": "0.5.1",
"@walmart/avp-shared-library": "0.5.2",
- "@walmart/backroom-mini-app": "1.1.9",
+ "@walmart/backroom-mini-app": "1.1.10",
"@walmart/calling-mini-app": "0.2.38",
"@walmart/che... | Update @walmart/backroom-mini-app to 1.1.10 | Update @walmart/backroom-mini-app to 1.1.10
|
9a92611944b59b6a44637f42d8cd068302beeb12 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/core-services-allspark": "~2.2.2",
"@walmart/core-utils": "~1.3.0",
"@walmart/core-widget-registry": "~0.7.2",
- "@walmart/counts-component-miniapp": "0.0.42",
+ "@walmart/counts-component-miniapp": "0.1.2",
"@walmart/em... | Bump Counts v0.1.2 | Bump Counts v0.1.2
|
9082f8551f6d58f45ff071a49a3601c60a878280 | --- .looper.multibranch.yml
@@ -96,6 +96,8 @@ envs:
FASTLANE_HIDE_GITHUB_ISSUES: 1
FASTLANE_SKIP_UPDATE_CHECK: 1
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 300
+ FASTLANE_OPT_OUT_USAGE: 1
+ FASTLANE_HIDE_PLUGINS_TABLE: 1
AUDIT_SLACK_CHANNEL: allspark-node-audit
MULTI_BUILD: false... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
3e36a297e31c4ad235678cf92e93972af55b33a2 | --- package.json
@@ -135,7 +135,7 @@
"@walmart/me-at-walmart-container": "workspace:^",
"@walmart/me-at-walmart-location": "^1.2.20",
"@walmart/metrics-mini-app": "1.34.6",
- "@walmart/mod-flex-mini-app": "1.31.4",
+ "@walmart/mod-flex-mini-app": "1.31.5",
"@walmart/moment-walmart": "1.0.4",
... | feat(mod-flex-mini-app): modflex drop 35 version bump (#5201) | feat(mod-flex-mini-app): modflex drop 35 version bump (#5201)
Co-authored-by: Yarien Mendez Suarez - y0m07dz <Yarien.Mendez.Suarez@walmart.com> |
370e8396197b1dd7269c2e765c938a1074b94f93 | --- __tests__/__mocks__/@walmart/allspark-http-client.js
@@ -0,0 +1,13 @@
+const mockClient = {
+ get: jest.fn(),
+ cancelRequests: jest.fn(),
+ resumeRequests: jest.fn(),
+ clone: jest.fn(() => mockClient),
+};
+
+module.exports = {
+ __esModule: true,
+ default: mockClient,
+ useHttpClient: jest.fn(() => mockC... | Fixing a few tests | Fixing a few tests
|
6f63a2b6873baf82eb24d6d0c0fb9b85b3329b8a | --- src/components/RosterFiltersAndInfo/RosterFiltersAndInfo.tsx
@@ -45,7 +45,10 @@ export const RosterFiltersAndInfo = ({
[associates.length],
);
const viewWeeklySchedule = () => {
- goToWeeklySchedule(associateWINs, teamName);
+ goToWeeklySchedule(
+ associateWINs,
+ teamName === 'myTeams' ... | fix: my Teams schedule page title | fix: my Teams schedule page title
|
747d23de995e75fc6e78d35d8cb3fcc5654930c2 | --- app.config.US.ts
@@ -174,6 +174,9 @@ const CONFIG: ExpoConfig = {
requireFullScreen: true,
supportsTablet: true,
},
+ notification: {
+ icon: `${__dirname}/assets/images/icon-notification.png`,
+ },
orientation: 'portrait',
platforms: ['ios', 'android', 'web'],
plugins: [
--- assets/ima... | fix(notifications): add alert icon for android (#4224) | fix(notifications): add alert icon for android (#4224)
* fix: android notification icon added
* fix: notifications changed to notification
---------
Co-authored-by: Shubhang Shah <s0s0zug@homeoffice.wal-mart.com> |
acb301948680020ddc09a5c1f613f8e19aa90e01 | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/amp-mini-app": "1.1.68",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.17.10",
- "@walmart/attendance-mini-app": "^3.8.0",
+ "@walmart/attendance-mini-app": "3.8.0",
"@walmart/compass-sdk-... | remove ^ from ama version | remove ^ from ama version
|
ff0dc93d42b23dc7c05d4a63ebb73dc03ae3e87c | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.36.0",
+ "version": "2.37.0",
"main": "dist/index.js",
"files": [
"dist"
| Update the roster navigation stack | Update the roster navigation stack
|
e8cb1a7ccdccbb191289aafc3113e9d60e6008cc | --- packages/allspark-foundation-hub/src/HubFeature/Store/Onboarding/TeamOnboarding/OnboardingContext.tsx
@@ -21,7 +21,7 @@ export const OnboardingContext = createContext<any>({});
export const useOnboardingContext = () => useContext(OnboardingContext);
export const OnboardingProvider = ({ children }: any) => {
- ... | Adding state data to teamswitcher | Adding state data to teamswitcher
|
e4d253789f86e028b6baea50d008bde1fffc0303 | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.2",
"@walmart/ims-print-services-ui": "2.5.1",
"@walmart/inbox-mini-app": "0.86.1",
- "@walmart/iteminfo-mini-app": "7.6.0",
+ "@walmart/iteminfo-mini-app": "7.6.1",
"@walmart/manager-appro... | upgrade iteminfo for drop 15.x | upgrade iteminfo for drop 15.x
|
8d586a0d37c68e17ee12fea67c2c3ae5cafcd2f7 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.37.0",
+ "version": "2.38.0",
"main": "dist/index.js",
"files": [
"dist"
--- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -20,7 +20,7 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenPro... | Update the roster navigation stack | Update the roster navigation stack
|
d8014bb973a0321206d3d97a04a71d5adfa9b79a | --- src/index.tsx
@@ -1,6 +1,6 @@
-import React, {Component} from 'react';
+import React, {Component, ComponentType} from 'react';
import codePush from 'react-native-code-push';
-import {Text, TextInput} from 'react-native';
+import {Text, TextInput, TextInputProps} from 'react-native';
import {AllsparkNotificationCl... | chore: font scaling ts cleanup | chore: font scaling ts cleanup
|
f0a991286700ef11298c953b2e442d32de9601b3 | --- src/components/AssociateRosterItem/index.tsx
@@ -59,7 +59,7 @@ export const AssociateRosterItem = React.memo((props: AssociateItemProps) => {
const name = associateDisplayName(associate);
const onText = () => startAssociateText([associate.associateId!]);
- const shouldShowMessageButton =
+ const shouldSho... | update feature flag logic | update feature flag logic
|
bb52aec30f0c65f6f5ab978e9adc8813adcee705 | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.1",
"@walmart/backroom-mini-app": "1.5.20",
"@walmart/calling-mini-app": "0.5.17",
- "@walmart/checkout-mini-app": "3.24.0",
+ "@walmart/checkout-mini-app": "4.0.1",
"@walmart/compass-sdk-rn": "5.19.15",
"@... | CO version 4.0.1 | CO version 4.0.1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.