Skip to content

chore(deps): bump @rspack/core from 2.0.3 to 2.1.8 - #277

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rspack/core-2.1.8
Open

chore(deps): bump @rspack/core from 2.0.3 to 2.1.8#277
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rspack/core-2.1.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown

Bumps @rspack/core from 2.0.3 to 2.1.8.

Release notes

Sourced from @​rspack/core's releases.

v2.1.8

Highlights

Persistent cache storage options now align with webpack

Rspack now supports cache.name and cache.storage.location, aligning with webpack's persistent cache semantics. cache.storage.directory is now the base directory, while the final cache location defaults to <directory>/<cache.name>. Default cache paths remain unchanged.

If you previously used storage.directory as the exact cache path, migrate it to storage.location. Existing cache data is not migrated automatically.

cache: {
  type: 'persistent',
  storage: {
    type: 'filesystem',
-   directory: '/custom/cache',
+   location: '/custom/cache',
  },
}

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

... (truncated)

Commits
  • e1eca76 chore(release): release 2.1.8
  • 565c319 feat(hmr): emit css.c / css.r in the hot-update manifest for precise CSS upda...
  • f14af4d chore(build): enable createRequire parser in Rslib builds (#15058)
  • 216e595 feat: align persistent cache storage options with webpack (#15049)
  • 17b7c75 chore(deps): update dependency @​rspack/lite-tapable to v1.1.5 (#15028)
  • d9d0078 chore: migrate Rslib and Rsbuild to Rstack CLI (#14992)
  • 32e8df7 chore: release version 2.1.7 (#14979)
  • 6d5d90e fix: revert "feat: support import.meta.env" (#14975)
  • b68730a chore: release version 2.1.6 (#14966)
  • c228a0d chore(deps): migrate workspace deps to pnpm catalogs (#14935)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
@dependabot
dependabot Bot requested a review from dean0x as a code owner August 7, 2026 15:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 7, 2026
Bumps [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) from 2.0.3 to 2.1.8.
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.8/packages/rspack)

---
updated-dependencies:
- dependency-name: "@rspack/core"
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rspack/core-2.1.8 branch from 4bd6f72 to abe96c8 Compare August 9, 2026 06:17
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 Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants