commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
a9e6b0e9122d81845fd11cfda97c43cab487eaf0 | --- package-lock.json
@@ -66,9 +66,9 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux-store": "3.7.0",
- "@walmart/roster-mini-app": "1.0.17-alpha-5",
+ "@walmart/roster-mini-app": "1.0.17-alpha-6",
"@walm... | Update version | Update version
|
faf2f731c65c282e48eda8eb443b5b2d7b250d41 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.20",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.327",
+ "@walmart/rn-receiving-mini-app": "2.3.211",
"@walmart/roster-mini-app": "2.9.0",
... | removing URA app changes | removing URA app changes
|
d6f1e4ad5666f3751fa40c521560f86c1a16f3a9 | --- .github/pull_request_template.md
@@ -7,19 +7,11 @@ PR/Template Process for Allspark-core: [Link](https://confluence.walmart.com/pag
## Links to JIRA tickets:
-
-## PR Type:
-pr_agent:type
-
## Please describe the changes, problems and solutions this PR is addressing:
-pr_agent:summary
## Please provide com... | chore: reverting pr template | chore: reverting pr template
|
c3402914a8dcf08e0faad87b28493efa7b358ac0 | --- packages/allspark-foundation-hub/__tests__/HubFeature/TeamOnboarding/ErrorScreen.test.tsx
@@ -9,7 +9,7 @@ describe('ErrorScreen Component Tests', () => {
buttonText: 'Refresh page',
handleButtonPress: () => {},
};
- test('renders error screen component', () => {
+ test.skip('renders error screen comp... | feat(ui): Update tests and package version | feat(ui): Update tests and package version
|
8f298cdbd5c2d1064456c45737d2c1c651632756 | --- ios/Podfile.lock
@@ -1018,6 +1018,6 @@ SPEC CHECKSUMS:
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
Yoga: 7740b94929bbacbddda59bf115b5317e9a161598
-PODFILE CHECKSUM: 39fa82e3493ba06437a569986e4d67f9203f6c41
+PODFILE CHECKSUM: ef49dd681da3d3f045265073929f39d1bde46fda
COCOAPODS: 1.9.3
| update checksum val | update checksum val
|
506f7f0983aedeb5e0449d4ae103d5ebf4cbee1d | --- src/hooks/useConfigData.ts
@@ -4,10 +4,6 @@
* global configuration state in a performant and type-safe manner using the
* CCM pattern with robust fallback support.
*
- * ⚠️ **NOTE:** All other configuration access patterns have been removed.
- * The `useConfig()` hook is the primary and only method for access... | feat(ui): match roster-mini-app #SMDV-8174 | feat(ui): match roster-mini-app #SMDV-8174
|
c0a1c5c5d9874da36e8811cf0706ce3b1791da2b | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -460,7 +460,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AllSpark/Pods-AllSpark-frameworks.sh",
- "${PODS_XCFRAMEWORKS_BUILD_DIR}/react-native-wm-barcode/DMSDK.framework/DMSDK",
+ "${PODS_XCFRAMEWORKS_BUILD_DIR}/DMSDK/DMSDK.framework/... | revert pod changes | revert pod changes
(cherry picked from commit d114951d62b7f3a828e588bb79f85bcb018731b4)
|
6bb9fa826cc06fb94edbc2e97e1627c4001fde06 | --- 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.3",
+ "@walmart/payrollsolution_miniapp": "0.140.4",
"@walmart/p... | bump version | bump version
|
a318c9cf504eca8df78bf3c0458453434f4ecfaa | --- package.json
@@ -159,7 +159,7 @@
"@walmart/walmart-fiscal-week": "^0.3.6",
"@walmart/welcomeme-mini-app": "1.0.11",
"@walmart/wfm-ui": "2.4.0",
- "@walmart/wm-plus-mini-app": "1.5.1",
+ "@walmart/wm-plus-mini-app": "1.5.2",
"@walmart/wmconnect-mini-app": "2.24.0",
"axios": "~1.6.0",
... | feat(profile): CEWMPLUS-115039 update wmplus miniapp to 1.5.2 (#4122) | feat(profile): CEWMPLUS-115039 update wmplus miniapp to 1.5.2 (#4122)
|
39d95da5fb5daa2cf89d972f5a7e9d1c64a8a102 | --- package-lock.json
@@ -5094,14 +5094,13 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "1.2.85",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-1.2.85.tgz",
- "integrity": "sha512-waNUctK6t2w5O+psUgLLhvxrpeJONEeG6tpLbWzXeIqb8tK0dP/6VsyjWIzQWq... | Ask Sam Mini app version update | Ask Sam Mini app version update
|
8ed966e287b5a33f0a2e921765bee80019966fb8 | --- packages/allspark-utils/src/registries/Registry.ts
@@ -30,13 +30,13 @@ export class Registry<T extends RecordTypeMap = RecordTypeMap> extends Map<
*/
private _register<Key extends keyof T>(key: Key, value: T[Key]) {
if (this.has(key)) {
- throw new Error(
+ console.warn(
`${key.toStri... | chore(user): re-register fix and clear apollo cache | chore(user): re-register fix and clear apollo cache
|
673423b79660569bd62ec5e8c30d143430bceb33 | --- android/app/build.gradle
@@ -96,8 +96,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 926
- versionName "1.19.0"
+ versionCode 927
+ vers... | chore: bump version for drop 20 | chore: bump version for drop 20
|
99d07c5400a4e39dac0d38681ad999b1b05a1181 | --- __tests__/components/TeamList.test.tsx
@@ -19,7 +19,6 @@ jest.mock('@react-navigation/native', () => ({
}));
describe('TeamItem', () => {
- // beforeEach(() => jest.resetAllMocks());
it('should render TeamItem component with passed in required props', () => {
const mockTeamProps: TeamItemProps = {
... | removed comments | removed comments
|
8502d9bc68aa187b6c8b1de9976b3c2cf6d01c05 | --- packages/allspark-http-client/src/HttpClient.ts
@@ -25,7 +25,12 @@ class HttpClient extends Axios implements IHttpClient {
});
// Default key config fields and set on instance
- const { timeout = TIMEOUT, interceptors = [] } = config;
+ const {
+ timeout = TIMEOUT,
+ interceptors = [],
+... | fix: add handling for legacy respone and request interceptors on http client init | fix: add handling for legacy respone and request interceptors on http client init
|
703699fe24a5a5d32961c831679e8e336fc66376 | --- packages/core-services-allspark/package.json
@@ -19,6 +19,7 @@
"license": "ISC",
"peerDependencies": {
"@walmart/allspark-foundation": "*",
+ "@walmart/me-at-walmart-common": "*",
"@walmart/me-at-walmart-container": "*"
}
}
--- packages/core-services-allspark/src/user/types.ts
@@ -1 +1 @@
-... | fix: update export to use me at common | fix: update export to use me at common
|
21183c9ffa8620f635c7031de758b475818b5094 | --- package-lock.json
@@ -13184,9 +13184,9 @@
"integrity": "sha512-s3S3bciDoyVqUyfzVKsXJp+aQxPriU62yL+cvbBJB6d7sGnCFHDQHF7/2y8YfK4Qc756VQ2o3SgCzlcQEYoTEw=="
},
"react-native-wm-network": {
- "version": "0.1.0",
- "resolved": "https://npme.walmart.com/react-native-wm-network/-/react-native-wm-... | Incrementing wm network version | Incrementing wm network version
|
250dc146e226fbe4c3ffb601bb0dd1b6fab04516 | --- package-lock.json
@@ -4258,9 +4258,9 @@
"integrity": "sha512-C3HNm372mNtvwuHcDL+4nK75Idsk54+1s0CdPJDKewzBbxFkQMNIuoN3Kk3y46cMkf8bkXidf7oV9gJVArsKwQ=="
},
"@walmart/inbox-mini-app": {
- "version": "0.32.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | version bump | version bump
|
6f5a50caad7b5cc0116933108d24988878dc933b | --- src/channels/components/ChannelRow.tsx
@@ -7,7 +7,7 @@ import {
ViewStyle,
} from 'react-native';
import {NavigationProp, useNavigation} from '@react-navigation/native';
-
+import moment from 'moment-timezone';
import {
Body,
Caption,
@@ -97,7 +97,18 @@ export const ChannelRow = (props: ChannelRowProps)... | Added timestamp changes for channel screen | Added timestamp changes for channel screen
|
d87cb77cab7c6c25800ba3d99e411f4e115a5892 | --- __tests__/startup/AssociateStartupTest.ts
@@ -6,6 +6,7 @@ import {addSagas} from '@walmart/redux-store';
import {useHttpClient} from '@walmart/core-services/HttpClient';
import {useRbacConfig} from '@walmart/config-components';
import {registerAskSamWidgets} from '@walmart/metrics-mini-app';
+import {registerAsk... | taskit version update | taskit version update
|
814d6292744589ea5c6c222612d07aa3d0b6ea2c | --- packages/allspark-foundation/src/Container/AllsparkContainer.tsx
@@ -16,9 +16,10 @@ import { AllsparkReduxStore } from '../Redux';
import { AllsparkReduxProvider } from '../Redux/provider';
import { TranslationProvider } from '../Translation/provider';
-import { ContainerActionCreators } from './redux';
import... | feat: add status bar configuration props to container provider | feat: add status bar configuration props to container provider
|
49ee8876f1b664d45aa809663f44bb7dee92cee6 | --- Gemfile
@@ -1,7 +1,3 @@
-# Autogenerated by fastlane
-#
-# Ensure this file is checked in to source control!
-
source 'https://repository.walmart.com/content/repositories/rubygems'
gem 'fastlane'
@@ -9,8 +5,12 @@ gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_ge... | chore: update gemfile to match latest react native template | chore: update gemfile to match latest react native template
|
da3912ea50466bf8b6ec09898dea0833634ea547 | --- __tests__/navigation/USHallway/ErrorLogBoundaryTest.tsx
@@ -31,6 +31,7 @@ describe('ErrorLogBoundary', () => {
'BOUNDARY_ERROR',
{
message: childError,
+ stack: expect.any(String), // stack trace will be dynamic depending on test run location
},
);
}
@@ -47... | feat: add stack trace on boundary error (#4387) | feat: add stack trace on boundary error (#4387)
|
4838f348b61eaec956bf945177fca444c3cba984 | --- env.prod.js
@@ -40,7 +40,7 @@ export default {
candidateAuthConfig: {
issuer: 'https://pfedprod.wal-mart.com',
clientId: 'WMProd',
- redirectUrl: 'com.walmart.stores.allspark.beta://CandidateLogin',
+ redirectUrl: 'com.walmart.squiggly://CandidateLogin',
scopes: ['openid', 'full'],
addi... | update the URI for candidate mdoe | update the URI for candidate mdoe
update the URI for candidate mdoe |
1fde2278294ad76971ec09dcbbada1c28034aa18 | --- __tests__/core/DeeplinkConfigTest.ts
@@ -17,7 +17,8 @@ describe('link config test', () => {
screens: {
Returns: {
screens: {
- 'Returns.Landing': 'returns/:siteId/:printerAddress/:orderNumber?/:checkinId?',
+ 'Returns.Landing':
+ ... | Lint fix | Lint fix
|
7a39fa7be52baae8bf168c780eaecf4016ea79a0 | --- package.json
@@ -175,7 +175,7 @@
"expo-constants": "~17.0.8",
"expo-file-system": "18.0.12",
"expo-font": "~13.0.4",
- "expo-haptics": "^14.1.4",
+ "expo-haptics": "~14.0.1",
"expo-image": "patch:expo-image@npm%3A2.0.7#~/.yarn/patches/expo-image-npm-2.0.7-adb639d59c.patch",
"expo-imag... | feat(lib): ALLSPRAK-0000 downgrade expo-haptics (#4388) | feat(lib): ALLSPRAK-0000 downgrade expo-haptics (#4388)
Co-authored-by: Maksym Novakh <maksym.novakh@walmart.com> |
7e4feddd932ebfeb43201660a49794f65eedabcf | --- .gitignore
@@ -50,4 +50,9 @@ ios/
#Yarn
install-state.gz
-build.context.json
\ No newline at end of file
+build.context.json
+
+.claude-flow
+.swarm
+.yalc
+yalc.lock
| chore(yalc): add yalc config to gitignore | chore(yalc): add yalc config to gitignore
|
e621a94539a59efe9c02a92855bf71ecb6303b61 | --- targets/US/package.json
@@ -144,7 +144,7 @@
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.33",
- "@walmart/shop-gnfr-mini-app": "1.0.120",
+ "@walmart/shop-gnfr-mini-app": "1.0.121",
"@walmart/sidekick-mini-app": "... | added version 1.0.21 | added version 1.0.21
|
3f21901d877ed9d53cb25702c505bd994fcb3fa2 | --- 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.11.0"
+ versionCode 909
+ ve... | version bump to 1.12.0 | version bump to 1.12.0
|
515c5f0ce6eb6e72662cacdd93f9750201bcf521 | --- 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.70.0",
+ "@walmart/attendance-mini-app": "3.71.0",
"@walmart/avp-feature-app... | bump up attd mini app version fixing navigation issue for tor | bump up attd mini app version fixing navigation issue for tor
|
b2520fb37f6aaded5fe35b980e23ba1378183e61 | --- package.json
@@ -174,7 +174,7 @@
"@walmart/time-clock-feature-app": "1.0.0-beta.1",
"@walmart/time-clock-mini-app": "patch:@walmart/time-clock-mini-app@npm%3A3.19.10#~/.yarn/patches/@walmart-time-clock-mini-app-npm-3.19.10-d3039974f6.patch",
"@walmart/timesheet-feature-app": "0.2.0-beta.10",
- "@w... | fix(topstock): version update for drop 35 (#4993) | fix(topstock): version update for drop 35 (#4993)
Co-authored-by: t0s0qvk <t0s0qvk@walmart.com>
Co-authored-by: Aroushi Sharma - a0s11tw <Aroushi.Sharma@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com>
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walm... |
68681a0aaaabdfd94b5276fe9b2d0eff24f8387d | --- packages/allspark-foundation/__tests__/Container/AllspartContainer.test.tsx
@@ -11,50 +11,103 @@ jest.mock('../../src/Environment', () => ({
},
BaseAllsparkEnvironment: jest.requireActual('../../src/Environment').BaseAllsparkEnvironment,
}));
+ jest.mock('../../src/Logger', ()=>({
+ LoggerServiceCr... | more unit test for container component | more unit test for container component
|
16c63d22b4a499548007840af9324df04fa1f111 | --- __tests__/harness/redux/mockState/index.ts
@@ -19,5 +19,5 @@ export const initialStateMock: GlobalState = {
versions: versionsState,
deviceInfo: deviceInfoState,
appConfig: appConfigState,
- //texting: textingState,
+ //texting: textingState, //TODO: redux-store library needs mod to combineReducers to su... | add todo | add todo
|
30febe7f4cb70b6a33b9a6ca4d1b919c5cdb1036 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24
+ - spec: feature/topstock-drop24-1
triggers:
- manual:
name: Publish Packages (Pre-Release)
--- targets/US/package.json
@@ -148,7 +148,7 @@
"@walmart/st... | fix(): updated topstock version to 1.16.16 | fix(): updated topstock version to 1.16.16
|
89dd4a69e27cecd5a16370842f56ae1c7fe63068 | --- __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.consumerId2 expected by hook
+// Mock environment to include http.consumerIdHea... | feat(header): change naming | feat(header): change naming
|
a41e2051d7abdc14f70f65d70020260050cbbf50 | --- __tests__/redux/UserSelectorTest.ts
@@ -25,7 +25,7 @@ import {
getUserWorkingSite,
getUserWorkingSitePresent,
getUserType,
- getUserWorkingSiteMissing,
+ getUserSitePresent,
getIsPreHire,
getShouldPromptForSite,
getShouldHideSplashOnAuth,
@@ -539,31 +539,65 @@ describe('getUserType', () => {
... | Updating user selectors | Updating user selectors
|
e8f924e71a7f207ca197cb5933f4f3511beec36f | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 901
- versionName "1.8.15"
+ versionCode 902
+ ve... | SMBLV-3006: Ask Sam hot fix for schedule date format | SMBLV-3006: Ask Sam hot fix for schedule date format
|
1f09407f6b9263e30cce348a9c37417b0d68e9bd | --- .looper.yml
@@ -3,8 +3,6 @@ node: ((osx||stable_osx)&&!dualcore)
tools:
nodejs:
- 12.22.0
- npm:
- - 6.9.0
scheduling: concurrent
| chore: update looper node version | chore: update looper node version
|
7a269eb0db36be526b2d16be0ace56fe84bc685a | --- package.json
@@ -13,7 +13,7 @@
"private": true,
"scripts": {
"init": "npm i --workspaces",
- "test": "jest --detectOpenHandles",
+ "test": "jest",
"coverage": "jest --coverage",
"lint": "npm run lint --workspaces --if-present",
"lint:fix": "npm run lint:fix --workspaces --if-present"... | resolving commit | resolving commit
|
5907681180ee4ebf70259203c030e67e0f5ff248 | --- docs/docs/components/_category_.json
@@ -1,8 +0,0 @@
-{
- "label": "Components",
- "position": 4,
- "link": {
- "type": "generated-index",
- "description": "Indepth documentation on allspark framework components"
- }
-}
--- docs/docs/components/allspark foundation/_category_.json
@@ -1,8 +0,0 @@
-{
- "... | Update the docs | Update the docs
|
0c116101a2dae2d5f36d64cc64cb6f1105134c32 | --- scripts/updateAndroidProjectConfig.sh
@@ -56,11 +56,11 @@ sed -i.bak -e "s/scheme=\"${BETA_PACKAGE}\"/scheme=\"${PACKAGE}\"/g" -e "s/schem
BUILD_CONFIG="${PACKAGE}.BuildConfig"
echo "Updating BuildConfig import to ${BUILD_CONFIG} in ${MAIN_APPLICATION}"
# sed -i.bak "s/import ${BETA_BUILD_CONFIG};|import ${PROD_... | Added fixes | Added fixes
|
b6b9c6f0fbb2698020e10d28db41fd78db3f36bd | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/gtp-shared-components": "2.1.3",
"@walmart/impersonation-mini-app": "1.20.7",
"@walmart/ims-print-services-ui": "2.8.0",
- "@walmart/inbox-mini-app": "0.90.0-485-977b45c",
+ "@walmart/inbox-mini-app": "0.90.0-485-4dc92e2",
... | Inbox WmWeek issue fix | Inbox WmWeek issue fix
|
1bd9e0af79d65823fe62f96bbe43b1086c4ad26f | --- package.json
@@ -90,7 +90,7 @@
"@walmart/exception-mini-app": "0.43.1",
"@walmart/facilities-management-miniapp": "0.3.26",
"@walmart/feedback-all-spark-miniapp": "0.9.0",
- "@walmart/financial-wellbeing-feature-app": "1.0.58",
+ "@walmart/financial-wellbeing-feature-app": "1.0.59",
"@walm... | bumped financial-wellbeing-feature-app to 1.0.59 | bumped financial-wellbeing-feature-app to 1.0.59
|
a3012b230612170b490201bea88b394d2fb18365 | --- __tests__/screens/RosterDetails/StoreRosterDetailScreen.test.tsx
@@ -69,13 +69,17 @@ describe('StoreRosterDetailScreen', () => {
});
(useRosterDetailsQueries as jest.Mock).mockReturnValue({
- teamLoading: false,
- currentTeamData: {teamName: 'Team A'},
- teamError: null,
- rosterLoad... | refactor useRosterDetailsQueries hook | refactor useRosterDetailsQueries hook
|
be281e366be593b0f5af6dd35e2fe7f04449b7f1 | --- graphql.yml
@@ -14,7 +14,7 @@ applications:
hash: '1bf0ea2f4d34274e578989be9f4248e9c4710577fda9705f944edc6e4732a799'
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getAssociateById.graphql'
tags:
- - 'v2'
+ - 'v1'
- name: 'getDai... | feat(athena): update mutation. | feat(athena): update mutation.
|
6bf1cc4e09ae6892023ddf8c344f3ed977261ba7 | --- package.json
@@ -203,7 +203,7 @@
"react-native-error-boundary": "^1.1.6",
"react-native-fs": "^2.18.0",
"react-native-geolocation-service": "^5.3.1",
- "react-native-gesture-handler": "~2.18.0",
+ "react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
... | fix: gesture handler library unaligned with expo recommendation | fix: gesture handler library unaligned with expo recommendation
|
53eb6633c59f5312dc6d1064e66ad39b6bb4ce37 | --- core/__tests__/home/containers/CelebrationListScreenTest.tsx
@@ -270,9 +270,10 @@ describe('CelebrationListScreen', () => {
expect(renderLabel.props.children).toBe('birth day');
const mockRoute = {key: 'anniversary', title: 'Anniversary'};
const renderScene = renderTabBarScene.renderScene({route: moc... | code cleanup | code cleanup
|
ebe46c2b2f4d00650055b937e3880a5e7172c056 | --- packages/allspark-foundation-hub/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [1.25.26](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundat... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation@7.17.6
- @walmart/allspark-foundation-hub@1.25.26
- @walmart/my-walmart-hub@1.9.1
|
775de52f9a2ddf1f4342b0b63cc1316bf2cb3277 | --- packages/core-services/AppConfig/package.json
@@ -0,0 +1,6 @@
+{
+ "name": "@walmart/core-services/AppConfig",
+ "private": true,
+ "main": "./index",
+ "types": "./index"
+}
--- packages/core-services/Auth/package.json
@@ -0,0 +1,6 @@
+{
+ "name": "@walmart/core-services/Auth",
+ "private": tru... | Merge changes | Merge changes
|
5534e21109de8cba8256e876fb62c310deee7824 | --- package-lock.json
@@ -5577,9 +5577,9 @@
"integrity": "sha512-kgl3PpMJiM1hqhpEfLMIEHBdq+e6mKLPZNT3fmJIgO3RZYV3xcCrO2gIacJL3j+nr8DuDdw/FzeCGzKdKurniw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.67.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | inbox update | inbox update
|
3e36b753b4fb911a16f82840af0a9c2c784b9ac5 | --- core/src/navigation/USHallway/AssociateHallwayNav/Tabs/config.tsx
@@ -129,14 +129,14 @@ export function renderTabBarLabel(
// --- Tab Options --- //
// For tabs whose route names don't match the name needed when creating options below
const ROUTE_ICON_MAP = {
- askSamTab: 'sidekick', //To change to sidekick onc... | Removed comments | Removed comments
|
20e4832f36d77c0c8b7d6cf2a362dff384dbd3c4 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/functional-components": "2.0.6",
"@walmart/gta-react-native-calendars": "0.0.15",
"@walmart/gtp-shared-components": "1.8.17",
- "@walmart/impersonation-mini-app": "1.2.0",
+ "@walmart/impersonation-mini-app": "1.4.0",
"@... | upgrade miniapps version for RN70 | upgrade miniapps version for RN70
|
300019a414b8627742821f6fcdee51640c55b19c | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24
+ - spec: feature/drop24*
triggers:
- manual:
name: Publish Packages (Pre-Release)
--- targets/US/package.json
@@ -82,7 +82,7 @@
"@walmart/allspark-http-... | AMP version update | AMP version update
|
110a28d4872735ee7faf1890cd2ca4cde5cf9b46 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageThreshold: {
global: {
- statements: 16.4,
- branches: 7,
- functions: 7.84,
- lines: 16.98,
+ statements: 17.24,
+ branches: 6.87,
+ functions: 6.91... | increasing test coverage | increasing test coverage
|
5d664470f9a153b06f8555dc317559f652e4aa99 | --- core/src/core/syncDeviceLanguage.ts
@@ -34,7 +34,13 @@ export const syncDeviceLanguage = async () => {
}
// Device language sometimes comes back with an _. We have a standard of having languages like en-US.
- language = language.replace('_', '-');
+ // Sometimes we also get region info after the en-US for... | fix: sometimes device can return a language string with additional info. Fixing that and also defaulting to en-US | fix: sometimes device can return a language string with additional info. Fixing that and also defaulting to en-US
|
f04398c560eb28a31360f5b9b7b7d2c363d62d21 | --- index.js
@@ -8,10 +8,8 @@ import 'moment/locale/es';
import 'moment/locale/es-mx';
import {AppRegistry} from 'react-native';
-import {App} from './src';
+import {App, preRegister} from './src';
import {name as appName} from './app.json';
-// import {setupCalling} from '@walmart/calling-mini-app';
-
-// setupCa... | refactor: add config options to control startup prompts. add preregister method. calling integration | refactor: add config options to control startup prompts. add preregister method. calling integration
|
93005310ba6773424269ef7a327f81f2d307d523 | --- packages/allspark-graphql-client/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.
+## [1.4.5](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-graphql-c... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-graphql-client@1.4.5
- @walmart/allspark-http-client@2.4.13
- @walmart/core-services@2.0.19
- @walmart/core-services-allspark@2.10.7
- @walmart/me-at-walmart-athena-queries@1.3.6
|
cc06dab8efed55fca653392eb923b8d661c6634f | --- packages/core-services-allspark/src/network/sagas.ts
@@ -37,7 +37,10 @@ export function* onNetworkStateChanged(
// Check connection type on each network state change, as long as internet is reachable
if (nextState.isInternetReachable) {
- nextConnectionType = yield call(getConnectionType, this.env.intern... | fix: add new env config for test url used for connection type | fix: add new env config for test url used for connection type
|
02af457788123cdfe077e5198b95be8da8390e08 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "3.6.0-beta.6",
+ "version": "3.6.0-beta.7",
"main": "dist/index.js",
"files": [
"dist",
@@ -92,7 +92,7 @@
"@walmart/react-native-logger": "1.35.0",
"@walmart/react-native-scanner-3.0": "0.10.4",
"@walmar... | fix: update packages and tests | fix: update packages and tests
|
ff43ef65648aff669d155057be01cfe51446dd4f | --- package-lock.json
@@ -4258,9 +4258,9 @@
"integrity": "sha512-rsHtoIJTGpR2zLro+B2r94psuK7G83J0XsUoerXiTAhRNDK/Si+oQiGI+xliq7bKRatUlbl6FrzblsILjofyGw=="
},
"@walmart/inbox-mini-app": {
- "version": "0.26.0-beta.4",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini... | version bump | version bump
|
5bf8f5369a089909cd3ff8405eea54874c702a41 | --- packages/allspark-foundation/__tests__/Components/DynamicComponents.test.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { render } from '@testing-library/react-native';
+import { render, shallow } from '@testing-library/react-native';
import { DynamicComponent, AllsparkDynamicComponents } from '../../src/... | more unit test for dynamic component | more unit test for dynamic component
|
da67e07c5be14e29cd7563ac7f60377e062c9788 | --- .looper.multibranch.yml
@@ -65,29 +65,28 @@ branches:
call: push(simulator)
flows:
- prepare-npm-project:
+ yarnInstall:
- (name Yarn Install) corepack enable
- (name Yarn Version) yarn --version
- (name Install Dependencies) yarn install
+
+ preparePackages:
+ - call: yarnInstall... | chore: testing looper changes | chore: testing looper changes
|
a2a2fd509adbda42f97b313e203a4d257a9ba070 | --- ios/Podfile.lock
@@ -427,7 +427,7 @@ PODS:
- React
- react-native-safe-area-context (3.3.2):
- React-Core
- - react-native-scanner-3.0 (0.1.15):
+ - react-native-scanner-3.0 (0.1.16):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1005,7 +1005,7 @@ SPEC CHECKSUMS:
... | Scanner3: Remove wakelock from scanner3 android | Scanner3: Remove wakelock from scanner3 android
|
c1287512becfe1b98b526fa3a05aa2f41d93cb1c | --- __tests__/__mocks__/@walmart/topstock-mini-app.js
--- package-lock.json
@@ -81,8 +81,8 @@
"@walmart/shelfavailability-mini-app": "1.5.13",
"@walmart/taskit-mini-app": "2.24.5",
"@walmart/time-clock-mini-app": "2.49.0",
+ "@walmart/topstock-mini-app": "0.0.2",
"@walmart/u... | rename package name | rename package name
|
2e394f53d25b808075baa265eab7ef9ad6c964fb | --- src/audio/context.ts
@@ -0,0 +1,10 @@
+import {createContext} from 'react';
+import {noop} from 'lodash';
+
+export const AudioPlayerContext = createContext<{
+ currentPlaying: string | null;
+ setCurrentPlaying: (value: string) => void;
+}>({
+ currentPlaying: null,
+ setCurrentPlaying: noop,
+});
--- src/au... | moving audio context to its own folder | moving audio context to its own folder
|
9740232f0eaed60f561325be0649689691460898 | --- package-lock.json
@@ -74,7 +74,7 @@
"@walmart/react-native-shared-navigation": "1.0.2",
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.5.0",
- "@walmart/receipt-check-miniapp": "1.9.6",
+ "@walmart/receipt-check-miniapp": "1.9.7",
"... | bump version for minor fixes | bump version for minor fixes
|
e354dd977e164d6ba8c57425a6be302c9235bca5 | --- src/navigation/AssociateHallwayNav/SideMenuContent.tsx
@@ -94,7 +94,7 @@ export const SideMenuContent: React.FC<DrawerContentComponentProps<
StatusBar.setBarStyle('light-content', true);
if (remoteNavConfig?.length && !navConfig) {
// TODO: revert back to setNavConfig(remoteNavConfig);
- ... | defaultconfig | defaultconfig
|
02844025260ffcac243f9c65ef97f11ceff89b6d | --- __tests__/components/DNDHeader.test.tsx
@@ -15,9 +15,8 @@ describe('DNDHeader Component', () => {
jest.restoreAllMocks();
});
it('should render correctly', () => {
- const {getByText, getByTestId, toJSON} = renderWithProviders(<DNDHeader />);
+ const {getByTestId, toJSON} = renderWithProviders(<DND... | fix(SMDV-7769): Fix Do Not Disturb switch accessibility label | fix(SMDV-7769): Fix Do Not Disturb switch accessibility label
- Hide label text from screen reader to avoid duplicate announcement
- Set proper accessibilityLabel on switch component
- Add accessibilityValue to announce on/off state
- Update tests and snapshots to reflect accessibility changes
- Ensures switch and lab... |
c192332a20dec1321d1192c84f1c3a5b53f3ba13 | --- src/components/TeamList.tsx
@@ -227,10 +227,8 @@ const StoreTeamItem = (props: {style?: StyleProp<ViewStyle>}) => {
[]) as Associate[];
return associateList;
}, [associateData.data?.getDailyRoster]);
- const clockedInCount =
- (rosterData as any)?.filter(associateIsClockedIn)?.length ?? 0;
- con... | Removed old code | Removed old code
|
560277565b3fe6f6daf31c01f61da7ba4ac6d9d7 | --- package.json
@@ -56,6 +56,7 @@
"@react-native-firebase/perf": "~22.4.0",
"@react-native-firebase/remote-config": "~22.4.0",
"@react-native-firebase/firestore": "~22.4.0",
+ "@react-native/normalize-colors": "0.79.5",
"react": "19.0.0",
"react-native": "0.79.5",
"react-test-renderer"... | fix: add resolutions for normalize-colors and react-test-renderer to fix ci lockfile drift | fix: add resolutions for normalize-colors and react-test-renderer to fix ci lockfile drift
|
d981079fe02ee3545dec2879bc25a4939dc0c02e | --- package.json
@@ -108,10 +108,10 @@
"@walmart/feedback-all-spark-miniapp": "0.9.75",
"@walmart/financial-wellbeing-feature-app": "1.29.10",
"@walmart/functional-components": "~6.3.28",
- "@walmart/global-vpi-mini-app": "1.1.20",
+ "@walmart/global-vpi-mini-app": "1.1.14",
"@walmart/gta-reac... | feat(lib): check version deprecation | feat(lib): check version deprecation
|
fb20a72b87703de5fde6ac6666f040365649e3b6 | --- src/containers/Message/index.tsx
@@ -51,7 +51,6 @@ export const Message = ({
showReadReceipt,
}: LocalMessage) => {
const {t} = useTranslation([TEXTING_I18N_NAMESPACE]);
- // console.log('ruh001x isLastMessage', isLastMessage, message);
return (
<View
style={[
--- src/containers/Message/ind... | removing console.log | removing console.log
|
5b2dcfabb1f1c8bd5a7320ebf821c50038c8ee53 | --- packages/wmconnect-mini-app/src/Translations/locales/en-US.json
@@ -77,3 +77,4 @@
"warningAlert.warningMessage": "Unable to load. Please refresh.",
"wmConnect.title": "Messages"
}
+
| feat: trigger translations | feat: trigger translations
|
f694a001e57ae7b33cd6d58443c52616be57f0f3 | --- core/src/changeStore/ChangeStoreModal.tsx
@@ -131,8 +131,8 @@ export const ChangeStoreModal = (
) {
dispatch(
UserActionCreators.UPDATE({
- siteId: currentSite,
- workingSite: currentSite,
+ siteId: String(currentSite),
+ workingSite: String(currentSite),
... | fix: change store site id not guarded against site id returned as number | fix: change store site id not guarded against site id returned as number
|
697f5de9366ba7b1d8c1515ea133c57ed58c1393 | --- package-lock.json
@@ -3193,9 +3193,9 @@
"integrity": "sha512-R+Kkr3KRExpa59xqPkVPF66+zGo88oZiqbfFx+BzrIJE6eUTUKTGCeiidVci+xjmfSnp6TKrMUkRBxh2b/GffA=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.46",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Added impersonation action to startup saga (#404) | Added impersonation action to startup saga (#404)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
1d38df64aa2a0e5e678159f1119f97c6dc503af3 | --- src/presence/sagas.ts
@@ -6,6 +6,7 @@ import {
} from '../redux/selectors';
import {SiteSelectors} from '@walmart/redux-store';
import {getLastOfflineTime, goOnlineForUser} from './service';
+import {isNil} from "lodash";
export function* DoNotDisturbAutoResetSaga() {
const userId: string = yield select(ge... | handle null and empty string | handle null and empty string
|
29eab8fae87bff7a185c099aff09242bcaf54523 | --- packages/me-at-walmart-container/src/registries/AskSam/README.md
@@ -1,3 +0,0 @@
-# Ask Sam Widget Registry
-
-https://confluence.walmart.com/display/ALLSPARK/Ask+Sam+Widget+Registry
--- packages/me-at-walmart-container/src/registries/AskSam/index.ts
@@ -1,13 +0,0 @@
-import { FunctionComponent } from 'react';
-i... | fix: remove registry implementation from container package. handled by legacy library until features migrate | fix: remove registry implementation from container package. handled by legacy library until features migrate
|
14359fd01ba28173cc34aec9dc98f9f056298e27 | --- package-lock.json
@@ -58,7 +58,7 @@
"@walmart/manager-approvals-miniapp": "0.1.2",
"@walmart/me-field-mini-app": "1.1.35",
"@walmart/metrics-mini-app": "0.9.33",
- "@walmart/mod-flex-mini-app": "1.3.9",
+ "@walmart/mod-flex-mini-app": "1.3.10",
"@walmart/moment-walm... | Bumping modflex to 1.3.10 | Bumping modflex to 1.3.10
|
ea05b3eeaadebfe3d8e3f25e973efd3ffc5c8f54 | --- packages/allspark-foundation/src/Components/Onboarding/TeamSelection/Utils/sectionListData.ts
@@ -9,14 +9,14 @@ export function createSections(
{
title: myArea,
data: areaTeamMap[myArea],
- isPrimaryArea: true,
+ isPrimaryArea: true, //TODO: replace the value with api response
},
... | Update sectionListData.ts | Update sectionListData.ts |
2885ab4c806e73c6f8a12ccc7d8e1d6517acb2fe | --- src/navigation/AssociateHallwayNav/Tabs/MeStackNav.tsx
@@ -2,8 +2,6 @@ import React from 'react';
import {createStackNavigator} from '@react-navigation/stack';
import {useTranslation} from '@walmart/core-services/Translations';
-import {ScheduleMiniApp} from '@walmart/schedule-mini-app';
-
import {
MeMiniAp... | fix lint | fix lint
|
a46bb78c02fb373b55aef92dc1f5d793da9e8096 | --- yarn.lock
@@ -6775,12 +6775,13 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/facilities-management-miniapp@npm:0.17.1":
- version: 0.17.1
- resolution: "@walmart/facilities-management-miniapp@npm:0.17.1"
+"@walmart/facilities-management-miniapp@npm:0.16.0-beta19":
+ version: 0.16.0-beta19
+... | version bump | version bump
|
e37ff4f510eeefe8b0b0837d2770f7ed668a3e49 | --- package-lock.json
@@ -3278,9 +3278,9 @@
}
},
"@walmart/welcomeme-mini-app": {
- "version": "0.24.2",
- "resolved": "https://npme.walmart.com/@walmart/welcomeme-mini-app/-/welcomeme-mini-app-0.24.2.tgz",
- "integrity": "sha512-/Z0lKbKbpupLy48OfvcWgH1e2PKmR/yV4/gz9LTwmh4LYnRV02X7zTSjR0... | welcomeMe-mini minor version bump | welcomeMe-mini minor version bump
|
e99e6c4028627712b837fce959242f5e81f0c67a | --- .codepulseai.yml
| Update config for code pulse ai | Update config for code pulse ai
|
00359d46634b8ed9d838ca81851f714d791241ac | --- src/home/components/TaskCard/TaskClockStatusTeamCard2.tsx
@@ -66,7 +66,6 @@ export const TaskClockStatusTeamCard2: FC<TaskCardProps> = (props) => {
// team name in image file & translation file is same and w/o any whitespace or special character.
// Replace everything(' ' , '/', etc) but alphabets to make it... | removing console.log | removing console.log
|
1c5f097eee6acb87cb0df559150b74088001897b | --- package-lock.json
@@ -57,7 +57,7 @@
"@walmart/inbox-mini-app": "0.81.3",
"@walmart/iteminfo-mini-app": "5.3.2",
"@walmart/manager-approvals-miniapp": "0.1.2",
- "@walmart/me-field-mini-app": "1.1.40",
+ "@walmart/me-field-mini-app": "1.1.41",
"@walmart/metrics-mini-... | feat: :package: Bump learning mini app version to 1.1.41 | feat: :package: Bump learning mini app version to 1.1.41
|
95b839abdf1637add5f1218cc2efc5696d2f9e5e | --- .yarn/patches/react-native-modal-npm-13.0.1-f1a75332f0.patch
@@ -1,13 +0,0 @@
-diff --git a/dist/modal.js b/dist/modal.js
-index 80f4e751b165e9730cc74eae7d3cba9b6aef0f6f..6902c9406da92248d9d1f9fc1342aaacabee89fe 100644
---- a/dist/modal.js
-+++ b/dist/modal.js
-@@ -418,7 +418,7 @@ export class ReactNativeModal exte... | fix: update RN modal for RN 77 compatibility (#4629) | fix: update RN modal for RN 77 compatibility (#4629)
|
7e640634f78d45b407a1b95ad4fb85b3557a4126 | --- package-lock.json
@@ -63,7 +63,7 @@
"@walmart/onewalmart-miniapp": "1.0.14",
"@walmart/pay-stub-miniapp": "0.9.28",
"@walmart/payrollsolution_miniapp": "0.130.28",
- "@walmart/price-changes-mini-app": "1.8.6",
+ "@walmart/price-changes-mini-app": "1.8.7",
"@walmart/... | chore: bumping PC to 1.8.7 | chore: bumping PC to 1.8.7
|
1139be20ff66d95a7390733f3673042244f951ea | --- package.json
@@ -82,7 +82,7 @@
"@shopify/flash-list": "1.7.6",
"@terrylinla/react-native-sketch-canvas": "patch:@terrylinla/react-native-sketch-canvas@npm%3A0.8.0#~/.yarn/patches/@terrylinla-react-native-sketch-canvas-npm-0.8.0-c7b2afd4cd.patch",
"@walmart/allspark-authentication": "7.1.4",
- "@wa... | chore(bump): ALLSPARK-7494 side button new arch version bump (#5298) | chore(bump): ALLSPARK-7494 side button new arch version bump (#5298)
Co-authored-by: Hariharan Sundaram <hariharan.sundaram0@walmart.com>
Co-authored-by: Hariharan Sundaram <121838+h0s0em0@users.noreply.gecgithub01.walmart.com> |
11561b119eb65e67e66834677958c9c4c9747ec6 | --- .looper.multibranch.yml
@@ -56,7 +56,7 @@ envs:
- extras;android;m2repository
- extras;google;m2repository
- TARGET_XCODE: "13.0"
+ TARGET_XCODE: "13"
RCT_NO_LAUNCH_PACKAGER: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
EXTRA_PACKAGER_ARGS: "--sourcemap-output /tmp/... | add dynamic xcode | add dynamic xcode
|
f0f6457c285ed5cc79118c6b2decba7cb238108c | --- packages/associate-exp-hub-team-switcher/src/components/header/LocalHeader.tsx
@@ -20,6 +20,8 @@ import {TeamSwitcherTranslationClient} from '../../utils/translation';
interface LocalHeaderProps {
/** React nodes to render within the header container */
children: React.ReactNode;
+ /** Optional testID for t... | feat(ui): update packages json | feat(ui): update packages json
|
277a1440e1aa8e8591bbe795cd4d458f5f899c4b | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.7.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.6.0...v2.7.0) (2024-07-08)
+
+
+### Features
+
+* **ui:** update mini app version SMDV-5955 ([7403da8](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/7403da82e07b3e00252c077df6e44a83e0f92c62))
+
... | chore(release): 2.7.0 [skip ci] | chore(release): 2.7.0 [skip ci]
# [2.7.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.6.0...v2.7.0) (2024-07-08)
### Features
* **ui:** update mini app version SMDV-5955 ([7403da8](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/7403da82e07b3e00252c077df6e44a83e0f92c62))
|
bee0b4d6f7e854d011bd04c65d7e53093c249d84 | --- targets/US/package.json
@@ -150,7 +150,7 @@
"@walmart/store-feature-orders": "1.27.9",
"@walmart/taskit-mini-app": "5.8.17",
"@walmart/time-clock-mini-app": "2.462.0",
- "@walmart/time-clock-mini-app-next": "2.810.0",
+ "@walmart/time-clock-mini-app-next": "2.812.0",
"@walmart/topstock-min... | GTA-158962 Change startup action names | GTA-158962 Change startup action names
|
4912d6bf5b2b4431ab9852f2f6ce1fadf72aebb9 | --- packages/me-at-walmart-container/src/services/logger.ts
@@ -126,7 +126,10 @@ export class LoggerClientManager {
config?: FoundationLoggerConfig & TConfig
) => {
const existing = this._instances.get(id);
- if (existing) return existing;
+ if (existing) {
+ existing.configure(config);
+ r... | feat: reconfigure feature logger on multiple calls to create feature instance | feat: reconfigure feature logger on multiple calls to create feature instance
|
85341263445d149c9aa1ccdc86637de692947d1d | --- __tests__/__mocks__/@walmart/core-services/Environment.js
@@ -1,4 +0,0 @@
-module.exports = {
- ...jest.requireActual('@walmart/core-services/Environment'),
- useEnvironment: jest.fn(),
-};
| removing unused file | removing unused file
|
057383d53c92ca1e91d7c817f96c8e9c69648140 | --- packages/allspark-foundation/__mocks__/data/teamSelection.ts
@@ -1,9 +1,9 @@
import {
Area,
Team,
-} from '../../src/Components/Onboarding/TeamSelection/types';
+} from '../../src/HubFeature/Onboarding/TeamSelection/types';
-export const allAreas: Area[] = [
+export const allAreas: Area = [
'Admin & Sup... | feat(ui): redux updates for manager experience hub | feat(ui): redux updates for manager experience hub
|
5a14a14447965b0d4c77186b373d54a121408248 | --- .looper-pr.yml
@@ -30,3 +30,4 @@ envs:
SLACK_CHANNEL: 'smdv-miniapp'
+
| feat(ui): update concord SMDV-9999 | feat(ui): update concord SMDV-9999
|
8ec50aa3ef9348529e5b026524c6da83befaa483 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/utils.ts
@@ -68,13 +68,25 @@ export const getDefaultTeamsForUserType = (
) => {
const primaryTeam = userTeams?.[0];
if (empType === EMP_TYPE_SALARIED) {
- return [
- {
- teamId: MANAGEMENT_TEAMID,
- teamLabel: MANAGEMENT_TEAM... | Update team preference changes | Update team preference changes
|
5aed14e01ba69afde7c7550bf0e4cc1ad56f81b8 | --- src/core/httpClientInit.ts
@@ -7,11 +7,8 @@ export const createRefreshTokenCallback = (sso: ConnectedSSO) => async (
request: any,
) => {
try {
- console.log('token 11111');
const token = await sso.getFreshAccessToken();
- console.log('token 22222', token);
request.headers.authorization = `Be... | removing console.logs | removing console.logs
|
0f50461edb62192c27bb07ef8c2f57cb3cc24680 | --- package-lock.json
@@ -3269,9 +3269,9 @@
}
},
"@walmart/ui-components": {
- "version": "1.1.24",
- "resolved": "https://npme.walmart.com/@walmart/ui-components/-/ui-components-1.1.24.tgz",
- "integrity": "sha512-XrhDBPU75eJ8QqqOvCVEmUerWuioC+/bUz5+ySNxNKcflJB7btm90RVtFMdtiRa4FAAoukygJ... | ui componetns bump | ui componetns bump
|
7db71fede56794ebe413c681f4968b2dc7527aed | --- packages/allspark-foundation/src/Navigation/components/AllsparkModal.tsx
@@ -0,0 +1,66 @@
+import React, {
+ ComponentProps,
+ ComponentType,
+ useEffect,
+ useState,
+} from 'react';
+import { BottomSheet, Modal } from '@walmart/gtp-shared-components';
+import { useAllsparkModal } from '../hooks';
+
+export co... | feat: add allspark modal and bottomsheet components for easier integration of gtps same components | feat: add allspark modal and bottomsheet components for easier integration of gtps same components
|
cfe9b89d599ca6ddc2461cde69a8676fce25b9b0 | --- CHANGELOG.md
@@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.27.0](https://gecgithub01.walmart.com/allspark/allspark-core/compare/v6.26.0...v6.27.0) (2025-01-14)
+
+
+### Bug Fixes
+
+*... | chore(version): updating package version | chore(version): updating package version
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.