build: update all non-major dependencies (main)#32920
build: update all non-major dependencies (main)#32920angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies, including @modelcontextprotocol/sdk, rollup, and various @typescript-eslint packages. The review highlights that despite the version bumps in package.json, the pnpm-lock.yaml file still contains references to older versions of @typescript-eslint and rollup for certain packages within the monorepo. It is recommended to fully synchronize these versions across the entire dependency graph to ensure consistency and avoid potential build issues.
| "@typescript-eslint/eslint-plugin": "8.58.0", | ||
| "@typescript-eslint/parser": "8.58.0", |
There was a problem hiding this comment.
The pnpm-lock.yaml file indicates that version 8.57.2 of several @typescript-eslint packages (such as @typescript-eslint/types) is still being retained in the dependency graph alongside the new 8.58.0 version. To avoid dependency duplication and ensure consistent linting behavior across the monorepo, it is recommended to synchronize these versions. Note that updating to 8.58.0 is particularly important here as it expands the supported TypeScript peer dependency range to <6.1.0, which correctly accommodates the 6.0.2 version currently specified in the lockfile (which was technically a violation of the 8.57.2 constraint of <6.0.0).
| "puppeteer": "24.40.0", | ||
| "quicktype-core": "23.2.6", | ||
| "rollup": "4.60.0", | ||
| "rollup": "4.60.1", |
There was a problem hiding this comment.
While rollup is updated to 4.60.1 in the root, the lockfile shows that 4.60.0 is still present and used by other packages in the workspace (e.g., @rollup/plugin-json and various @rollup/rollup-* platform-specific packages still have entries tied to 4.60.0). Since 4.60.1 contains a fix for a caching issue where side-effect imports could be incorrectly dropped, it is recommended to update all instances of rollup across the monorepo to ensure build correctness and consistency.
e6fc5c2 to
ab60a81
Compare
See associated pull request for more information.
ab60a81 to
6292e5d
Compare
This PR contains the following updates:
1.28.0→1.29.04.60.0→4.60.18.57.2→8.58.08.57.2→8.58.05.50.0→5.50.11.0.0-rc.12→1.0.0-rc.134.60.0→4.60.17.24.6→7.24.7Release Notes
modelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.29.0Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/typescript-sdk@v1.28.0...v1.29.0
rollup/rollup (@rollup/wasm-node)
v4.60.1Compare Source
2026-03-30
Bug Fixes
Pull Requests
cafece8(@renovate[bot], @lukastaegert)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.58.0Compare Source
🚀 Features
🩹 Fixes
no-unnecessary-type-arguments(#12163)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.58.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
algolia/algoliasearch-client-javascript (algoliasearch)
v5.50.1Compare Source
rolldown/rolldown (rolldown)
v1.0.0-rc.13Compare Source
🚀 Features
🐛 Bug Fixes
meta.chunksinrenderChunkhook (#8956) by @sapphi-redvite-test-ubuntuwhen build is skipped (#8934) by @Copilot🚜 Refactor
create_ecma_viewreturn destructuring and remove redundant binding (#8932) by @shulaoda📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
@emnapi/runtimeand@emnapi/coreas direct deps of@rolldown/browser(#8978) by @Copilottype-checkscripts (#8957) by @sapphi-red❤️ New Contributors
nodejs/undici (undici)
v7.24.7Compare Source
What's Changed
redirectionLimitReachedby @samuel871211 in #4933New Contributors
Full Changelog: nodejs/undici@v7.24.6...v7.24.7