Skip to content

chore(deps): update all non-major dependencies#104

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 14, 2026
Merged

chore(deps): update all non-major dependencies#104
renovate[bot] merged 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
@rslib/core (source) ^0.22.0^0.22.1 age confidence
@rslint/core ^0.5.3^0.6.1 age confidence
@rspress/core (source) ^2.0.13^2.0.14 age confidence
@rstest/adapter-rslib (source) ^0.10.3^0.10.4 age confidence
@rstest/core (source) ^0.10.3^0.10.4 age confidence
@storybook/addon-themes (source) ^10.4.1^10.4.4 age confidence
@storybook/react (source) ^10.4.1^10.4.4 age confidence
@types/node (source) ~24.12.4~24.13.2 age confidence
@types/react (source) ^19.2.15^19.2.17 age confidence
antd (source) ^6.4.3^6.4.4 age confidence
chromatic (source) ^17.1.0^17.4.1 age confidence
pnpm (source) 11.5.011.6.0 age confidence
prettier (source) ~3.8.3~3.8.4 age confidence
react (source) ^19.2.6^19.2.7 age confidence
react-dom (source) ^19.2.6^19.2.7 age confidence
semver 7.8.17.8.4 age confidence
storybook (source) ^10.4.1^10.4.4 age confidence

Release Notes

web-infra-dev/rslib (@​rslib/core)

v0.22.1

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.22.0...v0.22.1

web-infra-dev/rslint (@​rslint/core)

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

New Contributors

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

web-infra-dev/rspress (@​rspress/core)

v2.0.14

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

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

web-infra-dev/rstest (@​rstest/adapter-rslib)

v0.10.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Refactor 🔨
  • refactor(core): single-source RSTEST_* env-var names by @​fi3ework in #​1387
  • refactor(core, adapters): single-source adapter cache-key & target→env logic by @​fi3ework in #​1384
  • refactor(coverage): single-source provider contract and align collect error handling by @​fi3ework in #​1385
  • refactor(core): single-source reporter map and GitHub Actions detection by @​fi3ework in #​1383
  • refactor(core): single-source test-execution runtime contracts by @​fi3ework in #​1381
  • refactor(browser): deepen core↔browser seam and close browser-mode drift hazards by @​fi3ework in #​1382
  • refactor(core): consolidate runtime primitives (file task-id, env-loader registry, scoped-restore LIFO) by @​fi3ework in #​1379
  • refactor(browser): single-source the runner dispatch method vocabulary by @​fi3ework in #​1380
  • refactor(browser): single-source the snapshot RPC method/args contract by @​fi3ework in #​1377
  • refactor(core): single-source reporter run-count derivation and CLI/init owners by @​fi3ework in #​1374
  • refactor(core): gate global setup once and co-locate run verdict by @​fi3ework in #​1371
  • refactor(core): derive hook registration signatures from RunnerAPI by @​fi3ework in #​1370
  • refactor(core): own runtime-contract grammar for chunk names and worker import hooks by @​fi3ework in #​1366
  • refactor(core, browser): deepen core↔browser seams and dedupe shared primitives by @​fi3ework in #​1362
  • refactor(core): unify dynamic-import resolver across CJS/ESM worker loaders by @​fi3ework in #​1359
  • refactor(browser): drop unused internal browser surface by @​fi3ework in #​1360
  • refactor(core): move internal browser host subpaths under ./internal by @​fi3ework in #​1358
Document 📖
Other Changes

Full Changelog: web-infra-dev/rstest@v0.10.3...v0.10.4

storybookjs/storybook (@​storybook/addon-themes)

v10.4.4

Compare Source

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #​35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #​35085, thanks @​badams!

v10.4.3

Compare Source

  • Addon Docs: Fix Primary and Controls blocks not rendering in custom MDX pages - #​34496, thanks @​NYCU-Chung!
  • Core: Respect !dev tag on MDX docs in si

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

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3eac8e8b-1852-4caf-a384-1f57baf6ac7f

📥 Commits

Reviewing files that changed from the base of the PR and between 0686d7b and e375f53.

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

📝 Walkthrough

Walkthrough

The package.json file has two sets of changes: the packageManager field is updated from pnpm@11.5.0 to pnpm@11.6.0, and 17 devDependencies entries have their version ranges bumped upward. Affected packages include @rslib/core, @rslint/core, @rspress/core, @rstest/*, multiple @storybook/* packages and their type definitions, @types/* packages, antd, chromatic, prettier, react, react-dom, semver, and the storybook base package.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): update all non-major dependencies' directly and clearly describes the main change in the PR, which updates multiple non-major dependency versions in package.json.
Description check ✅ Passed The description provides comprehensive details about the dependency updates with a detailed table listing all 16 packages being updated, their version ranges, and relevant release notes from upstream sources.
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.

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

✨ Finishing Touches
🧪 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.

@renovate renovate Bot merged commit c4bb279 into main Jun 14, 2026
7 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch June 14, 2026 21:42
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