commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
3b81974e441df5037d49438289ac2523f3e682db | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.0-beat.1",
+ "version": "1.0.0-beta.1",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
| Update allspark-foundation hub version | Update allspark-foundation hub version
|
f220e98ceec9983fb6115c155276ca9cf5d107a3 | --- .yarn/patches/README.md
@@ -99,3 +99,9 @@ This directory contains patches that are applied to packages during the install
- **Issue**: [react-native-vision-camera#1]()
- **Description**: TODO
+
+### `react-native-modal`
+
+- **Issue**: [Accessibility issue with react-native-modal]()
+
+- **Description**: The pr... | docs: updating patches README for react-native-modal patch | docs: updating patches README for react-native-modal patch
|
938ac836e9f7842803b6ccc7369db3801db50d3e | --- .gitignore
@@ -8,6 +8,9 @@ node_modules/
dist/
web-build/
+coverage/
+test-report.xml
+
# Native
*.orig.*
*.jks
--- package.json
@@ -26,6 +26,8 @@
"start:minified": "expo start --no-dev --minify",
"start": "ts-node scripts/runWithVariablePrompt.ts 'expo start --dev-client'",
"prebuild": "ts-... | fix(ui): update associate exp hub packages and build erros | fix(ui): update associate exp hub packages and build erros
|
6133c4a6c227cc954a86a7c0eb6c4c6600806547 | --- 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
|
49d6642723084cae69188891a4ec506d30fb4269 | --- __tests__/__mocks__/@react-native-firebase/firestore.js
@@ -14,20 +14,6 @@ mockReactNativeFirestore(mockFirestoreDatabase, {
const {Firestore} = require('@react-native-firebase/firestore');
const mockFirestore = () => new Firestore();
-jest.mock('../../../src/presence/constants', () => {
- return {
- USERS_... | fixing tests | fixing tests
|
b07663cfd7a744fa118cd50c1287b1b77bad976a | --- package.json
@@ -138,7 +138,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.7.4",
"@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.8.11#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.8.11-6123ac0660.patch",
- "@walmart/r... | feat(receipt-check-miniapp): FLB-2205 drop 29 changes (#3959) | feat(receipt-check-miniapp): FLB-2205 drop 29 changes (#3959)
Co-authored-by: Brandon |
5ba654dc36ebaa8e4fa0477f6c18a3928ff1efe7 | --- package-lock.json
@@ -3338,9 +3338,9 @@
"integrity": "sha512-53F4Ig1Bd7bMzwgmq0OnDa+T3PKdi0wyyTDg67F9mvdRn05Le+EVv6Dji8fft8XE8hGmgK5sjwpTuarBmnDsVQ=="
},
"@walmart/exception-mini-app": {
- "version": "0.36.0",
- "resolved": "https://npme.walmart.com/@walmart/exception-mini-app/-/exception... | updating exception-mini-app version | updating exception-mini-app version
|
f62a17d28362b7dbdf89fe8f0a5b29b57aef960e | --- package-lock.json
@@ -81,7 +81,7 @@
"@walmart/schedule-mini-app": "0.32.0",
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.11",
- "@walmart/taskit-mini-app": "0.49.6",
+ "@walmart/taskit-mini-app": "0.49.11",
"@walmart/time-clock... | updates post rebase | updates post rebase
|
c9d9994a8fcdf62eb24a804915014565c5b38382 | --- package.json
@@ -155,7 +155,7 @@
"@walmart/core-utils": "~6.3.9",
"@walmart/core-widget-registry": "workspace:^",
"@walmart/functional-components": "~6.3.28",
- "@walmart/me-at-walmart-athena-queries": "6.30.3",
+ "@walmart/me-at-walmart-athena-queries": "6.30.4",
"@walmart/me-at-walmart-c... | add shift to the associate query | add shift to the associate query
|
125eaf853637e256149b7661a1a3e597bc6d77cf | --- packages/allspark-foundation/__tests__/Feature/AllsparkFeature.test.tsx
@@ -8,8 +8,7 @@ jest.mock('../../src/Logger', () => ({
LoggerService: {
createFeatureInstance: jest.fn(),
},
-}))
-
+}));
let feature: AllsparkFeature<'testFeature'>;
@@ -81,7 +80,7 @@ describe('AllsparkFeature', () => {
co... | tests: fix broken tests | tests: fix broken tests
|
15d8f9e23870b3ecfd658e55f428229954457334 | --- .yarnrc.yml
@@ -133,10 +133,6 @@ packageExtensions:
optional: true
realm:
optional: true
- "@walmart/rfid-scan-mini-app@*":
- peerDependenciesMeta:
- react-native-circular-progress:
- optional: true
"@walmart/rn-receiving-mini-app@*":
peerDependenciesMeta:
"@r... | ALLSPARK-5130: Remove react-native-circular-progress which is unused (#3869) | ALLSPARK-5130: Remove react-native-circular-progress which is unused (#3869)
|
04e9131430165e66dc8a601a1490a5c197f94afa | --- jest.config.ts
@@ -3,12 +3,7 @@ import type {Config} from 'jest';
const config: Config = {
preset: 'jest-expo',
displayName: 'allspark-core',
- projects: [
- '<rootDir>',
- 'packages/*/jest.config.ts',
- 'scripts/dependencies-map/__tests__/*/jest.config.js',
- 'scripts/mini-app-scan/validations/... | revert: exemption check changes | revert: exemption check changes
|
dde17fbc5d2d029805e6c23068c9937f1b8da7da | --- package-lock.json
@@ -12668,9 +12668,9 @@
"integrity": "sha512-Ls9qiNZzW/OLFoI25wfjjAcrf2DZ975hn2vr6U9gyuxi2nooVbzQeFoQS5vQcbCt9QX5NY8ASEEAtlLdIa6KVg=="
},
"react-native-ssmp-sso-allspark": {
- "version": "1.1.5",
- "resolved": "https://npme.walmart.com/react-native-ssmp-sso-allspark/-/re... | updated package-lock for react-native-ssmp-sso-allspark | updated package-lock for react-native-ssmp-sso-allspark
|
1f111b81bf598d61420baaece005b979bf37c26b | --- __tests__/screens/SearchScreen/SearchScreenTest.tsx
@@ -0,0 +1,17 @@
+import React from 'react';
+import {
+ SearchScreen,
+ SearchHeaderRight,
+} from '../../../src/screens/SearchScreen';
+
+const {renderWithProviders} = require('../../harness');
+describe('SearchScreenTest', () => {
+ it('should render search ... | Adding test coverage for search screen | Adding test coverage for search screen
|
41e0e686547eb7c83bbb3b5acd6af78871a010f0 | --- packages/allspark-foundation/__tests__/Hub/Header.test.tsx
@@ -1,18 +1,101 @@
import React from 'react';
import { render } from '../utils';
import { Header } from '../../src/Components/Hub/Header';
+import { colors } from '@walmart/gtp-shared-components';
-describe('Header', () => {
- afterEach(() => {
- j... | update test for header component | update test for header component
|
9849e32d8ae69bcd77b2c161a33c7217187ec3cf | --- ios/Podfile.lock
@@ -506,14 +506,14 @@ PODS:
- RNWMSSOLibrary (1.1.0):
- AppAuth
- React
- - SSO (= 1.3.7)
+ - SSO (= 1.3.8)
- SDWebImage (5.11.0):
- SDWebImage/Core (= 5.11.0)
- SDWebImage/Core (5.11.0)
- SDWebImageWebPCoder (0.6.1):
- libwebp (~> 1.0)
- SDWebImage/Core (... | SSO version update iOD | SSO version update iOD
|
3763b5c1d39d485ed26ad934eb4edb18522ec578 | --- package.json
@@ -77,7 +77,7 @@
"@types/redux-mock-store": "^1.0.2",
"@walmart/allspark-authentication": "6.4.1",
"@walmart/allspark-foundation": "^6.32.0",
- "@walmart/allspark-foundation-hub": "1.10.0-beta.4692+6a06c79e",
+ "@walmart/allspark-foundation-hub": "1.10.0-beta.4694+4971e10e",
... | feat(ui): update saved teams section | feat(ui): update saved teams section
|
b7780aafda1583ba1bf8e71be035bebb9ab51f02 | --- __tests__/setup.ts
@@ -33,7 +33,7 @@ jest.mock('react-native-reanimated', () => {
jest.mock('@react-native-community/netinfo', () => mockRNCNetInfo);
-jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
+// jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('@walmart... | feat(ui): updating version and fixing tests | feat(ui): updating version and fixing tests
|
b784b01b5d068f08bf2b12a35ee0a00b0449b988 | --- packages/allspark-foundation/src/Navigation/LinkingService.ts
@@ -53,9 +53,9 @@ export class LinkingService {
* Checks if screens are registered - if empty, sends undefined; if has at least 1, sends the actual options.
* This prevents empty screens to be cached and returned after initialization.
*/
- p... | fix: lint fix for linking service | fix: lint fix for linking service
|
5e422c688ac7d6eb491c9972f5b103f75c2d319f | --- .looper.multibranch.yml
@@ -4,7 +4,7 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
## Whenever you update the nodes, please update it at the two-place, below line & the global variable LOOPER_NODES
##
-node: ((osx||stable_osx)&&!dualcore&&!MAC-LAB-MINI05)
+node: ((osx||stable_osx)&&!dualcore)
##... | chore: revert looper configuration fixes | chore: revert looper configuration fixes
|
db47ea928d79373c3bb1055a8b8516e27266ce33 | --- package-lock.json
@@ -84,7 +84,7 @@
"@walmart/schedule-mini-app": "0.37.0",
"@walmart/settings-mini-app": "1.19.1",
"@walmart/shelfavailability-mini-app": "1.5.16",
- "@walmart/taskit-mini-app": "2.47.3",
+ "@walmart/taskit-mini-app": "2.47.4",
"@walmart/texting-min... | chore: bump taskit@2.47.4 | chore: bump taskit@2.47.4
|
1de8b57e7c544567a3a4c2f362ff48120856e427 | --- packages/allspark-foundation/src/Redux/rootReducer.ts
@@ -10,6 +10,7 @@ import { ILocaleAction, localeSlice } from '../Locale/redux';
import { ILocationAction, locationSlice } from '../Location/redux';
import { INetworkAction, networkSlice } from '../Network/redux';
import { INotificationAction, notificationSlic... | fix: add permissions to root reducer | fix: add permissions to root reducer
|
7063e59895affbf50f5c776b2df6a92ea5c06681 | --- 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.18.5",
+ "@walmart/receipt-check-miniapp": "1.18.6",
... | update to latest | update to latest
|
551e06624d0bee1fec4f8755245cdd2b7cb540ce | --- __tests__/__mocks__/@walmart/allspark-foundation.js
@@ -54,6 +54,7 @@ module.exports = {
createHttpClient: jest.fn().mockImplementation(() => ({...mockHttpClient})),
createGraphQLClient: jest.fn(),
createTranslations: jest.fn(),
+ createListeners: jest.fn(),
createTranslationClient: jest.fn()... | test(ui): update the tests | test(ui): update the tests
|
b61049e19717821c3c939ec1894b1a4e4b939778 | --- package-lock.json
@@ -52,9 +52,9 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.4",
"@walmart/impersonation-mini-app": "1.17.2",
- "@walmart/ims-print-services-ui": "2.2.2",
+ "@walmart/ims-print-services-ui": "2.2.3",
"@w... | upgrade print and iteminfo version for drop 11 | upgrade print and iteminfo version for drop 11
|
39bbb79b95d265fadce4427d513c0940b510e10e | --- example/src/core/home.tsx
@@ -9,64 +9,66 @@ import {
AllsparkNavigationClient,
useAllsparkDrawer,
} from '@walmart/allspark-foundation/Navigation';
-import {TeamOnboardingScreen} from '@walmart/allspark-foundation/Components';
export function HomeScreen() {
const dispatch = useDispatch();
const draw... | Adding onboarding screen to feature 3 | Adding onboarding screen to feature 3
|
27cbdef6571f472ece0a8a85488ab3c63ca55536 | --- targets/US/ios/Podfile.lock
@@ -1929,7 +1929,7 @@ PODS:
- React-Core
- react-native-safe-area-context (4.10.8):
- React-Core
- - react-native-scanner-3.0 (0.8.2):
+ - react-native-scanner-3.0 (0.8.3):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.25.2)
@@ -2847,7 +2847,7 @@... | Defect fixes - Updated scanner version to 0.8.3 | Defect fixes - Updated scanner version to 0.8.3
|
c20b7b3472b137330326b8092cdac627ca67140d | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.1.1",
+ "version": "1.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.1.1",
+ "version": "1.1.2",
"hasInstallScr... | Update version | Update version
|
33f605d2461b66ee7bc0a4f53055dc679fd41bc3 | --- packages/allspark-foundation/src/Redux/provider.tsx
@@ -1,7 +1,7 @@
import React, { PropsWithChildren } from 'react';
import { Provider as ReduxProvider } from 'react-redux';
-import { AllsparkReduxStore } from './global';
import { RenderGuard } from '@walmart/allspark-utils';
+import { AllsparkReduxStore } from... | chore: comments and import order change | chore: comments and import order change
|
f21a317aacfd26a859f1e5a74f6140a274a6eb71 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/EditSavedTeamModal/EditSavedTeamsModal.tsx
@@ -16,7 +16,7 @@ import { AllTeamsSections } from './types';
import { UserSelectors } from '@walmart/allspark-foundation/User';
import { ManagerExperienceSelectors } from '../../Redux';
import { useUps... | Adding error alert for editSavedTeams | Adding error alert for editSavedTeams
|
94c0c214c14f95553036a7c9260f19f0d07f1c6b | --- src/managerExperience/components/RosterWidget/RosterWidget.tsx
@@ -2,7 +2,7 @@ import {useTranslation} from 'react-i18next';
import {ROSTER_I18N_NAMESPACE} from '../../../translations';
import React, {useCallback, useEffect, useMemo, useState} from 'react';
import {HubWidget} from '@walmart/allspark-foundation-h... | feat(ui): add roster widget | feat(ui): add roster widget
|
6ee23aa7ac024d14113abc103b1588861d267c8e | --- graphql.yml
@@ -36,18 +36,8 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
- - name: 'GetSupplyChainShifts'
- hash: 'b0f8dbb33dfb79cf68890fa719d4a9a6a2ab8e851ea3a81708a31ac9078c988c'
- ... | feat(ui) reran codegen | feat(ui) reran codegen
|
52f4881942b9c0ab07d9af02d7d3897c164c5a70 | --- .looper.yml
@@ -23,4 +23,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- # - yarn run coverage
+ - yarn run coverage
--- src/translations/en-US.ts
@@ -1,6 +1,6 @@
export const enUS = {
myTeams: {
- title: 'My Teams',
+ title: 'My teams',
},
ro... | feat(ui): update the roster mini app | feat(ui): update the roster mini app
|
91b64ddf48c647fb01e2f7a509917b599c21360b | --- .looper.yml
@@ -23,4 +23,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- # - yarn run coverage
\ No newline at end of file
+ # - yarn run coverage
| feat(ui): update myteam mini app version | feat(ui): update myteam mini app version
|
e0b54dc7c2fac801679d5fcc596b79fb482b08bf | --- package-lock.json
@@ -5577,9 +5577,9 @@
"integrity": "sha512-kgl3PpMJiM1hqhpEfLMIEHBdq+e6mKLPZNT3fmJIgO3RZYV3xcCrO2gIacJL3j+nr8DuDdw/FzeCGzKdKurniw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.69.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | update inbox for data saver enable disable hook | update inbox for data saver enable disable hook
|
4517f4d8754db8f56d311b7b1d978e275ba09170 | --- package-lock.json
@@ -3471,9 +3471,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.36",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.36.tgz",
- "integrity": "sha512-3cUSGn87pjDUKzRaoFMOUTTpgGkYY0a29OqRaZ4YSTeTFJ0q5... | Ptt bug fix | Ptt bug fix
|
b83a853de0b7ae1a766f7f281e6c6a53b1b6d3ee | --- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap
@@ -9,26 +9,33 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = `
}
}
>
- <RCTScrollView
- contentContainerStyle={
+ <View
+ onLayout={[Function]}
+ style={
Object {
- "flexGrow": 1,
- "paddi... | update snapshot | update snapshot
|
fe6aae36fa92eca7345b252eb72837d4816c2ac8 | --- core/src/termsOfUse/TermsOfUse.tsx
@@ -38,7 +38,7 @@ const TermsOfUseSectionHeader = (props: {
const hasNumberRegex = /\d+\./g;
const hasNumber = hasNumberRegex.test(title);
const headerProps = hasNumber
- ? {size: 'medium' as BodySize, weight: '400'}
+ ? {size: 'medium' as BodySize, weight: '700'}
... | Terms of use update for rebranding | Terms of use update for rebranding
|
4532d962079eb65c1f2238ddbbafcaedef9bb9ae | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -16,7 +16,7 @@ import { AllsparkComponentContainers } from '@walmart/allspark-foundation/Compon
import { HubDashboardProps } from './types';
import { isNil } from 'lodash';
import { ManagerExperienceCreators } from '../../.... | feat(ui): test changes | feat(ui): test changes
|
2caed4d9064594d8608960220ac122490055ffda | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -682,6 +682,7 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
name="Impersonation"
/>
ManagerApprovalScreens
+ TranslatorScreens
</Navigator>
`;
@@ -1367,5 +1368,6 @... | update snapshot | update snapshot
|
84fa5c3c45c9ddebdd7ac856d3778b02e6cb3ac0 | --- src/screens/RosterDetailScreen/SupplyChainRosterDetailScreen.tsx
@@ -108,8 +108,8 @@ export const SupplyChainRosterDetailScreen = ({
const showRoster = useSelector(displayRoster);
const showSearchInput = useSelector(displaySearchInput);
const showTeamHub: boolean = useSelector(showManagerTeamsHub);
- cons... | feat(ui): added view for switcher | feat(ui): added view for switcher
|
30410a9c352d236a6f30b613e028f74ecbd790ea | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.5.26",
+ "@walmart/facilities-management-miniapp": "0.5.36",
... | feature/FixIT-Drop9-bugfix | feature/FixIT-Drop9-bugfix
|
91f23f71b634284ef9eb546ed2d8871d48e5a443 | --- packages/core-services-allspark/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.
+## [2.10.17](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/cor... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services-allspark@2.10.17
|
cdc8f0bb4e16144904d62753108e1f5a36459400 | --- packages/allspark-foundation/__tests__/Notification/client.test.ts
@@ -1,21 +1,35 @@
-import {
- NotificationClient,
- AllsparkNotificationClient,
-} from '../../src/Notification/client';
+import { NotificationClient } from '../../src/Notification/client';
import { AllsparkReduxStore } from '../../src/Redux';
-i... | fix: breaking notification client test cases | fix: breaking notification client test cases
|
2e286ad4ddb60b6b9d24fc4bf5c49bdf2a0a4198 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.1-alpha.12",
+ "version": "1.15.1-alpha.13",
"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",
... | Update my team app version | Update my team app version
|
791b7725879eb3929b5e96a296d820564b827335 | --- .looper-pr.yml
@@ -11,7 +11,7 @@ flows:
- (name Yarn Set Version) yarn set version 4.4.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- # - (name Test Coverage) yarn run coverage
+ - (name Test Coverage) yarn run coverage
envs:
@@ -20,9 +20,9 @@ envs:
APP_... | feat(ui): update package js and looper for myteam | feat(ui): update package js and looper for myteam
|
610def5db9ed9384b1f5996b517cbec7d3be4e3c | --- container/i18nInit.ts
@@ -1,30 +1,8 @@
import i18n from 'i18next';
import {initReactI18next} from 'react-i18next';
import 'intl-pluralrules'
-
-const enUS = {
- languageName: 'English',
- common: {
- container: {
- openAskSam: 'Open Ask Sam',
- signOut: 'Sign Out',
-
- }... | adding working language toggle | adding working language toggle
|
994466c4008c49e38bdbda4fcd6e0f7f1333184a | --- __tests__/navigation/AssociateHallwayNav/SideMenuContentTest.tsx
@@ -60,22 +60,12 @@ const clockState: ClockStatusState = {
loaded: false,
error: false,
};
-// TODO: revert - same as develop branch
+
const navConfig = [
- {
- menuType: 'SUBMENU',
- icon: 'barcode',
- title: 'menu.itemInfo',
- e... | remote config | remote config
|
4ce0fdbadb802e67422560fea1964766719d9909 | --- package.json
@@ -77,7 +77,7 @@
"@walmart/ims-print-services-ui": "0.0.19",
"@walmart/inbox-mini-app": "0.0.94",
"@walmart/iteminfo-mini-app": "1.0.4",
- "@walmart/manager-approvals-miniapp": "0.0.25",
+ "@walmart/manager-approvals-miniapp": "0.0.32",
"@walmart/moment-walmart": "1.0.4",
... | updating MA miniapp to show side menu drawer on landing screen | updating MA miniapp to show side menu drawer on landing screen
|
e370d499668d2a9aec847e32ad3ab3e103da450c | --- package-lock.json
@@ -58,13 +58,13 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.6",
"@walmart/impersonation-mini-app": "1.20.2",
- "@walmart/ims-print-services-ui": "2.5.1",
+ "@walmart/ims-print-services-ui": "2.5.5",
"... | bump up ItemInfo and Print version for drop 15 | bump up ItemInfo and Print version for drop 15
|
ccd9ad69eb9d1c755174384f36bc80e302445860 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 53
+ versionCode 54
versionName "1.0.4"
}
sp... | Incrementing build number | Incrementing build number
|
d8c47733df9624873276a853e5e7a81db50545f0 | --- ios/Podfile.lock
@@ -940,9 +940,9 @@ PODS:
- gRPC-Core/Interface (= 1.44.0)
- Libuv-gRPC (= 0.0.10)
- gRPC-Core/Interface (1.44.0)
- - hermes-engine (0.72.5):
- - hermes-engine/Pre-built (= 0.72.5)
- - hermes-engine/Pre-built (0.72.5)
+ - hermes-engine (0.72.6):
+ - hermes-engine/Pre-built (= ... | herems upgrade. | herems upgrade.
|
890178d381664ec017fced6b9e88df0699971f87 | --- core/__tests__/permissions/PermissionsSagaTest.ts
@@ -136,12 +136,12 @@ describe('getPermissionsUnset', () => {
expect(generator.next(true).done).toBeTruthy();
});
- it('returns notificationsUnset if locationUnset is undefined', () => {
+ it('returns notificationsUnset if locationUnset is false', () => ... | code cleanup | code cleanup
|
da02c08cbac02a9bbedf5490483de6b81c1a4988 | --- ios/Podfile.lock
@@ -263,7 +263,7 @@ PODS:
- Permission-Notifications (3.6.1):
- RNPermissions
- PromisesObjC (2.1.1)
- - PTT (1.8.3):
+ - PTT (1.8.6):
- BinaryCodable (~> 0.2.1)
- CocoaAsyncSocket (~> 7.6.3)
- RealmSwift (= 10.32.3)
@@ -530,8 +530,8 @@ PODS:
- React-Core
- react... | update ptt module version | update ptt module version
|
bb0c092d16ebe4c23e6f781460fce666a20d0824 | --- package-lock.json
@@ -80,7 +80,7 @@
"@walmart/schedule-mini-app": "0.35.0",
"@walmart/settings-mini-app": "1.18.1",
"@walmart/shelfavailability-mini-app": "1.5.13",
- "@walmart/taskit-mini-app": "2.32.1",
+ "@walmart/taskit-mini-app": "2.32.4",
"@walmart/time-clock-... | updated taskit version | updated taskit version
|
b7c83a8a3631a02f2256fe56c2aac7c384d36920 | --- src/utils/assoicateList.ts
@@ -1,4 +1,4 @@
-import {associateIsNotScheduled} from '.';
+import {associateIsNotScheduled, associateIsTardy} from '.';
import {Associate} from '../types';
import {
associateIsAbsent,
@@ -6,6 +6,7 @@ import {
associateIsClockedOut,
associateIsOnMeal,
associateIsOnPPTO,
+ ... | update PTO and tardy in the sorting logic | update PTO and tardy in the sorting logic
|
2a3df61e92acebf5d1f141d17bba336c6b44d13a | --- __tests__/home/components/GreetingRowV2/useUserInfoTest.ts
@@ -6,11 +6,11 @@ jest.mock('@walmart/me-at-walmart-athena-queries', () => ({
useGetForYouHeaderAssociateDetailsQuery: jest.fn(),
}));
-// Mock environment to include http.consumerIdHeader expected by hook
+// Mock environment to include http.consumer... | feat(header): change naming | feat(header): change naming
|
5cb1afce948a3a27160d30dccb788dfb4e0ac471 | --- package-lock.json
@@ -3119,9 +3119,9 @@
"integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.0.94",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | SSMP-1524 inbox version bump | SSMP-1524 inbox version bump
|
7a07649fdc6425d424c3f083491cc67b89fe3243 | --- .looper-pr.yml
@@ -24,7 +24,7 @@ envs:
STAGES_TO_RUN:
LINT: true
UNITTEST: true
- BUILD: false
+ BUILD: true
SONAR_SCAN: true
ARTIFACT_PUBLISH: true
AUTO_PR_MONO: false
| feat(ui): update looper yml | feat(ui): update looper yml
|
4a50535158b7c1269f61672365297d660032cf35 | --- example/src/teamHub/screens/onboarding.tsx
@@ -5,13 +5,14 @@ import {TeamHub} from '../feature';
import {TeamHubLogger, TeamHubTelemetry} from '../services';
import {TeamOnboardingScreen} from '@walmart/allspark-foundation/Components';
import {teamOnboardingCardsMockData} from '@walmart/allspark-foundation/__moc... | feat(ui): make the onboarding cards scrollable | feat(ui): make the onboarding cards scrollable
|
726276149ba02494337995c618d7df6fa580056f | --- package.json
@@ -164,7 +164,7 @@
"@walmart/rn-mobile-sdk-pairing": "2.1.8",
"@walmart/rn-receiving-mini-app": "2.8.25",
"@walmart/roster-mini-app": "3.8.12",
- "@walmart/schedule-mini-app": "5.2.0",
+ "@walmart/schedule-mini-app": "5.3.1",
"@walmart/shelfavailability-mini-app": "1.7.2",
... | fix(schedules): ASWFMT-78326 Remove conditional import causing app crash (#5162) | fix(schedules): ASWFMT-78326 Remove conditional import causing app crash (#5162)
|
3ecb02ac152b277d1b802053c437b1342e1b89f4 | --- package.json
@@ -234,4 +234,4 @@
"pre-push": "npm run coverage"
}
}
-}
\ No newline at end of file
+}
| reverting newline removal | reverting newline removal
|
6c0efbaa25e07c679d4744c5713b5c4accb2681b | --- .looper.yml
@@ -65,7 +65,7 @@ flows:
- (name Yarn Set Version) yarn set version 4.6.0
- (name Yarn Version) yarn --version
- (name Install Dependencies) yarn install
- - (name Commit Lockfile Changes) sh -c 'git diff --quiet yarn.lock .yarnrc.yml || (git config user.email svc-looper@walmart.com &&... | fix: use dedicated script for committing lockfile changes | fix: use dedicated script for committing lockfile changes
|
b93ebe909f0db4d2db1c932422cb82b6a60e8e5d | --- __tests__/harness/redux/mockState/appConfigState.ts
@@ -1,7 +1,72 @@
-export const appConfigState = {
+import {AppConfigState} from '@walmart/redux-store';
+
+export const appConfigState: AppConfigState = {
+ loading: false,
+ loaded: true,
+ error: false,
+ appConfigInitProgress: false,
+ appConfigInitSuccess... | adding initial app config state | adding initial app config state
|
194fe6ac0a9c80c9f2670fc14d84c9d93601ee82 | --- packages/me-at-walmart-container/__tests__/services/site/getParsedStoreMetaData.test.ts
@@ -1,80 +1,88 @@
-import { getDivisionDepartments, getParsedStoreMetaData, fetchContacts } from "../../../src/services/site/getParsedStoreMetaData";
-import mockBusinessUnitByCountryAndNumber from "../../../__mocks__/mockBusine... | refactor tests | refactor tests
|
b23f1051d94f857a68dc99530019b82da5a81285 | --- package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-athena-queries": "6.1.4",
"@walmart/me-at-walmart-common": "6.1.4",
"@walmart/me-at-walmart-container": "6.1.4",
- "@walmart/metrics-mini-app": "0.22.4",
+ "@walmart/metrics-mini-app": "1.23.2",
"@walmart/mod-flex-mini-app": "1.18.5"... | Reverting the version bump for metrics-mini-app after merging with latest changes | Reverting the version bump for metrics-mini-app after merging with latest changes
|
4fd24dba62a746ea55e3133b9557154379ede856 | --- targets/US/package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.10.5",
"@walmart/backroom-mini-app": "1.8.7",
"@walmart/calling-mini-app": "0.7.0",
- "@walmart/checkout-mini-app": "4.3.5",
+ "@walmart/checkout-mini-app": "4.4.1",
"@walmart/compass-sdk-rn": "5.19.15",
"@wal... | Checkout 4.4.1 | Checkout 4.4.1
|
b5741567eb54efc60fc461e9444f589a269d3789 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -526,7 +526,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B372B28AFCF2721547468DFD /* Pods-AllSpark.debug.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Beta";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-... | reverse auto change | reverse auto change
|
dd2820a72955d524f20ebc154abcefa505c32b05 | --- .looper-pr.yml
@@ -23,7 +23,7 @@ envs:
LINT: true
UNITTEST: false
BUILD: true
- SONAR_SCAN: true
+ SONAR_SCAN: false
ARTIFACT_PUBLISH: true
AUTO_PR_MONO: false
JIRAPREFIX: SSMP
| feat(ui): update the roster message button condition for total store and team | feat(ui): update the roster message button condition for total store and team
|
8ce30fe7f11d44ba69a83e833cfe1f3a09a9de56 | --- package-lock.json
@@ -32912,7 +32912,7 @@
"moment-timezone": "*",
"react": "*",
"react-native": "*",
- "react-native-app-auth": "^6.4.3"
+ "react-native-app-auth": ">=6"
}
},
"packages/allspark-foundation": {
@@ -32987,22 +32987,22 @@
"@react-naviga... | chore: package lock update and comment fixes | chore: package lock update and comment fixes
|
ccda91e4fb85a9418a962c641d2c9e98a663db58 | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -223,11 +223,11 @@ export class ComponentContainer<Props = {}> {
// If allow is set, map allow to component filtering out undefined. Otherwise use all components.
const components = allow
? allow
- .filter((id) => this._c... | chore: lint fixes | chore: lint fixes
|
8dac22eb55a683f8355dd644563f6ab564373c61 | --- packages/me-at-walmart-container/__mocks__/@walmart/allspark-foundation/Environment.js
@@ -10,12 +10,4 @@ module.exports = {
AllsparkReduxStore: {
select: jest.fn(),
},
-
- EnvironmentActionTypes: {
- SET: 'environment/SET',
- },
-
- EnvironmentSelectors: {
- getState: jest.fn(),
- },
};
---... | chore: fix test | chore: fix test
|
f0a9867d11038ce921d88e4be75df3db6d77031a | --- package.json
@@ -100,7 +100,7 @@
"@walmart/core-utils": "6.1.4",
"@walmart/core-widget-registry": "6.1.4",
"@walmart/counts-component-miniapp": "0.1.11",
- "@walmart/emergency-mini-app": "1.27.6",
+ "@walmart/emergency-mini-app": "1.27.7",
"@walmart/exception-mini-app": "1.8.3",
"@wal... | emergency version increased | emergency version increased
|
7245dc9a2c620168b1260025ae37d62644f81e0c | --- android/app/build.gradle
@@ -5,6 +5,7 @@ plugins {
id 'kotlin-android'
id 'kotlin-kapt'
id 'com.google.firebase.crashlytics'
+ id 'com.google.firebase.firebase-perf'
}
import com.android.build.OutputFile
--- android/build.gradle
@@ -24,6 +24,7 @@ buildscript {
classpath "com.google.... | adding firebase perf plugin | adding firebase perf plugin
|
9b51cd49af0e8ac731e948f8816d09e122cec4fc | --- src/components/Roster/Roster.tsx
@@ -78,10 +78,7 @@ export const Roster: React.FC<RosterProps> = (props) => {
);
setAssociates(sortedAssociates); //TODO: set the associates based on the getDailyRoster response
}
- }, [
- shouldSkipQuery,
- getDailyRosterResponse?.getDailyRoster,
- dataO... | simplify Roster screen to user roster component | simplify Roster screen to user roster component
|
93bec491bf6a16dc2543b44d46be83bf36577c3b | --- __tests__/channels/components/__snapshots__/UnreadBadge.test.tsx.snap
@@ -10,6 +10,8 @@ exports[`UnreadBadge should display "99+" when unreadCount exceeds 99 1`] = `
[
{
"backgroundColor": "#ffc220",
+ "borderColor": "#803d10",
+ "borderWidth": 1,
},... | feat(ui): update snapshots | feat(ui): update snapshots
|
cc0daf612e6d9c49b6221dacd603221c169a3ee4 | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ExpandedTeamShift/ExpandedTeamShift.tsx
@@ -9,7 +9,11 @@ import { colors, Divider } from '@walmart/gtp-shared-components';
import { useAllsparkTranslation } from '@walmart/allspark-foundation';
import { ActionButtonGroup } from '../../../Share... | feat: implemented show shift filter list ff | feat: implemented show shift filter list ff
|
9ebe786828bf119081d6829814aa6577794b4268 | --- android/app/build.gradle
@@ -1,4 +1,6 @@
apply plugin: "com.android.application"
+apply plugin: 'com.google.gms.google-services'
+apply plugin: 'com.google.firebase.crashlytics'
import com.android.build.OutputFile
@@ -242,3 +244,25 @@ task copyDownloadableDepsToLibs(type: Copy) {
}
apply from: file("../..... | fix android stuff | fix android stuff
|
19b48e500c69b546abd02a4b9028184a000fec80 | --- src/cafeOrders/components/messages/ChannelRow.tsx
@@ -76,7 +76,7 @@ export const ChannelRow = (props: ChannelRowProps) => {
recentRead,
} = snapshot.data() as Channel;
- const lastMessageData = (await lastMessage.get()).data();
+ const lastMessageData = (await lastMessage?.get()).data();... | fix: fix recent read | fix: fix recent read
|
19be8da5d8a6e10e0e0d2f53f550eee526a3d12d | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.4.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.3.1...v2.4.0) (2024-06-17)
+
+
+### Features
+
+* **ui:** update version SMDV-5884 ([c35c2bb](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/c35c2bb8362bddfd6397da0aec05096b9984cdeb))
+
## [2.3.... | chore(release): 2.4.0 [skip ci] | chore(release): 2.4.0 [skip ci]
# [2.4.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.3.1...v2.4.0) (2024-06-17)
### Features
* **ui:** update version SMDV-5884 ([c35c2bb](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/c35c2bb8362bddfd6397da0aec05096b9984cdeb))
|
a33fff485250e24c8ffce49aedbdccb8517d20c6 | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.220.0-rc.3",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.220.0-rc.3.tgz",
- "integrity": "sha512-z2/Jbqxuo4fn1cAhKDtglOaRx7L2Z2tE9kvkxK7CGwWowLdnSeJ/8AQ... | Updating taskIt version | Updating taskIt version
|
23473ca2c83024d0c06f07f98b55d6a506d88a19 | --- android/build.gradle
@@ -24,6 +24,8 @@ buildscript {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
}
+ androidXAnnotation = "1.2.0"
+ androidXBrowser = "1.3.0"
}
repositories {
google()
--- package-... | feedback-mini-app version bump | feedback-mini-app version bump
|
11ed19eacf97608f26f0f2a8f5eb7aa64816504b | --- package.json
@@ -96,7 +96,7 @@
"@walmart/react-native-sumo-sdk": "2.8.0",
"@walmart/redux-store": "6.3.29",
"@walmart/ui-components": "1.15.1",
- "@walmart/wmconnect-mini-app": "2.37.0",
+ "@walmart/wmconnect-mini-app": "2.37.1",
"babel-jest": "^29.6.3",
"chance": "^1.1.11",
"cry... | feat(ui): updating version | feat(ui): updating version
|
ca1fa9ca4ac8fd07bf0d11d8fbfca2edb989387a | --- src/index.tsx
@@ -25,10 +25,12 @@ import {MeganavScreen} from './screens/MeganavScreen';
import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard';
import {useChannelUnreadCount, useMessagesUnreadCount} from './channels';
import {useTeamTextingFeature, useOneOnOneTextWithWin} from './hooks';
+impo... | initial commit for exposing the new message screen nav | initial commit for exposing the new message screen nav
|
36043a0998ec3f3b111d4f9e421a26e2b81fc405 | --- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -487,6 +487,15 @@ exports[`AssociateHallwayNav matches snapshot; handles mount and unmount effects
}
}
/>
+ <Screen
+ component={[Function]}
+ name="DigitalLocksMiniApp"
+ options={
+ {
+... | snapshot updates | snapshot updates
|
0cace8833bf492a99fe581baade8e4da3d6534b4 | --- package.json
@@ -270,4 +270,4 @@
"engines": {
"node": ">=18"
}
-}
\ No newline at end of file
+}
| dummy commit to revive branch | dummy commit to revive branch
|
db580a7f79591d4bd0d65b06a19dd9a72567c952 | --- src/home/index.tsx
@@ -70,4 +70,8 @@ export const HomeFeature = new AllsparkFeatureModule('home', {
// @ts-ignore - not typed for more than two levels deep
'es-MX': esMX,
},
+ metadata: {
+ configKey: 'home',
+ packageName: 'Me@Walmart'
+ },
});
| fix(home): metadata for home page screen (#5337) | fix(home): metadata for home page screen (#5337)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
7d3148e1326e346b3e39dc1c5b5e45415e2d1b1e | --- __tests__/navigation/navigationUtils.test.tsx
@@ -1,7 +1,6 @@
import {
CardStyleInterpolators,
TransitionPresets,
- createStackNavigator,
} from '@react-navigation/stack';
import {
MessageStyleInterpolator,
| Update roster widget on my Team mini app | Update roster widget on my Team mini app
|
3b886827b32f93e784341c040583e832ddd47e5d | --- packages/allspark-http-client/src/react/providers.tsx
@@ -42,7 +42,7 @@ export const HttpClientProvider = (
*/
export const HttpClientCloneProvider = forwardRef<
IHttpClient,
- { id: string; config: HttpClientConfig }
+ PropsWithChildren<{ id: string; config: HttpClientConfig }>
>((props, ref) => {
cons... | fix: adjust warning format. fix clone provider props type | fix: adjust warning format. fix clone provider props type
|
c6103bbe1aea679c3abb3da4fd37903bf41a9686 | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -76,7 +76,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps<
action: {
type: 'DEEPLINK',
value:
- 'https://walmartglobalcert.service-now.com/wm_sp?id=sc_cat_item&sys_id=e42427511bb5f0d0bcd8ca63604bcb20'... | updated covid verification links | updated covid verification links
|
0471e419d647e9be1fefd1c360f12a8daa325b41 | --- __tests__/core/RootContainerTest.tsx
@@ -23,6 +23,7 @@ jest.mock('../../src/core/httpClientInit', () => ({}));
jest.mock('../../src/core/i18nInit', () => ({
initI18n: jest.fn(),
}));
+jest.mock('../../src/core/storeConfigInit.ts', () => ({}));
describe('RootContainer', () => {
it('renders', () => {
---... | adding store info values to redux store | adding store info values to redux store
|
0d4abc355a370b07e04348e5683cbd23fa09b71f | --- __tests__/components/TeamHubHeaderTest.tsx
@@ -0,0 +1,23 @@
+import React from 'react';
+import { renderWithProviders } from '../harness';
+import { TeamHubHeader } from '../../src/components/TeamHubHeader';
+import { render, screen } from '@testing-library/react-native';
+
+jest.mock('@walmart/allspark-foundation'... | Added teamhubheader test | Added teamhubheader test
|
85a5f9c37e7fd9e07f2a1a178ff3d04a92d3cec4 | --- packages/allspark-foundation/README.md
@@ -44,12 +44,12 @@ npx allspark link
### Create a Feature
-To create a new feature app, start with the [AllsparkFeature]() documentation.
+To create a new feature app, start with the [AllsparkFeature](./Feature/README.md) documentation.
### Create a Container
-To cr... | chore: fix readme links | chore: fix readme links
|
25abda21c8da56640416689eb7254cb47a1bfc16 | --- package.json
@@ -142,7 +142,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.16.7",
"@walmart/rfid-scan-mini-app": "2.9.2",
- "@walmart/rn-mobile-sdk-pairing": "2.1.7",
+ "@walmart/rn-mobile-sdk-pairing": "2.1.8",
"@walmart/rn-receiving-mini-app": "2.4.81",
"@wa... | fix(digitalkey): remove nfc requirement for pairing sdk to increase supported android devices (#4102) | fix(digitalkey): remove nfc requirement for pairing sdk to increase supported android devices (#4102)
Co-authored-by: Alex Scarlett <Alex.Scarlett@walmart.com> |
e836466c3cd1cba717273576fd93b6d0e17fa1c1 | --- scripts/updateiOSProjectConfig.sh
@@ -77,105 +77,51 @@ else
CODE_PUSH_KEY=$DEV_CODE_PUSH_KEY
fi
-if [[ "$OSTYPE" == "darwin"* ]]; then #for MacOS
- ## Find and replace the Team Id
- echo "Updating \"$ENTERPRISE_TEAM_ID\" with Team Id \"$TEAM_ID\" "
- sed -Ei '' "s/$ENTERPRISE_TEAM_ID|$iTUNESCONNECT_TEAM_ID... | Update updateiOSProjectConfig.sh | Update updateiOSProjectConfig.sh |
2952364b81a73f24101df1aa121fa40443c7367b | --- package.json
@@ -86,7 +86,7 @@
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.31.5",
"@walmart/associate-listening-mini-app": "1.2.32",
- "@walmart/attendance-mini-app": "3.169.0",
+ "@walmart/attendance-mini-app": "3.170.0",
"@walmart/avp-feature-app": "0.16... | fix: GTA-161386 - Temporarily remove week column from calendar (#4376) | fix: GTA-161386 - Temporarily remove week column from calendar (#4376)
* fix: GTA-161386 - Temporarily remove week column from calendar
* fix: GTA-161386 - empty commit
---------
Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> |
c36941d35ac9ba67e9d9d5fcb1785fbbb6db58f8 | --- 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.91.0",
+ "@walmart/attendance-mini-app": "3.92.0",
"@walmart/avp-feature-app... | bump ama verion 3.92.0 | bump ama verion 3.92.0
|
03632d094cb03da37556189497e7990afb81dc68 | --- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ActionButtonGroup.test.tsx
@@ -0,0 +1,49 @@
+import React from 'react';
+import {
+ fireEvent,
+ render,
+} from '@walmart/allspark-foundation/__tests__/utils';
+import { ActionButtonGroup } from '@walmart/allspark-foundation-hub/src/HubFeature/Sup... | feat: added unit tests | feat: added unit tests
|
6b58217f91e185c0fe9b0a7f0c60968b56ec977f | --- .looper.multibranch.yml
@@ -1 +1 @@
-inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
\ No newline at end of file
+inherit: job:///allspark/allspark-core/allspark-template:allspark-template.yml
| Update .looper.multibranch.yml | Update .looper.multibranch.yml |
7e1ad73a85fe23332d67a6c9518d0fe1d00cf535 | --- yarn.lock
@@ -6927,6 +6927,27 @@ __metadata:
languageName: node
linkType: hard
+"@walmart/receipt-check-miniapp@patch:@walmart/receipt-check-miniapp@npm%3A1.22.7#~/.yarn/patches/@walmart-receipt-check-miniapp-npm-1.22.7-b46b7175e3.patch":
+ version: 1.22.7
+ resolution: "@walmart/receipt-check-miniapp@pat... | update | update
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.