Skip to content

chore(deps): update rspack dependencies#79

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rspack-deps
Open

chore(deps): update rspack dependencies#79
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rspack-deps

Conversation

@renovate

@renovate renovate Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@rspack/core (source) 2.0.52.1.3 age confidence dependencies minor
rspack_binding_build (source) =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_binding_builder (source) =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_binding_builder_macros (source) =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_cacheable =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_collections (source) =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_core =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_error =0.100.5=0.101.3 age confidence workspace.dependencies minor
rspack_hook =0.100.5=0.101.3 age confidence workspace.dependencies minor

Release Notes

web-infra-dev/rspack (@​rspack/core)

v2.1.3

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes

Full Changelog: web-infra-dev/rspack@v2.1.2...v2.1.3

v2.1.2

Compare Source

What's Changed

Highlights 💡

Support import.meta style module variables

Rspack now exposes more module variables through import.meta, which aligns better with the ESM specification than CommonJS-style injected globals. When authoring ESM modules, import.meta is now the recommended way to access these runtime values.

The newly supported import.meta properties are:

New import.meta API Existing runtime variable
import.meta.rspackPublicPath __webpack_public_path__
import.meta.rspackBaseUri __webpack_base_uri__
import.meta.rspackShareScopes __webpack_share_scopes__
import.meta.rspackInitSharing __webpack_init_sharing__
import.meta.rspackNonce __webpack_nonce__
import.meta.rspackUniqueId __rspack_unique_id__
import.meta.rspackVersion __rspack_version__
import.meta.rspackHash __webpack_hash__
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v2.1.0...v2.1.1

v2.1.0

Compare Source

What's Changed
🎉 See Announcing Rspack 2.1 for more details.
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspack@v2.0.8...v2.1.0

v2.0.8

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspack@v2.0.7...v2.0.8

v2.0.7

Compare Source

[!WARNING]
v2.0.7 has been deprecated because it may generate incorrect Rspack build outputs.

Please do not install or use v2.0.7. Upgrade to v2.0.8 instead, which was released as the fix for this issue.

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
  • fix(copy): normalize glob common dir before adding as context dependency by @​stormslowly in #​14257
  • fix: declarator nested webpack exports

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 6am on monday"
  • 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Jun 7, 2026
@renovate renovate Bot force-pushed the renovate/rspack-deps branch from b3515f8 to e109045 Compare June 13, 2026 19:49
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This pull request updates rspack ecosystem dependencies across the project from versions 0.100.5 and 2.0.5 to 0.100.8 and 2.0.8. The Cargo.toml file pins eight Rust crates in [workspace.dependencies] to the new version, including core crates (rspack_cacheable, rspack_collections, rspack_core, rspack_error, rspack_hook) and binding crates (rspack_binding_build, rspack_binding_builder, rspack_binding_builder_macros). The package.json file updates the @rspack/core npm dependency to the corresponding JavaScript version. No other sections or functionality are modified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: updating rspack dependencies to newer patch versions across both Cargo.toml and package.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The PR body is clearly about updating rspack-related dependencies, matching the version bumps in the changeset.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/rspack-deps

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate renovate Bot force-pushed the renovate/rspack-deps branch 4 times, most recently from 4abe0d3 to 732a9ea Compare June 30, 2026 07:56
@renovate renovate Bot force-pushed the renovate/rspack-deps branch from 732a9ea to aa853db Compare July 7, 2026 14:51
@renovate

renovate Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `napi`.
    ... required by package `rspack_binding_api v0.101.3`
    ... which satisfies dependency `rspack_binding_api = "=0.101.3"` of package `rspack_binding_builder v0.101.3`
    ... which satisfies dependency `rspack_binding_builder = "=0.101.3"` of package `binding v0.0.0 (/tmp/renovate/repos/github/rstackjs/rspack-binding-template/crates/binding)`
versions that meet the requirements `^3.10.3` are: 3.10.3

all possible versions conflict with previously selected packages

  previously selected package `napi v3.8.6`
    ... which satisfies dependency `napi = "=3.8.6"` of package `binding v0.0.0 (/tmp/renovate/repos/github/rstackjs/rspack-binding-template/crates/binding)`

failed to select a version for `napi` which could resolve this conflict

@renovate renovate Bot force-pushed the renovate/rspack-deps branch from aa853db to cea6b70 Compare July 10, 2026 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants