Skip to content

[stable35] build(deps-dev): Bump the rspack group with 2 updates - #19462

Merged
github-actions[bot] merged 1 commit into
stable35from
dependabot/npm_and_yarn/stable35/rspack-453b17172c
Sep 19, 2026
Merged

github-actions[bot] merged 1 commit into
stable35from
dependabot/npm_and_yarn/stable35/rspack-453b17172c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the rspack group with 2 updates: @rspack/cli and @rspack/core.

Updates @rspack/cli from 2.2.2 to 2.2.3

Release notes

Sourced from @​rspack/cli's releases.

v2.2.3

Highlights

CSS Import and Asset URL Externals

Rspack now supports asset, asset-url, and css-import external types, allowing CSS to reference stylesheets and assets hosted elsewhere. External @import statements preserve layer, supports, and media conditions, so conditional styles stay conditional in the emitted CSS. #15431, #15522.

More Flexible and Reliable Native Watching

With experiments.nativeWatcher enabled, watchOptions.ignored now accepts a function, making it easier to reuse existing ignore rules when switching to the native watcher. File event processing has also been improved to reduce event loss during large bursts of changes on Linux. #15254.

Lower Resolution Overhead for TypeScript Projects

Relative imports such as ./utils and ../shared no longer trigger unnecessary tsconfig loading or tracking of its project-reference tree. This reduces configuration reads and dependency tracking, especially in large TypeScript projects with many project references. #15492.

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

... (truncated)

Commits

Updates @rspack/core from 2.2.2 to 2.2.3

Release notes

Sourced from @​rspack/core's releases.

v2.2.3

Highlights

CSS Import and Asset URL Externals

Rspack now supports asset, asset-url, and css-import external types, allowing CSS to reference stylesheets and assets hosted elsewhere. External @import statements preserve layer, supports, and media conditions, so conditional styles stay conditional in the emitted CSS. #15431, #15522.

More Flexible and Reliable Native Watching

With experiments.nativeWatcher enabled, watchOptions.ignored now accepts a function, making it easier to reuse existing ignore rules when switching to the native watcher. File event processing has also been improved to reduce event loss during large bursts of changes on Linux. #15254.

Lower Resolution Overhead for TypeScript Projects

Relative imports such as ./utils and ../shared no longer trigger unnecessary tsconfig loading or tracking of its project-reference tree. This reduces configuration reads and dependency tracking, especially in large TypeScript projects with many project references. #15492.

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

... (truncated)

Commits
  • 62bd14f Merge branch 'main' into chore/release-2026-09-08
  • a704ff0 fix: support Windows DOS device paths (#15507)
  • 256145a chore(release): release 2.2.3
  • 8e0da07 fix: preserve diagnostics returned by importModule (#15496)
  • f9abfc0 fix: prevent recursive module federation shared compilation (#15494)
  • 7bdd2bf feat(css): support CSS import and asset URL externals (#15431)
  • 9021d03 fix: revert afterOptimizeChunkIds and renderContent hooks (#15471)
  • 7b15edd feat(cache): port webpack persistent module cache (#15380)
  • 8e7ee31 fix(esm): remove empty chunks except for facade chunks (#15424)
  • 9e0ffd4 feat(watcher): support a function for the native watcher ignored option (#1...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rspack group with 2 updates: [@rspack/cli](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack-cli) and [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack).


Updates `@rspack/cli` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.2.3/packages/rspack-cli)

Updates `@rspack/core` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.2.3/packages/rspack)

---
updated-dependencies:
- dependency-name: "@rspack/cli"
  dependency-version: 2.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rspack
- dependency-name: "@rspack/core"
  dependency-version: 2.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rspack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Sep 19, 2026
@github-actions
github-actions Bot enabled auto-merge September 19, 2026 02:03
@github-actions github-actions Bot changed the title build(deps-dev): Bump the rspack group with 2 updates [stable35] build(deps-dev): Bump the rspack group with 2 updates Sep 19, 2026
@github-actions
github-actions Bot merged commit b308366 into stable35 Sep 19, 2026
49 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/stable35/rspack-453b17172c branch September 19, 2026 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants