Skip to content

chore: update rspack ecosystem links to .rs domains#2449

Merged
colinaaa merged 3 commits intolynx-family:mainfrom
colinaaa:chore/update-rspack-rs-links
Apr 13, 2026
Merged

chore: update rspack ecosystem links to .rs domains#2449
colinaaa merged 3 commits intolynx-family:mainfrom
colinaaa:chore/update-rspack-rs-links

Conversation

@colinaaa
Copy link
Copy Markdown
Collaborator

@colinaaa colinaaa commented Apr 11, 2026

Summary

  • replace rspack.dev, rsbuild.dev, and rslib.dev external references with their .rs domains
  • update website external-link selectors to match the new rspack.rs and rsbuild.rs domains
  • preserve non-domain identifiers such as tools.rspack.devtool

Verification

  • searched the repository for rspack.dev|rsbuild.dev|rslib.dev after the replacement
  • reviewed the diff against main to confirm only domain references were changed
  • requested an independent code review of the branch diff

Summary by CodeRabbit

  • Documentation
    • Updated numerous documentation links and in-code documentation references to the new Rspack/Rsbuild domains across guides, changelogs, and JSDoc; README credit link updated.
  • Style
    • Adjusted external-link matching rules to target the updated domains.
  • Chores
    • Added an empty changeset metadata file.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 11, 2026

🦋 Changeset detected

Latest commit: 5ec7ca0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 11, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 42cf4458-4b70-4de5-835f-b7088e07e8ec

📥 Commits

Reviewing files that changed from the base of the PR and between 96addb8 and 5ec7ca0.

📒 Files selected for processing (1)
  • packages/rspeedy/core/src/config/index.ts
✅ Files skipped from review due to trivial changes (1)
  • packages/rspeedy/core/src/config/index.ts

📝 Walkthrough

Walkthrough

Updated documentation hyperlinks across the repository: .dev domains (rspack.dev, rsbuild.dev) were replaced with .rs domains (rspack.rs, rsbuild.rs) in JSDoc, guides, changelogs, styles, and README. No code logic, types, or exported API signatures were changed.

Changes

Cohort / File(s) Summary
Root README
README.md
Updated Rspack credit link from https://rspack.dev/ to https://rspack.rs/.
Core changelog & API docs
packages/rspeedy/core/CHANGELOG.md, packages/rspeedy/core/src/api.ts
Repointed rsbuild/rspack .dev links to .rs in changelog and JSDoc.
Core config (multiple files)
packages/rspeedy/core/src/config/... (dev/index.ts, index.ts, mergeRspeedyConfig.ts, output/index.ts, output/minify.ts, output/source-map.ts, performance/index.ts, server/index.ts, source/entry.ts, source/index.ts, tools/index.ts)
Replaced .dev links with .rs in JSDoc/@link/@remarks; expanded cleanDistPath JSDoc only.
Core entry & plugins
packages/rspeedy/core/src/create-rspeedy.ts, packages/rspeedy/core/src/plugins/optimization.plugin.ts, packages/rspeedy/plugin-react/src/css.ts
Switched documentation/comment URLs from rsbuild.dev/rspack.dev to .rs.
Webpack plugin docs
packages/webpack/css-extract-webpack-plugin/src/CssExtractRspackPlugin.ts
Updated JSDoc hyperlink target from www.rspack.dev to rspack.rs.
Website — English guides
website/docs/en/guide/* (assets.md, build-profiling.mdx, code-splitting.md, css.mdx, i18n.mdx, plugin.md, resolve.md)
Repointed external documentation links from .dev to .rs.
Website — Chinese guides
website/docs/zh/guide/* (assets.md, build-profiling.mdx, code-splitting.md, css.mdx, i18n.mdx, plugin.md, resolve.md)
Repointed external documentation links from .dev to .rs.
Website styles
website/src/styles/external-links.scss
Updated external-link matching rules to match rspack.rs and rsbuild.rs (was .dev).
Changeset
.changeset/mighty-buckets-train.md
Added an empty changeset markdown file (empty frontmatter).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Suggested reviewers

  • upupming
  • luhc228

Poem

🐇 I hopped through docs with nimble feet,
Links turned from .dev to .rs — neat!
No code was shaken, only paths retold,
A tiny hop, the stories bold,
🌱📘 — happy trails in documentation sweet.

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: updating Rspack ecosystem documentation links from .dev to .rs domains across the codebase.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

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 the current code and only fix it if needed.

Inline comments:
In `@packages/rspeedy/core/src/config/index.ts`:
- Line 168: The JSDoc sentence "Rspeedy use the plugin APIs from {`@link`
https://rsbuild.rs/plugins/dev/index | Rsbuild}" is grammatically incorrect;
update the text to "Rspeedy uses the plugin APIs from {`@link`
https://rsbuild.rs/plugins/dev/index | Rsbuild}" so generated docs read
correctly—locate the JSDoc block containing that exact string (the comment
referencing the Rsbuild link) and change "use" to "uses".
🪄 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9aa476ce-1fa4-4f9a-9248-bd1df4bd82c9

📥 Commits

Reviewing files that changed from the base of the PR and between 1fe297c and deb08fd.

📒 Files selected for processing (33)
  • README.md
  • packages/rspeedy/core/CHANGELOG.md
  • packages/rspeedy/core/src/api.ts
  • packages/rspeedy/core/src/config/dev/index.ts
  • packages/rspeedy/core/src/config/index.ts
  • packages/rspeedy/core/src/config/mergeRspeedyConfig.ts
  • packages/rspeedy/core/src/config/output/index.ts
  • packages/rspeedy/core/src/config/output/minify.ts
  • packages/rspeedy/core/src/config/output/source-map.ts
  • packages/rspeedy/core/src/config/performance/index.ts
  • packages/rspeedy/core/src/config/server/index.ts
  • packages/rspeedy/core/src/config/source/entry.ts
  • packages/rspeedy/core/src/config/source/index.ts
  • packages/rspeedy/core/src/config/tools/index.ts
  • packages/rspeedy/core/src/create-rspeedy.ts
  • packages/rspeedy/core/src/plugins/optimization.plugin.ts
  • packages/rspeedy/plugin-react/src/css.ts
  • packages/webpack/css-extract-webpack-plugin/src/CssExtractRspackPlugin.ts
  • website/docs/en/guide/assets.md
  • website/docs/en/guide/build-profiling.mdx
  • website/docs/en/guide/code-splitting.md
  • website/docs/en/guide/css.mdx
  • website/docs/en/guide/i18n.mdx
  • website/docs/en/guide/plugin.md
  • website/docs/en/guide/resolve.md
  • website/docs/zh/guide/assets.md
  • website/docs/zh/guide/build-profiling.mdx
  • website/docs/zh/guide/code-splitting.md
  • website/docs/zh/guide/css.mdx
  • website/docs/zh/guide/i18n.mdx
  • website/docs/zh/guide/plugin.md
  • website/docs/zh/guide/resolve.md
  • website/src/styles/external-links.scss

Comment thread packages/rspeedy/core/src/config/index.ts Outdated
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Qingyu Wang <40660121+colinaaa@users.noreply.github.com>
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 11, 2026

Merging this PR will degrade performance by 14.68%

❌ 1 regressed benchmark
✅ 71 untouched benchmarks
⏩ 21 skipped benchmarks1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
transform 1000 view elements 40.4 ms 47.4 ms -14.68%

Comparing colinaaa:chore/update-rspack-rs-links (5ec7ca0) with main (1fe297c)

Open in CodSpeed

Footnotes

  1. 21 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@relativeci
Copy link
Copy Markdown

relativeci bot commented Apr 11, 2026

React External

#328 Bundle Size — 590.13KiB (0%).

5ec7ca0(current) vs 1fe297c main#327(baseline)

Bundle metrics  no changes
                 Current
#328
     Baseline
#327
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 3 3
No change  Modules 17 17
No change  Duplicate Modules 5 5
No change  Duplicate Code 8.59% 8.59%
No change  Packages 0 0
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#328
     Baseline
#327
No change  Other 590.13KiB 590.13KiB

Bundle analysis reportBranch colinaaa:chore/update-rspack-rs-...Project dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link
Copy Markdown

relativeci bot commented Apr 11, 2026

React MTF Example

#343 Bundle Size — 206.11KiB (0%).

5ec7ca0(current) vs 1fe297c main#342(baseline)

Bundle metrics  no changes
                 Current
#343
     Baseline
#342
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 3 3
No change  Modules 173 173
No change  Duplicate Modules 67 67
No change  Duplicate Code 45.76% 45.76%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#343
     Baseline
#342
No change  IMG 111.23KiB 111.23KiB
No change  Other 94.88KiB 94.88KiB

Bundle analysis reportBranch colinaaa:chore/update-rspack-rs-...Project dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link
Copy Markdown

relativeci bot commented Apr 11, 2026

Web Explorer

#8784 Bundle Size — 743.45KiB (0%).

5ec7ca0(current) vs 1fe297c main#8783(baseline)

Bundle metrics  Change 1 change
                 Current
#8784
     Baseline
#8783
No change  Initial JS 43.82KiB 43.82KiB
No change  Initial CSS 2.16KiB 2.16KiB
No change  Cache Invalidation 0% 0%
No change  Chunks 8 8
No change  Assets 10 10
Change  Modules 150(+0.67%) 149
No change  Duplicate Modules 11 11
No change  Duplicate Code 34.96% 34.96%
No change  Packages 3 3
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#8784
     Baseline
#8783
No change  Other 398.15KiB 398.15KiB
No change  JS 343.13KiB 343.13KiB
No change  CSS 2.16KiB 2.16KiB

Bundle analysis reportBranch colinaaa:chore/update-rspack-rs-...Project dashboard


Generated by RelativeCIDocumentationReport issue

@relativeci
Copy link
Copy Markdown

relativeci bot commented Apr 11, 2026

React Example

#7210 Bundle Size — 236.82KiB (0%).

5ec7ca0(current) vs 1fe297c main#7209(baseline)

Bundle metrics  no changes
                 Current
#7210
     Baseline
#7209
No change  Initial JS 0B 0B
No change  Initial CSS 0B 0B
No change  Cache Invalidation 0% 0%
No change  Chunks 0 0
No change  Assets 4 4
No change  Modules 179 179
No change  Duplicate Modules 70 70
No change  Duplicate Code 46.1% 46.1%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#7210
     Baseline
#7209
No change  IMG 145.76KiB 145.76KiB
No change  Other 91.06KiB 91.06KiB

Bundle analysis reportBranch colinaaa:chore/update-rspack-rs-...Project dashboard


Generated by RelativeCIDocumentationReport issue

@colinaaa colinaaa merged commit ac415ff into lynx-family:main Apr 13, 2026
48 of 49 checks passed
@colinaaa colinaaa deleted the chore/update-rspack-rs-links branch April 13, 2026 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant