commit_hash stringlengths 40 40 | input stringlengths 13 7.99k | output stringlengths 5 155 | full_message stringlengths 6 8.96k |
|---|---|---|---|
8c8523c0bff959f99cf6132b759c905d5d8c2058 | --- package.json
@@ -153,6 +153,7 @@
"@walmart/react-native-scanner-3.0": "0.5.1",
"@walmart/react-native-shared-navigation": "6.1.4",
"@walmart/react-native-sumo-sdk": "2.6.0",
+ "i18next": "^23.6.0",
"moment-timezone": "~0.5.43",
"npm-run-all": "^4.1.5",
"react-i18next": "^13.3.1",
... | Update mini app versions | Update mini app versions
|
04dbf9367edd1afcc365b62b7dd67dfc9d0271f4 | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.0.1-beta.4",
+ "version": "1.0.1-beta.5",
"description": "",
"main": "Core/index.js",
"types": "Core/index.d.ts",
--- packages/allspark-foundation-hub/src/HubFeature/Store/Hub... | Update team hub and work hub types | Update team hub and work hub types
|
46ac6e4533c28a33c8cb811e183bfb4963d70953 | --- packages/allspark-foundation-hub/__tests__/HubFeature/supplyChain/ShiftFilter.test.tsx
@@ -66,4 +66,22 @@ describe('ShiftFilter', () => {
const shiftId = getByTestId('shiftId');
expect(shiftId.props.children).toBe('shift123');
});
+
+ it('Test 5: Logs error on image load failure', () => {
+ (Logger... | Adding Test 5 for shiftFilter | Adding Test 5 for shiftFilter
|
64a467a271a6b50e6fb0572f3c16fb1ea1f6a229 | --- src/components/ClockedOutScreenGuard.tsx
@@ -12,7 +12,7 @@ import {useTranslation} from 'react-i18next';
import {UserHeader} from '../containers/UserHeader';
import {createStackNavigator} from '@react-navigation/stack';
import {TextingNavParamsMap} from '../navigation';
-import {Header} from '@walmart/ui-compone... | adding hamburger menu to clocked out screen | adding hamburger menu to clocked out screen
|
86a78145e7217a6e94ae21d5105287621a084e54 | --- src/translations/es-MX.ts
@@ -131,7 +131,7 @@ export const esMX_common = {
data_saver: 'Ahorro de datos',
language: 'Idioma',
privacy_policy: 'Política de privacidad',
- privacy_preferences: 'Privacy Preferences',
+ privacy_preferences: 'Preferencias de privacidad',
push_notifi... | update text | update text
|
466d1ef66cdea010e8f9c5601215a0fe426451fa | --- ios/Podfile.lock
@@ -1584,7 +1584,7 @@ PODS:
- FirebaseMessaging (<= 10.18.0)
- StructuredLogAssistantIOS (= 0.0.7)
- TOCropViewController (2.6.1)
- - topstock-mini-app (1.7.1):
+ - topstock-mini-app (1.9.7):
- React
- VisionCamera (3.7.1):
- React
--- package-lock.json
@@ -106,7 +106,... | feat(topstock): upgrade version to 1.9.7 | feat(topstock): upgrade version to 1.9.7
|
33e5489bb1be3038865701cb9678d68df3c4048c | --- package-lock.json
@@ -44,7 +44,7 @@
"@walmart/core-widget-registry": "~0.7.2",
"@walmart/counts-component-miniapp": "0.0.42",
"@walmart/emergency-mini-app": "1.12.0",
- "@walmart/exception-mini-app": "1.0.3",
+ "@walmart/exception-mini-app": "1.0.6",
"@walmart/facil... | @walmart/exception-miniapp 1.0.6 | @walmart/exception-miniapp 1.0.6
|
027d5850369191eb6cd7ae040b04d620d226afca | --- packages/me-at-walmart-container/src/services/logger.ts
@@ -158,7 +158,10 @@ export const MeAtWalmartLoggerService = LoggerServiceCreator(
export type IMeAtWalmartLoggerService = typeof MeAtWalmartLoggerService;
-// Set session ID immediately. Seems cloning before doing this causes clone to not have session in... | chore: add more detail to comment | chore: add more detail to comment
|
423ee49211ec7953b1de4dd57e5782b8389ea816 | --- src/components/Roster/AssociateListItem.tsx
@@ -83,26 +83,23 @@ export const AssociateListItem: React.FC<AssociateListItemProps> = (props) => {
/>
)}
- {
- //TODO: Set disabled state of button based on if user is in Roster or based on some condition defi... | updating list item | updating list item
|
0cfcdfacd23d402d91f7830b9b2d71bad04abcd9 | --- package-lock.json
@@ -4480,9 +4480,9 @@
"integrity": "sha512-z2/Jbqxuo4fn1cAhKDtglOaRx7L2Z2tE9kvkxK7CGwWowLdnSeJ/8AQd2TOxZrVJ3mPlf+h6rBi5ob/4AIRx4w=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.27",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Release drop 6 | Release drop 6 |
ad47300b0f3703bc53c2855227c38da1753fc112 | --- packages/allspark-foundation-hub/src/Store/Modules/Hub/HubDashboard.tsx
@@ -196,14 +196,14 @@ export const HubDashboard = ({
});
};
-useFocusEffect(
- useCallback(() => {
- const scrollView = scrollViewRef.current;
- if (scrollView) {
- scrollView.scrollTo({ y: 0, animated: false });
- }
- ... | lint fix | lint fix
|
e43f3614a081d1ec5eea4fee44ca729cc5fc0a09 | --- packages/me-at-walmart-athena-queries/src/updateManagerExperiencePreference.graphql
@@ -1,6 +1,20 @@
-mutation upsertManagerExperiencePreference($site: Int!, $teams: [ManagerExperienceTeamInput!], $win: String!) {
+mutation upsertManagerExperiencePreference(
+ $site: Int!
+ $teams: [ManagerExperienceTeamInput!]
+... | Adding site and countryCode to mutation | Adding site and countryCode to mutation
|
edbc1e860122759233b8d41821ab31cf33a101f3 | --- package-lock.json
@@ -4480,9 +4480,9 @@
"integrity": "sha512-cm+qipWHlYdZm4suG9cnSnOei8SybNZr3Y2N6quAcOJYXnRgSFrTAMxYbc6Rfkwxffw0HsCcK5ztrYELewDlQQ=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.4.33",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-cl... | Bump time-clock-mini-app version to 0.4.34 | Bump time-clock-mini-app version to 0.4.34
|
f3a0cf5b5f5e3be5774534557bc790e21e4841c7 | --- __tests__/__snapshots__/AppTest.tsx.snap
@@ -1,7 +1,10 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`RootContainer renders and fires startup event 1`] = `
-<Provider>
+<Provider
+ env="dev"
+ environmentOverrides={{}}
+>
<RenderGuard>
<RootStackNavigation />
</RenderGuard>
@@ -9,7 +12,10 @... | reverting - updating AppTest snapshots | reverting - updating AppTest snapshots
|
61f7ccdb54ca55a4dd98d1a254c14a2231a6447a | --- ios/Podfile.lock
@@ -1931,13 +1931,11 @@ PODS:
- React-Core
- react-native-view-shot (3.8.0):
- React-Core
- - react-native-webex-sdk (0.2.11):
+ - react-native-webex-sdk (0.3.4):
- React-Core
- SumoSDK (~> 2.6.1)
- WebexSDK/Wxc (~> 3.11.2)
- - react-native-webview (13.8.6):
- - gl... | downgrade react-native-webView to stable version 11.23.1 to fix w+ mini app unauthenticated issue | downgrade react-native-webView to stable version 11.23.1 to fix w+ mini app unauthenticated issue
|
ba80b7d934f6eac859210d9faae1b9a285523e9e | --- package.json
@@ -104,7 +104,7 @@
"@walmart/moment-walmart": "1.0.4",
"@walmart/onewalmart-miniapp": "1.0.14",
"@walmart/pay-stub-miniapp": "0.9.35",
- "@walmart/payrollsolution_miniapp": "^0.130.46",
+ "@walmart/payrollsolution_miniapp": "0.130.46",
"@walmart/price-changes-mini-app": "1.8.... | update package.json | update package.json
|
0d4a1eb8f7cb85ef45a89954af9bd9cbabd1c849 | --- src/index.tsx
@@ -27,8 +27,9 @@ import {useChannelUnreadCount, useMessagesUnreadCount} from './channels';
import {useTeamTextingFeature, useOneOnOneTextWithWin} from './hooks';
import {onNewMessage} from './navigation/utils';
import firestore from '@react-native-firebase/firestore';
-import {setFirestorePersiste... | update firestore config settings | update firestore config settings
|
05f847246caa03dfc88d9e839eeaf3fc40ad2ba3 | --- package.json
@@ -149,7 +149,7 @@
"@walmart/roster-mini-app": "3.3.0",
"@walmart/schedule-mini-app": "2.2.1",
"@walmart/shelfavailability-mini-app": "1.5.45",
- "@walmart/shop-gnfr-mini-app": "1.0.417",
+ "@walmart/shop-gnfr-mini-app": "1.0.418",
"@walmart/sidekick-mini-app": "4.201.13",
... | fix: GNFRTECH-10932 shopGNFR clockcheck added (#4559) | fix: GNFRTECH-10932 shopGNFR clockcheck added (#4559)
|
224574a59678290b62a55e27f586a55c40d29e1f | --- package.json
@@ -117,7 +117,7 @@
"@walmart/me-at-walmart-athena-queries": "6.1.4",
"@walmart/me-at-walmart-common": "6.1.4",
"@walmart/me-at-walmart-container": "6.1.4",
- "@walmart/metrics-mini-app": "0.22.2",
+ "@walmart/metrics-mini-app": "0.22.3",
"@walmart/mod-flex-mini-app": "1.16.4"... | Bumping metrics-mini-app version to 0.22.3 | Bumping metrics-mini-app version to 0.22.3
|
734d11ea5845b95920649f90cc16c6dc8807115b | --- src/auth/ErrorScreen.tsx
@@ -106,7 +106,7 @@ export const ErrorScreen: FC<any> = (props) => {
const getOptions = (list: Array<Lang>) => {
return list.map((opn, index) => ({
- id: '' + index,
+ id: index,
label: opn[lang],
}));
};
@@ -211,10 +211,10 @@ export const ErrorScreen: FC<... | fix: SSMP-3050 radio and checkbox clickable | fix: SSMP-3050 radio and checkbox clickable
|
96c5bcb4903b75f8849f87a5ac504de301a6a286 | --- packages/associate-exp-hub-mini-app/src/hooks/useGetStoreAssociateTeamPreference.ts
@@ -86,7 +86,6 @@ export const useGetStoreAssociateTeamPreference = () => {
win: String(win),
},
errorPolicy: 'all',
- fetchPolicy: 'cache-and-network',
});
// Log query results
--- packages/associate-e... | feat(ui): update fetch and error policy for all the queries | feat(ui): update fetch and error policy for all the queries
|
7542af6494cf1b5f54aea51dc4482f019ace2e79 | --- app.config.US.ts
@@ -22,9 +22,7 @@ const bundleIdentifier = Environment.select({
// Can we make it a process env variable?
const buildNumber = process.env.BUILD_NUMBER || "938";
-const magicWord = "Key";
-const androidMapsKeyField = `api${magicWord}`;
-const iosMapsKeyField = `googleMapsApi${magicWord}`;
+const... | chore: add missing script | chore: add missing script
|
a66b1decda7fa87f9305007c0c3e1e2741575f15 | --- packages/allspark-foundation/src/Notification/types.ts
@@ -4,9 +4,12 @@ import {
Domain,
SumoUser,
SumoDevice,
+ SumoEnvironment as NotificationEnvironment,
} from '@walmart/react-native-sumo-sdk';
import { PermissionStatus } from '../Permissions';
+export { NotificationEnvironment };
+
export type N... | fix: export sumo env enum for backwards compatability | fix: export sumo env enum for backwards compatability
|
0eca537155f8c157e4d6b20cc1cd54088072741e | --- src/screens/RosterScreen.tsx
@@ -59,17 +59,17 @@ export const RosterScreen: React.FC<RosterScreenProps> = () => {
const [associates, setAssociates] = useState<Associate[]>([]);
const teamLeads = useSelector(teamLeadJobDescriptions) as string[];
const [pullToRefresh, setPullToRefresh] = useState(false);
- ... | update the pull down to refresh function | update the pull down to refresh function
|
6ebf7c2fec5dfb125bf218feefbbd80e6a499c8a | --- src/notification.ts
@@ -8,9 +8,9 @@ export const onBackgroundNotification = (event?: SumoPushEvent) => {
let handled = false;
if (event?.customData?.category) {
console.log(
- '***** Texting mini app is handling this notification! The category: ' +
- event?.customData?.category,
+ '*****... | removing automatic run of push listener now that push is working end to end | removing automatic run of push listener now that push is working end to end
|
90a31de09e8b3d7a2dd5500d34803f72caff6c04 | --- package-lock.json
@@ -40,7 +40,7 @@
"@walmart/compass-sdk-rn": "4.0.0",
"@walmart/config-components": "4.1.0-rc.4",
"@walmart/core-services": "~2.0.19",
- "@walmart/core-services-allspark": "~2.10.19",
+ "@walmart/core-services-allspark": "~2.11.0",
"@walmart/core-u... | updated core services to use async-storage | updated core services to use async-storage
|
5bdc931bf6f5a269b1715a328496a34443035625 | --- src/logger/analytics.tsx
--- src/navigation/utils.ts
@@ -1,6 +1,6 @@
import {AllsparkNavigationClient} from '@walmart/allspark-foundation/Navigation';
import namecase from 'namecase';
-import {analytics} from '../logger/a';
+import {analytics} from '../logger/analytics';
import {logger} from '../common/logger'... | feat: updated analytics file name | feat: updated analytics file name
|
c577144fb590aefcb9c4ef24bef5621cd12ed5b9 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.2",
+ "version": "1.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.2",
+ "version": "1.0.3",
"hasInstallScr... | Update roster mini app version | Update roster mini app version
|
66394436485c20ed6322cd139f0653b785483298 | --- __tests__/components/__snapshots__/StatusChipTest.tsx.snap
@@ -1,78 +1,39 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`StatusChip renders correctly for absent associate 1`] = `
-Array [
- <Tag
- color="blue"
- variant="tertiary"
- >
- Do not disturb
- </Tag>,
- <Tag
- color="red"
- ... | fix snapshots | fix snapshots
|
8712a101c2abbd00823f7c0e82cf82a18fdaf6fb | --- core/__tests__/__mocks__/@walmart/manager-approvals-miniapp.js
@@ -1,6 +1,6 @@
module.exports = {
__esModule: true,
default: {
- buildScreensByTag: () => 'ManagerApprovalScreens',
+ buildAllScreens: () => 'ManagerApprovalScreens',
},
};
--- core/src/navigation/USHallway/AssociateHallwayNav/MainSt... | chore: resolved comments | chore: resolved comments
|
31130ab179937b7d4399114ecb5ee6e7b6ddc885 | --- ios/AllSpark.xcodeproj/project.pbxproj
@@ -582,7 +582,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 99D7C873A014A98046591001 /* Pods-AllSpark.release.xcconfig */;
buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-Dev";
+ ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon... | update types | update types
|
3da76d6d15fd0485278e99839d423afee39c6ce2 | --- package.json
@@ -131,7 +131,7 @@
"@walmart/react-native-encrypted-storage": "~1.1.3",
"@walmart/react-native-env": "6.1.4",
"@walmart/react-native-logger": "1.34.8",
- "@walmart/react-native-scanner-3.0": "0.6.7",
+ "@walmart/react-native-scanner-3.0": "0.6.6",
"@walmart/react-native-share... | scanner version reverted | scanner version reverted
|
4a77e536c739279123da47efe01b59f3d8dcaa80 | --- core/__tests__/__mocks__/@walmart/ask-sam-mini-app.js
@@ -1,3 +1,6 @@
module.exports = {
- AskSamMiniApp: 'AskSamMiniApp',
+ __esModule: true,
+ default: {
+ buildScreensByTag: () => 'AskSamMiniApp',
+ },
};
--- core/__tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.sn... | Added the foundation support on core | Added the foundation support on core
|
7740f38ac8489f25dc05862ed187559e03076588 | --- package.json
@@ -1,7 +1,7 @@
{
"name": "@walmart/roster-mini-app",
"version": "2.37.1",
- "main": "main.js",
+ "main": "dist/index.js",
"files": [
"dist",
"main.js"
@@ -96,7 +96,7 @@
"@walmart/react-native-sumo-sdk": "2.7.4",
"@walmart/redux-store": "6.3.29",
"@walmart/ui-compon... | fix(ui): update package | fix(ui): update package
|
586d8ff5ffbfea4ed7cba00dfce6e264b72ea263 | --- package-lock.json
@@ -4330,6 +4330,11 @@
}
}
},
+ "@walmart/payrollsolution_miniapp": {
+ "version": "0.67.0",
+ "resolved": "https://npme.walmart.com/@walmart/payrollsolution_miniapp/-/payrollsolution_miniapp-0.67.0.tgz",
+ "integrity": "sha512-CjwX3BO/z6YKm/G6eXeLkvTqRXmNa/r... | chore(welcomeMe): bump up welcome-me version and add payroll-min-app in peer -[RECRUIT-46125] | chore(welcomeMe): bump up welcome-me version and add payroll-min-app in peer -[RECRUIT-46125]
|
40b8bc7c06a49203cb111a823d1d558ed5261191 | --- src/navigation/index.tsx
@@ -55,22 +55,22 @@ export const RosterNavigationForManagerExperience = () => {
<RosterStackForManagerExperience.Navigator>
{/* TODO: update stack navigation for new roster experience */}
<RosterStackForManagerExperience.Screen
- name='myTeam.allTeams'
+ nam... | Update roster mini app | Update roster mini app
|
6ded85bfb8fa5ff4cff096ce8a0d288943046d01 | --- packages/allspark-foundation-hub/src/HubFeature/Shared/Components/ActionButtonGroup/ActionButtonGroup.tsx
@@ -3,6 +3,8 @@ import { ButtonGroupProps } from './types';
import { Button } from '@walmart/gtp-shared-components';
import { buttonGroupStyles as styles } from './style';
import { View } from 'react-native'... | feat: ff for action buttons edit button and search input | feat: ff for action buttons edit button and search input
|
2786f5493ce22a16a581b3aacbe66f974ae97174 | --- packages/allspark-foundation/__tests__/Navigation/components/__snapshots__/DrawerButton.test.tsx.snap
@@ -4,6 +4,7 @@ exports[`Navigation/components/DrawerButton should render DrawerButton snapshot
[
<IconButton
UNSAFE_style={{}}
+ accessibilityLabel="Menu"
color="white"
disabled={false}
... | chore: updated snapshot | chore: updated snapshot
|
69ad73957a5775dd63dcc9f9fc59f3054bbff718 | --- packages/me-at-walmart-container/__tests__/redux/navConfig.test.ts
@@ -39,6 +39,7 @@ const mockScope = {
deviceType: 'COPIUM',
appVersion: '1.0.8',
env: 'dev',
+ appId: 'meganav',
userId: 'swalton3',
country: 'US',
employeeType: 'S',
@@ -159,6 +160,7 @@ describe('nav config sagas', () => {
... | feat(integration): ALLSPARK-5948 update bff endpoint to non-prod (#4162) | feat(integration): ALLSPARK-5948 update bff endpoint to non-prod (#4162)
|
498dde7b0f7968e9a548aad11753fcd204fd2462 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "0.190.2",
"@walmart/compass-sdk-rn": "4.2.0",
"@walmart/config-components": "4.2.1",
- "@walmart/copilot-mini-app": "^1.77.2",
+ "@walmart/copilot-mini-app": "1.77.2",
"@walmart/core-services": "~2... | fix: bump profile-feature-app to 0.287.1 | fix: bump profile-feature-app to 0.287.1
|
22385db9dcf991e61584fbe201a4b24b19c97819 | --- packages/allspark-http-client/src/index.ts
@@ -20,5 +20,6 @@ export type {
// const baseHttpClient = new HttpClient({});
// const httpClient = addProxyMethod(baseHttpClient);
+// @ts-ignore
export default new HttpClient({});
// export type IHttpClient = typeof httpClient;
| chore: default http client type fix | chore: default http client type fix
|
2fde3243fff8520b6468e6159ef4e258ff21ffb6 | --- src/auth/ConfirmSignoutPrompt.tsx
@@ -4,7 +4,7 @@ import {useTranslation} from 'react-i18next';
import {StackScreenProps} from '@react-navigation/stack';
import {authActions} from '@walmart/redux-store';
-import {Button} from '@walmart/gtp-shared-components';
+import {Button, Body} from '@walmart/gtp-shared-com... | style upgrade. | style upgrade.
|
c846d232cdab07bfdbc474a74b62d8e2ee9b126a | --- __tests__/navigation/USHallway/AssociateHallwayNav/__snapshots__/MainStackNavTest.tsx.snap
@@ -345,21 +345,6 @@ exports[`AssociateHallwayNav renders MainStackNav 1`] = `
}
}
/>
- <Screen
- component={[Function]}
- name="Core.ChangeStoreModal"
- options={
- {
- "cardOverlayEnable... | fix: navigation fixes | fix: navigation fixes
|
2ed9fb3df13ff9eec8a074fb87fe46395ae32614 | --- packages/allspark-foundation-hub/src/HubFeature/Hub/Container/Screens/HubDashboard.tsx
@@ -96,26 +96,6 @@ export const HubDashboard = ({
);
const hubScreeName = useSelector(ManagerExperienceSelectors.getHubScreenName);
- const closeBottomSheet = React.useCallback(() => {
- if (isMutationError) {
- ... | Adding firebase telemetry | Adding firebase telemetry
|
1ea69d8eb13eb6de11302def6fc6f9cd61cc7e21 | --- package-lock.json
@@ -45,7 +45,7 @@
"@walmart/counts-component-miniapp": "0.1.2",
"@walmart/emergency-mini-app": "1.19.0",
"@walmart/exception-mini-app": "1.0.16",
- "@walmart/facilities-management-miniapp": "0.6.0",
+ "@walmart/facilities-management-miniapp": "0.6.1",
... | version update | version update
|
1f1471cbc4a12b17df8bb81f243a86b03df5980d | --- src/channels/provider.tsx
@@ -37,6 +37,7 @@ import {logger} from '../logger/Logger';
import {textingSlice} from '../redux/reducer';
import {SEVEN_DAYS_AGO_TIMESTAMP} from '../constants';
import {useGetViewersPrimaryTeamId} from '../hooks';
+import {uniq} from 'lodash';
/**
* @description Maintains list of c... | making channel state ids unique | making channel state ids unique
|
e7904aa6b6960c7e517db217e3619a417d7281a8 | --- .looper.yml
@@ -2,6 +2,11 @@ tools:
nodejs: 16.17.0
sonarscanner: 3.0.3.778
+triggers:
+ - manual:
+ name: Publish
+ call: default
+
flows:
default:
- call: pr
--- .looper.yml
@@ -2,6 +2,11 @@ tools:
nodejs: 16.17.0
sonarscanner: 3.0.3.778
+triggers:
+ - manual:
+ name: P... | adding manual looper trigger | adding manual looper trigger
|
ade4be121a1c2e9dd3bc118c4df25ad377477a9a | --- packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
@@ -95,12 +95,9 @@ export const TeamSwitcher = ({
const { isOffSite, allTeamsOfStore } = useGetAllTeamsOfStore();
const flatListRef = useRef<FlatList<any>>(null);
- useFocusEffect(
- useCallback(() => {
- if (flatListRef.curr... | Update packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx | Update packages/allspark-foundation-hub/src/Store/Modules/TeamSwitcher/index.tsx
Co-authored-by: AI Code Assistant <AI-Code-Assistant@email.wal-mart.com> |
a8e7a5c40e6e52ffaf85bad02d399b3dcd92f9f6 | --- core/__tests__/scanner/useScannerSdkTypeTest.ts
@@ -0,0 +1,71 @@
+import { renderHook } from '@testing-library/react-hooks';
+import { useSelector } from 'react-redux';
+import { enableConstellationSDK } from '@walmart/react-native-scanner-3.0';
+import { useScannerSdkType } from '../../src/scanner/useScannerSdkTyp... | added support for scanner sdk switch | added support for scanner sdk switch
|
50451e21f1a58e17952143e4fca9863a35b586a8 | --- .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 |
10d27b459849ad5196fee904a41c252be6e461a5 | --- packages/allspark-graphql-client/codegen/envReplacer.js
@@ -0,0 +1,25 @@
+const envReplacer = (config, env) => {
+ Object.keys(config).forEach((key) => {
+ const value = config[key];
+
+ if (typeof value === 'string') {
+ if (value.includes('$env.')) {
+ const envKey = value.split('$env.')[1];
+ ... | feat: rename apollo provider. add client hook | feat: rename apollo provider. add client hook
|
cd4b08590c8ee81fabda743db113bdd4fa3de6d3 | --- packages/allspark-foundation/src/Components/ComponentContainers.tsx
@@ -316,6 +316,7 @@ class ComponentContainerManager<ParamList extends Record<string, any>> {
if (!this._containers[containerId]) {
// @ts-ignore
this._containers[containerId] = container;
+ this._flushQueueForContainer(conta... | refactor: move flush of queue in component container to register for consistency | refactor: move flush of queue in component container to register for consistency
|
94e6cfac84f7974ef6b8d21250c8fb194d90540d | --- packages/allspark-app-auth/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.
+## [2.1.3](https://gecgithub01.walmart.com/allspark/allspark-core-services/compare/@walmart/allspark-a... | chore(version): updating package version | chore(version): updating package version
- @walmart/allspark-app-auth@2.1.3
- @walmart/allspark-graphql-client@1.1.2
- @walmart/allspark-http-client@2.2.2
- @walmart/allspark-redux-store@1.2.3
- @walmart/allspark-utils@1.1.3
|
b235de4382224462417994ae2278c25dc2f6ee71 | --- src/containers/ChatInput/index.tsx
@@ -217,7 +217,11 @@ export const ChatInput = (props: {
maxHeight: 512,
maxWidth: 512,
},
- ).catch((e) => logger.error('pick image error', e));
+ ).catch((e) =>
+ logger.error('pick image error', {
+ message: `error while picking image $... | fixing logger error | fixing logger error
|
f63216b88aa9f74da92ae423d2438f5a911c4d45 | --- android/app/build.gradle
@@ -134,7 +134,7 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 98
+ versionCode 99
versionName "1.0.8"
}
sp... | Incrementing build number | Incrementing build number
|
d9e424ec052c6742fde9be570c70076ec925b547 | --- src/navigation/AssociateHallwayNav/Tabs/MyTeamStackNav.tsx
@@ -32,7 +32,7 @@ export const MyTeamStackNav = () => {
options={{
title: t('navigation.myTeam'),
headerLeft: () => <DrawerButton />,
- // headerRight: Components.HeaderSearchIcon,
+ headerRight: Components.H... | update ptt stack nav to include search icon | update ptt stack nav to include search icon
|
cafe6ed7f0092c682d9528d83e1f6e022353481e | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [2.34.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.33.0...v2.34.0) (2025-05-01)
+
+
+### Features
+
+* **ui:** update package ([5c8559f](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/5c8559f883ef062476dd2894b98a1ed974c405d9))
+
# [2.33.0](http... | chore(release): 2.34.0 [skip ci] | chore(release): 2.34.0 [skip ci]
# [2.34.0](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.33.0...v2.34.0) (2025-05-01)
### Features
* **ui:** update package ([5c8559f](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/5c8559f883ef062476dd2894b98a1ed974c405d9))
|
fd169de90921dcdecef096437615d22188bb53b2 | --- package.json
@@ -100,7 +100,7 @@
"@walmart/core-utils": "6.1.4",
"@walmart/core-widget-registry": "6.1.4",
"@walmart/counts-component-miniapp": "0.1.11",
- "@walmart/emergency-mini-app": "1.27.5",
+ "@walmart/emergency-mini-app": "1.27.6",
"@walmart/exception-mini-app": "1.8.3",
"@wal... | emergency version updated | emergency version updated
|
441e7cbcb2c99d34983282bb3280e51138b8ce8a | --- packages/allspark-foundation/src/cli/linkUtils.ts
@@ -9,7 +9,9 @@ function mergeDeep(
target: Record<string, any>,
...sources: Record<string, any>[]
): any {
- if (!sources.length) return target;
+ if (!sources.length) {
+ return target;
+ }
const source = sources.shift();
if (isObject(target) ... | fix: link command did not account for packages already present in package json while creating react native config file | fix: link command did not account for packages already present in package json while creating react native config file
|
678d8fb8e063571b1c8110f2382376e754761e04 | --- package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@walmart/roster-mini-app",
- "version": "1.0.1",
+ "version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@walmart/roster-mini-app",
- "version": "1.0.1",
+ "version": "1.0.2",
"hasInstallScr... | Update roster mini app version | Update roster mini app version
|
3272e7961e2a6864d109f09e99faac33dc1688de | --- packages/allspark-foundation-hub/package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/allspark-foundation-hub",
- "version": "1.2.14",
+ "version": "1.2.15",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
| Update the reducer for both Store and Supply Chain | Update the reducer for both Store and Supply Chain
|
caadd283e414613ed94c37182c1058908c455e08 | --- packages/allspark-foundation/__tests__/Components/DynamicComponents.test.tsx
@@ -11,13 +11,6 @@ describe('DynamicComponent', () => {
beforeEach(() => {
component = new DynamicComponent(MockTemplate);
});
-
- test('should add and render a record', () => {
- component.add('record-1', { value: 'Hello Wo... | updated dynamic component | updated dynamic component
|
2a7e5ce5eed584c978bc62845c4e1373e1ca5364 | --- graphql.yml
@@ -71,7 +71,6 @@ applications:
queryTemplate: 'src/queries/getDailyRoster.graphql'
tags:
- 'v3'
- - 'Drop13'
- name: 'GetTeamById'
queryTemplate: 'src/queries/getTeamById.graphql'
tags:
| removing drop13 tag | removing drop13 tag
|
c8d52f807c942f4bb717d4542f62500db8d2a0d1 | --- package.json
@@ -204,6 +204,6 @@
"dependencies": {
"expo": "~51.0.28",
"react": "18.2.0",
- "react-native": "0.74.5"
+ "react-native": "~0.75.4"
}
}
| fix(ui): update package | fix(ui): update package
|
dfff8799ad7b208b3d24655997ccf850f2ab1652 | --- .looper-native-common-saucelabs.yml
@@ -25,7 +25,7 @@ envs:
tools:
maven: 3.5.4
- nodejs: 9.11.2
+ nodejs: 12.4.0
jdk: 8
flows:
--- .looper-native-common.yml
@@ -30,7 +30,7 @@ envs:
tools:
maven: 3.5.4
- nodejs: 9.11.2
+ nodejs: 12.4.0
jdk: 8
flows:
| Chore/update node ver in ci (#255) | Chore/update node ver in ci (#255)
* update to version 12
* update sauce build yml |
8a47b5becb140415017d94cd0a27ce63ca7ddaca | --- package.json
@@ -141,7 +141,7 @@
"@walmart/returns-mini-app": "4.6.0",
"@walmart/rfid-scan-mini-app": "2.3.16",
"@walmart/roster-mini-app": "2.4.0",
- "@walmart/schedule-mini-app": "0.117.0",
+ "@walmart/schedule-mini-app": "0.118.0",
"@walmart/shelfavailability-mini-app": "1.5.26",
"... | bumping SMA and wfm-ui for drop 23 | bumping SMA and wfm-ui for drop 23
|
03e7ac1860c6ee9ed7a1795e6a8e8bc4fd238e36 | --- package-lock.json
@@ -4314,9 +4314,9 @@
}
},
"@walmart/counts-component-miniapp": {
- "version": "0.0.34",
- "resolved": "https://npme.walmart.com/@walmart/counts-component-miniapp/-/counts-component-miniapp-0.0.34.tgz",
- "integrity": "sha512-D1I8i9IA/LlfKInPduKHARhcJ2KuUVKQ8GMoHlLB... | Bump counts versions | Bump counts versions
|
fbb5ddc7bb262669839bf1e8cb6051ba5b4f0855 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/me-at-walmart",
- "version": "1.27.0",
+ "version": "1.28.0",
"private": true,
"workspaces": [
"core",
--- targets/US/android/app/build.gradle
@@ -106,8 +106,8 @@ android {
applicationId "com.walmart.stores.allspark.beta"
minSdkVe... | version bump to 1.28.0 | version bump to 1.28.0
|
1b9a824bbaf59d9e2bcc21713409d5e3b6a415b4 | --- package.json
@@ -72,7 +72,7 @@
"@walmart/gtp-shared-components": "^0.2.2",
"@walmart/impersonation-mini-app": "1.0.15",
"@walmart/inbox-mini-app": "0.0.92",
- "@walmart/ItemInfo": "0.1.119",
+ "@walmart/ItemInfo": "0.1.121",
"@walmart/moment-walmart": "1.0.4",
"@walmart/push-to-talk-m... | iteminfo package update | iteminfo package update
|
181e60c4f15fcb150a94f1c3dcb52212dbd1a22e | --- android/app/src/main/AndroidManifest.xml
@@ -7,13 +7,8 @@
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
- <uses-permission android:na... | Update AndroidManifest.xml | Update AndroidManifest.xml |
47e7a074de28183d4855e3cf41888524be7c7ba2 | --- packages/celebration-mini-app/CHANGELOG.md
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [1.38.0](https://gecgithub01.walmart.com/smdv/celebration-mini-app/compare/@walmart/celebration-m... | chore(version): updating package version | chore(version): updating package version
- @walmart/celebration-mini-app@1.38.0
|
6134121ca8b3ac231f697b3893dccab62671c9cf | --- package-lock.json
@@ -3187,9 +3187,9 @@
"integrity": "sha512-4VL2h7BKEZNP+QtIaYbQXJ6kpxZdeeCqTA3PvP1L933vlNsilF3y5RO9lCyMsTjWQ+AJ3Ww6gqC/oNDxjTvtGw=="
},
"@walmart/time-clock-mini-app": {
- "version": "0.2.5",
- "resolved": "https://npme.walmart.com/@walmart/time-clock-mini-app/-/time-clo... | Falling back to GTA API if K-Graph fails | Falling back to GTA API if K-Graph fails
To load the business unit that controls whether to show or hide the time clock
|
db58565145b6870139ddcb6789e468518921fde6 | --- __tests__/screens/RosterDetailScreen.test.tsx
@@ -49,6 +49,7 @@ const mockRoute: RouteProp<RosterNavParamsMap, 'myTeam.rosterDetail'> = {
},
} as any;
+// eslint-disable-next-line jest/no-disabled-tests
describe.skip('RosterDetailScreen', () => {
(useSelector as jest.Mock).mockReturnValue(true);
(useGe... | fix(bug): fix linting warnings | fix(bug): fix linting warnings
|
fd3f901858132bcf4667019d99e885cb4b0d33e5 | --- __tests__/PinAccess/PinAccessScreenTest.tsx
@@ -64,7 +64,7 @@ describe('PinAccess', () => {
mockUseState.mockReturnValueOnce(['', setErrorMsg]); //errorMsg;
mockUseState.mockReturnValueOnce(['', setStoredPin]); //storedPin;
mockUseState.mockReturnValueOnce([false, setShowDialog]); //showDialog;
- ... | added translation and forgot pin backdrop (#469) | added translation and forgot pin backdrop (#469)
|
a0af8b2988a625417b591fcda540462f774aba5a | --- packages/allspark-foundation/src/Navigation/client.tsx
@@ -263,7 +263,10 @@ export class NavigationClient<
* Get the feature id for a given screen name.
*/
public getFeatureIdForScreenName = (screenName: string) => {
- return this._screenToFeatureMapping.get(screenName);
+ return this._screenToFeat... | fix: screen to feature mapping in navigation client was not properly bound | fix: screen to feature mapping in navigation client was not properly bound
|
4f02778f08c04958ed4414e8bb93c78c3abc719b | --- packages/allspark-foundation/src/Core/docs/MigrationPhase1.md
@@ -159,7 +159,7 @@ If you believe a peer dependency to be incorrect or if it conflicts with the fou
If using NPM its possible peer dependendencies of the Foundation and Me@Walmart container were auto-installed for you. For those dependencies that are... | chore: small typo fixes | chore: small typo fixes
|
43da4412382601c83aedc917d237dbe228efb82c | --- package.json
@@ -151,7 +151,7 @@
"@walmart/react-native-webex-sdk": "0.9.20",
"@walmart/receipt-check-miniapp": "1.34.4",
"@walmart/redux-store": "~6.3.28",
- "@walmart/returns-mini-app": "4.17.10",
+ "@walmart/returns-mini-app": "4.17.12",
"@walmart/rfid-scan-mini-app": "2.14.3",
"@w... | Feature/returns mini app bug fix develop (#4840) | Feature/returns mini app bug fix develop (#4840)
|
69d204b360362988d464cab771948035176aed57 | --- app.config.US.ts
@@ -220,7 +220,7 @@ const CONFIG: ExpoConfig = {
"Allow $(PRODUCT_NAME) to use your Camera for scanning barcodes",
},
],
- "./plugins/withActiveArchFix",
+ // "./plugins/withActiveArchFix",
"./plugins/withAppAuth",
"./plugins/withBoringSSLFix",
"./plugins... | chore: remove local plugin | chore: remove local plugin
|
74a2a28c986631a97180c403477a5285a3a0f896 | --- .looper.multibranch.yml
@@ -317,22 +317,23 @@ flows:
- declare(buildOutput)
- declare(sourceMap)
- var(version): sh scripts/getIOSAppVersionFromInfoPlist.sh ios/AllSpark/Info.plist
- - try:
- - if: |
- %{os == "ios"}
- then:
- - call: ios-process
- else:
- ... | short-circuit and just send the message | short-circuit and just send the message
|
7b09937fab1c4794897d6e8f1b97d3ce1e06eec3 | --- index.js
@@ -10,8 +10,8 @@ import 'moment/locale/es-mx';
import {AppRegistry} from 'react-native';
import {App} from './src';
import {name as appName} from './app.json';
-import {setupCalling} from '@walmart/calling-mini-app';
+// import {setupCalling} from '@walmart/calling-mini-app';
-setupCalling();
+// set... | fix: remove calling for test | fix: remove calling for test
|
3bd2455f340e4eddc8e9ebe5a3a5890c00f400d0 | --- Gemfile.lock
@@ -6,6 +6,22 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
artifactory (3.0.15)
atomos (0.1.3)
+ aws-eventstream (1.1.1)
+ aws-partitions (1.467.0)
+ aws-sdk-core (3.114.2)
+ aws-eventstream (~> 1, >= 1.0.2)
+ aws-partitions (~> 1, >= 1.239.0)
+ aws-sigv4 (~> 1.1)
+ ... | updating gem lock file | updating gem lock file
|
7560be52d2618137cda7c1c0994194a00103cb3b | --- package.json
@@ -162,7 +162,7 @@
"@walmart/sidekick-mini-app": "4.231.0",
"@walmart/store-feature-orders": "1.34.7",
"@walmart/talent-preboarding-mini-app": "1.0.48",
- "@walmart/taskit-mini-app": "5.42.29",
+ "@walmart/taskit-mini-app": "5.42.30",
"@walmart/time-clock-mini-app": "3.19.6",... | feat: taskit version updated | feat: taskit version updated
|
be5a8c966820af54b20bb2f07bd4847ee587e4d7 | --- package-lock.json
@@ -1854,34 +1854,15 @@
}
},
"@walmart/allspark-health-survey-mini-app": {
- "version": "0.0.11",
- "resolved": "https://npme.walmart.com/@walmart/allspark-health-survey-mini-app/-/allspark-health-survey-mini-app-0.0.11.tgz",
- "integrity": "sha512-T8JtxrBxNfvtS9iek... | bump (#199) | bump (#199)
* bump
* fix data lib version
* fix again cuz ctrl+x
* final flub
Co-authored-by: Anthony Helms - awhelms <awhelms@wal-mart.com> |
6d6aa90854a6abdfb0be6cc1fa8b90f0c19f32d3 | --- packages/allspark-foundation/src/Core/docs/Migrating.md
@@ -21,7 +21,7 @@ The [Allspark Feature Template](https://gecgithub01.walmart.com/store-systems-as
With the Foundation we will no longer rely on legacy peer dependency behavior. This means we no longer need feature apps to install the Foundation's dependenc... | chore: update migration doc | chore: update migration doc |
13d09b006645ae9fa20567b8842bd907af14de28 | --- package-lock.json
@@ -83,7 +83,7 @@
"@walmart/taskit-mini-app": "2.34.6",
"@walmart/time-clock-mini-app": "2.98.0",
"@walmart/topstock-mini-app": "1.0.6",
- "@walmart/ui-components": "1.14.1",
+ "@walmart/ui-components": "1.15.0",
"@walmart/welcomeme-mini-app": "0.7... | update UI component to 1.15.0 | update UI component to 1.15.0
|
4acb7ee44a937f45822ead4ff30eeefd4ae31036 | --- package.json
@@ -1,6 +1,6 @@
{
"name": "@walmart/myteam-mini-app",
- "version": "1.2.0",
+ "version": "1.2.1",
"main": "dist/index.js",
"files": [
"dist"
| Update mini app versions | Update mini app versions
|
f915309bf28593d5fe8405e3c1f8dacdd678b987 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.38.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.38.0...v2.38.1) (2025-05-21)
+
+
+### Bug Fixes
+
+* **ui:** update package ([2684392](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/2684392b75f5629bcd5888ca0c1d9fcd612f85b9))
+
# [2.38.0](ht... | chore(release): 2.38.1 [skip ci] | chore(release): 2.38.1 [skip ci]
## [2.38.1](https://gecgithub01.walmart.com/smdv/roster-miniapp/compare/v2.38.0...v2.38.1) (2025-05-21)
### Bug Fixes
* **ui:** update package ([2684392](https://gecgithub01.walmart.com/smdv/roster-miniapp/commit/2684392b75f5629bcd5888ca0c1d9fcd612f85b9))
|
1aa794fc73599795b7afab8adc6b9fc3bd206d86 | --- package.json
@@ -81,7 +81,7 @@
"@walmart/core-utils": "~1.0.10",
"@walmart/counts-component-miniapp": "0.0.35",
"@walmart/exception-mini-app": "0.42.1",
- "@walmart/facilities-management-miniapp": "0.0.4",
+ "@walmart/facilities-management-miniapp": "0.0.5",
"@walmart/feedback-all-spark-mi... | Version update to 0.0.5 | Version update to 0.0.5
|
2d22b4bc1ea4bb1be71c81be521e8f8c7f520272 | --- patches/@walmart+financial-wellbeing-feature-app+1.19.1.patch
@@ -0,0 +1,17 @@
+diff --git a/node_modules/@walmart/financial-wellbeing-feature-app/dist/assets/images/.DS_Store b/node_modules/@walmart/financial-wellbeing-feature-app/dist/assets/images/.DS_Store
+new file mode 100644
+index 0000000..e69de29
+diff --g... | added AVP shared provider with the patch file | added AVP shared provider with the patch file
|
3f3e5381551a726265c0cb5d6bae3f51f1abe0d1 | --- package-lock.json
@@ -67,8 +67,8 @@
"@walmart/mod-flex-mini-app": "1.11.6",
"@walmart/moment-walmart": "1.0.4",
"@walmart/onewalmart-miniapp": "1.0.16",
- "@walmart/pay-stub-miniapp": "0.10.15",
- "@walmart/payrollsolution_miniapp": "0.131.15",
+ "@walmart/pay-stub-mi... | bump version | bump version
|
75cd5703fe7dbf072af6b0c363e0146241fa0bd2 | --- src/redux/selectors.ts
@@ -49,9 +49,10 @@ export const pushToTalkEnabled = createSelector(
export const teamLeadJobDescriptions = createSelector(
[getTextingAppConfigData],
(state) => {
- const jobDescriptions = state?.teamLeadJobDescriptions?.toString();
+ const jobDescriptions = state?.teamLeadJobDes... | fixing json parse error | fixing json parse error
|
bf1967964fbab9c12a4871851380191f5c85cb2f | --- packages/allspark-foundation/__tests__/Components/SharedComponents.test.tsx
@@ -47,6 +47,6 @@ describe('AllsparkSharedComponents', () => {
it('should return null if the component is not registered', () => {
const { UNSAFE_root } = render(<manager.Component id="NonExistent" props={{}} />);
- ... | code cleanup | code cleanup
|
79196be3a9ba1502a38d995990e5a15abf0682ec | --- src/appState/AppStateChannel.ts
@@ -1,15 +1,10 @@
import {AppState, AppStateStatus} from 'react-native';
-import {eventChannel} from 'redux-saga';
+import {END, eventChannel} from 'redux-saga';
-export function createAppStateChannel() {
- return eventChannel((emit) => {
- const appStateChange = (nextAppState... | Simplifying app state channel | Simplifying app state channel
|
d74684a00365cff13a713dbbdc94ddddae60b12b | --- 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.27",
+ "@walmart/learning-mini-app": "20.0.28",
"@walmart/manager-approvals-miniapp": "0.2.4",
... | feat: :sparkles: Bump learning mini app version to 20.0.28 | feat: :sparkles: Bump learning mini app version to 20.0.28
|
0a4aaea966eb97d55922e7734100d31d21fa0e84 | --- .looper.multibranch.yml
@@ -24,7 +24,7 @@ envs:
ANDROID_BASE_PATH: targets/US/android
branches:
- - spec: feature/drop24-sidekick
+ - spec: feature/drop24
triggers:
- manual:
name: Publish Packages (Pre-Release)
| chore: revert looper change | chore: revert looper change
|
599dec9a6f146f1050b7f40f7d9f897b834bf956 | --- docs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.9.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.8.0...v3.9.0) (2025-12-16)
+
+
+### Features
+
+* **ui:** update roster version ([eae5f92](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/eae5f92d84e33a358fe70623e5eacc46428eba3f))
+
# [3.8.0](h... | chore(release): 3.9.0 [skip ci] | chore(release): 3.9.0 [skip ci]
# [3.9.0](https://gecgithub01.walmart.com/smdv/myteam-miniapp/compare/v3.8.0...v3.9.0) (2025-12-16)
### Features
* **ui:** update roster version ([eae5f92](https://gecgithub01.walmart.com/smdv/myteam-miniapp/commit/eae5f92d84e33a358fe70623e5eacc46428eba3f))
|
f75d6ea12d241ccfdf8fef4db901118fba43be1c | --- graphql.yml
@@ -36,11 +36,6 @@ applications:
queryTemplate: 'packages/me-at-walmart-athena-queries/src/getLoggedInUser.graphql'
tags:
- 'v1'
- - name: 'getSupplyChainTeamPreference'
- hash: '61253c3d4d8ab6db774a903969c2f63de9113f44c1947d52c3630dd38ce30839... | feat(ui) reran codegen | feat(ui) reran codegen
|
8246e353243a8adf205eae1d7cb50870d8b78d47 | --- package-lock.json
@@ -43,7 +43,7 @@
"@walmart/attendance-mini-app": "1.62.13",
"@walmart/compass-sdk-rn": "5.18.9",
"@walmart/config-components": "4.2.13",
- "@walmart/copilot-mini-app": "3.26.4",
+ "@walmart/copilot-mini-app": "3.32.1",
"@walmart/core-services": "~... | feat(Drop18): bump copilot-mini-app 3.32.1 | feat(Drop18): bump copilot-mini-app 3.32.1
|
9bba0e23260f98c69caa99d702d493ce7edb3a1a | --- ios/Podfile.lock
@@ -5,12 +5,11 @@ PODS:
- Apollo/SQLite (0.42.0):
- Apollo/Core
- SQLite.swift (~> 0.12.2)
- - AppAuth (1.5.0):
- - AppAuth/Core (= 1.5.0)
- - AppAuth/ExternalUserAgent (= 1.5.0)
- - AppAuth/Core (1.5.0)
- - AppAuth/ExternalUserAgent (1.5.0):
- - AppAuth/Core
+ - AppAuth (... | Update ios/Podfile.lock | Update ios/Podfile.lock |
9b29ec37d6d3b6d3411e7823396d38d26b8adacb | --- packages/allspark-foundation-hub/src/HubFeature/SupplyChain/Components/TeamShiftSwitcher/TeamShiftSwitcher.tsx
@@ -1,6 +1,11 @@
import React, { useState } from 'react';
import { TeamSwitcherLoading } from './TeamSwitcherLoading';
-import { LayoutChangeEvent, TouchableOpacity, View } from 'react-native';
+import {... | feat: added truncation | feat: added truncation
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.