commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
7e05eb6ec62fe8cc0c0aee4611806fe3a3fb0053 | --- jest.config.js
@@ -5,10 +5,10 @@ module.exports = {
collectCoverageFrom: ['<rootDir>/src/**/*.{js,jsx,ts,tsx}'],
coverageThreshold: {
global: {
- statements: 24.3,
- branches: 7.8,
- functions: 9.68,
- lines: 25,
+ statements: 24.09,
+ branches: 7.55,
+ functions: 9.46,... | update coverage numbers | update coverage numbers
|
2fd66634d8b0dd66115fef4999f14a7df7f2355f | --- core/src/core/ClockOutGuard.tsx
@@ -1,10 +1,10 @@
import React, {ComponentProps, ComponentType, PropsWithChildren} from 'react';
import {useSelector} from 'react-redux';
-import {useAllsparkTranslation} from '@walmart/allspark-foundation/Translation';
import {ClockSelectors} from '@walmart/allspark-foundation/... | fix: one click config type was incorrect. add feature id alias mapping | fix: one click config type was incorrect. add feature id alias mapping
|
14120f6f5e29cef4ba614327354db0189b12e843 | --- __tests__/containers/ChatInput/AudioRecording.test.tsx
@@ -3,13 +3,11 @@ import {fireEvent, render, act} from '@testing-library/react-native';
import {Audio} from 'expo-av';
import {AppState} from 'react-native';
-// Now import the components after mocking dependencies
import {AudioRecording} from '../../../sr... | feat(ui): removing comments | feat(ui): removing comments
|
948f277ed206a66c7155a30d7b080f40af33dd23 | --- package-lock.json
@@ -3543,9 +3543,9 @@
}
},
"@walmart/settings-mini-app": {
- "version": "1.3.6",
- "resolved": "https://npme.walmart.com/@walmart/settings-mini-app/-/settings-mini-app-1.3.6.tgz",
- "integrity": "sha512-/1BTlr15IX4PiLibhNRT//SlzkHLAustsqGH8/GncEwBmJ/aHl2Zl6WdV4TeMfP... | settings patch version bump | settings patch version bump
|
9fe1c795c23e109e4291e9ee228e7d55b8c8a44c | --- yarn.lock
@@ -6473,7 +6473,7 @@ __metadata:
"@walmart/react-native-shared-navigation": "npm:6.1.4"
"@walmart/react-native-sumo-sdk": "npm:2.6.0"
"@walmart/redux-store": "npm:3.7.0"
- "@walmart/roster-mini-app": "npm:2.12.15"
+ "@walmart/roster-mini-app": "npm:2.12.16"
"@walmart/ui-componen... | Update the version for roster | Update the version for roster
|
4b702b2e96ffeabc1d872ab8d2fb1d8d81e3bad7 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.15.4",
+ "version": "1.15.5",
"main": "dist/index.js",
"files": [
"dist"
@@ -99,7 +99,7 @@
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
"@walmart/redux... | Update my team mini app version | Update my team mini app version
|
f935d93d31123ad7383228fa25a379e9078d34d3 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 27
+ versionCode 28
versionName "1.0.1"
}
sp... | Incrementing build number | Incrementing build number
|
e918b58b3eba8d123a90fdb2658a7c6d9f9ab26a | --- __tests__/updates/UpdateCheckSagaTest.ts
@@ -260,6 +260,7 @@ describe('getFormattedUpdateInfo', () => {
expect(value).toStrictEqual(updateInfo);
expect(done).toBe(true);
});
+
it('handles undefined data from CCM', () => {
const iterator = getFormattedUpdateInfo();
expect(iterator.next().va... | Fixing unhandled undefiend and null errors from splunk (#504) | Fixing unhandled undefiend and null errors from splunk (#504)
Co-authored-by: rlane1 <rlane1@walmart.com> |
e0d5a9845f47181623325a973c8b35c136399dd0 | --- .looper.multibranch.yml
@@ -127,7 +127,7 @@ envs:
buildTeflon: true
teamsReleaseTypeIcon: 'https://ih1.redbubble.net/image.1355946808.4705/flat,128x128,075,t.u1.jpg'
teamsWebhookUrl: 'https://walmart.webhook.office.com/webhookb2/f0470775-130f-4a42-9531-d0511cf632aa@3cbcc3d3-094d-4006-9849-0d11d... | Update .looper.multibranch.yml | Update .looper.multibranch.yml |
95dbac3c40f1695441fb8a7939e234960738e9ce | --- package.json
@@ -174,7 +174,7 @@
"@walmart/talent-performance-mini-app": "1.2.6",
"@walmart/talent-preboarding-mini-app": "1.0.63",
"@walmart/talent-preboarding-shared-utils": "^0.1.114",
- "@walmart/taskit-mini-app": "5.52.4",
+ "@walmart/taskit-mini-app": "5.52.7",
"@walmart/time-clock-f... | fix(notes): taskit mini app my walmart2.0 bug fixes TASKIT-8051 (#5257) | fix(notes): taskit mini app my walmart2.0 bug fixes TASKIT-8051 (#5257)
Co-authored-by: Pavan Lingamallu - p0l04ug <Pavan.Lingamallu@walmart.com>
Co-authored-by: Maksym Novakh - m0n09mr <Maksym.Novakh0@walmart.com> |
393f7e77ba944f509f8da9c57703f85d98f30b2f | --- packages/allspark-foundation/src/Feature/AllsparkFeatureModule.tsx
@@ -28,7 +28,7 @@ import { FeatureEventManager } from './events';
*/
export class AllsparkFeatureModule<
ID extends string = string,
- Module extends AllsparkModuleConfig = AllsparkModuleConfig
+ Module extends AllsparkModuleConfig = Allspar... | fix: add event to queue for default config | fix: add event to queue for default config
|
f7cb7e2c49d90fe5f71907c0939e9333cafc570d | --- .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)&&!MAC-LAB-MINI29&&!MAC-LAB-MINI39&&!MAC-LAB-MINI32&&!MAC-LAB-MINI22&&!MA... | trying some stuff out | trying some stuff out
|
eee1473bb8ea3adee7baec2e4e84a5b2ca5c5dcc | --- src/types.ts
@@ -28,7 +28,7 @@ export type AudioMedia = {
uri: string;
lengthMS: number;
type: 'audio';
- metering: number[];
+ metering?: number[];
};
export type MessageMedia = ImageMedia | AudioMedia;
--- src/types.ts
@@ -28,7 +28,7 @@ export type AudioMedia = {
uri: string;
lengthMS: numb... | making metering optional on type | making metering optional on type
|
a80d7ec628331fd9dafe52bd8dc0482d69c0fe6a | --- package.json
@@ -91,7 +91,7 @@
"@walmart/avp-shared-library": "0.5.2",
"@walmart/backroom-mini-app": "1.1.10",
"@walmart/calling-mini-app": "0.2.38",
- "@walmart/checkout-mini-app": " 3.16.3",
+ "@walmart/checkout-mini-app": " 3.18.0",
"@walmart/compass-sdk-rn": "5.19.8",
"@walmart/co... | CO Scanner fix - 3.18.0 | CO Scanner fix - 3.18.0
|
bdb08da4fcc5fd9c893adc65e52245b68778f37c | --- src/components/MyWalmartv2/Widgets/Hourly/HourlyRosterWidget.tsx
@@ -2,6 +2,7 @@ import React, {useCallback, useState, useMemo, memo, useEffect} from 'react';
import {
HubWidget,
TOTAL_SITE_TEAM_ID,
+ HubTeamData,
} from '@walmart/my-walmart-hub';
import {ScrollView, View} from 'react-native';
import {
@... | feat(ui): update roster version and tests | feat(ui): update roster version and tests
|
6043ba17fa2d5e04804712a7a3bf0add9a71108f | --- packages/allspark-foundation-hub/src/HubFeature/Onboarding/TeamOnboarding/OnboardingContext.tsx
@@ -84,6 +84,7 @@ export const OnboardingProvider = ({ children }: any) => {
eligibleForOnboarding,
hideOnboardingFlow,
showOnboardingFlow,
+ getMyTeamData,
]);
return (
| feat(ui): added missing dep | feat(ui): added missing dep
|
fd9d693cb48014b84e0366934a312b5dd13a7bbd | --- targets/US/package.json
@@ -150,7 +150,7 @@
"@walmart/taskit-mini-app": "4.25.8",
"@walmart/time-clock-mini-app": "2.419.0",
"@walmart/topstock-mini-app": "1.17.11",
- "@walmart/translator-mini-app": "1.3.0",
+ "@walmart/translator-mini-app": "1.3.1",
"@walmart/ui-components": "patch:@walm... | version bump | version bump
|
f278f65b3b80cf91b5268903d2b125cb63f35697 | --- package.json
@@ -104,7 +104,7 @@
"@walmart/iteminfo-mini-app": "7.4.0",
"@walmart/manager-approvals-miniapp": "0.2.4",
"@walmart/me-field-mini-app": "13.0.3",
- "@walmart/metrics-mini-app": "0.13.11",
+ "@walmart/metrics-mini-app": "0.15.1",
"@walmart/mod-flex-mini-app": "1.10.4",
"@w... | metrics version bump | metrics version bump
|
0f059e591d29fc5e0cc246cb4872d603ff51e3a2 | --- packages/allspark-foundation/src/Components/context.tsx
@@ -0,0 +1,52 @@
+import React, { FC, PropsWithChildren, createContext, useContext } from 'react';
+import { Image, ImageProps } from 'react-native';
+
+import {
+ ErrorMessage,
+ ErrorMessageProps,
+} from '@walmart/gtp-shared-components';
+
+const DefaultC... | feat: add component context for configuration of allspark component usage | feat: add component context for configuration of allspark component usage
|
bf0f3d7750c176f6bd9d9055d9b8b2d191ba2a63 | --- packages/allspark-foundation-hub/src/SupplyChain/Hooks/useGetSupplyChainTeamPreference.ts
@@ -12,7 +12,9 @@ import {
import { useState } from 'react';
export const useGetSupplyChainTeamsPreferenceQuery = () => {
const dispatch = useDispatch();
- const workingSite: string | undefined = useSelector(UserSelector... | Update site id return data | Update site id return data
|
d402dda1169cac7f9f6071dd1e2a43d1fe12e8ee | --- packages/allspark-foundation/src/LocalStorage/client.ts
@@ -67,9 +67,12 @@ export class LocalStorageClient {
);
};
- private _parseValue = (key: string, storedData?: string) => {
+ private _parseValue = (key: string, storedData: string | null) => {
try {
- const parsedStoredData = JSON.parse(s... | fix: handling nulls | fix: handling nulls
|
5040d02fa5a3c0ef1b0428f54d0874c8b0a05707 | --- packages/core-services-allspark/src/permissions/effects.tsx
@@ -24,12 +24,21 @@ const PLATFORM_CALL_ACCESS_PERMISSION = Platform.select({
default: PERMISSIONS.ANDROID.CALL_PHONE,
});
+const PLATFORM_PHONE_NUMBER_ACCESS_PERMISSION = Platform.select({
+ default: PERMISSIONS.ANDROID.READ_PHONE_NUMBERS,
+});
+... | added more permissions | added more permissions |
88c926815d7c46885b84f2740fc79a1ee78d64d2 | --- packages/allspark-foundation/src/FeatureRunner/navigation.tsx
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react';
import { useSelector } from 'react-redux';
-import { Alert, Dimensions, View } from 'react-native';
+import { Dimensions, View } from 'react-native';
import {
StackHeaderProps,
... | feat: add default allspark prompt modal | feat: add default allspark prompt modal
|
223f868357b32141e3289a94f64ae853a5322f12 | --- packages/core-services-allspark/src/auth/effects.tsx
@@ -51,10 +51,12 @@ export const AuthEffects = () => {
);
};
- const onRefreshTokenError = () => {
+ const onRefreshTokenError = (event: AuthEvent) => {
logger.error(`AUTH: SIGN_OUT_INITIATED`);
- telemetry.logEvent(LOGGER_ID, 'sign_out_init_o... | fix(httpClient): add telemtery and signout reason code in action | fix(httpClient): add telemtery and signout reason code in action
|
4febfeb6078e46263c3dcf57ad14b0be9a86bfe0 | --- __tests__/containers/RosterFiltersTest.tsx
@@ -0,0 +1,210 @@
+import {RosterFilters} from '../../src/containers/RosterFilters';
+import React from 'react';
+import {fireEvent} from '@testing-library/react-native';
+import {FilterValue} from '../../src/containers/RosterFilters';
+import {renderWithProviders} from '.... | Adding test coverage for roster filters | Adding test coverage for roster filters
|
cd81a4b688d21d9859891d1fc634a604b4fc3628 | --- __tests__/managerExperience/components/RosterDetailPageHeader.test.tsx
@@ -20,12 +20,9 @@ describe('RosterDetailPageHeader', () => {
});
it('renders the image with correct accessibility label', () => {
- const {getByTestId, toJSON} = render(
- <RosterDetailPageHeader {...defaultProps} />,
- );
+ ... | refactor: update snapshots | refactor: update snapshots
|
53a1e5934e6db2e760a06c14f1e7a01fc35898e7 | --- .looper.codepush.yml
@@ -23,6 +23,7 @@ flows:
release:
- npm install
+ - npm -v
- echo $APPCENTER_API_TOKEN_ANDROID
- shell: |
#!/bin/bash
| npm version bump | npm version bump
|
c6ac1d0f8a2ea498b243525cfaf626d14d55417a | --- src/constants.ts
@@ -7,6 +7,6 @@ export const MESSAGES_SCREEN_NAME = 'myTeam.messages';
// eslint-disable-next-line no-shadow
export enum messageTypes {
AUDIO = 'AUDIO',
- PHOTO = 'PHOTO',
+ PHOTO = 'IMAGE',
TEXT = 'TEXT',
}
--- src/constants.ts
@@ -7,6 +7,6 @@ export const MESSAGES_SCREEN_NAME = 'myTe... | fixing enum type for photo messages. API was failing due to incorrect type | fixing enum type for photo messages. API was failing due to incorrect type
|
19e2eefa0bd49cc0af56fc4222d6b26389d6a2d5 | --- yarn.lock
@@ -7113,9 +7113,9 @@ __metadata:
languageName: node
linkType: hard
-"@walmart/taskit-mini-app@npm:2.81.14":
- version: 2.81.14
- resolution: "@walmart/taskit-mini-app@npm:2.81.14"
+"@walmart/taskit-mini-app@npm:2.81.15":
+ version: 2.81.15
+ resolution: "@walmart/taskit-mini-app@npm:2.81.15"
... | update yarn.lock file | update yarn.lock file
|
4b5827f629062c4fc2a71d5d928efa547ed9eeb6 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/texting-mini-app",
- "version": "2.0.13",
+ "version": "2.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/texting-mini-app",
- "version": "2.0.13",
+ "version": "2.0.14",
"hasInst... | update display text for meal | update display text for meal
|
52dc94e4be6f93bb6a3711b3c36f04d3d3b6df89 | --- package-lock.json
@@ -51,7 +51,7 @@
"@walmart/avp-shared-library": "0.2.12",
"@walmart/backroom-mini-app": "1.0.6",
"@walmart/calling-mini-app": "0.1.24",
- "@walmart/checkout-mini-app": "3.10.0",
+ "@walmart/checkout-mini-app": "3.11.0",
"@walmart/compass-sdk-rn": ... | update co mini app version | update co mini app version
|
c0512fdaf7eff10717314c66dc8e0432b12a5711 | --- src/home/components/GreetingRowV2/BaseGreetingV2.tsx
@@ -120,10 +120,11 @@ export const BaseGreetingV2 = (props: BaseGreetingProps) => {
if (!teamName || teamName.length === 0) return null;
return (
+
<Heading
UNSAFE_style={styles.team}
color="white"
- weight="700"
+ ... | fix(header): lint | fix(header): lint
|
9964eabf7b7fb69af97fdd36c84b63af54188797 | --- src/index.tsx
@@ -24,10 +24,7 @@ import {CoreLoggerProvider, Logger} from './core/Logger';
import {TelemetryRef} from './core/Telemetry';
import {NavigationTheme} from './core/AllsparkTheme';
import {LocalStorageRef} from './core/LocalStorage';
-import {
- PushToTalkProvider,
- DoNotDisturbAutoReset,
-} from '... | remove DND provider | remove DND provider
|
f4f8cd88291a392a2b1cb4341b2e5cf38a9ad27f | --- .looper-pr.yml
@@ -30,5 +30,3 @@ envs:
MONO_REPO_BASE_BRANCH: develop
AUTHOR: temp
SLACK_CHANNEL: "smdv-miniapp"
-
-
\ No newline at end of file
| feat(ui): updating pr template | feat(ui): updating pr template
|
55fa342cbe44e1d0e46c727df0be5ddcaa3257d2 | --- src/redux/selectors.ts
@@ -31,21 +31,17 @@ export const getUploadingBlob = createSelector(
(state) => state.uploadingBlob,
);
-//TODO: Move these CCM fields into the texting mini app CCM namespace?
-export const getPttAppConfigData = (state: GlobalState) =>
- state.appConfig.data?.ptt || {};
-
export const ... | update selectors | update selectors
|
7d27df215795cd56be9aff1409e213f57a056cef | --- android/app/build.gradle
@@ -158,8 +158,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 917
- versionName "1.15.10"
+ versionCode 918
+ v... | version bump to 1.16.0 | version bump to 1.16.0
|
d03bd2d54971144645393a74067f8ab9d39c3918 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/wmconnect-mini-app",
- "version": "3.2.0-alpha.3",
+ "version": "3.2.0-alpha.4",
"main": "dist/index.js",
"files": [
"dist",
| feat(ui): updating version | feat(ui): updating version
|
0ad8551ee53cdd55efae25bcedb169245f78c21d | --- package-lock.json
@@ -5207,9 +5207,9 @@
"integrity": "sha512-nyRfhNw2PUUcWXVIsi6/8sL3O75hQM6a7CTw2Zrg9oIrbTy1SwCKXZABSpT1xXUF8rTySjBnqvsDitkXu+NOkg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.40.0-inboxBug.6",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-... | version bump to v0.41.0 | version bump to v0.41.0
|
dfbe34d3c81e4aff5c68994741e58dabf63c1f16 | --- 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.4](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.4
- @walmart/allspark-http-client@2.4.12
- @walmart/core-services@2.0.18
- @walmart/core-services-allspark@2.10.6
- @walmart/me-at-walmart-athena-queries@1.3.5
|
99d2e05d4cb9318d7e4f2758ba38814c6823c15b | --- .yarn/patches/@walmart-me-at-walmart-common-npm-6.25.1-53e1c47768.patch
@@ -1,6 +1,6 @@
diff --git a/lib/components/TeamHub.d.ts b/lib/components/TeamHub.d.ts
new file mode 100644
-index 0000000000000000000000000000000000000000..1902fe875de9a89748ca00630c573e500ea4139a
+index 0000000000000000000000000000000000000... | feat(ui): update my team mini app | feat(ui): update my team mini app
|
b86e693bdd635dc0bd6cacbdde039189d1678304 | --- packages/allspark-foundation/__tests__/Site/selectors.test.tsx
@@ -79,6 +79,19 @@ describe('Address and Location Functions', () => {
expect(divisionIsDC('13')).toBe(true);
expect(divisionIsDC('44')).toBe(true);
});
+
+ it('should return false if divisionCode does not match one of DC_DIVISION_C... | feat: update isDC selector for new DC division scope. | feat: update isDC selector for new DC division scope.
|
0824ad95bf4fdbe92d4a77b510e00dde380d73b2 | --- package.json
@@ -112,7 +112,7 @@
"@walmart/ims-print-services-ui": "2.11.3",
"@walmart/inbox-mini-app": "0.94.6",
"@walmart/iteminfo-mini-app": "7.13.2",
- "@walmart/learning-mini-app": "20.0.28",
+ "@walmart/learning-mini-app": "20.0.29",
"@walmart/manager-approvals-miniapp": "0.2.4",
... | feat: :sparkles: Bump learning mini app version to 20.0.29 | feat: :sparkles: Bump learning mini app version to 20.0.29
|
25f4c080e55b74dd858f8643f047b52f83f2fe6a | --- package-lock.json
@@ -174,7 +174,7 @@
"semver": "^7.3.4",
"uuid": "^3.3.2",
"victory-native": "^36.5.0",
- "wifi-store-locator": "1.0.1",
+ "wifi-store-locator": "1.0.2",
"xdate": "^0.8.2"
},
"devDependencies": {
@@ -21957,7 +21957,9 @@
}
}... | v1.0.2 for wifi store locater. | v1.0.2 for wifi store locater.
|
ab9ebf15bc9227d82c6af55c9aa825be7f091a21 | --- package.json
@@ -87,7 +87,7 @@
"@walmart/allspark-utils": "6.9.0",
"@walmart/amp-mini-app": "1.2.10",
"@walmart/ask-sam-chat-components": "^0.2.7",
- "@walmart/ask-sam-mini-app": "1.34.12",
+ "@walmart/ask-sam-mini-app": "1.34.21",
"@walmart/associate-listening-mini-app": "1.2.39",
"@... | fix(asksam): SMBLV-9262: fix runtime render error when using sidekick… (#4915) | fix(asksam): SMBLV-9262: fix runtime render error when using sidekick… (#4915)
Co-authored-by: j0z09av <j0z09av@homeoffice.wal-mart.com> |
95e7b690abbe863ea2c8652f22f0cde28953c5de | --- app.config.US.ts
@@ -237,6 +237,7 @@ const CONFIG: ExpoConfig = {
],
"./plugins/withAbiFilters",
"./plugins/withActiveArchFix",
+ "./plugins/withAndroidOfflineRun",
"./plugins/withAppAuth",
"./plugins/withBoringSSLFix",
"./plugins/withBuildSupport",
@@ -273,8 +274,7 @@ const CONFIG:... | refactor: make android offline plugin configurable through config param | refactor: make android offline plugin configurable through config param
|
9f10467d3c166e90370ea39138b80302dd90b847 | --- targets/US/package.json
@@ -143,7 +143,7 @@
"@walmart/roster-mini-app": "2.8.2",
"@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.33",
- "@walmart/sidekick-mini-app": "4.67.15",
+ "@walmart/sidekick-mini-app": "4.79.0",
"@walmart/store-feature-orders": "... | drop 24 update | drop 24 update
|
6bdef77b889238109894f50ced4b0283ba1d9215 | --- .prettierrc
@@ -0,0 +1,15 @@
+{
+ "semi": true,
+ "trailingComma": "es5",
+ "singleQuote": false,
+ "printWidth": 80,
+ "tabWidth": 2,
+ "useTabs": false,
+ "bracketSpacing": true,
+ "bracketSameLine": false,
+ "arrowParens": "avoid",
+ "endOfLine": "lf",
+ "quoteProps": "as-needed",
+ "jsxSingleQuote":... | feat(ui): ensure default images are set #SMDV-7856 | feat(ui): ensure default images are set #SMDV-7856
|
38022d86e1a26553bfa117ae43ed4e1efaf4527d | --- ios/Podfile.lock
@@ -154,7 +154,7 @@ PODS:
- RNPermissions
- PromisesObjC (1.2.12)
- Protobuf (3.17.0)
- - PTT (0.6.0-rc.5):
+ - PTT (0.6.0-rc.6):
- BinaryCodable (~> 0.2.1)
- CocoaAsyncSocket (~> 7.6.3)
- Starscream (~> 3.0.2)
@@ -338,8 +338,8 @@ PODS:
- React-Core
- react-nativ... | feat: ptt version bump | feat: ptt version bump
|
9132d84dcf1569551ea71d059ea4bc6936b215d6 | --- packages/associate-exp-hub-mini-app/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.4.0-alpha.40](https://gecgithub01.walmart.com/smdv/associate-exp-hub-mini-app/compare/@w... | chore(version): updating package version | chore(version): updating package version
- @walmart/associate-exp-hub-mini-app@1.4.0-alpha.40
- @walmart/associate-exp-hub-team-switcher@2.13.0
|
23dadb9ba081d3079f16c0317713f4e6f15b11fd | --- index.js
@@ -5,7 +5,9 @@ import 'react-native-get-random-values';
import 'intl';
import 'intl/locale-data/jsonp/en';
+import 'moment/locale/en-ca';
import 'moment/locale/es';
+import 'moment/locale/es-mx';
import moment from 'moment';
moment.locale('en');
--- package-lock.json
@@ -5503,12 +5503,12 @@
... | bug fix for minified momentjs hard crash when rendering VTO details | bug fix for minified momentjs hard crash when rendering VTO details
|
bd4b165d7718260fb9fa8a127847fdfbfd0d7251 | --- package.json
@@ -285,7 +285,7 @@
},
"husky": {
"hooks": {
- "pre-commit": "npm run lint -- --max-warnings 0",
+ "pre-commit": "npx sort-npm-scripts && npm run lint -- --max-warnings 0",
"pre-push": "solidarity && npm run coverage"
}
}
| sort packages | sort packages
|
bad869e9ac7529f01bd5d3faeb0c09ea849ea5a3 | --- package-lock.json
@@ -53,7 +53,7 @@
"@walmart/exception-mini-app": "1.6.5",
"@walmart/facilities-management-miniapp": "0.6.83",
"@walmart/feedback-all-spark-miniapp": "0.9.50",
- "@walmart/financial-wellbeing-feature-app": "1.16.0",
+ "@walmart/financial-wellbeing-feature-ap... | bumped financial-wellbeing-feature-app to 1.16.1 | bumped financial-wellbeing-feature-app to 1.16.1
|
989600b1bd93d774bf6366edee7d2fd1ca4139f2 | --- package-lock.json
@@ -79,7 +79,7 @@
"@walmart/schedule-mini-app": "0.33.0",
"@walmart/settings-mini-app": "1.12.0",
"@walmart/shelfavailability-mini-app": "1.5.11",
- "@walmart/taskit-mini-app": "2.23.15",
+ "@walmart/taskit-mini-app": "2.23.17",
"@walmart/time-cloc... | Taskit version update | Taskit version update
|
ad9d248015c57c552647f80988f31b77d8d519da | --- container/index.tsx
@@ -73,7 +73,8 @@ const LauncherView: React.FC<LauncherViewProps> = (props) => {
const toggleLanguage = () =>
i18n.changeLanguage(isEnglish ? 'es-MX' : 'en-US');
- const onStartTexting = () => navigation.navigate(ROOT_CONTAINER_SCREEN_NAME);
+ const navigateToRosterScreen = () => nav... | code cleanup | code cleanup
|
707c332fc61ad832733bf9422010b8f223b6ab3b | --- package-lock.json
@@ -5332,9 +5332,9 @@
"integrity": "sha512-7d62eBeJoUnnl5KOoDe+aOxU7C6VpkCM7Bl5iRgg1TMMqmUDM8iI2YDPRppU7hBr134Zbl5aVEGyR/IBQrPRxA=="
},
"@walmart/me-field-mini-app": {
- "version": "1.1.27",
- "resolved": "https://npme.walmart.com/@walmart/me-field-mini-app/-/me-field-mi... | feat: :package: Bump learning mini app version to 1.1.28 | feat: :package: Bump learning mini app version to 1.1.28
|
047a673c24e7e447e64f74792705775db040a76b | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Screens/OnboardingScreen/OnboardingContext.tsx
@@ -32,7 +32,7 @@ export const SupplyChainOnboardingProvider = ({ children }: any) => {
useGetSupplyChainTeamsPreferenceQuery();
const showOnboardingFlow = useCallback(() => setShowOnboarding(true), []... | Adding refresh data changes | Adding refresh data changes
|
1629f2f9675db006e7fe5e4b035b0a9cab7c6dfe | --- src/hooks/teams.ts
@@ -12,8 +12,8 @@ import {
} from '@walmart/allspark-foundation-hub';
import {useGetSupplyChainTeamByIdQuery} from '../queries/getSupplyChainTeamById';
import {useSupplyChainTeamsByBusinessUnitQuery} from '../queries/supplyChainTeamsByBusinessUnit';
-import {getShiftLabel} from '../utils/roste... | Update roster mini app version | Update roster mini app version
|
e888e93ae075e45978038c89558f10bdda381b94 | --- package-lock.json
@@ -4331,9 +4331,9 @@
}
},
"@walmart/payrollsolution_miniapp": {
- "version": "0.71.0",
- "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.71.0.tgz",
- "integrity": "sha512-teV6QTg80+vZ8vzKT4bvgeEEm7J3vmu2RRpYsTTCsZ2... | - chore(welcomeMe): Version update for welcome Me -[RECRUIT-46125] | - chore(welcomeMe): Version update for welcome Me -[RECRUIT-46125]
- Checking iOS Dev Build Fix
|
2162d9782acbf4a9da3089a1b736baf4596bffec | --- src/components/Roster/types.ts
@@ -6,9 +6,8 @@ interface RosterActionButton {
}
export interface RosterData {
- [key: string]: any; //TODO: Define a strict type for the shape of the roster data
- // associateList: any; //TODO: Define standard shape for AssociateItem[] type
- // teamList: any; //TODO: Define ... | updating types | updating types
|
cb8dea733c851aaae82e2a66cf5424d812dcab3e | --- src/components/TeamList.tsx
@@ -231,7 +231,7 @@ const TeamItem = (props: {
navigation.navigate('myTeam.pushToTalk', {
// @ts-ignore
details: {
- channelName: 'TEAM_'+team.teamId,
+ channelName: 'TEAM_' + team.teamId,
... | fixing lint issue | fixing lint issue
|
ff1261e4953d9a646b8a925fbeaf7abc4db19c1a | --- src/components/AssociateRosterItem/style.ts
@@ -30,7 +30,7 @@ export const styles = StyleSheet.create({
},
badge: {
marginRight: 8,
- marginTop: 18,
+ marginTop: 8,
alignSelf: 'flex-start',
},
tag: {
@@ -42,6 +42,6 @@ export const styles = StyleSheet.create({
alignSelf: 'flex-start'... | Added fixes for presence indicator and tags | Added fixes for presence indicator and tags
|
a35af0ad4c7947e9032f49bb2dd1ebfaa3c8994d | --- ios/Podfile.lock
@@ -538,7 +538,7 @@ PODS:
- RCTTypeSafety
- React
- ReactCommon/turbomodule/core
- - react-native-scanner-3.0 (0.1.32):
+ - react-native-scanner-3.0 (0.2.1):
- Firebase/Analytics
- React
- ScanditBarcodeCapture (= 6.14.0)
@@ -1225,7 +1225,7 @@ SPEC CHECKSUMS:
reac... | build(version): update scanner & count widget version | build(version): update scanner & count widget version
|
adf6f169c210adef1d1e58e53e110bdbed01e607 | --- package-lock.json
@@ -71,7 +71,7 @@
"@walmart/mod-flex-mini-app": "1.14.6",
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "0.0.14",
- "@walmart/myteam-mini-app": "1.0.12",
+ "@walmart/myteam-mini-app": "1.0.15",
"@walmart/onewalmart-mi... | Update my team mini app version | Update my team mini app version
|
705c88c17cb05aedf23f6e47cae7b4cd075b6cda | --- packages/allspark-foundation/__tests__/Translation/client.test.tsx
@@ -39,9 +39,9 @@ describe('TranslationClient', () => {
});
it('should initialize the translation client with default options', async () => {
- const resourceData = { resources: 'Test' };
+ const resourceData = { resources: { 'en-US': ... | build fail fix translation | build fail fix translation
|
a335724a2f905fa81c41606ef9f7a24f3399bc70 | --- package.json
@@ -337,9 +337,15 @@
"@walmart/financial-wellbeing-feature-app": {
"built": false
},
+ "@walmart/global-vpi-mini-app": {
+ "built": false
+ },
"@walmart/iteminfo-mini-app": {
"built": false
},
+ "@walmart/learning-mini-app": {
+ "built": false
+ }... | chore: skip build scripts of mini app libraries | chore: skip build scripts of mini app libraries
|
0891a670b4b4eee592cef7c60cc662bf9e48907c | --- ios/Podfile.lock
@@ -526,14 +526,14 @@ PODS:
- AppAuth
- Starscream (3.0.6)
- StructuredLogAssistantIOS (0.0.6)
- - SumoSDK (2.0.0-beta-9):
+ - SumoSDK (2.0.0-rc.1):
- Apollo (= 0.42.0)
- Apollo/SQLite (= 0.42.0)
- Firebase/Messaging (= 8.4.0)
- StructuredLogAssistantIOS (= 0.0.6)
-... | adding new version of sumo sdk | adding new version of sumo sdk
|
c82f0c9c97d4a023f71a29063d4f5464fb08019c | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -116,19 +116,31 @@ export const TeamSwitcher = ({
(item) => item.teamLabel === selectedTeamPreference
);
- const handleScrollToIndex = useCallback(() => {
- if (selectedTeamIndex >= 0 && flatListRef.current) {
+ const handle... | error fix | error fix
|
1650123905c62c700798e06d7f68ba19f5282485 | --- src/redux/selectors.ts
@@ -76,9 +76,9 @@ export interface RBACAppState {
policyExpired: boolean;
}
export const getRbacState = createSelector([getGlobalState], (state) => {
- if (!state?.rbac) {
+ if (state?.rbac.error) {
logger.error('getRbacState error: ', {
- message: `error in fetching Rbac Sta... | feat: | feat:
|
4ec3fb9c7de90f1fd27b40b160d480cf4ae2be10 | --- package.json
@@ -128,7 +128,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/money-auth-shared-components": "2.4.3",
"@walmart/my-walmart-components": "1.1.0",
- "@walmart/myteam-mini-app": "3.5.0",
+ "@walmart/myteam-mini-app": "3.6.0",
"@walmart/native-rfid-scanner": "4.1.5",
"@wa... | myTeamMiniApp bug fix drop 34 (#4786) | myTeamMiniApp bug fix drop 34 (#4786)
Co-authored-by: Prasan Suresh Dhareshwar - p0d02sx <Prasansuresh.Dharesh@walmart.com> |
89e65b4fce7b155e814246dd9adaf0da8b1dc34f | --- package.json
@@ -120,12 +120,12 @@
"@walmart/metrics-mini-app": "0.22.4",
"@walmart/mod-flex-mini-app": "1.18.5",
"@walmart/moment-walmart": "1.0.4",
- "@walmart/money-auth-shared-components": "0.1.6",
+ "@walmart/money-auth-shared-components": "0.1.9",
"@walmart/myteam-mini-app": "1.4.0",... | bump version | bump version
|
4b96361578b7e513d1a9241d894d6cf512cbab54 | --- src/screens/MessagesScreen.tsx
@@ -236,9 +236,24 @@ export const MessagesScreen: FC<MessagesScreenProps> = (props) => {
};
//TODO: Move this into the API request itself
- const convertEmojisToUnicode = (inputString?: string) => {
- if (isNil(inputString)) return '';
+ const convertEmojisToUnicode = (in... | experiments in emoji detection | experiments in emoji detection
|
23e43378b81e029f232c926d34442946846333f7 | --- package-lock.json
@@ -103,7 +103,6 @@
"react-native-circular-progress": "^1.3.7",
"react-native-device-info": "^10.3.0",
"react-native-drop-shadow": "^1.0.0",
- "react-native-fast-image": "^8.6.3",
"react-native-flipper": "0.182.0",
"react-native-fs": "^2.20.0",
... | removing fastimage | removing fastimage
|
fccd7c669a6351c2d9f061270b67090b6896811f | --- src/components/GroupMessageButton/GroupMessageButton.tsx
@@ -1,42 +1,41 @@
-import React from "react";
-import { Button, Icons } from "@walmart/gtp-shared-components";
-import { Text, View } from "react-native";
-import { GroupMessageButtonStyles as styles } from "./style";
-import { GroupMessageButtonProps } from ... | fix(lint): update lint errors | fix(lint): update lint errors
|
0b5b844fdec5813562e3807c2c056952d88c62d0 | --- package.json
@@ -76,7 +76,7 @@
"@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": "6.4.10",
"@walmart/allspark-cope-key-listener": "... | feat: BPD-9510 added scanner switch implementation (#4373) | feat: BPD-9510 added scanner switch implementation (#4373)
* feat: BPD-9510 added scanner switch implementation
* build: resolve conflicts
* build: merge conflicts |
a5649725646168469276e225ffc827ee2b0a3a7a | --- package.json
@@ -64,8 +64,8 @@
"@sharcoux/slider": "^5.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"@walmart/allspark-health-survey-mini-app": "0.0.41",
- "@walmart/allspark-home-mini-app": "0.4.21",
- "@walmart/metrics-mini-app": "0.0.27",
+ "@walmart/allspark-home-mini-app": ... | creating rc2 feature build | creating rc2 feature build
|
dd50ad13f24b786a25e7becc8357f2026878d549 | --- packages/me-at-walmart-container/src/redux/config.ts
@@ -26,6 +26,7 @@ import {AllsparkLocalStorage} from '@walmart/allspark-foundation/LocalStorage';
import {LoggerService} from '@walmart/allspark-foundation/Logger';
import {USER_CHANGED_ACTIONS} from '@walmart/allspark-foundation/User';
import {
+ IMeAtWalmar... | refactor: update config saga to match nav config saga format | refactor: update config saga to match nav config saga format
|
1751602ae4e1797b93150848df6d39e98130f8fa | --- package-lock.json
@@ -4258,9 +4258,9 @@
"integrity": "sha512-WPkO+e4v4RcFIuO08q7ak9cfMhrkllOh3oUt7+KTTHdlWo5f3BrVLO0DXkFknIFNzBQOetmD7U1eggxKMLFlkg=="
},
"@walmart/inbox-mini-app": {
- "version": "0.27.0",
- "resolved": "https://npme.walmart.com/@walmart/inbox-mini-app/-/inbox-mini-app-0.... | version upgrade for inbox mini app | version upgrade for inbox mini app
|
e889e251fc8a2422f6a8d956f338e13f9495497b | --- packages/allspark-foundation/src/Auth/redux.ts
@@ -38,7 +38,7 @@ export const authSlice = createSlice({
state.signInError = false;
state.data = action.payload;
},
- SIGN_IN_ERROR: (state, _: PayloadAction<AuthError>) => {
+ SIGN_IN_ERROR: (state, _: PayloadAction<AuthError | Error>) => {
... | fix: auth error action payloads not typed to accept Error | fix: auth error action payloads not typed to accept Error
|
21e3a685a64ed7aef44d262eccfe68753bb5cfe3 | --- packages/allspark-foundation/src/Translation/client.ts
@@ -100,7 +100,6 @@ export const TranslationClient = (config?: TranslationClientOptions) => {
const setDefaultNamespace = (ns: string) => {
if (!_instance.options.defaultNS) {
_instance.setDefaultNamespace(ns);
- console.log(ns, 'rrrrhhffddd... | reverting console log changes | reverting console log changes
|
648b70e78c233f90efde406f5c3e3d9a28a74070 | --- package-lock.json
@@ -4480,9 +4480,9 @@
"integrity": "sha512-OkLJQ/SffaYA//r2qu8gR6DdAbqLlw6rLE8UrZaYwDeHGPOs360R8XD7gZ3Qo39oWq53OdPTimtFO9LaQlqiIQ=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.30",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Release 0.4.31 | Release 0.4.31
-Add new Geo API for validation
-Add CCM flag to roll back to use old API |
98722a06cbc66a2cbcbbab6cd13c494ef614a47e | --- package-lock.json
@@ -60,7 +60,7 @@
"@walmart/impersonation-mini-app": "1.20.2",
"@walmart/ims-print-services-ui": "2.5.1",
"@walmart/inbox-mini-app": "0.86.1",
- "@walmart/iteminfo-mini-app": "7.5.0",
+ "@walmart/iteminfo-mini-app": "7.5.1",
"@walmart/manager-appro... | activate inactivate bugfix | activate inactivate bugfix
|
872f6d0c50ea2c4c9d7ce9d46df6a954545758a6 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/roster-mini-app",
- "version": "2.12.0-alpha.12",
+ "version": "2.12.0-alpha.13",
"main": "dist/index.js",
"files": [
"dist"
| Update the count for the clocked in and tardy | Update the count for the clocked in and tardy
|
b8fb9360becddcf5f0bfc42545d6f3cd84c88e0b | --- 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.4",
+ "@walmart/push-to-talk-mini-app": "1.9.5",
"@walma... | fix alarm permissions issues | fix alarm permissions issues
|
203bd7aa48b7009d5b80b1af573010a6c496c2cd | --- example/src/Onboarding/screens/modal.tsx
@@ -1,47 +0,0 @@
-import React, {useEffect, useState} from 'react';
-import {Text} from 'react-native';
-import {Button, Modal, ButtonGroup} from '@walmart/gtp-shared-components';
-import {useAllsparkModal} from '@walmart/allspark-foundation/Navigation';
-import {OnboardingT... | feat: delete unnecessary files | feat: delete unnecessary files
|
0c0c9f643e6ff792b42be32b82e75038f492309a | --- package-lock.json
@@ -4343,9 +4343,9 @@
"integrity": "sha512-qJaaKPSs5rNbukmidrZoqqWylzPX1nos0NwavGpgMjfCIvRuAE83yxNgNMV2KNP8y42YfNhEQlMJ5dCnsg/vWw=="
},
"@walmart/push-to-talk-mini-app": {
- "version": "0.5.93",
- "resolved": "https://npme.walmart.com/@walmart/push-to-talk-mini-app/-/pus... | version bump | version bump
|
7f269de6dff3fa151d1e6e742f5f31f510f208b0 | --- __tests__/__mocks__/react-native-code-push.js
@@ -0,0 +1,15 @@
+const codePushConfig = {
+ InstallMode: {
+ ON_NEXT_RESTART: 'ON_APP_RESTART',
+ ON_APP_START: 'ON_APP_START',
+ },
+ CheckFrequency: {ON_APP_RESUME: 'ON_APP_RESUME', IMMEDIATE: 'IMMEDIATE'},
+ getUpdateMetadata: jest.fn(),
+};
+
+const codeP... | updated tests | updated tests
|
a385c5188740bc4f2fa491012b1be122f14ad213 | --- package-lock.json
@@ -3062,9 +3062,9 @@
}
},
"@walmart/ask-sam-mini-app": {
- "version": "0.28.0",
- "resolved": "https://npme.walmart.com/@walmart/ask-sam-mini-app/-/ask-sam-mini-app-0.28.0.tgz",
- "integrity": "sha512-3wcqmEIL/0n4cpiJnyiZnkFtqFFGATqU4Ta49WM1HtumFPWsc7tK+6Vkws10btt4... | Bumping ask sam and ui components | Bumping ask sam and ui components
|
240f08755a4e407865459541a9c2f9fa0af191c0 | --- .looper.multibranch.yml
@@ -34,29 +34,29 @@ envs:
## Global Variables
global:
variables:
- XCODE_PROJECT_PATH: ./ios/MeWalmart.xcodeproj
+ XCODE_PROJECT_PATH: ./ios/MyWalmart.xcodeproj
ANDROID_GRADLE_PATH: ./android/app/build.gradle
IOS_BASE_PATH: ./ios
ANDROID_BASE_PATH: .... | fix: looper project variables referencing MeWalmart project instead of MyWalmart | fix: looper project variables referencing MeWalmart project instead of MyWalmart
|
80b0795b68e6a69636ed279ee39f4be2ec87f5b3 | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.1.11",
- "@walmart/facilities-management-miniapp": "0.6.3",
+ "@walmart/facilities-management-miniapp": "0.6.4",
... | version update | version update
|
95875242b6ee905f3e469ebeb58bbcd1e411b16a | --- src/utils/ccmFallbacks.ts
@@ -1,14 +1,3 @@
-/**
- * @fileoverview CCM (Configuration Management) fallback values for Associate Experience Hub.
- * This module provides default values for all configurable features when remote configuration
- * is unavailable or fails to load, ensuring consistent application behavior... | feat(ui): simplify logic in the ccmFallbacks #SMDV-8174 | feat(ui): simplify logic in the ccmFallbacks #SMDV-8174
|
7c34cd30470d0d62d35c25face5ad8dbc6377b26 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.27.2",
+ "version": "1.27.3",
"private": true,
"workspaces": [
"core",
| version bump to 1.27.3 | version bump to 1.27.3
|
244299359de3c555f91552afa7a1db39d4b2b88b | --- packages/me-at-walmart-common/__tests__/__mocks__/@walmart/allspark-foundation/Config.js
@@ -1,9 +0,0 @@
-module.exports = {
- ConfigSelectors: {
- getData: jest.fn((state) => state?.appConfig?.data || {}),
- getLoading: jest.fn(() => false),
- getLoaded: jest.fn(() => true),
- getError: jest.fn(() => ... | updated test coverage, clean up mocked on native module | updated test coverage, clean up mocked on native module
|
bb22b06db4984ba074cb4d75b47c3e3ad0c705d8 | --- __tests__/__mocks__/@walmart/allspark-foundation/Components.js
@@ -1,3 +1,6 @@
+const {createElement} = require('react');
+const {omit} = require('lodash');
+
module.exports = {
...jest.requireActual('@walmart/allspark-foundation/Components'),
AllsparkBanners: {
@@ -5,4 +8,15 @@ module.exports = {
add: ... | test: fixed tests related to metrics | test: fixed tests related to metrics
|
6fae8f12f3be33f96c1ff7f1874b893156856934 | --- __tests__/appState/AppStateChannelTest.ts
@@ -6,7 +6,6 @@ jest.mock('redux-saga', () => ({
...(jest.requireActual('redux-saga') as any),
eventChannel: jest.fn(),
}));
-
const emit = jest.fn();
const mockEventChannel = eventChannel as jest.Mock;
mockEventChannel.mockImplementation((eventHandler) => eventHa... | fix(sidekick): DWORK-9196 sidekick drop 31 bug fixes (#4225) | fix(sidekick): DWORK-9196 sidekick drop 31 bug fixes (#4225)
* fix(sidekick): DWORK-9196 sidekick drop 31 bug fixes
* chore(sidekick): DWORK-9196 sidekick drop 31 bug fixes
* chore(sidekick): ALLSPARK-5957 bump sidekick, modify stack nav
* fix(getteamsbystoredocument): DWORK-9354 remove the params from graphq... |
f899213ea4f0b87eb74c0882fda6fac1fb5401a6 | --- package.json
@@ -145,7 +145,7 @@
"react-native-pdf": "^6.2.0",
"react-native-permissions": "3.0.0",
"react-native-popup-menu": "^0.15.9",
- "react-native-ptt-module": "1.5.80",
+ "react-native-ptt-module": "1.5.81",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "^1.1... | ptt module version | ptt module version
|
97de0ff182ecede5742d43b9e8a0cbd5a2302535 | --- package-lock.json
@@ -69,7 +69,7 @@
"@walmart/react-native-encrypted-storage": "1.1.3",
"@walmart/react-native-env": "0.2.0",
"@walmart/react-native-logger": "1.33.0",
- "@walmart/react-native-scanner-3.0": "0.1.31",
+ "@walmart/react-native-scanner-3.0": "0.1.32",
... | scanner version bump to 0.1.32 | scanner version bump to 0.1.32
|
00fadcf7fb959d8a9deba2ec9148eaa9119aaa59 | --- src/screens/RosterDetailScreen/RosterDetailScreen.tsx
@@ -70,8 +70,7 @@ export const RosterDetailScreen = ({route}: RosterDetailScreenProps) => {
headerLeft,
}),
});
- // eslint-disable-next-line react-hooks/exhaustive-deps
- }, [navigation, primaryTeam, showTeamHub]);
+ }, [navigation, rout... | fix(roster): add route to useEffect deps for SMDV-8921 | fix(roster): add route to useEffect deps for SMDV-8921
The useEffect dependency array was missing 'route', causing the header
title to not update when navigating between screens with different
route params. This fixes the bug where header shows "Work" instead of
"Team" after team onboarding.
🤖 Generated with [Claude... |
3e605071c1d751d8aaf5ae8340f01f49c79f4e54 | --- docs/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [3.10.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.9.0...v3.10.0) (2025-12-16)
+
+
+### Bug Fixes
+
+* **ui:** hiding message button for self ([d5d759d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/d5d759d33bfc436c72d0a2b85dfee0fbf6db615e))
+
... | chore(release): 3.10.0 [skip ci] | chore(release): 3.10.0 [skip ci]
# [3.10.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v3.9.0...v3.10.0) (2025-12-16)
### Bug Fixes
* **ui:** hiding message button for self ([d5d759d](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/d5d759d33bfc436c72d0a2b85dfee0fbf6db615e))
### Features
... |
545e3ffb4c88dae22235084294fda1f711e75015 | --- .looper-pr.yml
@@ -11,7 +11,7 @@ flows:
- (name Yarn Set Version) yarn set version 4.4.0
- (name Yarn Version) yarn --version
- (name Yarn Install) yarn install
- - (name Test Coverage) yarn run coverage
+ # - (name Test Coverage) yarn run coverage
envs:
@@ -20,7 +20,7 @@ envs:
APP_... | feat(ui): update the roster message button condition for total store and team | feat(ui): update the roster message button condition for total store and team
|
d5e16cb1e5fd520975c5854b8268b7c207fc8c4d | --- packages/allspark-foundation/src/Core/types.ts
@@ -5,17 +5,22 @@ declare global {
// Custom Allspark global types
namespace Allspark {
namespace Elements {
- type Badges = string;
+ // Container extends to add badge ids
+ interface Badges extends Record<string, string> {}
+ type Badge... | fix: adjust allspark global types | fix: adjust allspark global types
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.