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
@radix-ui/react-slot (source) ^1.2.4^1.3.0 age confidence dependencies minor
@rsbuild/core (source) ^2.0.9^2.0.15 age confidence devDependencies patch
@rsbuild/plugin-react (source) ^2.0.1^2.1.0 age confidence devDependencies minor
@rslint/core ^0.5.3^0.6.2 age confidence devDependencies minor
@tanstack/react-virtual (source) ^3.13.26^3.14.3 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
node (source) 22.22.322.23.0 age confidence minor
pnpm (source) 10.34.110.34.3 age confidence packageManager patch
prettier (source) ^3.8.3^3.8.4 age confidence devDependencies patch
react-router-dom (source) ^7.16.0^7.18.0 age confidence dependencies minor
semver ^7.8.1^7.8.4 age confidence devDependencies patch
tsx (source) ^4.22.3^4.22.4 age confidence devDependencies patch

Release Notes

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.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/rslint (@​rslint/core)

v0.6.2

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rslint@v0.6.1...v0.6.2

v0.6.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslint@v0.6.0...v0.6.1

v0.6.0

Compare Source

Highlights

ESLint Plugin Compatibility

rslint can now run community ESLint plugins' rules alongside its built-in native rules. Import the plugin and mount it in a JS/TS config under a prefix of your choice — plugin diagnostics merge into the same report, autofixes apply through --fix and the editor's source.fixAll, and it works the same way in the CLI and the VS Code extension. See the ESLint plugin compatibility guide for details and current limitations.

import examplePlugin from 'eslint-plugin-example';

export default [
  {
    files: ['**/*.ts'],
    plugins: { example: examplePlugin },
    rules: {
      'example/some-rule': 'error',
    },
  },
];
40+ New Rules

This release ports over 40 new rules across @typescript-eslint, eslint-plugin-jest, eslint-plugin-jsx-a11y, eslint-plugin-promise, and eslint-plugin-react, and enables the implemented rules in the javascript, typescript, and jsx-a11y recommended presets.

What's Changed

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

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 clearly describes the purpose: a dependency update PR from Renovate that updates 12 packages across the project.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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

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

@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
"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 6 times, most recently from a25b492 to 635c6b0 Compare June 18, 2026 13:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 635c6b0 to fd9480b Compare June 18, 2026 21:59
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