Skip to content

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

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

fix(deps): update all non-major dependencies#457
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 17, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@prefresh/core (source) 1.5.91.5.10 age confidence
@rsbuild/core (source) 2.0.52.0.6 age confidence
@rsbuild/core (source) ~2.0.5~2.0.6 age confidence
@rsdoctor/rspack-plugin (source) ^1.5.10^1.5.11 age confidence
@rslib/core (source) ^0.21.4^0.21.5 age confidence
@rslint/core ^0.5.2^0.5.3 age confidence
@rspack/cli (source) 2.0.22.0.3 age confidence
@rspack/core (source) 2.0.22.0.3 age confidence
@rspress/core (source) ^2.0.10^2.0.11 age confidence
@rspress/plugin-api-docgen (source) ^2.0.10^2.0.11 age confidence
@rspress/plugin-preview (source) ^2.0.10^2.0.11 age confidence
@rstest/adapter-rsbuild (source) ^0.2.6^0.10.0 age confidence
@rstest/adapter-rslib (source) ^0.2.2^0.10.0 age confidence
@rstest/adapter-rspack (source) ^0.2.0^0.10.0 age confidence
@rstest/browser (source) ^0.9.10^0.10.0 age confidence
@rstest/browser-react (source) ^0.9.10^0.10.0 age confidence
@rstest/core (source) ^0.9.10^0.10.0 age confidence
@rstest/coverage-istanbul (source) ^0.3.2^0.10.0 age confidence
@storybook/addon-docs (source) ^10.3.6^10.4.0 age confidence
@storybook/addon-onboarding (source) ^10.3.6^10.4.0 age confidence
@storybook/react (source) ^10.3.6^10.4.0 age confidence
@storybook/vue3 (source) ^10.3.6^10.4.0 age confidence
@types/node (source) ^22.19.18^22.19.19 age confidence
@types/node (source) ^24.12.3^24.12.4 age confidence
@typescript-eslint/eslint-plugin (source) ^8.59.2^8.59.3 age confidence
@typescript-eslint/parser (source) ^8.59.2^8.59.3 age confidence
lit (source) ^3.3.2^3.3.3 age confidence
playwright (source) ^1.59.1^1.60.0 age confidence
solid-js (source) ^1.9.12^1.9.13 age confidence
solid-js (source) 1.9.121.9.13 age confidence
storybook (source) ^10.3.6^10.4.0 age confidence
svelte (source) ^5.55.5^5.55.7 age confidence
tailwind-merge ^3.5.0^3.6.0 age confidence
taze ^19.11.0^19.12.0 age confidence
vue-tsc (source) ^3.2.8^3.2.9 age confidence
ws ^8.20.0^8.20.1 age confidence

Release Notes

preactjs/prefresh (@​prefresh/core)

v1.5.10

Compare Source

Patch Changes
  • f6129bbef1db5db70e292b56a6b8fff734ba2cc2 #​613 Thanks @​JoviDeCroock! - Align $RefreshSig$ with React's HOC-chain design to fix memo-wrapped components

    Both Babel and Oxc emit two _s(…, key) calls for a memo-wrapped component
    (_s(memo(_c = _s(inner, key)), key)). The previous status-machine approach
    mishandled the second keyed call, crashing with "Cannot set properties of
    undefined" because the outer type had not yet been registered when sign was
    called with 'needsHooks'.

    The new implementation follows the same pattern as
    createSignatureFunctionForTransform in vite-plugin-react:

    • Discriminate by typeof key === 'string' instead of a mutable status variable.
    • Always call sign with 'begin' for every keyed call, regardless of position
      in the HOC chain.
    • Track savedType (the innermost type) and defer 'needsHooks' collection to
      the first no-argument body call, guarded by a didCollectHooks flag.

    @prefresh/core's sign is also made idempotent on the 'begin' path so that
    the inner type's getCustomHooks is never overwritten by an outer HOC call that
    carries no hook information, and the 'needsHooks' path is guarded against a
    missing signature entry.

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

v2.0.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.5...v2.0.6

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.5.11

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.5.10...v1.5.11

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

v0.21.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.21.4...v0.21.5

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

v0.5.3

Compare Source

What's Changed

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

New Contributors

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

web-infra-dev/rspack (@​rspack/cli)

v2.0.3

Compare Source

What's Changed
Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v2.0.2...v2.0.3

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

v2.0.11

Compare Source

What's Changed

New Features 🎉
  • feat(mdx/FileCodeblock): support file codeblock starts with / prefix by @​JounQin in #​3357
  • feat(theme): add BrowserOnly runtime component for sideEffects import and deprecate NoSSR by @​SoonIter in #​3360
Bug Fixes 🐞
  • fix(theme/Search): NFD normalization causes search to highlight wrong characters in Japanese or backtrack in an infinite loop by @​Quatton in #​3335
  • fix(ssg): experimentalWorker "Cannot find module '@​rspress/core/dist/entry/worker.js'" by @​SoonIter in #​3354
  • fix(theme/darkMode): restore auto appearance when toggle matches system theme by @​Copilot in #​3352
  • fix(plugin-preview & plugin-playground): react-router-dom peer compatibility by @​Copilot in #​3350
  • fix(theme/Prompt): avoid gradients in dark mode by @​SoonIter in #​3338
  • fix(layout): Fixed mobile doc layout menu showing unnecessarily by @​elliotcourant in #​3342
  • fix(core): preserve false ssg option by @​chenjiahan in #​3361
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, only on Monday (* 0-3 * * 1)
  • 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.

@renovate renovate Bot enabled auto-merge (squash) May 17, 2026 17:38
@renovate renovate Bot merged commit 27e7d7d into main May 17, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 17, 2026 17:40
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