fix(deps): update all non-major dependencies#55
Conversation
d1fd71e to
3bb3846
Compare
6caac6f to
8c598d6
Compare
8c598d6 to
f158b98
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (3)
📝 WalkthroughWalkthroughThis PR updates the Node.js runtime from 24.15.0 to 24.16.0 across three GitHub Actions workflows. The root package.json is updated to use pnpm 11.5.2 and bumps core devDependencies for build tools and type definitions. React runtime and build tool dependencies are consistently updated across the e2e test package and all four example packages (client, react-router, server, static) to maintain ecosystem alignment. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/lint.yml:
- Line 21: The workflow pins node-version: '24.16.0' which may expose CI to
known 24.x issues; update the lint workflow to stop hard-pinning to that exact
patch and instead use a safer spec (e.g., '24.x' or 'lts/*') or a matrix of node
versions to cover a safe patch (or explicitly bump to a newer patched 24.x after
verifying the runner OS), and add a short comment near the node-version key
explaining why the change was made and to verify any steps that run with
permission-model flags or Windows/libuv/WASM-sensitive tooling.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: ae1ddade-ef8b-4b2c-8f25-a4ffb6810b25
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (9)
.github/workflows/lint.yml.github/workflows/release.yml.github/workflows/test.ymle2e/package.jsonexamples/client/package.jsonexamples/react-router/package.jsonexamples/server/package.jsonexamples/static/package.jsonpackage.json
f158b98 to
85f74b9
Compare
85f74b9 to
d2e92d9
Compare
This PR contains the following updates:
^2.0.6→^2.0.12^2.0.0→^2.0.1^0.21.5→^0.22.0^0.10.0→^0.10.3^25.8.0→^25.9.225.9.3^25.0.3→^25.9.225.9.3^19.2.14→^19.2.1724.15.0→24.16.011.1.2→11.5.211.5.3^3.8.3→^3.8.4^19.1.0→^19.2.7^19.2.4→^19.2.7^19.2.6→^19.2.7^19.1.0→^19.2.7^19.2.4→^19.2.7^19.2.6→^19.2.7^7.13.1→^7.17.0^0.9.8→^0.11.16^0.11.12→^0.11.16^0.11.15→^0.11.16Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v2.0.12What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.11...v2.0.12
v2.0.11Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.10...v2.0.11
v2.0.10Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.9...v2.0.10
v2.0.9Compare Source
Highlights
Safer npm Staged Publishing
Rsbuild 2.0.9 updates the release workflow so all packages are now published through npm staged publishing, making package releases safer by staging them before final publication.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.8...v2.0.9
v2.0.8Compare Source
Highlights
Tailwind CSS Plugin
Rsbuild 2.0.8 introduces
@rsbuild/plugin-tailwindcss, a first-party plugin for integrating Tailwind CSS v4 through @tailwindcss/webpack.Compared with the
@tailwindcss/postcsspackage, it avoids running Tailwind CSS transforms through PostCSS and provides better build performance.What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.0.7...v2.0.8
v2.0.7Compare Source
Highlights
Web Worker Query Imports
Rsbuild now supports importing worker scripts with
?worker,?worker&inline, and?inline&worker:Automatic Dependency Externalization
output.autoExternalreads dependencies from the rootpackage.jsonand generatesoutput.externalsrules for matching packages and subpath imports. This is useful for Node.js and SSR bundles where runtime dependencies should stay external.What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v2.0.6...v2.0.7
web-infra-dev/rslib (@rslib/core)
v0.22.0Compare Source
Highlights
Isolated Declaration Generation
Rslib now supports generating declaration files with the experimental
dts.isolatedoption, powered by Rspack's built-in SWCfast_dtscapability.dts.isolatedemits declaration files directly during the build without running a full type check, making declaration generation significantly faster.This makes it a good fit for monorepo projects that use a separate high-performance type-checking workflow, such as rslint --type-check.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.