Skip to content

Commit b3c40f0

Browse files
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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rsbuild%2fcore/2.0.0-beta.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rsbuild%2fcore/2.0.0-beta.4/2.0.0-beta.6?slim=true) | | [@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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@rslib%2fcore/0.19.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@rslib%2fcore/0.19.5/0.19.6?slim=true) | | [@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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.19.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.19.11/22.19.13?slim=true) | | [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) | ![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.30.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.29.3/10.30.3?slim=true) | --- ### Release Notes <details> <summary>web-infra-dev/rsbuild (@&#8203;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 [@&#8203;rspack/core](https://redirect.github.com/rspack/core) to 2.0.0-beta.3 by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7241](https://redirect.github.com/web-infra-dev/rsbuild/pull/7241) ##### Bug Fixes 🐞 - fix(hmr): ensure initial chunks are set for comparison by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7244](https://redirect.github.com/web-infra-dev/rsbuild/pull/7244) ##### Document 📖 - docs: fix trailing comma in zh html/template code example by [@&#8203;roli-lpci](https://redirect.github.com/roli-lpci) in [#&#8203;7238](https://redirect.github.com/web-infra-dev/rsbuild/pull/7238) - docs(config): improve server setup documentation by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7239](https://redirect.github.com/web-infra-dev/rsbuild/pull/7239) - docs: clarify environments context and add setup config example by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7240](https://redirect.github.com/web-infra-dev/rsbuild/pull/7240) - docs: add agent skills to cra migration guide by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7242](https://redirect.github.com/web-infra-dev/rsbuild/pull/7242) - docs: fix postcss.config.cjs example and Tailwind CSS v4 import by [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;7243](https://redirect.github.com/web-infra-dev/rsbuild/pull/7243) ##### Other Changes - release: 2.0.0-beta.6 by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7245](https://redirect.github.com/web-infra-dev/rsbuild/pull/7245) #### New Contributors - [@&#8203;roli-lpci](https://redirect.github.com/roli-lpci) made their first contribution in [#&#8203;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 [@&#8203;T9-Forever](https://redirect.github.com/T9-Forever) in [#&#8203;7145](https://redirect.github.com/web-infra-dev/rsbuild/pull/7145) - feat: rename `preview.setupMiddlewares` to `server.setupMiddlewares` by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7192](https://redirect.github.com/web-infra-dev/rsbuild/pull/7192) - feat: add new `server.setup` config by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7197](https://redirect.github.com/web-infra-dev/rsbuild/pull/7197) - feat: add environments to prod server setup context by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7201](https://redirect.github.com/web-infra-dev/rsbuild/pull/7201) - feat: extend onBeforeStartProdServer hook with params by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7206](https://redirect.github.com/web-infra-dev/rsbuild/pull/7206) - feat: expose `port` in prod server API by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7209](https://redirect.github.com/web-infra-dev/rsbuild/pull/7209) - feat: export full server API for `startDevServer` by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7215](https://redirect.github.com/web-infra-dev/rsbuild/pull/7215) - feat: expose `httpServer` for prod server by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7216](https://redirect.github.com/web-infra-dev/rsbuild/pull/7216) - feat: expose `close` method for prod server by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7217](https://redirect.github.com/web-infra-dev/rsbuild/pull/7217) - feat: expose preview server instance for `rsbuild.preview` by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7219](https://redirect.github.com/web-infra-dev/rsbuild/pull/7219) - feat: export more server types by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7221](https://redirect.github.com/web-infra-dev/rsbuild/pull/7221) - feat(server)!: rename prod server hooks to preview server by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7222](https://redirect.github.com/web-infra-dev/rsbuild/pull/7222) - feat: add `open` and `printUrls` methods to preview server by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7224](https://redirect.github.com/web-infra-dev/rsbuild/pull/7224) ##### Performance 🚀 - perf(server): reduce redundant html fallback check by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7228](https://redirect.github.com/web-infra-dev/rsbuild/pull/7228) ##### Bug Fixes 🐞 - fix: set `client.overlay.runtime` by environments by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7189](https://redirect.github.com/web-infra-dev/rsbuild/pull/7189) - fix(devServer): move buildManager declaration to top level by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7199](https://redirect.github.com/web-infra-dev/rsbuild/pull/7199) - fix: allow async cleanup in onBeforeStartDevServer hook by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7200](https://redirect.github.com/web-infra-dev/rsbuild/pull/7200) - fix(plugin-solid): fix missing parameter types by [@&#8203;snatvb](https://redirect.github.com/snatvb) in [#&#8203;7202](https://redirect.github.com/web-infra-dev/rsbuild/pull/7202) - fix(server): failed to open https URL when previewing by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7214](https://redirect.github.com/web-infra-dev/rsbuild/pull/7214) - fix: deprecate `dev.setupMiddlewares` in favor of `server.setup` by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7229](https://redirect.github.com/web-infra-dev/rsbuild/pull/7229) - fix: add lang attribute to Lit html templates by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7233](https://redirect.github.com/web-infra-dev/rsbuild/pull/7233) ##### Refactor 🔨 - refactor(server): simplify server types and options structure by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7208](https://redirect.github.com/web-infra-dev/rsbuild/pull/7208) - refactor(server): convert ProdServer class to functional implementation by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7210](https://redirect.github.com/web-infra-dev/rsbuild/pull/7210) - refactor(server): simplify server config handling by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7213](https://redirect.github.com/web-infra-dev/rsbuild/pull/7213) - refactor: rename prod server to preview server for clarity by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7220](https://redirect.github.com/web-infra-dev/rsbuild/pull/7220) ##### Document 📖 - docs: add security warning about public dir configuration by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7188](https://redirect.github.com/web-infra-dev/rsbuild/pull/7188) - docs: update OnBeforeStartDevServerFn return type by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7193](https://redirect.github.com/web-infra-dev/rsbuild/pull/7193) - docs(dev-server): update dev server API documentation by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7194](https://redirect.github.com/web-infra-dev/rsbuild/pull/7194) - docs: update documentation for `server.setup` config by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7198](https://redirect.github.com/web-infra-dev/rsbuild/pull/7198) - docs: enhance onBeforeStartProdServer hook by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7207](https://redirect.github.com/web-infra-dev/rsbuild/pull/7207) - docs: improve server API docs by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7223](https://redirect.github.com/web-infra-dev/rsbuild/pull/7223) - docs: restructure server API documentation by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7226](https://redirect.github.com/web-infra-dev/rsbuild/pull/7226) - docs: update dev.setupMiddlewares references by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7230](https://redirect.github.com/web-infra-dev/rsbuild/pull/7230) ##### Other Changes - chore(deps): update dependency create-rstack to v1.8.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7176](https://redirect.github.com/web-infra-dev/rsbuild/pull/7176) - test(e2e): consolidate test cases using runDevAndBuild helper by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7179](https://redirect.github.com/web-infra-dev/rsbuild/pull/7179) - test(e2e): merging duplicate dev/build tests by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7180](https://redirect.github.com/web-infra-dev/rsbuild/pull/7180) - test(e2e): consolidate test cases using helper by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7181](https://redirect.github.com/web-infra-dev/rsbuild/pull/7181) - chore(deps): update dependency rsbuild-plugin-arethetypeswrong to v0.2.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7184](https://redirect.github.com/web-infra-dev/rsbuild/pull/7184) - chore(deps): update dependency nx to ^22.5.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7183](https://redirect.github.com/web-infra-dev/rsbuild/pull/7183) - test(e2e): rename test helpers for consistency by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7182](https://redirect.github.com/web-infra-dev/rsbuild/pull/7182) - test: refactor e2e tests to use runBoth helper by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7187](https://redirect.github.com/web-infra-dev/rsbuild/pull/7187) - chore(deps): update dependency svelte to ^5.51.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7190](https://redirect.github.com/web-infra-dev/rsbuild/pull/7190) - chore(deps): update dependency svelte-check to ^4.4.0 - autoclosed by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7191](https://redirect.github.com/web-infra-dev/rsbuild/pull/7191) - chore(deps): update dependency [@&#8203;biomejs/biome](https://redirect.github.com/biomejs/biome) to ^2.4.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7196](https://redirect.github.com/web-infra-dev/rsbuild/pull/7196) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7195](https://redirect.github.com/web-infra-dev/rsbuild/pull/7195) - release: [@&#8203;rsbuild/plugin-solid](https://redirect.github.com/rsbuild/plugin-solid) v1.0.8 by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7203](https://redirect.github.com/web-infra-dev/rsbuild/pull/7203) - chore(deps): update dependency launch-editor-middleware to ^2.13.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7204](https://redirect.github.com/web-infra-dev/rsbuild/pull/7204) - chore(deps): update tailwindcss monorepo to ^4.2.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7205](https://redirect.github.com/web-infra-dev/rsbuild/pull/7205) - chore(deps): update dependency svelte to ^5.53.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7211](https://redirect.github.com/web-infra-dev/rsbuild/pull/7211) - chore(deps): update pnpm to v10.30.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7212](https://redirect.github.com/web-infra-dev/rsbuild/pull/7212) - chore(deps): update swc monorepo to ^12.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7218](https://redirect.github.com/web-infra-dev/rsbuild/pull/7218) - chore(deps): update dependency happy-dom to ^20.7.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7227](https://redirect.github.com/web-infra-dev/rsbuild/pull/7227) - test(e2e): migrate setupMiddlewares to server.setup by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7231](https://redirect.github.com/web-infra-dev/rsbuild/pull/7231) - chore(deps): update all patch dependencies by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;7232](https://redirect.github.com/web-infra-dev/rsbuild/pull/7232) - chore: update [@&#8203;rslint/core](https://redirect.github.com/rslint/core) to 0.2.1 and fix lint issues by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7234](https://redirect.github.com/web-infra-dev/rsbuild/pull/7234) - test(e2e): add test case for tailwindcss loader by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7235](https://redirect.github.com/web-infra-dev/rsbuild/pull/7235) - release: 2.0.0-beta.5 by [@&#8203;chenjiahan](https://redirect.github.com/chenjiahan) in [#&#8203;7236](https://redirect.github.com/web-infra-dev/rsbuild/pull/7236) #### New Contributors - [@&#8203;T9-Forever](https://redirect.github.com/T9-Forever) made their first contribution in [#&#8203;7145](https://redirect.github.com/web-infra-dev/rsbuild/pull/7145) - [@&#8203;snatvb](https://redirect.github.com/snatvb) made their first contribution in [#&#8203;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 (@&#8203;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 [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;1482](https://redirect.github.com/web-infra-dev/rslib/pull/1482) - docs: update output format guide by [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;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 [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;1477](https://redirect.github.com/web-infra-dev/rslib/pull/1477) - chore(deps): update [@&#8203;typescript/native-preview](https://redirect.github.com/typescript/native-preview) by [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;1479](https://redirect.github.com/web-infra-dev/rslib/pull/1479) - chore: update [@&#8203;rslint/core](https://redirect.github.com/rslint/core) to 0.2.1 and refactor some codes by [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;1480](https://redirect.github.com/web-infra-dev/rslib/pull/1480) - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;1478](https://redirect.github.com/web-infra-dev/rslib/pull/1478) - refactor(create-rslib): remove vitest template by [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;1481](https://redirect.github.com/web-infra-dev/rslib/pull/1481) - chore(deps): update all non-major dependencies by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;1484](https://redirect.github.com/web-infra-dev/rslib/pull/1484) - Release v0.19.6 by [@&#8203;Timeless0911](https://redirect.github.com/Timeless0911) in [#&#8203;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 [#&#8203;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: [#&#8203;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 [#&#8203;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

4 files changed

+80
-94
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@biomejs/biome": "^1.9.4",
3232
"@playwright/test": "^1.58.2",
3333
"@rollup/pluginutils": "^5.3.0",
34-
"@rsbuild/core": "2.0.0-beta.4",
35-
"@rslib/core": "^0.19.5",
36-
"@types/node": "^22.19.11",
34+
"@rsbuild/core": "2.0.0-beta.6",
35+
"@rslib/core": "^0.19.6",
36+
"@types/node": "^22.19.13",
3737
"@types/semver": "^7.7.1",
3838
"postcss": "^8.5.6",
3939
"semver": "^7.7.4",
@@ -50,7 +50,7 @@
5050
"optional": true
5151
}
5252
},
53-
"packageManager": "pnpm@10.29.3",
53+
"packageManager": "pnpm@10.30.3",
5454
"publishConfig": {
5555
"access": "public",
5656
"provenance": true,

patches/@rspack__core@2.0.0-beta.2.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)