Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) ~1.5.9 -> ~1.5.10 age confidence
@rspress/core (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age confidence
@rspress/plugin-algolia (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age confidence
@rspress/plugin-llms (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age confidence
@rspress/plugin-rss (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age confidence
@rspress/plugin-sitemap (source) 2.0.0-beta.32 -> 2.0.0-beta.33 age confidence
@rstest/core (source) ^0.3.4 -> ^0.4.1 age confidence
@shikijs/transformers (source) ^3.12.2 -> ^3.13.0 age confidence
@storybook/addon-docs (source) ^9.1.6 -> ^9.1.7 age confidence
@storybook/addon-links (source) ^9.1.6 -> ^9.1.7 age confidence
@storybook/addon-onboarding (source) ^9.1.6 -> ^9.1.7 age confidence
@storybook/react (source) ^9.1.6 -> ^9.1.7 age confidence
@storybook/vue3 (source) ^9.1.6 -> ^9.1.7 age confidence
@types/node (source) ^22.18.4 -> ^22.18.6 age confidence
@typescript/native-preview (source) 7.0.0-dev.20250915.1 -> 7.0.0-dev.20250921.1 age confidence
memfs ^4.39.0 -> ^4.43.0 age confidence
nx (source) ^21.5.2 -> ^21.5.3 age confidence
pnpm (source) 10.16.1 -> 10.17.0 age confidence
pnpm (source) >=10.16.1 -> >=10.17.0 age confidence
rslib (source) 0.13.2 -> 0.13.3 age confidence
storybook (source) ^9.1.6 -> ^9.1.7 age confidence
zx (source) ^8.8.1 -> ^8.8.3 age confidence

Release Notes

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

v1.5.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.5.9...v1.5.10

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

v2.0.0-beta.33

Compare Source

Breaking Changes🚨

Make raw HTML in md styled

related PR: #​2600

Rspress is now driven by CSS for style, ref: https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/styles/doc.scss

So you can:

  • Use original html tag like <ul><li>this is a line</li></ul>, they will now be styled the same as * this is a line
  • do not need to use Rspress's built-in const { h1: H1 } = getCustomMdxComponents() to annotate styles
  • For components that do not wish to be polluted by Rspress prose CSS, .rp-not-doc is all you needed
#### List

- list item 1   <------ styled
- list item 2

<ul>
  <li>list item 1</li>       <------ styled
  <li>list item 2</li>
</ul>

<div className="rp-not-doc">        <----- not styled
  <ul>
    <li>list item 1</li>
    <li>list item 2</li>
  </ul>
</div>

<ul className="rp-not-doc>   <----- not styled
  <li>list item 1</li>
  <li>list item 2</li>
</ul>

What's Changed

New Features 🎉
  • feat(theme-default): Make the tab component usable in layouts other than DocLayout by @​Karibash in #​2589
  • feat(theme/style)!: keep the html style be consistent with markdown syntax and .rp-not-doc escape hatch (#​2579) by @​SoonIter in #​2600
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.32...v2.0.0-beta.33

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

v0.4.1

Compare Source

What's Changed

Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.4.0...v0.4.1

v0.4.0

Compare Source

Highlights 💡

Code coverage support 🎉

Rstest supports collecting code coverage and generating coverage reports using istanbul.

$ npx rstest --coverage

----------|---------|----------|---------|---------|-------------------
File      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------|---------|----------|---------|---------|-------------------
All files |     100 |      100 |     100 |     100 |
 index.ts |     100 |      100 |     100 |     100 |
----------|---------|----------|---------|---------|-------------------

Learn more about Code coverage.

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rstest@v0.3.4...v0.4.0

shikijs/shiki (@​shikijs/transformers)

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
storybookjs/storybook (@​storybook/addon-docs)

v9.1.7

Compare Source

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

v9.1.7

Compare Source

9.1.7

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20250921.1

Compare Source

v7.0.0-dev.20250920.1

Compare Source

v7.0.0-dev.20250919.1

Compare Source

v7.0.0-dev.20250918.1

Compare Source

v7.0.0-dev.20250917.1

Compare Source

v7.0.0-dev.20250916.1

Compare Source

streamich/memfs (memfs)

v4.43.0

Compare Source

Features
  • re-export all Node.js native packages (4ecc167)

v4.42.0

Compare Source

Features
  • 🎸 implement .openAsBlob() for FsaNodeFs (26068e8)

v4.41.0

Compare Source

Features
  • update TypeScript and related packages to latest versions (988710d)

v4.40.0

Compare Source

Features
  • update Node.js types and add node: prefix to imports (c3f32bc)
nrwl/nx (nx)

v21.5.3

Compare Source

21.5.3 (2025-09-19)
🚀 Features
  • core: add NX_PROJECT_ROOT environment variable to runti… (#​32736, #​31428)
  • docker: ensure docker:build dependsOn build (#​32697)
  • nx-dev: disable Algolia search on non-docs pages when Astro docs are enabled (#​32789)
  • release: new option preserveMatchingDependencyRanges to not update matching version ranges (#​32556)
🩹 Fixes
  • angular: install a compatible version of jest for angular (#​32744)
  • angular-rspack: show correct file sizes in build stats for i18n builds (#​32758, #​32277)
  • angular-rspack: ensure assets extracted from stylesheets correctly #​32487 (#​32759, #​32487)
  • core: exit fork process and children when ipc connection closes (#​32681)
  • core: improve error messages for provenance checks (#​32680)
  • core: add missing view command to npm (#​32729)
  • core: kill child process correctly when run-script executor process is killed and not using pseudoterminal (#​32699)
  • core: do not shutdown daemon for project graph errors (#​32764)
  • core: fix misc db-related issues (#​32745)
  • gradle: use project configurations to determine project dependencies (#​32704)
  • misc: add typescript output to the eslint ignore when needed (#​32775)
  • nx-dev: correct courses page og image (#​32700)
  • nx-dev: correctly link to url fragments for devkit (#​32565)
  • nx-dev: implement client-side routing for documentation URLs (#​32708)
  • repo: move codeql to yml based config s.t. it runs properly on forks (#​32659)
❤️ Thank You
pnpm/pnpm (pnpm)

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@&#8203;eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.
web-infra-dev/rslib (rslib)

v0.13.3

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Other Changes

Full Changelog: v0.13.2...v0.13.3

google/zx (zx)

v8.8.3: — Sealing Gasket

Compare Source

Continues #​1339 to prevent injections via Proxy input or custom toString() manipulations.

v8.8.2: — Leaking Valve

Compare Source

Fixes potential cmd injection via kill() method for Windows platform. #​1337 #​1339. Affects the versions range 8.7.1...8.8.1.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link

netlify bot commented Sep 22, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit e0490b1
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/68d0b15ba4b2cd000856746a
😎 Deploy Preview https://deploy-preview-1235--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Timeless0911 Timeless0911 merged commit 0a961da into main Sep 22, 2025
15 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch September 22, 2025 03:31
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.

1 participant