Update dependencies. - #576
Open
przemyslaw-zan wants to merge 1 commit into
Open
Conversation
przemyslaw-zan
marked this pull request as ready for review
August 6, 2026 19:15
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.
🚀 Summary
Updates dependencies.
📌 Related issues
💡 Additional information
Refreshes the lockfile and:
^20.3.25to^20.3.27, and adds@angular/{common,core,forms}overrides sosrc/ckeditor's auto-installed peers resolve to the same version as the root (the lockfile previously carried both 20.3.25 and 20.3.27);^4.1.10;@modelcontextprotocol/sdkto^1.30.0, the first release that accepts@hono/node-server@^2.The
overridesblock was tidied from 27 to 10 entries — each was removed in turn and the workspace re-resolved, and everything that no longer changed the resolved tree was dropped (including the deadtar@^6selector). Two staleminimumReleaseAgeExcludeentries (axios,vite) were removed: every installed copy is now well past the release-age window, so they no longer had any effect.pnpm install --frozen-lockfilesucceeds and the test suite passes (95 tests).