commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
2bc6602064a8172473e00e124d25baef9e054e32 | --- src/managerExperience/images/index.tsx
@@ -1,46 +0,0 @@
-export const images = {
- 'Admin & Support':
- 'https://i5-me.walmartimages.com/images/teams/totalstore-team-427a5cddc7.png',
- Apparel:
- 'https://i5-me.walmartimages.com/images/teams/apparel-team-3a81ffccf4.png',
- 'Asset Protection':
- 'https:/... | feat: removed unused images file | feat: removed unused images file
|
a645ab03037034cb53314b7891ff0aa14c14f957 | --- core/__tests__/__mocks__/@walmart/time-clock-mini-app.js
@@ -1,4 +1,5 @@
module.exports = {
+ ...jest.requireActual('@walmart/time-clock-mini-app'),
TimeClockScreen: 'TimeClockScreen',
NewTorScreen: 'NewTorScreen',
TorInboxScreen: 'TorInboxScreen',
@@ -8,19 +9,6 @@ module.exports = {
AttendanceModalSc... | added require actual for timeclockminiapp | added require actual for timeclockminiapp
|
a2d892300efccce39319da89f308328f62374971 | --- src/managerExperience/screens/AllTeamsScreen/AllTeamsScreen.tsx
@@ -125,7 +125,7 @@ export const AllTeamsScreen = () => {
primaryTeamArea,
);
- if (siteIsDC && userIsDC) {
+ if (siteIsDC || (userIsDC && siteIsDC)) {
return renderDCSectionList();
}
| modification for when DC data is shown | modification for when DC data is shown
|
7ea98f32eee46c2f3167f2884e79641d109f094a | --- package-lock.json
@@ -3228,9 +3228,9 @@
"integrity": "sha512-R+Kkr3KRExpa59xqPkVPF66+zGo88oZiqbfFx+BzrIJE6eUTUKTGCeiidVci+xjmfSnp6TKrMUkRBxh2b/GffA=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.1.50",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Time clock fixes and splunk changes (#454) | Time clock fixes and splunk changes (#454)
Co-authored-by: Hitesh Arora - h0a006n <Hitesh.Arora@walmart.com> |
e8a4982898d8e45284c89591c2fec5de98efcb26 | --- __tests__/utils/timestamp-test.ts
@@ -1,6 +1,10 @@
import {channelRowTimeStamp} from '../../src/utils/timestamps';
import moment from 'moment';
+jest.mock('../../src/utils/timestamps', () =>
+ jest.requireActual('../../src/utils/timestamps'),
+);
+
const mockTranslationFunction = jest.fn((key) => key);
jes... | Added null and undefined checks | Added null and undefined checks
|
4b1abd5d554483e229031acf02319ce4ee104c6b | --- .yarnrc.yml
@@ -1,3 +1,3 @@
nodeLinker: node-modules
-npmRegistryServer: "${REPOSOLNS_NPM_REPO}"
\ No newline at end of file
+npmRegistryServer: "${REPOSOLNS_NPM_REPO}"
| chore(ui): looper yml error log update | chore(ui): looper yml error log update
|
29dbd03ff1c45971bcc54fef30ab98b64f733a89 | --- package-lock.json
@@ -3138,9 +3138,9 @@
"integrity": "sha512-Nw48GsUKz2HkFr1qjavFld2pryaG9Jzn/QPT9C/xk7UgxTs4UeCmSJEZ99oLeSIV3TA9rgAH8dThkqzwmjP6ew=="
},
"@walmart/iteminfo-mini-app": {
- "version": "1.0.12",
- "resolved": "https://npme.walmart.com/@walmart/iteminfo-mini-app/-/iteminfo-mi... | Added drawer to item info landing page | Added drawer to item info landing page
|
98e8733d4425da0ca9e49d58ef5383e36344d49a | --- .looper.yml
@@ -2,7 +2,7 @@ node: ((osx||stable_osx)&&!dualcore&&!MAC-DRFQLAB-MINI27)
tools:
nodejs:
- - 14.19.3
+ - 18.12.1
scheduling: concurrent
| chore: updating looper node version | chore: updating looper node version
|
940f7cc9f80c9cfebfe255ff9827e40dd08a51c6 | --- .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-MINI04&&!MAC-DRFQLAB-MINI26&&!MAC-DRFQLAB-MINI30&&!... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
be4015c96096f2260a9b3e22c4b98f9933819c55 | --- __tests__/navigation/AssociateHallwayNav/MainStackNavTest.tsx
@@ -63,6 +63,10 @@ jest.mock('@walmart/me-field-mini-app', () => {
};
});
+jest.mock('@walmart/metrics-mini-app', () => ({
+ registerAskSamWidgets : jest.fn(),
+}));
+
describe('AssociateHallwayNav', () => {
it('matches snapshot; handles mount... | Unit test cases | Unit test cases
|
95189b30d136b953d86b0c265a1fea67d99a8cde | --- .yarn/install-state.gz
Binary files /dev/null and b/.yarn/install-state.gz differ
--- yarn.lock
@@ -6456,9 +6456,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/metrics-mini-app@npm:0.20.8":
- version: 0.20.8
- resolution: "@walmart/metrics-mini-app@npm:0.20.8"
+"@walmart/metrics-mini-app@... | Bumping metrics mini app version after merging the feature/drop21 branch into feature/metrics-drop21 branch | Bumping metrics mini app version after merging the feature/drop21 branch into feature/metrics-drop21 branch
|
94f55809b51d308b1c4b2fca7ddd845e44e00dab | --- package-lock.json
@@ -4331,9 +4331,9 @@
}
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.72",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/push-to-talk-mini-app-0.5.72.tgz",
- "integrity": "sha512-baMI88FH5WWxsU6Ml1mIvBsSezpUldsfVcraELzcIYIRd4lZQ... | updating ptt mini app version | updating ptt mini app version
|
b0af0d815eb53ea31c6c8b184b15c3d3cfaf51cf | --- packages/allspark-graphql-client/src/apollo/SharedClient.ts
@@ -0,0 +1,29 @@
+import { ApolloClient, NormalizedCacheObject } from '@apollo/client';
+
+export const clientRef: { current?: ApolloClient<NormalizedCacheObject> } = {
+ current: undefined,
+};
+
+export const getGraphQLClient = (): ApolloClient<Normaliz... | refactor: move shared client methods under one obect | refactor: move shared client methods under one obect
|
bc85f8eb6f0c4612c38919500b8aca407f22320e | --- packages/allspark-foundation/src/Core/docs/Migrating.md
@@ -142,6 +142,10 @@ If there is an issue with a subdependency or a version requirement you believe t
> NOTE: Use overrides sparingly. If you find yourself needing to use overrides, please reach out to that libraries team to discuss the issue.
+### Using ... | docs: add note for yarn setup in migration doc | docs: add note for yarn setup in migration doc
|
be32d993a7db29780699f451857fc50415fc2770 | --- package-lock.json
@@ -12789,9 +12789,9 @@
}
},
"react-native-wm-barcode": {
- "version": "2.25.0",
- "resolved": "https://npme.walmart.com/react-native-wm-barcode/-/react-native-wm-barcode-2.25.0.tgz",
- "integrity": "sha512-xmSBA8p4Zol8ANcEytrb3cGukmnVCbVqRzRFXKOcKH1LPMVn/wnWEQ0itu8... | updated scanner version | updated scanner version
|
9324489a2e93c8576c6b41ff3706aac6ea0fdb04 | --- packages/me-at-walmart-container/src/http/index.ts
@@ -6,6 +6,7 @@ import { ErrorLoggerInterceptor } from './interceptors/errorLogger';
import { HeaderSizeInterceptor } from './interceptors/headerSize';
import { PerformanceInterceptor } from './interceptors/performance';
import { SuccessLoggerInterceptor } from ... | Update index.ts | Update index.ts |
f8df8184af4fed7c2b179e5c19f51a281d614688 | --- graphql.yml
@@ -17,7 +17,7 @@ applications:
tags:
- "v1"
- name: "GetDailyRoster"
- hash: "5b74bdf7a7de55faf2f040b311a6b4ba1a6099245e53caa2c600c967152455a7"
+ hash: "3ad96d069a6b510162bd3e1e0a759da94e1b8006986130f651ab5f460d5615aa"
queryTempl... | feat(ui): update query | feat(ui): update query
|
c15347eb15dc948a1b6af341c94c46da0284ee1e | --- core/__tests__/appReview/sagasTest.ts
@@ -50,6 +50,31 @@ describe('handleAppReviewPrompt', () => {
call(checkAppReviewRequest, DEFAULT_CONFIG),
);
});
+
+ it('skips when appReviewPromptDisabled is true', () => {
+ const iterator = handleAppReviewPrompt();
+ const configWithDisabled = {
+ ... | added branch coverage for canPromptAppReview | added branch coverage for canPromptAppReview
|
4b1479d1042ad218832bc286281d487d86b5beff | --- __tests__/navigation/USHallway/AssociateHallwayNav/Tabs/ConfigTest.tsx
@@ -241,6 +241,16 @@ test('TabListeners', () => {
});
describe('getBottomNavConfigMap', () => {
+ let selector: any;
+
+ beforeEach(() => {
+ selector = getBottomNavConfigMap.resultFunc;
+ });
+
+ afterEach(() => {
+ jest.resetAllM... | test(ui): ALLSPARK-5816 added test to src/navigation/USHallway/AssociateHallwayNav/Tabs/config.tsx (#4066) | test(ui): ALLSPARK-5816 added test to src/navigation/USHallway/AssociateHallwayNav/Tabs/config.tsx (#4066)
* test: ALLSPARK-5816 added test to __tests__/navigation/USHallway/AssociateHallwayNav/Tabs/ConfigTest.tsx
* fixed lint error
---------
Co-authored-by: Olayiwola Oludipe <vn57guq@m-g3g94hm4w9.homeoffice.... |
2ac134d0daaaa30d7a7ce88cb12516621d6c83f4 | --- src/components/FilterChipGroup/FilterChipGroup.tsx
@@ -15,6 +15,7 @@ import {NavigationModule} from '@walmart/allspark-foundation/Navigation';
import {SiteSelectors} from '@walmart/allspark-foundation/Site';
import {analytics} from '../../logger/analytics';
import {useUserCanSeeHub} from '@walmart/allspark-found... | feat(ui): update modal guard | feat(ui): update modal guard
|
2e4f5bf858ed2f270ffbdeedc4e6ae6664a38099 | --- package-lock.json
@@ -12814,9 +12814,9 @@
"integrity": "sha512-zTOSJ7BMbGHaqAF8+LDQI/s5winKcxsHSe4hv49gUbfDz19v71apgNchz31W1D2UQP+kNgrglrmCdmr5RdI8mw=="
},
"react-native-wm-voice-text": {
- "version": "0.4.1",
- "resolved": "https://npme.walmart.com/react-native-wm-voice-text/-/react-nati... | updating speech to text | updating speech to text
|
64dba64d01b3e6fb15a091e34c9e4d0a7cc6e29a | --- packages/allspark-foundation/__tests__/Auth/sagas.test.ts
@@ -1,4 +1,4 @@
-import { onGetUser, onSignIn } from '../../src/Auth/sagas';
+import { onGetUser, onSignIn, onFetchToken, onSignOut } from '../../src/Auth/sagas';
import { IAuthActions } from '../../src/Auth/redux';
@@ -8,11 +8,12 @@ jest.mock('../../sr... | sagas partial unit test | sagas partial unit test
|
a94ce3a8440d34ec10eb16d5fcd6d922f9d51dfe | --- android/app/build.gradle
@@ -212,8 +212,6 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
- implementation 'net.openid:appauth:0.7.1'
-
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
}
... | integrating android; fixing tab style | integrating android; fixing tab style
|
143bde6d53c46bfcde2183f05665ac2a352d5166 | --- package.json
@@ -104,7 +104,7 @@
"@walmart/iteminfo-mini-app": "7.5.7",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "14.0.2",
- "@walmart/metrics-mini-app": "0.14.2",
+ "@walmart/metrics-mini-app": "0.15.14",
"@walmart/mod-flex-mini-app": "1.11.6",
"@w... | metrics version bump | metrics version bump |
607fb877602b832fe694a2b8acbeeacb0bd5ba23 | --- targets/US/package.json
@@ -148,7 +148,7 @@
"@walmart/store-feature-orders": "1.26.12",
"@walmart/taskit-mini-app": "patch:@walmart/taskit-mini-app@npm%3A3.3.0#~/.yarn/patches/@walmart-taskit-mini-app-npm-3.3.0-a2dd632c59.patch",
"@walmart/time-clock-mini-app": "2.400.0",
- "@walmart/topstock-mini... | fix(): updated topstock version | fix(): updated topstock version
|
dbc3638eac14dbcb183b09431a26706713936a3b | --- .looper.multibranch.yml
@@ -73,6 +73,7 @@ flows:
- fail("Lint Mandatory")
- (name Unit Tests) npm run coverage -- --no-watchman
- (name Test Report Exists?) [[ -f ${WORKSPACE}/test-report.xml ]]
+ - (name Dedupe Check) yarn dedupe --check
app-build-init: # overridden to add env step, wh... | chore(ci): ALLSPARK-6360 add dedupe check (#4392) | chore(ci): ALLSPARK-6360 add dedupe check (#4392)
* chore(ci): add dedupe check
* chore(yarn): run yarn dedupe
* chore(ci): add dedupe check
* chore(yarn): run yarn dedupe |
0e399895a3c15da571f344620f97d9721d6b230d | --- packages/allspark-foundation/src/Core/docs/Migrating.md
@@ -1,6 +1,8 @@
# Migrating to Allspark Foundation
-For feature apps that have integrated with Me@Walmart (pre Drop 21), follow this guide to migrate.
+For feature apps that have integrated with Me@Walmart (pre Drop 22), follow this guide to migrate.
+
+>No... | docs: add detail to migration doc for drop schedule | docs: add detail to migration doc for drop schedule
|
4cb01d50c55d0c847721ec3cd633e66ee3d82e1c | --- targets/US/package.json
@@ -101,7 +101,7 @@
"@walmart/counts-component-miniapp": "0.1.13",
"@walmart/emergency-mini-app": "1.29.8",
"@walmart/exception-mini-app": "1.8.11",
- "@walmart/facilities-management-miniapp": "0.15.5",
+ "@walmart/facilities-management-miniapp": "0.15.6",
"@walmart... | Updating the facilities-management-miniapp version to 0.15.6 | Updating the facilities-management-miniapp version to 0.15.6
|
9e2f98af15764ebceb445535cf2d528648edc900 | --- package-lock.json
@@ -52,9 +52,9 @@
"@walmart/gta-react-native-calendars": "0.0.16",
"@walmart/gtp-shared-components": "2.0.3",
"@walmart/impersonation-mini-app": "1.11.0",
- "@walmart/ims-print-services-ui": "2.0.4",
+ "@walmart/ims-print-services-ui": "2.0.5",
"@w... | bump up print and iteminfo version | bump up print and iteminfo version
|
36811d4c5fc0156938ce73592a3e7a457dfaf88a | --- .looper-pr.yml
@@ -32,7 +32,7 @@ envs:
MONO_REPO: allspark/allspark-core
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
- SLACK_CHANNEL: ""
+ SLACK_CHANNEL: 'smdv-miniapp'
| feat(ui): update group name in looper | feat(ui): update group name in looper
|
a9d5f55879d677bce38005d7a6a83d72c719eafa | --- lerna.json
@@ -17,5 +17,5 @@
}
},
"ignoreChanges": ["**/*.md", "**/__tests__/**"],
- "packages": ["packages/*"]
+ "packages": ["packages/allspark-foundation"]
}
| feat: only publish changes to allspark-foundation | feat: only publish changes to allspark-foundation
|
4395ec5716330c10c03ea0150ee89596a6630358 | --- src/channels/pushToTalkProvider.tsx
@@ -51,7 +51,7 @@ export const PushToTalkProvider = (props: PropsWithChildren<{}>) => {
sentTo: string[];
sentToChannel: string;
};
- if (data.createdAt) {
+ if (!!data.createdAt) {
const currentDate ... | revert lint fix not needed | revert lint fix not needed
|
75d0ac3250ee4818a36c53bedee8b7a5d08babae | --- .looper.yml
@@ -22,4 +22,4 @@ flows:
- (name Yarn Version) yarn --version
- yarn install
- yarn run lint
- # - yarn run coverage
\ No newline at end of file
+ - yarn run coverage
\ No newline at end of file
--- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version... | Revert "feat(ui): update texting and roster" | Revert "feat(ui): update texting and roster"
|
581d9a4df5551cd95e2084d66cdccdce690c7e99 | --- 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.12.6](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/core... | chore(version): updating package version | chore(version): updating package version
- @walmart/core-services-allspark@2.12.6
|
4e82fc5b8af42c03688b28f56af4e7db73873c0e | --- __tests__/auth/__snapshots__/ErrorScreenTest.tsx.snap
@@ -155,6 +155,17 @@ exports[`ErrorScreen matches snapshot when dirty and no userId/siteId 1`] = `
value=""
/>
</View>
+ <Text
+ style={
+ Object {
+ "fontSize":... | update locat default data | update locat default data
|
5b66fb77b58eeec03da004bae2cac73e55bc0210 | --- __tests__/startup/StartupFlowTest.ts
@@ -22,6 +22,7 @@ import {
} from '../../src/whatsNew/WhatsNewRedux';
import {checkAvailableSurveys} from '../../src/survey/SurveySaga';
import {handleAppReviewPrompt} from '../../src/appReview/sagas';
+import {DoNotDisturbAutoResetSaga} from '@walmart/texting-mini-app';
j... | fixing test case | fixing test case
|
ed7ff43cec849121adaa669d74fd92abc4c57f33 | --- targets/US/package.json
@@ -140,7 +140,7 @@
"@walmart/redux-store": "~6.3.28",
"@walmart/returns-mini-app": "4.15.0",
"@walmart/rfid-scan-mini-app": "2.4.4",
- "@walmart/rn-receiving-mini-app": "2.3.325",
+ "@walmart/rn-receiving-mini-app": "2.3.327",
"@walmart/roster-mini-app": "2.9.0",
... | Drop26 - Receiving version - 2.3.327 | Drop26 - Receiving version - 2.3.327
|
600a65c7ea80199a52dbb8cb236a803a12a46703 | --- core/__tests__/__mocks__/@walmart/checkout-mini-app.js
@@ -1,3 +1,7 @@
module.exports = {
- CheckoutMiniApp: 'CheckoutMiniApp',
+ //CheckoutMiniApp: 'CheckoutMiniApp',
+ __esModule: true,
+ CheckoutMiniApp: {
+ buildAllScreens: () => 'checkoutFeature.Root',
+ },
};
--- core/__tests__/navigation/USHallwa... | fixed the test case for checkout | fixed the test case for checkout
|
f9e9eb469a987ea9d32c3113d6f69c0b6f4d59b9 | --- package-lock.json
@@ -39,7 +39,7 @@
"@walmart/allspark-neon-core": "0.1.31",
"@walmart/amp-mini-app": "1.1.59",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.15.4",
+ "@walmart/ask-sam-mini-app": "1.18.2",
"@walmart/attendance-mini-... | Bump ask sam version for wages widgetization | Bump ask sam version for wages widgetization
|
77ec928ce3098925f978b868e06d852d67a8b367 | --- package.json
@@ -92,7 +92,7 @@
"@walmart/backroom-mini-app": "1.13.3",
"@walmart/calling-mini-app": "0.7.63",
"@walmart/checkout-mini-app": "4.14.0",
- "@walmart/compass-sdk-rn": "6.2.845",
+ "@walmart/compass-sdk-rn": "6.2.851",
"@walmart/config-components": "4.10.1",
"@walmart/core-... | Feature/compass drop32 (#4513) | Feature/compass drop32 (#4513)
* fix(compass): bug fix for foreground service starting from background
* refactor(log): Change Log to custom logger for dev builds only
* fix(log to logger for dev builds): only show native log message on dev
---------
Co-authored-by: Peter lin - k0l0bt0 <Peter.Lin@walmart.c... |
0759f5a1524f61d8a6e3d43fef1ee7946686b2db | --- 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.4",
+ "@walmart/taskit-mini-app": "2.47.5",
"@walmart/texting-min... | chore: bump taskit@2.47.5 | chore: bump taskit@2.47.5
|
423ec6faab30a88b67646054ef523253158a36b1 | --- package.json
@@ -53,7 +53,7 @@
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cameraroll": "4.1.2",
"@react-native-community/clipboard": "^1.5.0",
- "@react-native-community/datetimepicker": "^3.5.0",
+ "@react-native-community/datetimepicker": "^3.0.9",
"@rea... | Revert | Revert
datetimepicker to 3.0.9
|
075fd88c606abce1f630bbb16f018e267807c810 | --- packages/allspark-foundation/src/Core/types.ts
@@ -1,14 +1,16 @@
-import { ParamListBase } from '@react-navigation/native';
-
import { BaseAllsparkEnvironment } from '../Environment';
import { BaseModalParams } from '../Navigation/modals';
+export type ParamListBase = {
+ [x: string & {}]: object | undefined;
... | fix: global allspark screen keys not recognized | fix: global allspark screen keys not recognized
|
b4fa1374cfb3e1fe88815e59dbc8da693aefc025 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 148
+ versionCode 184
versionName "1.1.0"
}
... | bumping version code. | bumping version code.
|
a4ba9c50d547ead490aed3cab2a258b772fcd926 | --- targets/US/package.json
@@ -144,7 +144,7 @@
"@walmart/roster-mini-app": "2.9.0",
"@walmart/schedule-mini-app": "0.118.2",
"@walmart/shelfavailability-mini-app": "1.5.37",
- "@walmart/shop-gnfr-mini-app": "1.0.131",
+ "@walmart/shop-gnfr-mini-app": "1.0.135",
"@walmart/sidekick-mini-app": "... | shop-gnfr crash fix | shop-gnfr crash fix
|
1a83b4db90b94218a6e8061cd9fe7441b9546bda | --- android/app/build.gradle
@@ -153,8 +153,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 896
- versionName "1.8.6"
+ versionCode 898
+ ver... | version bump | version bump
|
328ed98c53a2e2c0432571c21f2c88bcdb4c732f | --- graphql.yml
@@ -9,51 +9,42 @@ applications:
- name: "dev"
persistedQueries:
- name: "GetDailyRoster"
- hash: "3c6a1553234da438299662b03db04cc613b52ca997efb511ac76d5eff118a4bf"
queryTemplate: "src/queries/getDailyRoster.graphql"
tags:
- "... | feat: remove hash balues | feat: remove hash balues
|
1642956d12ec7147f04b39ae368ac28aaf223bfa | --- package-lock.json
@@ -46,7 +46,7 @@
"@walmart/counts-component-miniapp": "0.1.4",
"@walmart/emergency-mini-app": "1.24.1",
"@walmart/exception-mini-app": "1.4.2",
- "@walmart/facilities-management-miniapp": "0.6.39",
+ "@walmart/facilities-management-miniapp": "0.6.42",
... | Updating the facilities-management-miniapp to 0.6.42: Scanner Upgrade | Updating the facilities-management-miniapp to 0.6.42: Scanner Upgrade
|
a54e37eba03e01715324d5ad0d09634b47beee9b | --- __tests__/harness/athenaQueries/getDailyRoster.ts
@@ -492,9 +492,7 @@ export const mockGetDailyRosterQuery = {
};
export type GetDailyRosterResponse = GetDailyRosterQuery['getDailyRoster'];
-export const createMockDailyRosterResponse = (
- responseData: any,
-) => {
+export const createMockDailyRosterResponse ... | fix lint issues | fix lint issues
|
d3a10bf90a066c25e7fd8dcb1a07206d5a7acb40 | --- packages/allspark-foundation/package.json
@@ -72,7 +72,7 @@
"json-to-pretty-yaml": "^1.2.2",
"lodash": "~4.17.21",
"namecase": "^1.1.2",
- "react-hook-form": "^7.38.0",
+ "react-hook-form": "^7.51.0",
"react-i18next": "^13.3.1",
"react-native-modalfy": "^3.5.2",
"react-redux": "^... | chore: bump react hook form dependency | chore: bump react hook form dependency
|
fe5bc1212382f8e3fc5eafcdf4e9c5cf5988b785 | --- core/__tests__/oneClick/utility/updateMegaNavCCMTest.ts
@@ -0,0 +1,12 @@
+import {getIsFeatureEnabled} from '../../../src/oneClick/utility/updateMegaNavCCM.ts';
+
+describe('getIsFeatureEnabled', () => {
+ it('fallbacks to CCM menu value if oneclick is undefined', () => {
+ expect(getIsFeatureEnabled(undefined,... | fix translation and ccm update with oneclick | fix translation and ccm update with oneclick
|
328f1939ef1d52e0364b6a22424352a68cf8de65 | --- packages/components-library/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.1.1](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-components-lib... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-components-library@1.1.1
|
c293918069f7e0fd678a1cc670fb9272ea785b67 | --- src/screens/MessagesScreen.tsx
@@ -145,7 +145,6 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
* variables
*/
const iosPadding = top + 25;
- const STORE_CHANNEL = 'STORE_' + siteId;
// Holds reference to the first message doc in the list
// Used for pagination as starting p... | update push notification for team and store | update push notification for team and store
|
04b8ff90cc64194083bd8254c7273a8a02b02f32 | --- app.config.US.ts
@@ -274,6 +274,7 @@ const CONFIG: ExpoConfig = {
"./plugins/withWalmartPodResources",
"./plugins/withWebexSDK",
"./plugins/withWifiStoreLocator",
+ "./plugins/withAndroidOfflineRun",
],
scheme: ["meatwmt"],
splash: {
--- plugins/withAndroidOfflineRun.ts
@@ -0,0 +1,27 @@... | update type for intent and add offlinerun plugin | update type for intent and add offlinerun plugin
|
414839ffbe7fb1e5a74fe42ab08967c65a7d27d4 | --- package.json
@@ -213,6 +213,7 @@
"reselect": "^4.1.0",
"seamless-immutable": "^7.1.4",
"semver": "^7.3.4",
+ "util": "^0.12.4",
"uuid": "^3.3.2",
"victory-native": "^36.5.0",
"wifi-store-locator": "1.0.3",
| add util | add util
|
0c243dadd07579785f386910ed4028e3af1f819a | --- saucelabs/.looper-native-common-saucelabs.yml
@@ -15,6 +15,8 @@ envs:
XCODE_CONFIG: 'Release'
PROVISIONING_PROFILE: ./BuildSupport/MeAtWMBeta_InHouse_Provision.mobileprovision
ENTITLEMENTS: './BuildSupport/ExportOptions.plist'
+ ARCHIVE_TYPE: enterprise
+ ARTIFACTS_DIR: "./ios/build/e... | Added IPA build support for Saucelab builds | Added IPA build support for Saucelab builds |
558253ad1d4210b0fab53c79e52e159a4641beed | --- src/translations/index.ts
@@ -16,12 +16,12 @@ export const initTranslations = async () => {
},
});
- i18n.on('languageChanged', persistLanguage);
-
const initialLanguage = await getDeviceLanguage();
if (initialLanguage !== i18n.language) {
i18n.changeLanguage(initialLanguage);
}
+
+ i18n.o... | Fixing language setup | Fixing language setup
|
c262889017a0e17c7e1e3292763d6f1ba1d3790d | --- src/features/AssociateFeatures.tsx
@@ -8,20 +8,27 @@ import {useRbacConfig} from '@walmart/config-components';
import {registerMetricsWidgets} from '@walmart/metrics-mini-app';
import {registerAskSamWidgetsForNotes} from '@walmart/taskit-mini-app';
import {initialize as initializeWmConnect} from '@walmart/wmconn... | refactor: update settings to use allspark feature module | refactor: update settings to use allspark feature module
|
24f71e62c92b53bc83248b79ce71e4d78b1b42ed | --- packages/me-at-walmart-container/__tests__/graphql/links.test.ts
@@ -94,7 +94,7 @@ describe('AthenaUriLink', () => {
describe('TypeRemappingLink', () => {
let operation = [{ data: { getDailyRoster: [{ id: '1', name: 'John Doe', teams: [{ id: 'team-1',
data: { getDailyRoster: { associates: {} } }, name: 'T... | added tests for util file | added tests for util file
|
f9498603f3b640c077cafd42de90ecfc453441cb | --- package-lock.json
@@ -41,7 +41,7 @@
"@walmart/amp-mini-app": "1.1.72",
"@walmart/ask-sam-chat-components": "^0.2.7",
"@walmart/ask-sam-mini-app": "1.18.5",
- "@walmart/attendance-mini-app": "3.21.0",
+ "@walmart/attendance-mini-app": "3.22.0",
"@walmart/avp-feature-... | bump attendance version | bump attendance version
|
eb6ea69bf6a40eebc2abffdb133125e6202f9315 | --- graphql.yml
@@ -80,7 +80,7 @@ applications:
tags:
- "v2"
- name: "GetTeamsByStore"
- queryTemplate: "src/queries/getTeamsbyStore.graphql"
+ queryTemplate: "src/queries/getTeamsByStore.graphql"
tags:
- "v2"
- name: "S... | Update graphql yml | Update graphql yml
|
125267336d28141b3dd1a923fe1680af77f0e0dc | --- ios/Podfile.lock
@@ -1215,7 +1215,7 @@ PODS:
- React-Core
- react-native-image-resizer (1.4.5):
- React-Core
- - react-native-logger (1.34.4):
+ - react-native-logger (1.34.7):
- React
- react-native-loudness (2.0.0):
- React
@@ -1467,7 +1467,7 @@ PODS:
- walmart-react-native-sumo-sdk... | fix(crash): fix logger crash SSMP-5854 | fix(crash): fix logger crash SSMP-5854
|
9b2c4a8a4ff29d9bae1e9e15af4dcf4186e8b304 | --- package-lock.json
@@ -83,7 +83,7 @@
"@walmart/returns-mini-app": "3.9.0",
"@walmart/schedule-mini-app": "0.55.0",
"@walmart/shelfavailability-mini-app": "1.5.17",
- "@walmart/taskit-mini-app": "2.47.8",
+ "@walmart/taskit-mini-app": "2.47.9",
"@walmart/texting-mini-... | chore: bump taskit@2.47.9 | chore: bump taskit@2.47.9
|
a9512d569f03a7af46764cefac9d1458b3b3c6f6 | --- ios/Podfile
@@ -54,7 +54,7 @@ target 'AllSpark' do
pod 'FirebaseMessaging', :modular_headers => true
pod 'CocoaAsyncSocket', :modular_headers => true
pod 'Realm', :modular_headers => true
- pod 'react-native-flipper', :path => '../node_modules/react-native-flipper/react-native-flipper.podspec', :configura... | fix flipper | fix flipper
|
5698c5eda53db0895d9836910c4d4c77b3b8f5d1 | --- package-lock.json
@@ -65,7 +65,7 @@
"@walmart/pay-stub-miniapp": "0.9.21",
"@walmart/payrollsolution_miniapp": "0.130.23",
"@walmart/price-changes-mini-app": "1.6.10",
- "@walmart/profile-feature-app": "0.139.0",
+ "@walmart/profile-feature-app": "0.140.0",
"@walmar... | Bumped profile-feature-app to 0.140.0 | Bumped profile-feature-app to 0.140.0
|
0e37eb717af2c9b6cb10200561d685def2a0568f | --- packages/allspark-foundation/src/Navigation/Elements/types.ts
@@ -2,6 +2,7 @@ import { FC, FunctionComponentElement } from 'react';
import { GestureResponderEvent, StyleProp, ViewStyle } from 'react-native';
import { WidgetRegistry } from '@walmart/allspark-utils';
import { BadgeColor, BannerVariant } from '@wal... | chore: fix type bugs | chore: fix type bugs
|
661b66bc2f4cfbafff8ed61c6ac54262fe69d52d | --- package.json
@@ -241,7 +241,7 @@
"react-native-pdf": "6.7.5",
"react-native-permissions": "^3.10.1",
"react-native-qrcode-svg": "^6.1.2",
- "react-native-reanimated": "^3.16.7",
+ "react-native-reanimated": "3.16.7",
"react-native-render-html": "^6.1.0",
"react-native-safe-area-contex... | test: downgrade RN reanimated | test: downgrade RN reanimated
|
d56770e465a124104d2ed15fa0a2e8cd29b96237 | --- package.json
@@ -56,7 +56,6 @@
"@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",
"graphql": "^16.8.1"
... | chore: update package for @react-native/normalize-colors and yarn.lock | chore: update package for @react-native/normalize-colors and yarn.lock
|
64e3c4d42f05cd7e22b2563b2696ff944f524ec1 | --- core/__tests__/startup/AppFlowTest.ts
@@ -82,9 +82,6 @@ describe('captureMissedMiniAppEvents', () => {
expect(iterator.next(loadMiniAppsAction).value).toEqual(
select(NetworkSelectors.getNetworkType),
);
- expect(iterator.next(networkType).value).toEqual(
- call(AllsparkTranslationClient.em... | chore: general fixes and log removal | chore: general fixes and log removal
|
0752392f2bd5a6bce3b4a22eb98d5bbef6efe5a4 | --- __tests__/communications/oneToOneChatTest.tsx
@@ -107,7 +107,7 @@ describe('One to One Chat', () => {
firestore,
'STORE_100',
);
- console.log(channelsContext.nameById);
+ console.log(channelsContext.lastMessageById);
const testComponentWithChannelsProvider = renderWithProviders(
... | adding last message text entry | adding last message text entry
|
2881545c975644eb33b1137de6b1911cc29bf495 | --- fastlane/Pluginfile
@@ -5,4 +5,4 @@
gem 'fastlane-plugin-versioning_android'
gem 'fastlane-plugin-versioning_ios'
gem 'fastlane-plugin-json'
-gem 'fastlane-plugin-appcenter'
+gem 'fastlane-plugin-appcenter', '~> 2.0'
| Update Pluginfile | Update Pluginfile |
6fd16bfd4109822b972fd3652b98483182586b9f | --- jest.config.js
@@ -23,7 +23,7 @@ module.exports = {
},
},
transformIgnorePatterns: [
- '<rootDir>/node_modules/(?!(react-native|react-redux|@react-native|expo|expo-av|react-native-flipper|@react-native-community/async-storage|axios|@lifeomic/axios-fetch|react-native-reanimated|@walmart/gtp-shared-comp... | Adding jest config changes | Adding jest config changes
|
a2cf2112671c0d742251052c15c84b8172b1c64d | --- package-lock.json
@@ -1887,9 +1887,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.6.11",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.6.11.tgz",
- "integrity": "sha512-gDh97dgirUP8owP9Nj4mfpLmGCpCYRMuubCP8Vh5WmBQ18pX8REhgxLBVZgKeXqp... | fixed package.lock | fixed package.lock
|
422e5c2f49e5089329f196449652ee4807f6ef51 | --- src/navigation/AssociateHallwayNav/MainStackNav.tsx
@@ -65,6 +65,7 @@ import {ReturnsMiniApp} from '@walmart/returns-mini-app';
import {EmergencyBannerScreen} from '@walmart/emergency-mini-app';
import {MeganavTextingScreen} from '@walmart/texting-mini-app';
import {TopstockMiniApp} from '@walmart/topstock-mini-... | update Mainstack nav to include MyTeamStack Nav | update Mainstack nav to include MyTeamStack Nav
|
877ad1a6d051a3e96908bf50e7bc105d65097a50 | --- src/config/HubConfig.tsx
@@ -0,0 +1,44 @@
+/**
+ * @file config/HubConfig.tsx
+ * @description Hub configuration for Roster Mini App
+ *
+ * This file registers Roster components with the Hub Framework
+ * for use in the Associate Experience Hub.
+ */
+
+import {AllsparkComponentContainers} from '@walmart/allspark-... | chore(ui): update hub config for roster | chore(ui): update hub config for roster
|
a0e42128d36855df83b0806d15ffa0c0912d69eb | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.32",
+ "version": "2.0.33",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.32",
+ "version": "2.0.33",
"hasInst... | update version | update version
|
6643b88caa46af606ed7c6132fc0d91fd6f615ab | --- package-lock.json
@@ -89,7 +89,7 @@
"@walmart/returns-mini-app": "3.13.0",
"@walmart/schedule-mini-app": "0.63.2",
"@walmart/shelfavailability-mini-app": "1.5.19",
- "@walmart/store-feature-orders": "1.25.0",
+ "@walmart/store-feature-orders": "1.25.0-281-72e4885",
... | updated drop 19 soft build for RBAC testing | updated drop 19 soft build for RBAC testing
|
be76de333092bb27384d0f528ce5600935555f9f | --- package-lock.json
@@ -4475,9 +4475,9 @@
}
},
"@walmart/taskit-mini-app": {
- "version": "0.234.0-rc.0",
- "resolved": "https://npme.walmart.com/@walmart/taskit-mini-app/-/taskit-mini-app-0.234.0-rc.0.tgz",
- "integrity": "sha512-G/GZNvkZwnSHJPNqjeUGzQIJVTQzbxVQJ5jL71KkTmqny2cFixkDXBg... | updating taskit version | updating taskit version
|
85e674551a834dbbeacfb7cacee849cd850085a4 | --- package.json
@@ -77,7 +77,7 @@
"@walmart/allspark-authentication": "6.4.10",
"@walmart/allspark-cope-key-listener": "0.0.18",
"@walmart/allspark-foundation": "6.45.2",
- "@walmart/allspark-foundation-hub": "1.9.4",
+ "@walmart/allspark-foundation-hub": "1.10.0",
"@walmart/allspark-graphql-... | fix(ui): update roster mini app for Supply chain error from Drop 30 (#4371) | fix(ui): update roster mini app for Supply chain error from Drop 30 (#4371)
* fix(ui): update roster mini app for Supply chain error from Drop 30
* feat(ui): update allspark-foundation-hub version
* feat(ui): resolve the merge conflicts for foundation-hub
* chore(ui): revert yarn.lock
* chore(ui): update y... |
ec8fa11810c0af9413c67889dbafd0b057ccf633 | --- jest.config.js
@@ -15,10 +15,10 @@ module.exports = {
coverageReporters: ['lcov', 'text'],
coverageThreshold: {
global: {
- statements: 75,
- branches: 50,
- functions: 75,
- lines: 70,
+ statements: 40,
+ branches: 30,
+ functions: 40,
+ lines: 30,
},
},
... | fix(ui): update roster version smdv-9999 | fix(ui): update roster version smdv-9999
|
24608d7486618b247bffbdb54ac89998abcbe3e1 | --- targets/US/package.json
@@ -126,7 +126,7 @@
"@walmart/native-rfid-scanner": "3.12.1",
"@walmart/onewalmart-miniapp": "1.0.24",
"@walmart/pay-stub-miniapp": "0.20.9",
- "@walmart/payrollsolution_miniapp": "0.145.24",
+ "@walmart/payrollsolution_miniapp": "0.145.25",
"@walmart/price-changes-... | bump version | bump version
|
1b7ef7621942689bac49683f5aa26966623d4807 | --- packages/allspark-foundation-hub/src/HubFeature/Hooks/useHubConfig.ts
@@ -1,6 +1,7 @@
import { ConfigSelectors } from '@walmart/allspark-foundation/Config';
import { useSelector } from 'react-redux';
+//Todo: Update appropriate types here
export const useHubConfig = (ccmNamespace: string, defaultValue: any) =>... | feat(ui): Update the user onboarded condition | feat(ui): Update the user onboarded condition
|
678b6693094cc00e4e2903fde9764f2b69bb0a8f | --- src/navigation/components.tsx
@@ -1,9 +1,6 @@
import React from 'react';
import {StyleSheet, View} from 'react-native';
-import {
- MaterialTopTabBarProps,
- MaterialTopTabNavigationOptions,
-} from '@react-navigation/material-top-tabs';
+import {MaterialTopTabBarProps} from '@react-navigation/material-top-tabs... | feat(ui): reverted label logic | feat(ui): reverted label logic
|
c9e9fb8564216f5abce726516e913592140abafc | --- yarn.lock
@@ -24645,11 +24645,11 @@ __metadata:
"typescript@patch:typescript@npm%3A^5.0.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
- resoluti... | chore: update yarn.lock (#210) | chore: update yarn.lock (#210)
|
f28c8d2881e568b7392294461726b2ba5cda5527 | --- __tests__/navigation/PreHireHallwayNav/__snapshots__/indexTest.tsx.snap
@@ -3,43 +3,13 @@
exports[`PreHireHallwayNav matches snapshot 1`] = `
<Navigator>
<Screen
- component={[Function]}
- name="main"
- />
-</Navigator>
-`;
-
-exports[`TestPreHireScreen matches snapshot 1`] = `
-<SafeAreaView
- style={... | Initial Integration of welcomeMe-mini | Initial Integration of welcomeMe-mini
|
8363f7b5d0d64ec141d8962fb34e3d93026c6180 | --- 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.2.9](https://gecgithub01.walmart.com/allspark/allspark/compare/@walmart/allspark-foundatio... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-foundation-hub@1.2.9
- @walmart/me-at-walmart-athena-queries@6.30.2
|
7f593e11f41731926d77194430c56db757ba312a | --- packages/allspark-graphql-client/src/apollo/hooks.ts
@@ -8,7 +8,6 @@ import {
MutationHookOptions,
} from '@apollo/client';
import { useHttpClient } from '@walmart/allspark-http-client';
-
import { mergeOptionHeaders } from './utils';
// Re-exposing common hooks. Renaming to match format of other services.... | fix: fix call to get headers | fix: fix call to get headers
|
e2b5e70821d4ac949321e444d008cbcd3f36b77a | --- android/app/build.gradle
@@ -96,8 +96,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 930
- versionName "1.21.1"
+ versionCode 931
+ vers... | v1.21.2 bump | v1.21.2 bump
|
ad86d10b88a09da4852d112b32d88a13134d30d8 | --- src/index.tsx
@@ -10,9 +10,6 @@ import {RosterNavigation} from './navigation';
import {initi18n} from './translations';
import {ClockedOutScreenGuard} from './components/ClockedOutScreenGuard';
import {SafeAreaProvider} from 'react-native-safe-area-context';
-import {analytics} from './logger/Analytics';
-import... | Update the roster navigation | Update the roster navigation
|
c775ae89ff33a317a129ef9aa909fb29d46a57eb | --- package-lock.json
@@ -4241,9 +4241,9 @@
"integrity": "sha512-35HAwsVAJwYNXdEpqmrceyV+sAyDNg+awpz8AY2V3BFHTZ6nwudqk5+IWjzlDd13xqIoWPgWQdlsSpNSUiC4VQ=="
},
"@walmart/feedback-all-spark-miniapp": {
- "version": "0.3.4",
- "resolved": "https://npme.walmart.com/@walmart/feedback-all-spark-mini... | feedback mini version bump | feedback mini version bump
|
2995399b8c066fe0f05ac09c0980a68ae997139e | --- __tests__/setup.ts
@@ -1,5 +1,3 @@
-import 'react-native-gesture-handler/jestSetup';
-
jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter');
jest.mock('@walmart/functional-components', () => {
const mockHttpClient = {
@@ -22,4 +20,3 @@ jest.mock('react-native-reanimated', () => {
return Reani... | remove unused code | remove unused code
|
7795aca7ca6cf92fda345089980898980fa0c126 | --- src/channels/transforms.ts
@@ -140,6 +140,7 @@ export const getChannelName = async (channel: LocalFirebaseChannel) => {
return recipients.join(',');
};
+//TODO: Double check this method and unit test it, not sure if returning/using correct types
export const getChannelNames = async (channels: LocalFirebaseCh... | fixing type issue | fixing type issue
|
f59bad74d8cd021573362861013fdb61835f357b | --- package-lock.json
@@ -3349,9 +3349,9 @@
"integrity": "sha512-vzirL8LmvVnJdyNGFtqfzf3Pth9kuwqnd0cxllT7Gw3Qil4+snxw6yrC9Iw49jIvUFqjGjfkkFbXPeSqOcCVzw=="
},
"@walmart/ims-print-services-ui": {
- "version": "0.0.19",
- "resolved": "https://npme.walmart.com/@walmart/ims-print-services-ui/-/ims... | Item Info drop 4 changes: print with backroom case label | Item Info drop 4 changes: print with backroom case label
|
3d3d2ab54efd4ed38621268038be87142aaebab3 | --- .looper.multibranch.yml
@@ -7,18 +7,6 @@ inherit: "job:///metropolis/metroloop/metroloop-parent"
node: ((osx||stable_osx)&&!dualcore)
tools:
- android:
- - tools
- - platform-tools
- - platforms;android-28
- - platforms;android-29
- - platforms;android-30
- - build-tools;28.0.3
- ... | removed global android | removed global android
|
722f9932f59cc2959f8e9ec0976c2db4078d7a0c | --- package-lock.json
@@ -4331,9 +4331,9 @@
}
},
"@walmart/payrollsolution_miniapp": {
- "version": "0.72.0",
- "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.72.0.tgz",
- "integrity": "sha512-jta5UWs+vKpZWIFQdhgqiJh+algvuUyL55MP+jqfEpt... | chore: WelcomeMe Bump version 0.35.0 -[RECRUIT-47398], Payroll version bump 0.73.0 | chore: WelcomeMe Bump version 0.35.0 -[RECRUIT-47398], Payroll version bump 0.73.0
|
84e974ff77c76f52c0ec5293cbd51fb68134992e | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.1.5",
+ "version": "1.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.1.5",
+ "version": "1.1.6",
"hasInstallScr... | Update version | Update version
|
649186117c01f826aa262491963a029ddf6a8b0f | --- packages/allspark-graphql-client/codegen/plugin.js
@@ -1,9 +1,11 @@
const fs = require('fs');
+const { addTypenameToDocument } = require('@apollo/client/utilities');
+const YAML = require('json-to-pretty-yaml');
+
const {
hashQueryString,
generateSortedQuery,
} = require('@walmart/allspark-graphql-client')... | chore: add handling of typename in graphql codegen | chore: add handling of typename in graphql codegen
|
c1159808dc4a5c5dcb841745c74acb4b1ca1c31e | --- package-lock.json
@@ -84,6 +84,7 @@
"@walmart/taskit-mini-app": "0.49.6",
"@walmart/time-clock-mini-app": "0.30.0",
"@walmart/ui-components": "1.9.0",
+ "@walmart/walmart-fiscal-week": "^0.3.6",
"@walmart/welcomeme-mini-app": "0.73.0",
"@walmart/wfm-ui": "0.2.25",... | Added walmart fiscal week library in package.json of allspark-core | Added walmart fiscal week library in package.json of allspark-core
|
f6e2bfc0db7b142aacad00a74a79274838174e57 | --- package.json
@@ -136,7 +136,7 @@
"@walmart/react-native-store-map": "0.3.7",
"@walmart/react-native-sumo-sdk": "2.7.0",
"@walmart/react-native-webex-sdk": "patch:@walmart/react-native-webex-sdk@npm%3A0.1.11#~/.yarn/patches/@walmart-react-native-webex-sdk-npm-0.1.11-31a5a73745.patch",
- "@walmart/r... | update | update
|
bf85173e11c384f287edfa1ea0ec90c07e2d1e9b | --- packages/allspark-foundation-hub/__tests__/HubFeature/shared/ActionButtonGroup.test.tsx
@@ -14,7 +14,7 @@ describe('ActionButtonGroup', () => {
};
it('renders action button group component with required props', () => {
- const { getByTestId } = render(
+ const { getByTestId, toJSON } = render(
... | test: fixed wording | test: fixed wording
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.