Skip to content

fix(deps): update all non-major dependencies#57

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#57
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/ni ^30.1.0^30.2.0 age confidence devDependencies minor
@radix-ui/react-slot (source) ^1.2.4^1.3.0 age confidence dependencies minor
@rsbuild/core (source) ^2.0.9^2.1.5 age confidence devDependencies minor
@rsbuild/plugin-react (source) ^2.0.1^2.1.0 age confidence devDependencies minor
@rslint/core ^0.5.3^0.6.5 age confidence devDependencies minor
@tanstack/react-virtual (source) ^3.13.26^3.14.5 age confidence dependencies minor
@types/node (source) ^24.12.4^24.13.2 age confidence devDependencies minor
@types/react (source) ^18.3.29^18.3.31 age confidence devDependencies patch
actions/checkout v6.0.2v6.0.3 age confidence action patch
autoprefixer ^10.5.0^10.5.2 age confidence devDependencies patch
node (source) 22.22.322.23.1 age confidence minor
node 22.22.322.23.1 age confidence uses-with minor
pnpm (source) 10.34.110.34.4 age confidence packageManager patch
postcss (source) ^8.5.15^8.5.16 age confidence devDependencies patch
prettier (source) ^3.8.3^3.9.4 age confidence devDependencies minor
react-router-dom (source) ^7.16.0^7.18.1 age confidence dependencies minor
semver ^7.8.1^7.8.5 age confidence devDependencies patch
tsx (source) ^4.22.3^4.23.0 age confidence devDependencies minor
verdaccio (source) ^6.7.2^6.7.4 age confidence devDependencies patch

Release Notes

antfu-collective/ni (@​antfu/ni)

v30.2.0

Compare Source

   🚀 Features
    View changes on GitHub
radix-ui/primitives (@​radix-ui/react-slot)

v1.3.0

Added generic type arguments for SlotProps and createSlot

SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>("Slot");

v1.2.5

  • Fixed infinite re-render loop in React 19 caused by Slot creating a new ref callback on every render
  • Added support for nested Slottable via a render prop, so a slotted element can be wrapped while still merging Slot props and refs onto it
  • Added repository.directory to all package.json files
  • Improved error messages for invalid slot children
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.3
web-infra-dev/rsbuild (@​rsbuild/core)

v2.1.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.4...v2.1.5

v2.1.4

Compare Source

What's Changed

New Features 🎉(#​8058)
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.3...v2.1.4

v2.1.3

Compare Source

Highlights

Import Attributes type: 'text'

Rsbuild now supports the import attributes syntax with { type: 'text' } for importing file contents as source text:

import rawCSS from './example.css' with { type: 'text' };

This aligns with the TC39 Import Text proposal.

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.2...v2.1.3

v2.1.2

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.1.0...v2.1.1

v2.1.0

Compare Source

💡 See Announcing Rsbuild 2.1 for more details
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.15...v2.1.0

v2.0.15

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.14...v2.0.15

v2.0.14

Compare Source

What's Changed

Performance 🚀
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.13...v2.0.14

v2.0.13

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.12...v2.0.13

v2.0.12

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 and 15 of the month (* 0-3 1,15 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It 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 reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR performs routine version maintenance across five files. The actions/checkout action is bumped from v6.0.2 to v6.0.3 in both .github/actions/ecosystem_ci_dispatch/action.yaml (one step) and .github/actions/ecosystem_ci_per_commit/action.yaml (two steps). The Node.js version in .nvmrc is updated from 22.22.3 to 22.23.0. The root package.json updates several devDependencies and advances the packageManager field to pnpm@10.34.3. The website/package.json upgrades three runtime dependencies and two dev dependencies to newer minor or patch versions.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title accurately summarizes the repository-wide non-major dependency updates.
Description check ✅ Passed The description is on-topic and matches the dependency update changeset.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 `@package.json`:
- Line 48: The changes made to `.github/actions/ecosystem_ci_dispatch/` and
`.github/actions/ecosystem_ci_per_commit/` require a corresponding version bump
in the root package.json file. Update the version field in package.json to
reflect a new release (following semantic versioning), and then dispatch the
release.yml workflow to complete the required release process before this PR can
be merged.
🪄 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: cdca8eb0-fe1f-4951-bf07-d5eb93ff1059

📥 Commits

Reviewing files that changed from the base of the PR and between 0e65507 and 92c7625.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • .github/actions/ecosystem_ci_dispatch/action.yaml
  • .github/actions/ecosystem_ci_per_commit/action.yaml
  • package.json
  • website/package.json

Comment thread package.json Outdated
"verdaccio": "^6.7.2"
},
"packageManager": "pnpm@10.34.1",
"packageManager": "pnpm@10.34.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Required shared-action release bump appears missing.

You changed .github/actions/ecosystem_ci_dispatch/** and .github/actions/ecosystem_ci_per_commit/**, but the root package version was not bumped in this PR. Please apply the required version bump and complete the required release.yml dispatch before merge.

As per coding guidelines, “Changes to .github/actions/ecosystem_ci_dispatch/ or ecosystem_ci_per_commit/ require bumping version in package.json and dispatching release.yml”.

🤖 Prompt for 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.

In `@package.json` at line 48, The changes made to
`.github/actions/ecosystem_ci_dispatch/` and
`.github/actions/ecosystem_ci_per_commit/` require a corresponding version bump
in the root package.json file. Update the version field in package.json to
reflect a new release (following semantic versioning), and then dispatch the
release.yml workflow to complete the required release process before this PR can
be merged.

Source: Coding guidelines

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 14e0714 to dbc06ca Compare June 22, 2026 12:40
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 57ee403 to 1740b89 Compare June 23, 2026 07:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1740b89 to 1a866f9 Compare June 23, 2026 08:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 3486633 to 68c015f Compare June 28, 2026 14:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 2d7c00c to 5f76de4 Compare July 4, 2026 16:35
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5f76de4 to 98358a9 Compare July 7, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants