Skip to content

chore(deps): update rspack monorepo to 0.100.0#81

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rspack_sources (source) workspace.dependencies minor 0.4.210.100.0

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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-monorepo branch from fcf9a3e to 5ec35c4 Compare June 13, 2026 19:49
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates the rspack_sources workspace dependency in Cargo.toml from version 0.4.21 to 0.100.0. This is a single-line version bump in the workspace dependencies section that upgrades to a significantly newer version of the rspack_sources library.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: updating rspack monorepo to version 0.100.0, which matches the Cargo.toml dependency update.
Description check ✅ Passed The description is directly related to the changeset, providing a detailed table of the dependency update from rspack_sources 0.4.21 to 0.100.0.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/rspack-monorepo

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Cargo.toml`:
- Line 16: The Cargo.toml dependency rspack_sources is inconsistent with the
other rspack packages: change the entry rspack_sources = { version = "0.100.0" }
to pin the exact same version and format as the others by using rspack_sources =
{ version = "=0.100.5" } so it matches the other rspack dependencies'
exact-version constraint and avoids compatibility drift.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a2cc5ceb-db22-4c7e-8637-910d4279c167

📥 Commits

Reviewing files that changed from the base of the PR and between ff68975 and 5ec35c4.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • Cargo.toml

Comment thread Cargo.toml

async-trait = { version = "0.1" }
rspack_sources = { version = "0.4.21" }
rspack_sources = { version = "0.100.0" }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Version mismatch with other rspack dependencies.

All other rspack dependencies (lines 9-13) are pinned to exact version =0.100.5, but rspack_sources is being updated to 0.100.0. This creates two issues:

  1. Version discrepancy: rspack_sources at 0.100.0 while other rspack monorepo packages are at 0.100.5, which may cause compatibility issues.
  2. Constraint inconsistency: Missing the = prefix that other rspack dependencies use for exact version pinning, allowing any 0.100.x version instead of exactly 0.100.0.
🔧 Suggested fix
-rspack_sources = { version = "0.100.0" }
+rspack_sources = { version = "=0.100.5" }
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
rspack_sources = { version = "0.100.0" }
rspack_sources = { version = "=0.100.5" }
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Cargo.toml` at line 16, The Cargo.toml dependency rspack_sources is
inconsistent with the other rspack packages: change the entry rspack_sources = {
version = "0.100.0" } to pin the exact same version and format as the others by
using rspack_sources = { version = "=0.100.5" } so it matches the other rspack
dependencies' exact-version constraint and avoids compatibility drift.

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