commit_hash
stringlengths
40
40
input
stringlengths
13
7.99k
output
stringlengths
5
155
full_message
stringlengths
6
8.96k
2c412ccac86c1b56a37697f9a720e794f0075bc1
--- core/__tests__/permissions/PermissionsSagaTest.ts @@ -3,7 +3,6 @@ import {call, select, fork, take, cancel, put} from 'redux-saga/effects'; import {createMockTask} from '@redux-saga/testing-utils'; import { - AllsparkPermissionClient, PermissionActionTypes, } from '@walmart/allspark-foundation/Permissions'...
cover test cases for getPermissionsUnset
cover test cases for getPermissionsUnset
1c7233dfcf25e67d251bf3d03eff0b31c8f52fe3
--- src/index.tsx @@ -20,7 +20,6 @@ export const LOGGER_FIELDS = {id: 'roster-mini-app'}; reducerManager.addReducer('roster', rosterSlice.reducer); -// TODO: This needs to be reconsidered when we go production export const initialize = async (debugToken: string) => { const rnfbProvider = firebase .appChec...
remove old todo
remove old todo
2a03a3f894ea9ba007bef017b4794fe6a8635766
--- package.json @@ -140,7 +140,7 @@ "@walmart/react-native-store-map": "0.3.7", "@walmart/react-native-sumo-sdk": "2.8.0", "@walmart/react-native-webex-sdk": "0.8.50", - "@walmart/receipt-check-miniapp": "1.31.0", + "@walmart/receipt-check-miniapp": "1.32.4", "@walmart/redux-store": "~6.3.28"...
feat(receipt-check-miniapp): FLB-2731 Drop 32 changes (#4409)
feat(receipt-check-miniapp): FLB-2731 Drop 32 changes (#4409) * feat(receipt-check-miniapp): FLB-2731 Drop 32 changes * fix(receipt-check-miniapp): FLB-2867 version bump 1.32.2 * fix(receipt-check-miniapp): FLB-2863 version bump 1.32.4 --------- Co-authored-by: f0w02so <f0w02s0@homeoffice.wal-mart.com> Co...
6f2a791600d741cdc9618b25519f071a4240f82b
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/me-field-mini-app": "14.0.2", "@walmart/metrics-mini-app": "0.15.14", - "@walmart/mod-flex-mini-app": "1.13.1", + "@walmart/mod-flex-mini-app": "1.13.2", "@walmart/moment-wa...
Updated to modflex v1.13.2
Updated to modflex v1.13.2
66476b0cfe3b61229509e91bfaa55705c549e814
--- env.teflon.js @@ -39,14 +39,13 @@ export default { clientAuthMethod: 'post', }, athena: { - url: 'https://athena-gateway.sstage.us.walmart.net/', - // url: 'https://developer.api.us.stg.walmart.com/api-proxy/service/ATHENA/GATEWAY/v1', + // url: 'https://athena-gateway.sstage.us.walmart.net/', +...
feat: :arrow_up: Update learning mini app version to 13.0.3
feat: :arrow_up: Update learning mini app version to 13.0.3
5c2c78fb5d213c56c45be58e2636497819ed20a5
--- packages/me-at-walmart-container/src/services/site/fetchSiteInfo.ts @@ -26,25 +26,25 @@ export const fetchSiteInfo = async ( }, ); if (status === 200) { - MeAtWalmartLoggerService.getContainerInstance().debug( + MeAtWalmartLoggerService.getContainerInstance().info( 'Successfully ...
fix(fetchsiteinfo and querysiteinfo): ALLSPARK-4182 changing to info log (#4054)
fix(fetchsiteinfo and querysiteinfo): ALLSPARK-4182 changing to info log (#4054) * fix(fetchsiteinfo and querysiteinfo): ALLSPARK-4182 changing to info log * fix(fetchsiteinfo and querysiteinfo): ALLSPARK-4182 change logs: siteid
ade19e22983c7200097f4baebd742d328ec574a5
--- src/components/RosterHeader.tsx @@ -5,7 +5,7 @@ import {goToWeeklySchedule} from '../navigation/utils'; import {ROSTER_I18N_NAMESPACE} from '../translations'; import {useTranslation} from 'react-i18next'; import {useRbacConfigWithJobCode, useSiteTranslationContext} from '../hooks'; -import { Associate } from '.....
Update the types
Update the types
11a107a4e9b141eb3a902c0b19660368ef3c8259
--- __tests__/banners/BannersTest.tsx @@ -1,12 +1,26 @@ import React from 'react'; import {create} from 'react-test-renderer'; -import {all, call, takeLatest} from 'redux-saga/effects'; +import {all, call, select, takeLatest} from 'redux-saga/effects'; -import {NetworkActionTypes} from '@walmart/allspark-foundation...
update banner to be removed
update banner to be removed
c619ca4af26d22a4c002a353cc36332b40b6c3d5
--- src/redux/selectors.ts @@ -24,11 +24,11 @@ export const getGlobalState = (state: GlobalState) => { }; export const getRbacState = createSelector([getGlobalState], (state) => { - if (state?.rbac?.error) { - logger.error('getRbacState error', { - message: 'error in fetching Rbac State', - }); - } + ...
fix(ui): update the selector error
fix(ui): update the selector error
8ebb87379eb759106f7990efdbf1f4bc8ce24c73
--- package-lock.json @@ -1937,9 +1937,9 @@ "integrity": "sha512-Pe55V+hzs8Z1aqVW3BNuHKpC92fViArzNHp754Y2ZKINFPv6pXTlxkEDNw5x4qQ1m9qBsQyS8LpBPGOllAlnEg==" }, "@walmart/feedback-all-spark-miniapp": { - "version": "0.0.29", - "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-min...
Bumped version of feedback miniapp with some more VQA fixes (#188)
Bumped version of feedback miniapp with some more VQA fixes (#188) Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com>
4d5ec43961a868afe998f6057ca184868f6aba56
--- targets/US/ios/Podfile.lock @@ -2252,7 +2252,7 @@ PODS: - FirebaseMessaging (<= 10.18.0) - StructuredLogAssistantIOS (= 0.0.7) - TOCropViewController (2.7.4) - - topstock-mini-app (1.17.8): + - topstock-mini-app (1.17.11): - React - VisionCamera (3.7.1): - React --- targets/US/package....
updated topstock version to 1.17.11
updated topstock version to 1.17.11
38904b69c991905e1359af9b4fc80fa27b1e6a60
--- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/ShiftFilter/ShiftFilterList.tsx @@ -7,7 +7,8 @@ import { HubHeader } from '../../../Store'; import { useAllsparkTranslation } from '@walmart/allspark-foundation'; import { FEATURE_ID } from '../../../Store/constant'; import { colors } from '@...
Adding shared alert component
Adding shared alert component
bf82c9dfc3e528660383bb4a4d51239f16554da1
--- src/screens/RosterScreen.tsx @@ -108,7 +108,6 @@ export const RosterScreen: React.FC<Props> = ({navigation}) => { setAssociates(tempAssociatesMock); }, []); - useEffect(() => { firestore() .collection('user_status') --- src/screens/RosterScreen.tsx @@ -108,7 +108,6 @@ export const RosterS...
fix lint issues
fix lint issues
63b49065a4e4c5d659e46c5bacaca5b95b9a27b2
--- package-lock.json @@ -44,7 +44,7 @@ "@walmart/core-widget-registry": "~0.7.2", "@walmart/counts-component-miniapp": "0.1.2", "@walmart/emergency-mini-app": "1.19.0", - "@walmart/exception-mini-app": "1.0.16", + "@walmart/exception-mini-app": "1.1.11", "@walmart/faci...
reinstalling pinpoint 1.1.11
reinstalling pinpoint 1.1.11
2f8d0d6a8cee22a2c2e45b3e597fdbbd3b1052c2
--- __tests__/auth/LoginErrorScreen/indexTest.tsx @@ -250,7 +250,7 @@ describe('ErrorScreen', () => { }); }); - it('navigates to 2sv', () => { + it('navigates to 2sv screen', () => { (useTranslation as jest.Mock).mockReturnValueOnce([ (translate) => { const t = {'ssoError.other': 'Otro'...
Update __tests__/auth/LoginErrorScreen/indexTest.tsx
Update __tests__/auth/LoginErrorScreen/indexTest.tsx
e5f870c0585049c63bdc545df0085704f1e001b9
--- .husky/pre-push @@ -1 +1 @@ -npm run test:build +npm run test && npm run build --- .looper.yml @@ -77,4 +77,4 @@ flows: publishFromGit: - call: preparePublish - - (name Publish from Git) HUSKY=0 npm run publish from-git --yes + - (name Publish from Git) HUSKY=0 npm lerna publish from-git --yes
chore: looper fixes
chore: looper fixes
78b0b81dbd80b402ef08da878bc7946b02aa6d89
--- packages/associate-exp-hub-mini-app/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.4.0-alpha.12 (2025-08-26) + +# 1.4.0-alpha.9 (2025-08-25) + +### Features + +- **ui:** re...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.12
093f80751c3537568274d38253555b42a81ee072
--- package-lock.json @@ -46,7 +46,7 @@ "@walmart/counts-component-miniapp": "0.0.42", "@walmart/emergency-mini-app": "1.17.0", "@walmart/exception-mini-app": "1.0.14", - "@walmart/facilities-management-miniapp": "0.5.12", + "@walmart/facilities-management-miniapp": "0.5.14", ...
Gtp upgrade
Gtp upgrade
a355ce34cca248829c3d1c69a09c78ebb4f9a735
--- packages/celebration-mini-app-graphql/package.json @@ -35,7 +35,7 @@ "@types/react-test-renderer": "^18.0.7", "@walmart/allspark-components-library": "1.1.0", "@walmart/allspark-foundation": "^6.32.0", - "@walmart/allspark-foundation-hub": "1.12.0-beta.4979+2eb5821e", + "@walmart/allspark-found...
feat(ui): update celebration mini app version
feat(ui): update celebration mini app version
30483600843daef74c48c19c9ef9806310757eaa
--- package.json @@ -100,7 +100,7 @@ "@walmart/moment-walmart": "1.0.4", "@walmart/payrollsolution_miniapp": "0.126.4", "@walmart/price-changes-mini-app": "1.4.10", - "@walmart/profile-feature-app": "0.0.49", + "@walmart/profile-feature-app": "0.0.50", "@walmart/push-to-talk-mini-app": "1.8.9"...
Version bump to update CCM defaults.
Version bump to update CCM defaults.
756ee838066e5fb629cfe90662ff1df7d2457adb
--- packages/me-at-walmart-athena-queries/src/getForYouHeaderAssociateDetails.ts @@ -1,7 +1,14 @@ import * as Types from './schema.types'; -import { gql } from '@apollo/client'; -import * as Apollo from '@apollo/client'; -import * as ApolloReactHooks from '@apollo/client'; +import { + gql, + useQuery, + useLazyQuer...
feat(graphql): Change imports
feat(graphql): Change imports
f9c83e7d7f7f5e3dc0b23c20684ac41775a28f5c
--- package.json @@ -145,7 +145,7 @@ "@walmart/shelfavailability-mini-app": "1.5.23", "@walmart/store-feature-orders": "1.26.7", "@walmart/taskit-mini-app": "2.81.15", - "@walmart/time-clock-mini-app": "2.358.0", + "@walmart/time-clock-mini-app": "2.359.0", "@walmart/topstock-mini-app": "patch...
TCMA v2.359.0
TCMA v2.359.0
37acf867c43c7bed25a1bdac655d40ebcecc0313
--- packages/allspark-utils/src/Layout.tsx @@ -66,7 +66,9 @@ export const Layout = <P = {},>(props: LayoutProps<P>) => { const ErrorBoundary = props?.errorBoundary ?? PassThrough; return ( - <ErrorBoundary key={`${componentId}-${rowIndex}-${colIndex}`}> + <ErrorBoun...
feat(layout): fixed error boundary key so that it is always unique
feat(layout): fixed error boundary key so that it is always unique
8321514c645c83d90ec8d59cfd2bf6a987da335f
--- src/redux/selectors.ts @@ -44,11 +44,6 @@ export const getUploadingBlob = createSelector( (state) => state?.uploadingBlob, ); -export const getSearchText = createSelector( - [getTextingState], - (state) => state.searchText, -); - export type Permissions = { rn: string; a: string; --- src/screens/Se...
fixing search screen
fixing search screen
942f4c722ab38af449bafba60eaf5dda1524b2fd
--- scripts/mini-app-scan/package-deprecation/scheduled-library-deprecation.json @@ -11,6 +11,10 @@ { "package": "@walmart/time-clock-mini-app", "endDate": "2026-02-03" + }, + { + "package": "@walmart/attendance-mini-app", + "endDate": "2026-01-15" }] }, { @@ -79,6 +83,10 @...
feat(dep): update deprecation exemptions (#5089)
feat(dep): update deprecation exemptions (#5089)
4ede5b6808c9d102b62ad533b153d38823ca9ba9
--- .looper-pr.yml @@ -31,3 +31,5 @@ envs: MONO_REPO_BASE_BRANCH: develop AUTHOR: temp SLACK_CHANNEL: 'smdv-miniapp' + + --- .looper.yml @@ -20,7 +20,7 @@ flows: pr: - (name Corepack enable) corepack enable - - (name Yarn Set Version) yarn set version 4.6.0 + - (name Yarn Set Vers...
chore(a11y): code cleanup
chore(a11y): code cleanup
00cf598332db177621a6b2f2b10ff5b95deb9f34
--- packages/allspark-foundation-hub/package.json @@ -1,6 +1,6 @@ { "name": "@walmart/allspark-foundation-hub", - "version": "1.0.0-beta.9", + "version": "1.0.1-beta.1", "description": "", "main": "Core/index.js", "types": "Core/index.d.ts",
Update hub version
Update hub version
b9078787ce2d04f990a06645f1edce30703aa604
--- packages/allspark-foundation/src/Components/DynamicComponents.tsx @@ -1,6 +1,10 @@ import React, { FC, useMemo } from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; -import { EventManager, useRenderOnChange } from '@walmart/allspark-utils'; +import { + DynamicQueue, + EventManager, + useRe...
feat: add queue to dynamic component manager to handle interaction before registration
feat: add queue to dynamic component manager to handle interaction before registration
b0a3b78e311a2052a3e52d7671b060f2a2dcd989
--- .looper.multibranch.yml @@ -470,7 +470,7 @@ flows: - type: mrkdwn text: "*OS Type:* ${os}" - type: mrkdwn - text: "*Branch:* TODO" + text: "*Branch:* ${GITHUB_BRANCH_NAME}" - type: mrkdwn ...
fix branch name
fix branch name
ef7f12e7419db5cabe49e8469d57348fde945161
--- __tests__/home/components/GreetingRowV2/__snapshots__/GreetingRowV2Test.tsx.snap @@ -20,9 +20,9 @@ exports[`GreetingRowV2 renders anniversary greeting (anniversary only) 1`] = ` "borderTopColor": "#7aa5f6", "borderTopWidth": 1, "marginBottom": 30, + "marginHorizontal": -16, "marginT...
fix: update padding on header component (#5278)
fix: update padding on header component (#5278)
7996c0cc1bb9c539784704f7dc3d146e2dbc02c3
--- package.json @@ -1,6 +1,6 @@ { "name": "@walmart/roster-mini-app", - "version": "3.3.0-alpha.3", + "version": "3.3.0-alpha.4", "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", "@wal...
feat(ui): updating new version
feat(ui): updating new version
f59b068008837a0608a230f2fb77dc4ac92cec23
--- packages/associate-exp-hub-hub/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.1](https://gecgithub01.walmart.com/allspark/associate-exp-hub-mini-app/compare/@walmart/a...
chore(version): updating package version
chore(version): updating package version - @walmart/associate-exp-hub-hub@2.12.1 - @walmart/associate-exp-hub-mini-app@1.4.0-alpha.42
6143bafd253e4a988300fe53ecc3c396d1ca5a3e
--- package-lock.json @@ -1995,9 +1995,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.0.51", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.0.51.tgz", - "integrity": "sha512-dGJfJQQf1/pXwDsC+8D0wF0PWpxL07Vvlufxb+rKDxY7BBzCG...
chore: bump to version 0.0.52 for PTT mini app (#197)
chore: bump to version 0.0.52 for PTT mini app (#197) Co-authored-by: Russell Lane - rlane1 <Russell.Lane@walmart.com>
f6f1b768da81e23e05a654636934bd359334c02f
--- saucelabs/.looper-native-common-saucelabs.yml @@ -34,7 +34,9 @@ envs: tools: maven: 3.5.4 nodejs: 12.4.0 - jdk: 8 + jdk: + flavor: azul + version: 11 flows: npm-install-and-coverage:
updated jdk
updated jdk
373f5c89c313ffd992d250282e16dc8144b7386d
--- packages/allspark-foundation/__tests__/Feature/AllsparkFeatureModule.test.tsx @@ -9,6 +9,7 @@ import { ActiveAllsparkContainer } from '../../src/Container/ActiveContainerMana import { AllsparkModuleConfig } from '../../src/Feature'; import { Image } from 'expo-image'; import { CDN_BASE_URL } from '../../Feature/...
fix: type issues and add unit tests
fix: type issues and add unit tests
622593b9a2784eda9ff788e256dfbf99094b83bb
--- package.json @@ -30,7 +30,7 @@ "run-expo-doctor": "expo-doctor", "start:minified": "expo start --no-dev --minify", "postinstall": "yarn build", - "start": "ts-node scripts/runWithVariablePrompt 'expo start'", + "start": "ts-node scripts/runWithVariablePrompt 'expo start --dev-client'", "pr...
chore: add dev client configuration on start script
chore: add dev client configuration on start script
16be5273f11a24bc5f0386a1f0e7b2feece55310
--- yarn.lock @@ -9511,8 +9511,6 @@ __metadata: "@walmart/allspark-utils": "workspace:^" "@walmart/gtp-shared-components": "npm:^2.2.2" "@walmart/me-at-walmart-athena-queries": "workspace:^" - expo: "npm:~52.0.46" - expo-image: "npm:~2.3.2" lodash: "npm:~4.17.21" namecase: "npm:^1.1.2" ...
fix(dependencies): updated yarn lock file
fix(dependencies): updated yarn lock file
8879a45c54b4b314aa8303f0c3e2c05209f6b765
--- package-lock.json @@ -4553,9 +4553,9 @@ } }, "@walmart/core-services": { - "version": "1.0.12", - "resolved": "https://npme.walmart.com/@walmart/core-services/-/core-services-1.0.12.tgz", - "integrity": "sha512-HjDtpCvMikH0RpxWwtexmf8RXWnA0pfrTUgJ/DobAHCfR9efEvA0sWuiIx7hpjeSQWIm3IZhz...
bumping core services for notification fix
bumping core services for notification fix
4dfe06934c6571ea0cf93c0c55503b2308cf6ff4
--- core/__tests__/home/containers/CelebrationListScreenTest.tsx @@ -1,6 +1,7 @@ import React, {useRef, useState} from 'react'; import {create} from 'react-test-renderer'; -import {Dimensions, ScaledSize} from 'react-native'; +import {render, fireEvent} from '@testing-library/react-native'; +import {Dimensions, Scale...
add permissions settings store info termisofuse and watsnew tests
add permissions settings store info termisofuse and watsnew tests
b8dc8f1c5e8b1cbc6b39c079fea32b80d165af8f
--- __tests__/__snapshots__/index.test.tsx.snap @@ -1,3 +1,30 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`MyTeamMiniApp should render as expected 1`] = `<Navigator />`; +exports[`MyTeamMiniApp should render as expected 1`] = ` +<Navigator> + <Screen + component={[Function]} + name="myTeam.rosterDe...
Update the roster navigation for my team
Update the roster navigation for my team
7cb31470e936bfad9a97305a2c661dc9d71016fb
--- package.json @@ -101,7 +101,7 @@ "@walmart/core-widget-registry": "6.1.4", "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emergency-mini-app": "1.27.1", - "@walmart/exception-mini-app": "1.8.2", + "@walmart/exception-mini-app": "1.8.3", "@walmart/facilities-management-miniapp": "...
Updating exception-mini-app version
Updating exception-mini-app version
54dad177f56b92c2c6ade4e4c9691d64643392e8
--- __tests__/home/components/TaskCard/__snapshots__/TaskClockStatusStoreCardTest.tsx.snap @@ -87,13 +87,13 @@ exports[`TaskClockStatusStoreCard matches snapshot when loaded but without data </View> <View> <Image + contentFit="contain" onError={[Function]} placeholder={ ...
fix snapshot
fix snapshot
a8bc83c4b0ef738304fd791e0cf6d09b821bc8b2
--- package-lock.json @@ -66,7 +66,7 @@ "@walmart/payrollsolution_miniapp": "0.130.4", "@walmart/price-changes-mini-app": "1.6.8", "@walmart/profile-feature-app": "0.76.0", - "@walmart/push-to-talk-mini-app": "1.9.5", + "@walmart/push-to-talk-mini-app": "1.9.6", "@walma...
update package version
update package version
0dd104e58a2f45e875dfc937cff4c4e5d4db0def
--- packages/core-services-allspark/src/appConfig/sagas.ts @@ -148,7 +148,7 @@ export function* initAppConfig(this: AppConfigSagaScope): any { yield call(this.appConfig.initialize, { baseURL: `${this.env.externalBffUrl}${this.env.bffService}`, headers: { 'WM_CONSUMER.ID': this.env.consumerId }, - logger...
fix: remove cloning of app config logger a second time
fix: remove cloning of app config logger a second time
3b9bd628b5502f92a3e7ae0fa03810314aed5a86
--- src/images/assets/home-tab-active.png Binary files a/src/images/assets/home-tab-active.png and b/src/images/assets/home-tab-active.png differ --- src/images/assets/home-tab-active@2x.png Binary files a/src/images/assets/home-tab-active@2x.png and b/src/images/assets/home-tab-active@2x.png differ --- src/images/...
Adding correct selected home icon source (#156)
Adding correct selected home icon source (#156) Co-authored-by: rlane1 <rlane1@walmart.com>
44eabbea164ec032e13ea42326eddd8a153d0323
--- src/components/RecentSearchHistory/index.tsx @@ -7,12 +7,32 @@ import {styles} from './style'; import {rosterSlice} from '../../redux/reducer'; import {RecentSearchHistoryProps} from './types'; import {useTranslation} from 'react-i18next'; -import {TEXTING_I18N_NAMESPACE} from '../../translations'; +import {ROST...
fixing lint
fixing lint
862810f3c61383fde95ec0cb92432aba4c3e17ff
--- __tests__/components/AssociateListItem.test.tsx @@ -19,12 +19,12 @@ jest.mock('@walmart/allspark-foundation/Components/SharedComponents', () => ({ // Add this mock for gtp-shared-components jest.mock('@walmart/gtp-shared-components', () => { - const React = require('react'); + const ReactMock = require('react...
fix(bug): fix linting warnings
fix(bug): fix linting warnings
ded198a56d21a920c8ce55e80498cbab6afe6ce0
--- package-lock.json @@ -15697,6 +15697,11 @@ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true }, + "paths-js": { + "version": "0.4.11", + "resolved": "https://npme.walmart.com/paths-js/-/paths-js-0.4.11.tgz", + ...
updating missing dependency
updating missing dependency
10be701bda2a6c8f80f104627f95e598a5da13fa
--- package-lock.json @@ -42,7 +42,7 @@ "@walmart/ask-sam-mini-app": "1.18.5", "@walmart/attendance-mini-app": "1.62.13", "@walmart/avp-feature-app": "0.0.31", - "@walmart/avp-shared-library": "0.0.52", + "@walmart/avp-shared-library": "0.0.53", "@walmart/compass-sdk-rn...
bumped the shared-library version and updated the text in translation for AVP
bumped the shared-library version and updated the text in translation for AVP
6c3ba2afe06bf19048fbb954c74a708c09d25b21
--- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx @@ -391,7 +391,13 @@ export class AllsparkFeatureModule< // Add component to container if specified if (containerId) { - AllsparkComponentContainers.add(containerId, id, component); + if (Array.isArray(containerId)) { +...
feat(feature): support multi container registration of components. add specific container id typing
feat(feature): support multi container registration of components. add specific container id typing
2bf9a3fdf7f4069fcbad9c247f6019573261b86e
--- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useUpsertSupplyChainAssociatePreference.ts @@ -31,6 +31,7 @@ export const useUpsertSupplyChainAssociatePreference = () => { selectedShift?: string[] | undefined, selectedTeams?: string[] | undefined ) => { + const selectedShifts = selectedShift?...
feat(ui): null check guard to shifts
feat(ui): null check guard to shifts
a6e7000b2388b4af8480f31605754ca8d6cf50b5
--- package.json @@ -65,7 +65,6 @@ "@terrylinla/react-native-sketch-canvas": "^0.8.0", "@walmart/allspark-health-survey-mini-app": "0.0.41", "@walmart/allspark-home-mini-app": "0.4.24", - "@walmart/metrics-mini-app": "0.4.6", "@walmart/allspark-me-mini-app": "0.1.0", "@walmart/ask-sam-mini-a...
Update package.json
Update package.json
1b165f64569e2e7a404a4dd3c3b1029d302f7291
--- android/app/build.gradle @@ -134,7 +134,7 @@ android { applicationId "com.walmart.stores.allspark.beta" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 122 + versionCode 123 versionName "1.0.11" } ...
Incrementing build number
Incrementing build number
f463c9471d372a861798d887ca33ac62a55fbd60
--- packages/allspark-foundation/src/Components/Hub/TeamSwitcher/AddEditButton.tsx @@ -1,11 +1,11 @@ -import React from 'react'; +import React, { useMemo } from 'react'; import { View, Text, TouchableOpacity } from 'react-native'; import { Icons, colors } from '@walmart/gtp-shared-components'; import { TeamSwitcherS...
feat: update style being defined in additional components
feat: update style being defined in additional components
0d7cea443cff0731ff788cf291a28fbba874517c
--- package-lock.json @@ -58,7 +58,7 @@ "@walmart/gta-react-native-calendars": "0.1.0", "@walmart/gtp-shared-components": "2.0.10", "@walmart/impersonation-mini-app": "1.20.6", - "@walmart/ims-print-services-ui": "2.7.3", + "@walmart/ims-print-services-ui": "2.7.4", "@w...
Bump print UI version to 2.7.4
Bump print UI version to 2.7.4
33ab0c36dc5d3b338ad6320bcf656dc61c20a83c
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "6.28.1-alpha.0", + "version": "6.28.0", "npmClient": "yarn", "changelogPreset": "angular", "command": {
chore: bump package version for prerelease publish
chore: bump package version for prerelease publish
d44c29dc99a56b2bec9c056653ee12f4a78290a9
--- packages/me-at-walmart-container/src/http/interceptors/performance.ts @@ -11,6 +11,8 @@ export const PerformanceInterceptor: Interceptor = { request.method || 'GET', ); + httpMetric.putAttribute("featureId", request.headers?.["x-http-client-feature-key"] || 'unknown'); + ...
feature: add feature id http perf metric (#3979)
feature: add feature id http perf metric (#3979) * feat: http performance metric scoped to feature id * chore: fix unit tests * refactor: custom perf attribute before metadata set
19a544f39b075b29169e37385f6cf4c95bbf953d
--- package-lock.json @@ -3187,13 +3187,14 @@ "integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw==" }, "@walmart/time-clock-mini-app": { - "version": "0.3.1", - "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-c...
Update package lock
Update package lock
d1fe8ee9d1b0049baea41feada2f587113c18c88
--- packages/allspark-foundation/__tests__/GraphQL/utils/sortDocumentNode.test.ts @@ -0,0 +1,157 @@ +import { sortDocumentNode } from '../../../src/GraphQL/utils/sortDocumentNode'; +import { DocumentNode } from 'graphql'; + +// filepath: packages/allspark-foundation/src/GraphQL/utils/sortDocumentNode.test.ts + +describ...
test: sortDocumentNode
test: sortDocumentNode
2778149983eb5518d50cbf889bd8deb268b00a71
--- src/containers/Message/index.tsx @@ -168,7 +168,6 @@ export const Message = ({ disabled={isLongPressDisabled} accessibilityRole={isLongPressDisabled ? 'text' : 'button'} accessibilityLabel={getAccessibilityLabel()} - accessibilityState={isLongPressDisabled ? {} : undefined} ...
fix(wmconnect): apply ADA accessibility fixes for Android TalkBack and iOS VoiceOver
fix(wmconnect): apply ADA accessibility fixes for Android TalkBack and iOS VoiceOver - Fixes SMDV-7780: Remove accessibilityState prop causing VoiceOver "dimmed" announcement - Fixes SMDV-7813: Use importantForAccessibility="no-hide-descendants" for NewMessageScreen - Fixes SMDV-7817: Use importantForAccessibility="no...
d82d5e58d842e35d1eeb6499ec042ecd0c36da0b
--- src/auth/ErrorScreen.tsx @@ -46,6 +46,7 @@ export const ErrorScreen: FC<any> = (props) => { const onSave = () => { setFormDirty(true); if (userId && siteId) { + const userIdValue = userId.split('.')[0]; navigation.goBack(); WmTelemetry.logEvent(SSO_APP, 'feedback_submitted', { ...
removed store number
removed store number (cherry picked from commit 884fa13901e5c8efbe690b764f6bda90cb019a4d)
c6df6641d95a31896ba8273380d27c42bcaf2476
--- index.js @@ -5,6 +5,8 @@ import 'react-native-get-random-values'; import 'intl'; import 'intl/locale-data/jsonp/en'; +import 'moment/locale/es'; + import {AppRegistry} from 'react-native'; import {RootContainer} from './src/core/RootContainer'; import {name as appName} from './app.json'; --- package.json @...
manually importing moment es locale so release builds will function properly
manually importing moment es locale so release builds will function properly
cc75fe6a51c4a34a0e8248fdd4eb2c619f6f3e05
--- package-lock.json @@ -4263,9 +4263,9 @@ "integrity": "sha512-oaJp26HyCBzoqC3AHWqRtNhUuYnzhFoLl8dg/h3y6/Bk6uTbMAYmBolXRot2OeLoZgEWqD4cNnLdHQMy4ZS68g==" }, "@walmart/iteminfo-mini-app": { - "version": "4.0.5", - "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-min...
2 more minor issues inside item info
2 more minor issues inside item info
6d711ccce3ec25d3b2f70458e503f6b33fc9f933
--- packages/allspark-foundation-hub/src/SupplyChain/Screens/OnboardingScreen/OnboardingScreen.tsx @@ -208,7 +208,6 @@ export const OnboardingScreen = () => { ); } - // Hello this is a new changeasdf return ( <> <ScrollView
fix(bug): code cleanup
fix(bug): code cleanup
46ee9e3364c85d18fe777d8b6bb6dc01ebdc0c89
--- package.json @@ -63,7 +63,7 @@ "@redux-saga/testing-utils": "^1.1.3", "@sharcoux/slider": "^5.2.1", "@terrylinla/react-native-sketch-canvas": "^0.8.0", - "@walmart/ItemInfo": "0.1.127", + "@walmart/ItemInfo": "0.1.128", "@walmart/allspark-health-survey-mini-app": "0.0.35", "@walmart/a...
iteminfo 128
iteminfo 128
f912de240877d415d9df513359649dc9142d498a
--- src/navigation/AssociateHallwayNav/Tabs/index.tsx @@ -1,7 +1,7 @@ __DEV__ && console.log('loading main tabs nav'); import React from 'react'; import {useSelector} from 'react-redux'; -import {TouchableOpacity, Text, View, Image} from 'react-native'; +import {TouchableOpacity, Text, View} from 'react-native'; im...
Fixed linting issue
Fixed linting issue
48b3215b9f1bfbaf86a436087ba84d4c5e95cb20
--- package-lock.json @@ -53,7 +53,7 @@ "@walmart/gtp-shared-components": "2.0.4", "@walmart/impersonation-mini-app": "1.18.1", "@walmart/ims-print-services-ui": "2.1.2", - "@walmart/inbox-mini-app": "0.83.2", + "@walmart/inbox-mini-app": "0.83.3", "@walmart/iteminfo-mi...
incrementing inbox version
incrementing inbox version
870340778ae29c8adb0cb8a6b4820da788de1076
--- 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.7.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/my-walmart-hub@1.6.12...@wal...
chore(version): updating package version
chore(version): updating package version - @walmart/my-walmart-hub@1.7.0
7adb3c7686f98cc28b585edc99800e59648beee5
--- package-lock.json @@ -3188,9 +3188,9 @@ "integrity": "sha512-0sVdqnfYb2Z90rZpk8drAttxOFKAIR3fAvOvFlVWOyxtPPXrAACOFzoTx++gO5SO5vZ1w6IlMKe8uTi2rpCWTA==" }, "@walmart/schedule-mini-app": { - "version": "0.2.76", - "resolved": "https://npme.walmart.com/@walmart/schedule-mini-app/-/schedule-mi...
bump schedules
bump schedules
2f0ee822d4f7769e7dc1ff337c14fa488549c12e
--- packages/allspark-http-client/src/index.ts @@ -10,6 +10,7 @@ export { HttpClient }; export * from './react'; export type { + RetryConfig, RequestInterceptor, ResponseInterceptor, Interceptor,
fix: add type to export
fix: add type to export
af2e62c3026e09494c3db02f9d9d016119196609
--- src/containers/ChatInput/index.tsx @@ -127,8 +127,8 @@ export const ChatInput = (props: { const [audioDetails, setAudioDetails] = useState<RecordingDetails>(); const [uploadingResource, setUploadingResource] = useState(false); const {textingState, dispatch} = useTextingReducer(); - const storeId = useSele...
adding more explicit types
adding more explicit types
506175018fe37441de2038adbfc72f667da5d826
--- package.json @@ -92,7 +92,7 @@ "@walmart/backroom-mini-app": "1.12.0", "@walmart/calling-mini-app": "0.7.60", "@walmart/checkout-mini-app": "4.13.0", - "@walmart/compass-sdk-rn": "6.2.17", + "@walmart/compass-sdk-rn": "6.2.845", "@walmart/config-components": "4.9.3", "@walmart/core-se...
fix(compass): COM-4694 Positioning related bug fixes (#4347)
fix(compass): COM-4694 Positioning related bug fixes (#4347)
2e4844bd7f8e81b7b2de9f5c80690b6bbe07212c
--- src/utils/timestamps.ts @@ -9,10 +9,9 @@ export const daysAgoTimestamp = (numDays: number) => { ); }; -type translationFunction = TFunction; export const channelRowTimeStamp = ( lastMessageTimeStamp: LastMessageTimeStamp, - t: translationFunction, + t: TFunction, ) => { const messageTimeStamp = mome...
Removed extra variable
Removed extra variable
95281d9a6774833e768e85692b654e6e6b32c5e0
--- __tests__/harness/redux/index.tsx @@ -7,6 +7,9 @@ import {PreloadedState} from 'redux'; import {configureStore} from '@reduxjs/toolkit'; // @ts-ignore import {initialStateMock} from './mockState'; +import {I18nextProvider, initReactI18next} from 'react-i18next'; +import i18n from 'i18next'; +import {enUS} from '...
adding i18n to unit tests
adding i18n to unit tests
9417ab873367c1b1fe8fab9ce7c24160cc0f01b7
--- lerna.json @@ -1,5 +1,5 @@ { - "version": "6.27.0-alpha.0", + "version": "6.28.0", "npmClient": "yarn", "changelogPreset": "angular", "command": {
chore: bump packages for drop 28
chore: bump packages for drop 28
6d4f29301eab43caebdee74f642e6628012d1faa
--- package.json @@ -140,7 +140,7 @@ "@walmart/react-native-webex-sdk": "0.8.40", "@walmart/receipt-check-miniapp": "1.30.2", "@walmart/redux-store": "~6.3.28", - "@walmart/returns-mini-app": "4.16.7", + "@walmart/returns-mini-app": "4.16.8", "@walmart/rfid-scan-mini-app": "2.10.4", "@wal...
fix: SRC-550 Accessibility bug fixes (#4173)
fix: SRC-550 Accessibility bug fixes (#4173) * fix: SRC-550 Accessibility bug fixes * fix(rwm a11y accessibility bug fixes): SRC-550 rwm a11y ada bug fixes --------- Co-authored-by: Savankumar Akbari - sakbari <sakbari@m-c02rv0v4g8wl.homeoffice.wal-mart.com> Co-authored-by: Shwetha Gurunath - s0g0fma <Shweth...
209862989e90226187479c0c9a802f8e704f11b5
--- jest.config.js @@ -11,7 +11,7 @@ module.exports = { coverageThreshold: { global: { statements: 88, - branches: 80, + branches: 83, functions: 79, lines: 88, },
revert branches target coverage
revert branches target coverage
0fa461b4c0e2ba64bf9366cd67e60a0748f61d87
--- package-lock.json @@ -3082,9 +3082,9 @@ "integrity": "sha512-7QKyLMpYGKM8/bdbhtkehZ3qG+EY4qbsTxln64eWso/hBFirAAelhzR1wGm0VITOvDetFrGbSNnqpow+lJFiAw==" }, "@walmart/inbox-mini-app": { - "version": "0.0.44", - "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0....
inbox mini app version bump (#325)
inbox mini app version bump (#325) Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com>
bcec0b82441e256e2b915dbdfd743d15d923ffb9
--- package-lock.json @@ -1,12 +1,12 @@ { "name": "@walmart/myteam-mini-app", - "version": "1.0.16-alpha-2", + "version": "1.0.16-alpha-3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@walmart/myteam-mini-app", - "version": "1.0.16-alpha-2", + "version": "1....
Update version
Update version
9bf3f8264a6786f3c1ebd40ea6d9fed139fc7333
--- packages/allspark-foundation/src/utils/DynamicServiceCreator.tsx @@ -13,7 +13,7 @@ export type AnyService = Record< * that aren't defined on the original service type T. */ export const DynamicServiceCreator = <T extends AnyService, I extends T = T>( - name: string, + _: string, transform?: (implementatio...
chore: lint fix
chore: lint fix
a45deb1a6332c565a64409760e6a5d9108c6be72
--- package.json @@ -99,7 +99,7 @@ "@walmart/inbox-mini-app": "0.84.1", "@walmart/iteminfo-mini-app": "7.3.4", "@walmart/manager-approvals-miniapp": "0.2.4", - "@walmart/me-field-mini-app": "12.0.27", + "@walmart/me-field-mini-app": "13.0.2", "@walmart/metrics-mini-app": "0.12.10", "@walm...
Update package.json
Update package.json
6c04e5b7bc871f86911a4dfda1a1ae56eaf4ef5b
--- package-lock.json @@ -20502,9 +20502,9 @@ "integrity": "sha512-+4vPVbvtT+kRUtKIIJIjmL/bqefoUTAZ7CoiYhiwf+9zumrM+CxfVLmSGDwNtxjrOOfHQTXZhXf5TZO3nNVQZQ==" }, "react-native-webview": { - "version": "10.7.0", - "resolved": "https://npme.walmart.com/react-native-webview/-/react-native-webview-...
RN webview version upgrade back to drop 8 ver
RN webview version upgrade back to drop 8 ver
81733a7da9d3fa77ba66ce6a20b39d05a9dea115
--- package-lock.json @@ -3362,9 +3362,9 @@ "integrity": "sha512-obMi22nJz2FN8CWuJ/0ekV9pKMRQJz0u4qiX5lQTAv6yOVUmtJtksvErLAlZtc+ACiLUakj2EiRyw1bUcN+YNQ==" }, "@walmart/ims-print-services-ui": { - "version": "0.0.31", - "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims...
Bumping packages ItemInfo 2.0.3 Print 0.0.32
Bumping packages ItemInfo 2.0.3 Print 0.0.32
92cd00cbc278e7d7d559cdca7326bdec4c68eda7
--- 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.37.3", + "@walmart/copilot-mini-app": "^3.39.1", "@walmart/core-services": ...
chore: bump copilot@3.39.1
chore: bump copilot@3.39.1
84fd896867f0c03383faf009a8ebc7c1af6c7c29
--- yarn.lock @@ -6736,24 +6736,6 @@ __metadata: languageName: node linkType: hard -"@walmart/allspark-graphql-client@npm:6.3.29": - version: 6.3.29 - resolution: "@walmart/allspark-graphql-client@npm:6.3.29::__archiveUrl=https%3A%2F%2Fnpm.ci.artifacts.walmart.com%3A443%2Fartifactory%2Fapi%2Fnpm%2Fnpme-npm%2F...
Adding yarn.lock file changes
Adding yarn.lock file changes
6ef0c0abfa9e7b874aade45a42d2e6ad268d317f
--- package-lock.json @@ -5607,9 +5607,9 @@ "integrity": "sha512-vX4PWvt7QJvyd8cTmuBpITXVmHgCJ4ifkSsRSzFpK1fGZyfJaJn+pTP+h7XfQivQYCsIiB3Nm+tF12EXFJPBzg==" }, "@walmart/shelfavailability-mini-app": { - "version": "1.2.4", - "resolved": "https://npme.walmart.com/@walmart/shelfavailability-mini-...
SA-268 bugfix for SA service call issue (v0.9.2)
SA-268 bugfix for SA service call issue (v0.9.2)
0457bc840b49fe1a0ad917d07333638f6f15743a
--- package-lock.json @@ -57,7 +57,7 @@ "@walmart/core-services-allspark": "6.0.7", "@walmart/core-utils": "6.0.7", "@walmart/core-widget-registry": "6.0.7", - "@walmart/counts-component-miniapp": "0.1.10", + "@walmart/counts-component-miniapp": "0.1.11", "@walmart/emer...
Resolving conflicts
Resolving conflicts
bed032f8757da860a3360c298873a186a5a40df7
--- package-lock.json @@ -64,7 +64,7 @@ "@walmart/learning-mini-app": "17.0.4", "@walmart/manager-approvals-miniapp": "0.2.4", "@walmart/metrics-mini-app": "0.17.9", - "@walmart/mod-flex-mini-app": "1.13.6", + "@walmart/mod-flex-mini-app": "1.13.7", "@walmart/moment-wal...
Updated to modflex to v1.13.7 due to bugfix
Updated to modflex to v1.13.7 due to bugfix
3b227f22edb3d8496e5c9e15bc7ba0866acf578d
--- 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.8.0](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/my-walmart-hub@1.7.4...@walm...
chore(version): updating package version
chore(version): updating package version - @walmart/my-walmart-hub@1.8.0
88a52b04cdf58ce6bf91ff6e4eec2256f94430c8
--- __tests__/auth/__snapshots__/SectionCardTest.tsx.snap @@ -8,9 +8,9 @@ exports[`SectionCard renders default 1`] = ` Array [ Object { "borderRadius": 8, - "flex": 0, "marginBottom": 24, "marginHorizontal": 16, + "paddingVertical": 0, }, undefined, ...
Correcting auth view styling
Correcting auth view styling
091f71513ed5e86fa0adbac2351000643213a5c9
--- package.json @@ -91,5 +91,5 @@ "babel-jest": "29.2.1", "metro-react-native-babel-preset": "0.76.8" }, - "packageManager": "yarn@4.4.0" + "packageManager": "yarn@4.6.0" } --- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionUtils.test.tsx @@ -18,13 +18,14 @@ jest.mock('../../s...
fix(ui): fix tests
fix(ui): fix tests
49faac1867c045b1cd1b22680ab7770cf38f5eb5
--- 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
6471d45f82c5752a6d458c2d7ea973189a5b7371
--- .gitignore @@ -63,6 +63,10 @@ buck-out/ # CocoaPods /ios/Pods/ +# Firebase config +ios/GoogleService-Info.plist +android/app/google-services.json + coverage/ test-report.xml --- android/app/google-services-dev.json --- android/app/google-services-prod.json @@ -0,0 +1,46 @@ +{ + "project_info": { + "...
integrate firebase prod (#162)
integrate firebase prod (#162)
1acdd0b1c350f68a21afcfc7c5bc8389f63f640d
--- package-lock.json @@ -3445,9 +3445,9 @@ } }, "@walmart/push-to-talk-mini-app": { - "version": "0.5.32", - "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.32.tgz", - "integrity": "sha512-qJvU7F4iew2Oyzb9/lNjGl8l+LPj9WyHDoxOeQrXnTW8BsPAX...
PTT preferred name update for SUMO notifications
PTT preferred name update for SUMO notifications
c501ff05ac9baaf35a8842c7e9d04b71ee62ec3d
--- src/containers/UserHeader.tsx @@ -6,7 +6,7 @@ import {Body, colors, ListItem, Switch} from '@walmart/gtp-shared-components'; import {useUserPresence} from '../presence/hooks'; import {Avatar} from '../components/Avatar'; -import {goOfflineForUser, goOnlineForUser} from '../presence/transforms'; +import {goOffli...
chore: rename presence transforms to service
chore: rename presence transforms to service
4328a0f0e28ee070dbaa932adb21c3d9e85828e1
--- package-lock.json @@ -5060,17 +5060,6 @@ "redux": "^4.1.2" } }, - "node_modules/@walmart/emergency-mini-app/node_modules/@walmart/core-widget-registry": { - "version": "0.6.11", - "resolved": "https://npme.walmart.com/@walmart/core-widget-registry/-/core-widget-registry-0.6.11.tgz"...
fix: overriding critical dependencies to ensure single version
fix: overriding critical dependencies to ensure single version
f58c5ca7fa85a5dae981353309230da94b013bbe
--- package.json @@ -13,8 +13,8 @@ "private": true, "scripts": { "init": "npm i --workspaces", - "test": "jest", - "test:build": "npm run build && jest", + "test": "jest --no-watchman", + "test:build": "npm run build && jest --no-watchman", "coverage": "jest --coverage", "lint": "npm ru...
chore: disable watchman on jest command
chore: disable watchman on jest command
534b28b85f3f6e8c31a72a71c6c5f692bbc085fb
--- packages/allspark-foundation/src/utils/DynamicServiceCreator.tsx @@ -91,9 +91,10 @@ export const DynamicServiceCreator = <T extends AnyService, I extends T = T>( */ const Creator = <Service extends T>( service: Service - ): I & Service & { isAllsparkInstance: true } => { + ): I & Service & { isAllspar...
feat: add reference to original service on dynamic service
feat: add reference to original service on dynamic service
41f89757f013de8684223300522f82151c2ab0f2
--- package.json @@ -245,7 +245,7 @@ "react-native-wm-telemetry": "6.3.17", "react-native-wm-voice-text": "1.0.4", "react-redux": "^8.1.3", - "realm": "12.8.1", + "realm": "12.14.1", "redux": "^4.2.1", "redux-saga": "^1.2.3", "redux-thunk": "^2.4.0", --- yarn.lock @@ -6822,7 +6822,...
fixing android build by using latest realm 12.x release instead of rolling back to the prior version that is not compatible with this react-native release.
fixing android build by using latest realm 12.x release instead of rolling back to the prior version that is not compatible with this react-native release.
4b942b2b3addf75cb9cff01552edbc30c4c96c5a
--- packages/allspark-foundation-hub/__tests__/TeamOnboarding/TeamSelectionUtils.test.tsx @@ -297,18 +297,18 @@ describe('createSections', () => { const sections = createSections(mineArea, areas, areaTeamMap, primaryTeam); expect(sections[0].data[0]).toEqual(primaryTeam); - expect(sections[0].data.length...
feat(ui): cleanup and case fix
feat(ui): cleanup and case fix