-
Notifications
You must be signed in to change notification settings - Fork 8
Commit 322c9c1
authored
chore(deps): update all non-major dependencies (#59)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) |
[`^1.52.0` ->
`^1.53.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.52.0/1.53.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@rollup/pluginutils](https://redirect.github.com/rollup/plugins/tree/master/packages/pluginutils#readme)
([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/pluginutils))
| [`^5.1.4` ->
`^5.2.0`](https://renovatebot.com/diffs/npm/@rollup%2fpluginutils/5.1.4/5.2.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@rsbuild/core](https://rsbuild.dev)
([source](https://redirect.github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core))
| [`^1.4.0-beta.1` ->
`^1.4.0-beta.5`](https://renovatebot.com/diffs/npm/@rsbuild%2fcore/1.4.0-beta.1/1.4.0-beta.5)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@rslib/core](https://rslib.rs)
([source](https://redirect.github.com/web-infra-dev/rslib/tree/HEAD/packages/core))
| [`^0.9.1` ->
`^0.10.2`](https://renovatebot.com/diffs/npm/@rslib%2fcore/0.9.1/0.10.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^22.15.29` ->
`^22.15.32`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.29/22.15.32)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [playwright](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) |
[`^1.52.0` ->
`^1.53.1`](https://renovatebot.com/diffs/npm/playwright/1.52.0/1.53.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`10.11.1` ->
`10.12.1`](https://renovatebot.com/diffs/npm/pnpm/10.11.1/10.12.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [postcss](https://postcss.org/)
([source](https://redirect.github.com/postcss/postcss)) | [`^8.5.4` ->
`^8.5.6`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.6) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.53.1`](https://redirect.github.com/microsoft/playwright/compare/v1.53.0...3c60cb476613ee50c040b488d96f390be3985a89)
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.53.0...v1.53.1)
###
[`v1.53.0`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.53.0)
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.52.0...v1.53.0)
#### Trace Viewer and HTML Reporter Updates
- New Steps in Trace Viewer and HTML reporter: <img
src="https://github.com/user-attachments/assets/1963ff7d-4070-41be-a79b-4333176921a2"
alt="New Trace Viewer Steps" height="500">
- New option in `'html'` reporter to set the title of a specific test
run:
```js
import { defineConfig } from '@​playwright/test';
export default defineConfig({
reporter: [['html', { title: 'Custom test run #​1028' }]]
});
```
#### Miscellaneous
- New option
[`kind`](https://playwright.dev/docs/api/class-testinfo#test-info-snapshot-path-option-kind)
in
[testInfo.snapshotPath()](https://playwright.dev/docs/api/class-testinfo#test-info-snapshot-path)
controls which snapshot path template is used.
- New method
[locator.describe()](https://playwright.dev/docs/api/class-locator#locator-describe)
to describe a locator. Used for trace viewer and reports.
```js
const button = page.getByTestId('btn-sub').describe('Subscribe button');
await button.click();
```
- `npx playwright install --list` will now list all installed browsers,
versions and locations.
#### Browser Versions
- Chromium 138.0.7204.4
- Mozilla Firefox 139.0
- WebKit 18.5
This version was also tested against the following stable channels:
- Google Chrome 137
- Microsoft Edge 137
</details>
<details>
<summary>rollup/plugins (@​rollup/pluginutils)</summary>
###
[`v5.2.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/pluginutils/CHANGELOG.md#v520)
*2025-06-17*
##### Features
- feat: add `exactRegex` and `prefixRegex`
([#​1865](https://redirect.github.com/rollup/plugins/issues/1865))
</details>
<details>
<summary>web-infra-dev/rsbuild (@​rsbuild/core)</summary>
###
[`v1.4.0-beta.5`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.4.0-beta.5)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.4.0-beta.4...v1.4.0-beta.5)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
##### What's Changed
##### New Features 🎉
- feat: improve lazy compilation options for single entry by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5431](https://redirect.github.com/web-infra-dev/rsbuild/pull/5431)
- feat(CLI): add --logLevel flag by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5433](https://redirect.github.com/web-infra-dev/rsbuild/pull/5433)
- feat(core): export `LogLevel` type by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5435](https://redirect.github.com/web-infra-dev/rsbuild/pull/5435)
- feat: support lazy compilation in multi environments by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5446](https://redirect.github.com/web-infra-dev/rsbuild/pull/5446)
##### Bug Fixes 🐞
- fix: ensure log level can work for all logs by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5434](https://redirect.github.com/web-infra-dev/rsbuild/pull/5434)
- fix: should set output charset for swc-loader by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5412](https://redirect.github.com/web-infra-dev/rsbuild/pull/5412)
- fix: failed to enable lazy compilation in some cases by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5447](https://redirect.github.com/web-infra-dev/rsbuild/pull/5447)
- fix(types): make PostCSSPlugin type loose by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5448](https://redirect.github.com/web-infra-dev/rsbuild/pull/5448)
##### Document 📖
- docs: add logLevel config by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5432](https://redirect.github.com/web-infra-dev/rsbuild/pull/5432)
- docs: add `logLevel` page to sidebar by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5444](https://redirect.github.com/web-infra-dev/rsbuild/pull/5444)
##### Other Changes
- chore(deps): update biome to v2 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5436](https://redirect.github.com/web-infra-dev/rsbuild/pull/5436)
- test(e2e): capture build logs to make test logs clear by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5437](https://redirect.github.com/web-infra-dev/rsbuild/pull/5437)
- test(e2e): remove temporary plugin by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5438](https://redirect.github.com/web-infra-dev/rsbuild/pull/5438)
- test(e2e): improve debug mode tests by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5440](https://redirect.github.com/web-infra-dev/rsbuild/pull/5440)
- test(e2e): ensure proper cleanup of build after execution by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5441](https://redirect.github.com/web-infra-dev/rsbuild/pull/5441)
- chore(deps): update dependency
[@​rslib/core](https://redirect.github.com/rslib/core) to v0.10.1
by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5442](https://redirect.github.com/web-infra-dev/rsbuild/pull/5442)
- chore(deps): update dependency create-rstack to v1.5.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5443](https://redirect.github.com/web-infra-dev/rsbuild/pull/5443)
- chore(deps): update dependency rspress-plugin-sitemap to ^1.2.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5450](https://redirect.github.com/web-infra-dev/rsbuild/pull/5450)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5451](https://redirect.github.com/web-infra-dev/rsbuild/pull/5451)
- release: 1.4.0-beta.5 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5452](https://redirect.github.com/web-infra-dev/rsbuild/pull/5452)
**Full Changelog**:
web-infra-dev/rsbuild@v1.4.0-beta.4...v1.4.0-beta.5
###
[`v1.4.0-beta.4`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.4.0-beta.4)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.4.0-beta.3...v1.4.0-beta.4)
<!-- 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
1.4.0-beta.1 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5429](https://redirect.github.com/web-infra-dev/rsbuild/pull/5429)
- feat(core): add `logLevel` config by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5423](https://redirect.github.com/web-infra-dev/rsbuild/pull/5423)
- feat: allow log level to be silent by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5426](https://redirect.github.com/web-infra-dev/rsbuild/pull/5426)
- feat(plugin-less): add type for `lessLogAsWarnOrErr` option by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5427](https://redirect.github.com/web-infra-dev/rsbuild/pull/5427)
##### Bug Fixes 🐞
- fix: dont redirect rsbuild.dev by
[@​stormslowly](https://redirect.github.com/stormslowly) in
[https://github.com/web-infra-dev/rsbuild/pull/5428](https://redirect.github.com/web-infra-dev/rsbuild/pull/5428)
##### Document 📖
- docs: update Rspack tracing file name by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5410](https://redirect.github.com/web-infra-dev/rsbuild/pull/5410)
- docs: clarify CSS Modules class name generation by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5419](https://redirect.github.com/web-infra-dev/rsbuild/pull/5419)
- docs: add section on global styles in CSS Modules by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5420](https://redirect.github.com/web-infra-dev/rsbuild/pull/5420)
##### Other Changes
- chore: remove useless incremental config by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5409](https://redirect.github.com/web-infra-dev/rsbuild/pull/5409)
- chore(deps): update dependency svelte to ^5.34.1 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5417](https://redirect.github.com/web-infra-dev/rsbuild/pull/5417)
- chore(deps): update playwright monorepo to v1.53.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5418](https://redirect.github.com/web-infra-dev/rsbuild/pull/5418)
- chore(deps): update dependency nx to ^21.2.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5415](https://redirect.github.com/web-infra-dev/rsbuild/pull/5415)
- test(e2e): rename folder for plugins by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5421](https://redirect.github.com/web-infra-dev/rsbuild/pull/5421)
- test(e2e): clean up temporary files after tests by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5422](https://redirect.github.com/web-infra-dev/rsbuild/pull/5422)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5424](https://redirect.github.com/web-infra-dev/rsbuild/pull/5424)
- chore(deps): update dependency path-serializer to v0.5.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5416](https://redirect.github.com/web-infra-dev/rsbuild/pull/5416)
- chore(deps): update SWC plugins to v8 (major) by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5425](https://redirect.github.com/web-infra-dev/rsbuild/pull/5425)
- release: 1.4.0-beta.4 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5430](https://redirect.github.com/web-infra-dev/rsbuild/pull/5430)
##### New Contributors
- [@​stormslowly](https://redirect.github.com/stormslowly) made
their first contribution in
[https://github.com/web-infra-dev/rsbuild/pull/5428](https://redirect.github.com/web-infra-dev/rsbuild/pull/5428)
**Full Changelog**:
web-infra-dev/rsbuild@v1.4.0-beta.3...v1.4.0-beta.4
###
[`v1.4.0-beta.3`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.4.0-beta.3)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.4.0-beta.2...v1.4.0-beta.3)
<!-- 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
v1.4.0-beta.0 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5407](https://redirect.github.com/web-infra-dev/rsbuild/pull/5407)
- feat(types): add type declarations for normal CSS module by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5385](https://redirect.github.com/web-infra-dev/rsbuild/pull/5385)
- feat(create-rsbuild): enable `verbatimModuleSyntax` in tsconfig by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5399](https://redirect.github.com/web-infra-dev/rsbuild/pull/5399)
##### Performance 🚀
- perf: remove dotenv dependency and use custom parse function by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5379](https://redirect.github.com/web-infra-dev/rsbuild/pull/5379)
- perf: lazy import node crypto by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5383](https://redirect.github.com/web-infra-dev/rsbuild/pull/5383)
##### Bug Fixes 🐞
- fix(create-rsbuild): missing env.d.ts in some templates by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5382](https://redirect.github.com/web-infra-dev/rsbuild/pull/5382)
- fix(create-rsbuild): correct ESLint template name in react18-ts preset
by [@​Colin3191](https://redirect.github.com/Colin3191) in
[https://github.com/web-infra-dev/rsbuild/pull/5391](https://redirect.github.com/web-infra-dev/rsbuild/pull/5391)
- fix(plugin-sass): unpin sass-embedded and update to v1.89.2 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5404](https://redirect.github.com/web-infra-dev/rsbuild/pull/5404)
##### Document 📖
- docs: add missing default value section to server.cors by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5375](https://redirect.github.com/web-infra-dev/rsbuild/pull/5375)
- docs: add mobile adaptation for the next step's style by
[@​xbzhang2020](https://redirect.github.com/xbzhang2020) in
[https://github.com/web-infra-dev/rsbuild/pull/5376](https://redirect.github.com/web-infra-dev/rsbuild/pull/5376)
- docs: add more hooks to migration guide by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5397](https://redirect.github.com/web-infra-dev/rsbuild/pull/5397)
- docs: update TypeScript guide to include verbatimModuleSyntax by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5398](https://redirect.github.com/web-infra-dev/rsbuild/pull/5398)
##### Other Changes
- chore(deps): update dependency
[@​shikijs/transformers](https://redirect.github.com/shikijs/transformers)
to ^3.6.0 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5373](https://redirect.github.com/web-infra-dev/rsbuild/pull/5373)
- release:
[@​rsbuild/plugin-preact](https://redirect.github.com/rsbuild/plugin-preact)
v1.4.0 by [@​chenjiahan](https://redirect.github.com/chenjiahan)
in
[https://github.com/web-infra-dev/rsbuild/pull/5377](https://redirect.github.com/web-infra-dev/rsbuild/pull/5377)
- chore(deps): update
[@​rslib/core](https://redirect.github.com/rslib/core) to 0.9.2 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5378](https://redirect.github.com/web-infra-dev/rsbuild/pull/5378)
- chore: enable `noUncheckedSideEffectImports` in tsconfig.json by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5384](https://redirect.github.com/web-infra-dev/rsbuild/pull/5384)
- chore(deps): update dependency
[@​rsbuild/plugin-preact](https://redirect.github.com/rsbuild/plugin-preact)
to ^1.4.0 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5388](https://redirect.github.com/web-infra-dev/rsbuild/pull/5388)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5387](https://redirect.github.com/web-infra-dev/rsbuild/pull/5387)
- test: use Rstest as Rsbuild's test framework by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/5389](https://redirect.github.com/web-infra-dev/rsbuild/pull/5389)
- release: create-rsbuild v1.3.2 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5392](https://redirect.github.com/web-infra-dev/rsbuild/pull/5392)
- chore(deps): bump Rstest to v0.0.1 by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/5395](https://redirect.github.com/web-infra-dev/rsbuild/pull/5395)
- chore:(workflow) update changelog generator to include refactor label
by [@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5396](https://redirect.github.com/web-infra-dev/rsbuild/pull/5396)
- chore(deps): update pnpm to v10.12.1 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5394](https://redirect.github.com/web-infra-dev/rsbuild/pull/5394)
- chore(deps): update dependency core-js to ~3.43.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5393](https://redirect.github.com/web-infra-dev/rsbuild/pull/5393)
- chore: set types field in tsconfig by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5400](https://redirect.github.com/web-infra-dev/rsbuild/pull/5400)
- chore: remove baseUrl option from tsconfig by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5401](https://redirect.github.com/web-infra-dev/rsbuild/pull/5401)
- test(e2e): proxy SRI plugin warning log by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5403](https://redirect.github.com/web-infra-dev/rsbuild/pull/5403)
- release: 1.4.0-beta.3 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5408](https://redirect.github.com/web-infra-dev/rsbuild/pull/5408)
#### New Contributors
- [@​Colin3191](https://redirect.github.com/Colin3191) made their
first contribution in
[https://github.com/web-infra-dev/rsbuild/pull/5391](https://redirect.github.com/web-infra-dev/rsbuild/pull/5391)
**Full Changelog**:
web-infra-dev/rsbuild@v1.4.0-beta.2...v1.4.0-beta.3
###
[`v1.4.0-beta.2`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.4.0-beta.2)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.4.0-beta.1...v1.4.0-beta.2)
<!-- 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 1.3.14
by [@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5365](https://redirect.github.com/web-infra-dev/rsbuild/pull/5365)
##### Bug Fixes 🐞
- fix(plugin-sass): pin sass-embedded to 1.89.0 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5360](https://redirect.github.com/web-infra-dev/rsbuild/pull/5360)
- fix(type): make the PostCSS plugin type loose by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5364](https://redirect.github.com/web-infra-dev/rsbuild/pull/5364)
##### Document 📖
- docs: clarify swc-loader default options by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5362](https://redirect.github.com/web-infra-dev/rsbuild/pull/5362)
##### Other Changes
- chore(deps): update dependency
[@​shikijs/transformers](https://redirect.github.com/shikijs/transformers)
to ^3.5.0 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5358](https://redirect.github.com/web-infra-dev/rsbuild/pull/5358)
- release:
[@​rsbuild/plugin-sass](https://redirect.github.com/rsbuild/plugin-sass)
v1.3.2 by [@​chenjiahan](https://redirect.github.com/chenjiahan)
in
[https://github.com/web-infra-dev/rsbuild/pull/5361](https://redirect.github.com/web-infra-dev/rsbuild/pull/5361)
- test(ut): remove useless mock by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5363](https://redirect.github.com/web-infra-dev/rsbuild/pull/5363)
- Revert "fix(type): make the PostCSS plugin type loose
([#​5364](https://redirect.github.com/web-infra-dev/rsbuild/issues/5364))"
by [@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5366](https://redirect.github.com/web-infra-dev/rsbuild/pull/5366)
- chore(workflow): remove ecosystem CI lark alert by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5367](https://redirect.github.com/web-infra-dev/rsbuild/pull/5367)
- chore(deps): update module federation to v0.15.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5369](https://redirect.github.com/web-infra-dev/rsbuild/pull/5369)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/5370](https://redirect.github.com/web-infra-dev/rsbuild/pull/5370)
- Release 1.4.0 beta.2 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/5371](https://redirect.github.com/web-infra-dev/rsbuild/pull/5371)
**Full Changelog**:
web-infra-dev/rsbuild@v1.4.0-beta.1...v1.4.0-beta.2
</details>
<details>
<summary>web-infra-dev/rslib (@​rslib/core)</summary>
###
[`v0.10.2`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.10.2)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.10.1...v0.10.2)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### Bug Fixes 🐞
- fix(dts): should emit all kinds of diagnostics when composite is true
by [@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1081](https://redirect.github.com/web-infra-dev/rslib/pull/1081)
##### Document 📖
- docs: remove index page from rss by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1078](https://redirect.github.com/web-infra-dev/rslib/pull/1078)
- docs: use import attributes to import JSON files by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1079](https://redirect.github.com/web-infra-dev/rslib/pull/1079)
##### Other Changes
- Release v0.10.2 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1082](https://redirect.github.com/web-infra-dev/rslib/pull/1082)
**Full Changelog**:
web-infra-dev/rslib@v0.10.1...v0.10.2
###
[`v0.10.1`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.10.1)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.10.0...v0.10.1)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### Bug Fixes 🐞
- fix: do not redirect third party css file by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1069](https://redirect.github.com/web-infra-dev/rslib/pull/1069)
##### Document 📖
- docs: specify minify for umd format by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1064](https://redirect.github.com/web-infra-dev/rslib/pull/1064)
##### Other Changes
- chore(deps): bump Rslib v0.10.0 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1063](https://redirect.github.com/web-infra-dev/rslib/pull/1063)
- chore: let GitHub languages ignores MDX files by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1065](https://redirect.github.com/web-infra-dev/rslib/pull/1065)
- chore(deps): bump Rsbuild 1.4.0-beta.4 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1067](https://redirect.github.com/web-infra-dev/rslib/pull/1067)
- refactor: remove circular dependency and add plugin to detect by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1070](https://redirect.github.com/web-infra-dev/rslib/pull/1070)
- chore(deps): update Biome to v2 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1072](https://redirect.github.com/web-infra-dev/rslib/pull/1072)
- chore(deps): update all non-major dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/1074](https://redirect.github.com/web-infra-dev/rslib/pull/1074)
- Release v0.10.1 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1075](https://redirect.github.com/web-infra-dev/rslib/pull/1075)
**Full Changelog**:
web-infra-dev/rslib@v0.10.0...v0.10.1
###
[`v0.10.0`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.10.0)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.9.2...v0.10.0)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### Highlights ✨
##### New ESM Output
We have simplified the ESM output to improve readability and reduce
bundle size. See the comparison in the figure below.
<img alt="Rslib ESM Output"
src="https://github.com/user-attachments/assets/489b2494-d941-4891-8102-b6143efd8d80"
width="600" />
> Compared with
[v0.9.2](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.9.2),
additional optimization for import default has been included.
#### What's Changed
##### New Features 🎉
- feat: bump Rsbuild 1.4.0-beta.3 to enhance default import rename by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1053](https://redirect.github.com/web-infra-dev/rslib/pull/1053)
##### Bug Fixes 🐞
- fix: bump `storybook-addon-rslib` to fix mf storybook edge case by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1047](https://redirect.github.com/web-infra-dev/rslib/pull/1047)
##### Document 📖
- docs: add more chapters of TypeScript related by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1048](https://redirect.github.com/web-infra-dev/rslib/pull/1048)
- docs: generate the sitemap for SEO by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rslib/pull/1049](https://redirect.github.com/web-infra-dev/rslib/pull/1049)
- docs: remove Modern.js Module tests coverage by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1051](https://redirect.github.com/web-infra-dev/rslib/pull/1051)
- docs: add difference of modify config plugin hook by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1058](https://redirect.github.com/web-infra-dev/rslib/pull/1058)
- docs: clarify how to set browserslist by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1057](https://redirect.github.com/web-infra-dev/rslib/pull/1057)
- docs: how to generate esm outputs for mf format by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1059](https://redirect.github.com/web-infra-dev/rslib/pull/1059)
- docs: list a table of all dts features by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1055](https://redirect.github.com/web-infra-dev/rslib/pull/1055)
##### Other Changes
- chore(deps): revert rspress 2.0.0-beta.10 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1045](https://redirect.github.com/web-infra-dev/rslib/pull/1045)
- chore(deps): update all non-major dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/1046](https://redirect.github.com/web-infra-dev/rslib/pull/1046)
- test: correct test config of resolve false case by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1050](https://redirect.github.com/web-infra-dev/rslib/pull/1050)
- chore(deps): update all non-major dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/1061](https://redirect.github.com/web-infra-dev/rslib/pull/1061)
- chore(plugin-dts): remove error stack which is not helpful to users by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1056](https://redirect.github.com/web-infra-dev/rslib/pull/1056)
- test: do not display expected error logs in terminal during testing by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1054](https://redirect.github.com/web-infra-dev/rslib/pull/1054)
- Release v0.10.0 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/1062](https://redirect.github.com/web-infra-dev/rslib/pull/1062)
**Full Changelog**:
web-infra-dev/rslib@v0.9.2...v0.10.0
###
[`v0.9.2`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.9.2)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.9.1...v0.9.2)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### Highlights ✨
We have **simplified the ESM output**, see the comparison in the figure
below.
No `__webpack_exports__` and `__WEBPACK_EXTERNAL_MODULE_` now!
<img alt="ESM output"
src="https://github.com/user-attachments/assets/e604ce58-0c5c-4429-8726-f488ec7e6b85"
width="600" />
#### What's Changed
##### New Features 🎉
* feat(create-rslib): bump Storybook to v9 by
@​renova[https://github.com/web-infra-dev/rslib/pull/1036](https://redirect.github.com/web-infra-dev/rslib/pull/1036)l/1036
* feat: bump Rsbuild 1.4.0-beta.2 to enhance external module render by
@​Timeless09[https://github.com/web-infra-dev/rslib/pull/1042](https://redirect.github.com/web-infra-dev/rslib/pull/1042)l/1042
##### Document 📖
* docs: update output format description to include IIFE by
@​chenjiah[https://github.com/web-infra-dev/rslib/pull/1038](https://redirect.github.com/web-infra-dev/rslib/pull/1038)l/1038
* docs: reopen domain redirection by
@​Timeless09[https://github.com/web-infra-dev/rslib/pull/1041](https://redirect.github.com/web-infra-dev/rslib/pull/1041)l/1041
##### Other Changes
* chore(deps): update all non-major dependencies by
@​renova[https://github.com/web-infra-dev/rslib/pull/1035](https://redirect.github.com/web-infra-dev/rslib/pull/1035)l/1035
* test: filter the tsconfig error log by
@​chenjiah[https://github.com/web-infra-dev/rslib/pull/1039](https://redirect.github.com/web-infra-dev/rslib/pull/1039)l/1039
* chore(deps): update all non-major dependencies by
@​renova[https://github.com/web-infra-dev/rslib/pull/1043](https://redirect.github.com/web-infra-dev/rslib/pull/1043)l/1043
* Release v0.9.2 by
@​Timeless09[https://github.com/web-infra-dev/rslib/pull/1044](https://redirect.github.com/web-infra-dev/rslib/pull/1044)l/1044
**Full Changelog**:
web-infra-dev/rslib@v0.9.1...v0.9.2
</details>
<details>
<summary>pnpm/pnpm (pnpm)</summary>
###
[`v10.12.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10121)
##### Minor Changes
- **Experimental.** Added support for global virtual stores. When
enabled, `node_modules` contains only symlinks to a central virtual
store, rather to `node_modules/.pnpm`. By default, this central store is
located at `<store-path>/links` (you can find the store path by running
`pnpm store path`).
In the central virtual store, each package is hard linked into a
directory whose name is the hash of its dependency graph. This allows
multiple projects on the system to symlink shared dependencies from this
central location, significantly improving installation speed when a warm
cache is available.
> This is conceptually similar to how [NixOS manages
packages](https://nixos.org/guides/how-nix-works/), using dependency
graph hashes to create isolated and reusable package directories.
To enable the global virtual store, set `enableGlobalVirtualStore: true`
in your root `pnpm-workspace.yaml`, or globally via:
```sh
pnpm config -g set enable-global-virtual-store true
```
NOTE: In CI environments, where caches are typically cold, this setting
may slow down installation. pnpm automatically disables the global
virtual store when running in CI.
Related PR:
[#​8190](https://redirect.github.com/pnpm/pnpm/pull/8190)
<!---->
- The `pnpm update` command now supports updating `catalog:` protocol
dependencies and writes new specifiers to `pnpm-workspace.yaml`.
- Added two new CLI options (`--save-catalog` and
`--save-catalog-name=<name>`) to `pnpm add` to save new dependencies as
catalog entries. `catalog:` or `catalog:<name>` will be added to
`package.json` and the package specifier will be added to the `catalogs`
or `catalog[<name>]` object in `pnpm-workspace.yaml`
[#​9425](https://redirect.github.com/pnpm/pnpm/issues/9425).
- **Semi-breaking.** The keys used for side-effects caches have changed.
If you have a side-effects cache generated by a previous version of
pnpm, the new version will not use it and will create a new cache
instead [#​9605](https://redirect.github.com/pnpm/pnpm/pull/9605).
- Added a new setting called `ci` for explicitly telling pnpm if the
current environment is a CI or not.
##### Patch Changes
- Sort versions printed by `pnpm patch` using semantic versioning rules.
- Improve the way the error message displays mismatched specifiers. Show
differences instead of 2 whole objects
[#​9598](https://redirect.github.com/pnpm/pnpm/pull/9598).
- Revert [#​9574](https://redirect.github.com/pnpm/pnpm/pull/9574)
to fix a regression
[#​9596](https://redirect.github.com/pnpm/pnpm/issues/9596).
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
###
[`v8.5.6`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#856)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.5...8.5.6)
- Fixed `ContainerWithChildren` type discriminating (by
[@​Goodwine](https://redirect.github.com/Goodwine)).
###
[`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5)
- Fixed `package.json`→`exports` compatibility with some tools (by
[@​JounQin](https://redirect.github.com/JounQin)).
</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/rspack-contrib/rsbuild-plugin-tailwindcss).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 43dbe83 commit 322c9c1Copy full SHA for 322c9c1
File tree
Expand file treeCollapse file tree
2 files changed
+238
-183
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+238
-183
lines changedCollapse file: package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
0 commit comments