Commit b3c40f0
chore(deps): update all non-major dependencies (#91)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@rsbuild/core](https://rsbuild.rs)
([source](https://redirect.github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core))
| [`2.0.0-beta.4` →
`2.0.0-beta.6`](https://renovatebot.com/diffs/npm/@rsbuild%2fcore/2.0.0-beta.4/2.0.0-beta.6)
|

|

|
| [@rslib/core](https://rslib.rs)
([source](https://redirect.github.com/web-infra-dev/rslib/tree/HEAD/packages/core))
| [`^0.19.5` →
`^0.19.6`](https://renovatebot.com/diffs/npm/@rslib%2fcore/0.19.5/0.19.6)
|

|

|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^22.19.11` →
`^22.19.13`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.11/22.19.13)
|

|

|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`10.29.3` →
`10.30.3`](https://renovatebot.com/diffs/npm/pnpm/10.29.3/10.30.3) |

|

|
---
### Release Notes
<details>
<summary>web-infra-dev/rsbuild (@​rsbuild/core)</summary>
###
[`v2.0.0-beta.6`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v2.0.0-beta.6)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v2.0.0-beta.5...v2.0.0-beta.6)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### New Features 🎉
- feat(deps): update
[@​rspack/core](https://redirect.github.com/rspack/core) to
2.0.0-beta.3 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7241](https://redirect.github.com/web-infra-dev/rsbuild/pull/7241)
##### Bug Fixes 🐞
- fix(hmr): ensure initial chunks are set for comparison by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7244](https://redirect.github.com/web-infra-dev/rsbuild/pull/7244)
##### Document 📖
- docs: fix trailing comma in zh html/template code example by
[@​roli-lpci](https://redirect.github.com/roli-lpci) in
[#​7238](https://redirect.github.com/web-infra-dev/rsbuild/pull/7238)
- docs(config): improve server setup documentation by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7239](https://redirect.github.com/web-infra-dev/rsbuild/pull/7239)
- docs: clarify environments context and add setup config example by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7240](https://redirect.github.com/web-infra-dev/rsbuild/pull/7240)
- docs: add agent skills to cra migration guide by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7242](https://redirect.github.com/web-infra-dev/rsbuild/pull/7242)
- docs: fix postcss.config.cjs example and Tailwind CSS v4 import by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​7243](https://redirect.github.com/web-infra-dev/rsbuild/pull/7243)
##### Other Changes
- release: 2.0.0-beta.6 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7245](https://redirect.github.com/web-infra-dev/rsbuild/pull/7245)
#### New Contributors
- [@​roli-lpci](https://redirect.github.com/roli-lpci) made their
first contribution in
[#​7238](https://redirect.github.com/web-infra-dev/rsbuild/pull/7238)
**Full Changelog**:
<web-infra-dev/rsbuild@v2.0.0-beta.5...v2.0.0-beta.6>
###
[`v2.0.0-beta.5`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v2.0.0-beta.5)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v2.0.0-beta.4...v2.0.0-beta.5)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### New Features 🎉
- feat(core): add setupMiddlewares support for preview mode by
[@​T9-Forever](https://redirect.github.com/T9-Forever) in
[#​7145](https://redirect.github.com/web-infra-dev/rsbuild/pull/7145)
- feat: rename `preview.setupMiddlewares` to `server.setupMiddlewares`
by [@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7192](https://redirect.github.com/web-infra-dev/rsbuild/pull/7192)
- feat: add new `server.setup` config by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7197](https://redirect.github.com/web-infra-dev/rsbuild/pull/7197)
- feat: add environments to prod server setup context by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7201](https://redirect.github.com/web-infra-dev/rsbuild/pull/7201)
- feat: extend onBeforeStartProdServer hook with params by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7206](https://redirect.github.com/web-infra-dev/rsbuild/pull/7206)
- feat: expose `port` in prod server API by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7209](https://redirect.github.com/web-infra-dev/rsbuild/pull/7209)
- feat: export full server API for `startDevServer` by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7215](https://redirect.github.com/web-infra-dev/rsbuild/pull/7215)
- feat: expose `httpServer` for prod server by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7216](https://redirect.github.com/web-infra-dev/rsbuild/pull/7216)
- feat: expose `close` method for prod server by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7217](https://redirect.github.com/web-infra-dev/rsbuild/pull/7217)
- feat: expose preview server instance for `rsbuild.preview` by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7219](https://redirect.github.com/web-infra-dev/rsbuild/pull/7219)
- feat: export more server types by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7221](https://redirect.github.com/web-infra-dev/rsbuild/pull/7221)
- feat(server)!: rename prod server hooks to preview server by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7222](https://redirect.github.com/web-infra-dev/rsbuild/pull/7222)
- feat: add `open` and `printUrls` methods to preview server by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7224](https://redirect.github.com/web-infra-dev/rsbuild/pull/7224)
##### Performance 🚀
- perf(server): reduce redundant html fallback check by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7228](https://redirect.github.com/web-infra-dev/rsbuild/pull/7228)
##### Bug Fixes 🐞
- fix: set `client.overlay.runtime` by environments by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7189](https://redirect.github.com/web-infra-dev/rsbuild/pull/7189)
- fix(devServer): move buildManager declaration to top level by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7199](https://redirect.github.com/web-infra-dev/rsbuild/pull/7199)
- fix: allow async cleanup in onBeforeStartDevServer hook by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7200](https://redirect.github.com/web-infra-dev/rsbuild/pull/7200)
- fix(plugin-solid): fix missing parameter types by
[@​snatvb](https://redirect.github.com/snatvb) in
[#​7202](https://redirect.github.com/web-infra-dev/rsbuild/pull/7202)
- fix(server): failed to open https URL when previewing by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7214](https://redirect.github.com/web-infra-dev/rsbuild/pull/7214)
- fix: deprecate `dev.setupMiddlewares` in favor of `server.setup` by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7229](https://redirect.github.com/web-infra-dev/rsbuild/pull/7229)
- fix: add lang attribute to Lit html templates by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7233](https://redirect.github.com/web-infra-dev/rsbuild/pull/7233)
##### Refactor 🔨
- refactor(server): simplify server types and options structure by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7208](https://redirect.github.com/web-infra-dev/rsbuild/pull/7208)
- refactor(server): convert ProdServer class to functional
implementation by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7210](https://redirect.github.com/web-infra-dev/rsbuild/pull/7210)
- refactor(server): simplify server config handling by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7213](https://redirect.github.com/web-infra-dev/rsbuild/pull/7213)
- refactor: rename prod server to preview server for clarity by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7220](https://redirect.github.com/web-infra-dev/rsbuild/pull/7220)
##### Document 📖
- docs: add security warning about public dir configuration by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7188](https://redirect.github.com/web-infra-dev/rsbuild/pull/7188)
- docs: update OnBeforeStartDevServerFn return type by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7193](https://redirect.github.com/web-infra-dev/rsbuild/pull/7193)
- docs(dev-server): update dev server API documentation by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7194](https://redirect.github.com/web-infra-dev/rsbuild/pull/7194)
- docs: update documentation for `server.setup` config by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7198](https://redirect.github.com/web-infra-dev/rsbuild/pull/7198)
- docs: enhance onBeforeStartProdServer hook by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7207](https://redirect.github.com/web-infra-dev/rsbuild/pull/7207)
- docs: improve server API docs by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7223](https://redirect.github.com/web-infra-dev/rsbuild/pull/7223)
- docs: restructure server API documentation by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7226](https://redirect.github.com/web-infra-dev/rsbuild/pull/7226)
- docs: update dev.setupMiddlewares references by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7230](https://redirect.github.com/web-infra-dev/rsbuild/pull/7230)
##### Other Changes
- chore(deps): update dependency create-rstack to v1.8.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7176](https://redirect.github.com/web-infra-dev/rsbuild/pull/7176)
- test(e2e): consolidate test cases using runDevAndBuild helper by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7179](https://redirect.github.com/web-infra-dev/rsbuild/pull/7179)
- test(e2e): merging duplicate dev/build tests by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7180](https://redirect.github.com/web-infra-dev/rsbuild/pull/7180)
- test(e2e): consolidate test cases using helper by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7181](https://redirect.github.com/web-infra-dev/rsbuild/pull/7181)
- chore(deps): update dependency rsbuild-plugin-arethetypeswrong to
v0.2.0 by [@​renovate](https://redirect.github.com/renovate)\[bot]
in
[#​7184](https://redirect.github.com/web-infra-dev/rsbuild/pull/7184)
- chore(deps): update dependency nx to ^22.5.1 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7183](https://redirect.github.com/web-infra-dev/rsbuild/pull/7183)
- test(e2e): rename test helpers for consistency by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7182](https://redirect.github.com/web-infra-dev/rsbuild/pull/7182)
- test: refactor e2e tests to use runBoth helper by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7187](https://redirect.github.com/web-infra-dev/rsbuild/pull/7187)
- chore(deps): update dependency svelte to ^5.51.1 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7190](https://redirect.github.com/web-infra-dev/rsbuild/pull/7190)
- chore(deps): update dependency svelte-check to ^4.4.0 - autoclosed by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7191](https://redirect.github.com/web-infra-dev/rsbuild/pull/7191)
- chore(deps): update dependency
[@​biomejs/biome](https://redirect.github.com/biomejs/biome) to
^2.4.0 by [@​renovate](https://redirect.github.com/renovate)\[bot]
in
[#​7196](https://redirect.github.com/web-infra-dev/rsbuild/pull/7196)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7195](https://redirect.github.com/web-infra-dev/rsbuild/pull/7195)
- release:
[@​rsbuild/plugin-solid](https://redirect.github.com/rsbuild/plugin-solid)
v1.0.8 by [@​chenjiahan](https://redirect.github.com/chenjiahan)
in
[#​7203](https://redirect.github.com/web-infra-dev/rsbuild/pull/7203)
- chore(deps): update dependency launch-editor-middleware to ^2.13.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7204](https://redirect.github.com/web-infra-dev/rsbuild/pull/7204)
- chore(deps): update tailwindcss monorepo to ^4.2.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7205](https://redirect.github.com/web-infra-dev/rsbuild/pull/7205)
- chore(deps): update dependency svelte to ^5.53.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7211](https://redirect.github.com/web-infra-dev/rsbuild/pull/7211)
- chore(deps): update pnpm to v10.30.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7212](https://redirect.github.com/web-infra-dev/rsbuild/pull/7212)
- chore(deps): update swc monorepo to ^12.6.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7218](https://redirect.github.com/web-infra-dev/rsbuild/pull/7218)
- chore(deps): update dependency happy-dom to ^20.7.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7227](https://redirect.github.com/web-infra-dev/rsbuild/pull/7227)
- test(e2e): migrate setupMiddlewares to server.setup by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7231](https://redirect.github.com/web-infra-dev/rsbuild/pull/7231)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7232](https://redirect.github.com/web-infra-dev/rsbuild/pull/7232)
- chore: update
[@​rslint/core](https://redirect.github.com/rslint/core) to 0.2.1
and fix lint issues by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7234](https://redirect.github.com/web-infra-dev/rsbuild/pull/7234)
- test(e2e): add test case for tailwindcss loader by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7235](https://redirect.github.com/web-infra-dev/rsbuild/pull/7235)
- release: 2.0.0-beta.5 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[#​7236](https://redirect.github.com/web-infra-dev/rsbuild/pull/7236)
#### New Contributors
- [@​T9-Forever](https://redirect.github.com/T9-Forever) made
their first contribution in
[#​7145](https://redirect.github.com/web-infra-dev/rsbuild/pull/7145)
- [@​snatvb](https://redirect.github.com/snatvb) made their first
contribution in
[#​7202](https://redirect.github.com/web-infra-dev/rsbuild/pull/7202)
**Full Changelog**:
<web-infra-dev/rsbuild@v2.0.0-beta.4...v2.0.0-beta.5>
</details>
<details>
<summary>web-infra-dev/rslib (@​rslib/core)</summary>
###
[`v0.19.6`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.19.6)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.19.5...v0.19.6)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### Document 📖
- docs: clarify `dts.build` requirement by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​1482](https://redirect.github.com/web-infra-dev/rslib/pull/1482)
- docs: update output format guide by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​1483](https://redirect.github.com/web-infra-dev/rslib/pull/1483)
##### Other Changes
- chore(deps): update actions/checkout digest to
[`de0fac2`](https://redirect.github.com/web-infra-dev/rslib/commit/de0fac2)
by [@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​1477](https://redirect.github.com/web-infra-dev/rslib/pull/1477)
- chore(deps): update
[@​typescript/native-preview](https://redirect.github.com/typescript/native-preview)
by [@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​1479](https://redirect.github.com/web-infra-dev/rslib/pull/1479)
- chore: update
[@​rslint/core](https://redirect.github.com/rslint/core) to 0.2.1
and refactor some codes by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​1480](https://redirect.github.com/web-infra-dev/rslib/pull/1480)
- chore(deps): update all non-major dependencies by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​1478](https://redirect.github.com/web-infra-dev/rslib/pull/1478)
- refactor(create-rslib): remove vitest template by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​1481](https://redirect.github.com/web-infra-dev/rslib/pull/1481)
- chore(deps): update all non-major dependencies by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​1484](https://redirect.github.com/web-infra-dev/rslib/pull/1484)
- Release v0.19.6 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[#​1486](https://redirect.github.com/web-infra-dev/rslib/pull/1486)
**Full Changelog**:
<web-infra-dev/rslib@v0.19.5...v0.19.6>
</details>
<details>
<summary>pnpm/pnpm (pnpm)</summary>
###
[`v10.30.3`](https://redirect.github.com/pnpm/pnpm/compare/v10.30.2...v10.30.3)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.30.2...v10.30.3)
###
[`v10.30.2`](https://redirect.github.com/pnpm/pnpm/compare/v10.30.1...v10.30.2)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.30.1...v10.30.2)
###
[`v10.30.1`](https://redirect.github.com/pnpm/pnpm/releases/tag/v10.30.1):
pnpm 10.30.1
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.30.0...v10.30.1)
#### Patch Changes
- Use the `/-/npm/v1/security/audits/quick` endpoint as the primary
audit endpoint, falling back to `/-/npm/v1/security/audits` when it
fails
[#​10649](https://redirect.github.com/pnpm/pnpm/issues/10649).
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/sanity.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/sanity_light.svg" />
<img src="https://pnpm.io/img/users/sanity.svg" width="120" alt="Sanity"
/>
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite">
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://serpapi.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/serpapi_dark.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/serpapi_light.svg" />
<img src="https://pnpm.io/img/users/serpapi_dark.svg" width="160"
alt="SerpApi" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://workleap.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/workleap.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/workleap_light.svg" />
<img src="https://pnpm.io/img/users/workleap.svg" width="190"
alt="Workleap" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a
href="https://stackblitz.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/stackblitz.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/stackblitz_light.svg" />
<img src="https://pnpm.io/img/users/stackblitz.svg" width="190"
alt="Stackblitz" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="50" alt="Nx" />
</picture>
</a>
</td>
</tr>
</tbody>
</table>
###
[`v10.30.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v10.30.0):
pnpm 10.30
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.29.3...v10.30.0)
#### Minor Changes
- `pnpm why` now shows a reverse dependency tree. The searched package
appears at the root with its dependents as branches, walking back to
workspace roots. This replaces the previous forward-tree output which
was noisy and hard to read for deeply nested dependencies.
#### Patch Changes
- Revert `pnpm why` dependency pruning to prefer correctness over memory
consumption. Reverted PR:
[#​7122](https://redirect.github.com/pnpm/pnpm/pull/7122).
- Optimize `pnpm why` and `pnpm list` performance in workspaces with
many importers by sharing the dependency graph and materialization cache
across all importers instead of rebuilding them independently for each
one
[#​10596](https://redirect.github.com/pnpm/pnpm/pull/10596/changes).
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/sanity.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/sanity_light.svg" />
<img src="https://pnpm.io/img/users/sanity.svg" width="120" alt="Sanity"
/>
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/vitejs.svg" width="42" alt="Vite">
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://serpapi.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/serpapi_dark.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/serpapi_light.svg" />
<img src="https://pnpm.io/img/users/serpapi_dark.svg" width="160"
alt="SerpApi" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://workleap.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/workleap.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/workleap_light.svg" />
<img src="https://pnpm.io/img/users/workleap.svg" width="190"
alt="Workleap" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a
href="https://stackblitz.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/stackblitz.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/stackblitz_light.svg" />
<img src="https://pnpm.io/img/users/stackblitz.svg" width="190"
alt="Stackblitz" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="50" alt="Nx" />
</picture>
</a>
</td>
</tr>
</tbody>
</table>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day
1 of the month ( * 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rstackjs/rsbuild-plugin-tailwindcss).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Qingyu Wang <40660121+colinaaa@users.noreply.github.com>1 parent 8789c6e commit b3c40f0
File tree
4 files changed
+80
-94
lines changed- patches
4 files changed
+80
-94
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
This file was deleted.
0 commit comments