Skip to content

chore(deps-dev): bump @rspack/core from 1.7.11 to 2.1.5 - #497

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

chore(deps-dev): bump @rspack/core from 1.7.11 to 2.1.5#497
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/rspack/core-2.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @rspack/core from 1.7.11 to 2.1.5.

Release notes

Sourced from @​rspack/core's releases.

v2.1.5

What's Changed

Bug Fixes 🐞

Refactor 🔨

Other Changes

Full Changelog: web-infra-dev/rspack@v2.1.4...v2.1.5

v2.1.4

Highlights

Fine-grained import.meta parser options

module.parser.javascript.importMeta now accepts an object so each known import.meta property can be configured independently, on top of the existing true / false / 'preserve-unknown' values. Properties set to false are preserved for runtime evaluation, omitted properties keep their default behavior, and unknown properties are preserved. Both webpack-compatible keys (dirname, filename, main, url, webpack, webpackContext) and Rspack-specific keys (rspackHash, rspackPublicPath, glob, ...) are supported.

export default {
  module: {
    parser: {
      javascript: {
        importMeta: {
          // keep `import.meta.url` for runtime evaluation
          url: false,
          // keep the compile-time replacement of `import.meta.webpack`
          webpack: true,
        },
      },
    },
  },
};
</tr></table> 

... (truncated)

Commits
  • e54822b chore(release): release 2.1.5
  • 7e4a104 fix: support real content hash update hooks (#14660)
  • c6a9ed6 fix(watcher): run FsWatcher on a single owner task to fix concurrent &mut rac...
  • e8a7bce chore(deps): update dependency @​rslint/core to v0.7.0 (#14849)
  • eb3a7a9 fix(stats): avoid live chunk access when serializing stale stats (#14808)
  • 03080ba chore(release): 2.1.4 (#14777)
  • 27ff319 fix: respect runtime mode in mf identifiers (#14782)
  • 4078896 fix: invalidate the target compiler for lazy compilation (#14781)
  • 03465ca fix: respect RSPACK_BINDING in loader workers (#14775)
  • 8b76011 fix: revert Module Federation runtime identifiers (#14761)
  • 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 Jul 17, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploying bankaitechdocs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2ebdce3
Status:🚫  Build failed.

View logs

@dependabot dependabot Bot changed the title chore(deps-dev): bump @rspack/core from 1.7.11 to 2.1.4 chore(deps-dev): bump @rspack/core from 1.7.11 to 2.1.5 Jul 23, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rspack/core-2.1.4 branch from 462e963 to f88739b Compare July 23, 2026 17:55
Bumps [@rspack/core](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack) from 1.7.11 to 2.1.5.
- [Release notes](https://github.com/web-infra-dev/rspack/releases)
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.1.5/packages/rspack)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/rspack/core-2.1.4 branch from f88739b to 2ebdce3 Compare July 23, 2026 18:06
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #506.

@dependabot dependabot Bot closed this Jul 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/rspack/core-2.1.4 branch July 24, 2026 19:05
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