Skip to content

chore(deps): update rspress #1141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update rspress #1141

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
@rspress/plugin-client-redirects (source) 2.0.0-beta.15 -> 2.0.0-beta.19 age confidence
@rspress/shared (source) 2.0.0-beta.15 -> 2.0.0-beta.19 age confidence
@shikijs/transformers (source) 3.5.0 -> 3.7.0 age confidence
rspress (source) 2.0.0-beta.15 -> 2.0.0-beta.19 age confidence

Release Notes

web-infra-dev/rspress (@​rspress/plugin-client-redirects)

v2.0.0-beta.19

Compare Source

Breaking Changes 🚨
Correct relative link in markdown without ./ prefix

Related PR: #​2348

Markdown links without "./" prefix are now relative links, e.g: [subfolder](subfolder) is equal to [subfolder](./subfolder)

image

Before

[](installation) and [](installation.mdx) points to /installation.html, this behavior is strange ❌

After

[](installation) and [](installation.mdx) points to /guide/api/installation.html

If you are updating to Rspress V2, don't worry, our friend markdown.checkDeadLinks which is also refactored can help us check and find these broken links 👬🏻

image
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.18...v2.0.0-beta.19

v2.0.0-beta.18

Compare Source

Breaking Changes 🚨
Reimplement base config with basename feature of react-router

Related PR: #​2322

If you are using const { pathname } = useLocation() together with base configuration, it should be noted that pathname will not contain base url, as the top-level BrowserRouter includes basename

What's Changed
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.17...v2.0.0-beta.18

v2.0.0-beta.17

Compare Source

Breaking Changes 🚨
Support Single Nav Mode by renaming the top level _meta.json to _nav.json

Related PR: #​2314

If your top level does not have _nav.json, themeConfig.nav will not be generated, and your homepage will directly enter the document.

For example:

├── doc
│   ├── guide
│   │   ├── advanced
│   │   │   └── plugin.mdx
│   │   ├── _meta.json
│   │   └── index.mdx
+   ├── _meta.json
│   └── index.md
├── package.json
└── rspress.config.ts
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.16...v2.0.0-beta.17

v2.0.0-beta.16

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.15...v2.0.0-beta.16

shikijs/shiki (@​shikijs/transformers)

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 bot:renovate This is from bot 'renovate' label Jun 23, 2025
@renovate renovate bot enabled auto-merge June 23, 2025 15:47
Copy link

changeset-bot bot commented Jun 23, 2025

⚠️ No Changeset found

Latest commit: 4a3810a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

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

Click here to learn what changesets are, and how to add one.

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

Copy link

codecov bot commented Jun 23, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
2985 1 2984 67
View the top 1 failed test(s) by shortest run time
react.spec.ts::reactlynx3 tests › basic › basic-mts-run-on-main-thread
Stack Traces | 150s run time
react.spec.ts:403:5 basic-mts-run-on-main-thread

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link

codspeed-hq bot commented Jun 23, 2025

CodSpeed Performance Report

Merging #1141 will not alter performance

Comparing renovate/rspress (d3a7419) with main (1af920d)

Summary

✅ 10 untouched benchmarks

Copy link

relativeci bot commented Jun 23, 2025

Web Explorer

#2576 Bundle Size — 259.52KiB (0%).

d3a7419(current) vs 1af920d main#2568(baseline)

Bundle metrics  Change 1 change
                 Current
#2576
     Baseline
#2568
No change  Initial JS 140.94KiB 140.94KiB
No change  Initial CSS 31.82KiB 31.82KiB
No change  Cache Invalidation 0% 0%
No change  Chunks 4 4
No change  Assets 4 4
Change  Modules 209(+0.48%) 208
No change  Duplicate Modules 17 17
No change  Duplicate Code 4.16% 4.16%
No change  Packages 4 4
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#2576
     Baseline
#2568
No change  JS 227.7KiB 227.7KiB
No change  CSS 31.82KiB 31.82KiB

Bundle analysis reportBranch renovate/rspressProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link

relativeci bot commented Jun 23, 2025

React Example

#2585 Bundle Size — 234.7KiB (0%).

d3a7419(current) vs 1af920d main#2577(baseline)

Bundle metrics  no changes
                 Current
#2585
     Baseline
#2577
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 153 153
No change  Duplicate Modules 61 61
No change  Duplicate Code 45.85% 45.85%
No change  Packages 2 2
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
#2585
     Baseline
#2577
No change  IMG 145.76KiB 145.76KiB
No change  Other 88.94KiB 88.94KiB

Bundle analysis reportBranch renovate/rspressProject dashboard


Generated by RelativeCIDocumentationReport issue

@renovate renovate bot force-pushed the renovate/rspress branch 23 times, most recently from ed37bcb to bbdd11f Compare June 30, 2025 11:56
@renovate renovate bot force-pushed the renovate/rspress branch 28 times, most recently from d78df8e to 4a3810a Compare July 6, 2025 07:20
@renovate renovate bot force-pushed the renovate/rspress branch from 4a3810a to d3a7419 Compare July 6, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:renovate This is from bot 'renovate'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants