chore(deps): bump patch-level dependencies#4956
Draft
fionan-SAP wants to merge 7 commits into
Draft
Conversation
Upgrades 25 patch-level dependencies across 52 packages and fixes 2 version inconsistencies (typescript-eslint aligned to 8.64.0, @ui5/project pin updated to 4.0.17). Includes cascade changesets for esbuild-bundled consumers.
🦋 Changeset detectedLatest commit: 49c2b91 The changes in this PR will be included in the next version bump. This PR includes changesets to release 70 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…breaks bundled plugin tests
…OENT rename in ui5Framework)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps 23 patch-level dependencies across 52 packages with zero production code changes. Also aligns
typescript-eslintto8.64.0in root and example packages (the version split was between8.57.2and8.61.1), updates the@ui5/projectdevDep pin to4.0.17injest-environment-ui5, and adds cascade changesets for@sap-ux/fiori-mcp-server,@sap-ux/eslint-plugin-fiori-tools, andsap-ux-sap-systems-ext.Dependencies bumped:
semver@sap-devx/yeoman-ui-types@sap/bas-sdkqs@sap/approuterapplicationinsights@fluentui/reactsanitize-htmlfs-extranock@types/supertest@types/http-proxy@ui5/clipostcsspromptfoo@changesets/cli@eslint/eslintrc@babel/eslint-parser@babel/parser@humanwhocodes/momoasynckit@ui5/project(devDep pin)Excluded after CI failures:
@sap/ux-specification1.144.5 → 1.144.7 — reverted. Despite being a patch release, 1.144.7 removed exported types (Application,PageType,PageTypeV4,FioriElementsVersion,ArtifactType,Parserand others) and changed internaldist/types/src/module paths, breaking@sap-ux/fiori-mcp-serverand@sap-ux/ui5-test-writerbuilds.synckit0.11.13,@babel/eslint-parser8.0.1,@babel/parser8.0.4,@humanwhocodes/momoa3.3.10,@typescript-eslint/*8.64.0 in@sap-ux/eslint-plugin-fiori-tools— reverted.synckit0.11.13 changes its behaviour when esbuild-bundled, causing the plugin's rule loading to returnnullruleIds, breaking 2 integration tests. These devDeps are bundled into the plugin's dist via esbuild so version changes affect the published artefact.Type of change
How have you tested?
pnpm lint:dependency-versionspasses locallypnpm validate:changesetspasses locally@sap-ux/fiori-mcp-serverbuild passes locally; 1 pre-existing test failure insearch-docs-embeddings.test.tsalso present onmain@sap-ux/ui5-test-writerbuild and tests pass locally (398/398)@sap-ux/eslint-plugin-fiori-toolstests pass locally (841/841) after revertsChecklist: