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 Pending
@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.2 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.4 age confidence devDependencies minor
@tanstack/react-virtual (source) ^3.13.26^3.14.4 age confidence dependencies minor 3.14.5
@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.0 age confidence uses-with minor 22.23.1
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.22.4 age confidence devDependencies patch
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.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 📖
Other Changes

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

v2.0.11

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.10...v2.0.11

v2.0.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v2.0.9...v2.0.10

web-infra-dev/rsbuild (@​rsbuild/plugin-react)

v2.1.0

Compare Source

New features
Bug fixes
Document
web-infra-dev/rslint (@​rslint/core)

v0.6.4

Compare Source

Highlights

Rslint Node API for In-Memory Linting

Rslint now ships a programmatic Node.js API (@rslint/core) aligned with ESLint v10's interface. Use Rslint#lintFiles / lintText to lint from scripts, dev servers, or editor integrations — results are ESLint-shaped (LintResult[] with messages, errorCount, warningCount, output, etc.). Auto-fix is supported via fix: true plus Rslint.outputFixes. Config resolution (overrideConfig, file discovery, normalization) all stays in JS; the Go --api server receives only the final resolved config and never reads disk.

import { Rslint } from '@&#8203;rslint/core';

// Lint files by glob (auto-discovers the nearest config from cwd).
const rslint = new Rslint({ cwd: process.cwd() });
const results = await rslint.lintFiles(['src/**/*.ts']);

Fully in-memory linting is also supported through the new virtualFiles overlay — source, config, and tsconfig.json can all live in memory with zero disk access, whi

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 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.


  • 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
Title check ✅ Passed The PR title accurately describes the main change: updating non-major dependencies across the project.
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.
Description check ✅ Passed The PR description matches the changeset, describing dependency and toolchain updates similar to those in the diff.
✨ 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 5 times, most recently from 7c6085e to ece844d Compare June 30, 2026 21:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ece844d to 6887fc3 Compare July 1, 2026 02:12
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