-
Notifications
You must be signed in to change notification settings - Fork 113
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
base: main
Are you sure you want to change the base?
Conversation
|
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
CodSpeed Performance ReportMerging #1141 will not alter performanceComparing Summary
|
Web Explorer#2576 Bundle Size — 259.52KiB (0%).d3a7419(current) vs 1af920d main#2568(baseline) Bundle metrics
Bundle size by type
|
Current #2576 |
Baseline #2568 |
|
---|---|---|
227.7KiB |
227.7KiB |
|
31.82KiB |
31.82KiB |
Bundle analysis report Branch renovate/rspress Project dashboard
Generated by RelativeCI Documentation Report issue
React Example#2585 Bundle Size — 234.7KiB (0%).d3a7419(current) vs 1af920d main#2577(baseline) Bundle metrics
|
Current #2585 |
Baseline #2577 |
|
---|---|---|
0B |
0B |
|
0B |
0B |
|
0% |
0% |
|
0 |
0 |
|
4 |
4 |
|
153 |
153 |
|
61 |
61 |
|
45.85% |
45.85% |
|
2 |
2 |
|
0 |
0 |
Bundle size by type no changes
Current #2585 |
Baseline #2577 |
|
---|---|---|
145.76KiB |
145.76KiB |
|
88.94KiB |
88.94KiB |
Bundle analysis report Branch renovate/rspress Project dashboard
Generated by RelativeCI Documentation Report issue
ed37bcb
to
bbdd11f
Compare
d78df8e
to
4a3810a
Compare
4a3810a
to
d3a7419
Compare
This PR contains the following updates:
2.0.0-beta.15
->2.0.0-beta.19
2.0.0-beta.15
->2.0.0-beta.19
3.5.0
->3.7.0
2.0.0-beta.15
->2.0.0-beta.19
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
./
prefixMarkdown links without "./" prefix are now relative links, e.g:
[subfolder](subfolder)
is equal to[subfolder](./subfolder)
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 👬🏻What's Changed
New Features 🎉
PackageManagerTabs
component by @artus90https://github.com/web-infra-dev/rspress/pull/2343l/2343Bug 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 withbasename
feature of react-routerIf you are using
const { pathname } = useLocation()
together withbase
configuration, it should be noted that pathname will not containbase
url, as the top-level BrowserRouter includesbasename
What's Changed
Bug Fixes 🐞
rspress/shiki-transformers
by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2327SidebarSectionHeader
by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2328Other Changes
basename
feature of react-router by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2322@rspress/plugin-container-syntax
pkg and intergrateremarkContainerSyntax
to @rspress/core by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2324New 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
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 🎉
_meta.json
to_nav.json
in order to support single Nav Mode by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2314l/2314Performance 🚀
Bug Fixes 🐞
base
inrspress dev
andrspress preview
by @SoonIthttps://github.com/web-infra-dev/rspress/pull/2317l/2317Document 📖
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
async-node
target with asyncChunks by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2294Full 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
light-dark
on colors, close #1036 - by @antfu in https://github.com/shikijs/shiki/issues/1036 (ac58a)View changes on GitHub
v3.6.0
Compare Source
🚀 Features
colorsRendering
option - by @antfu (0f850)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.
This PR was generated by Mend Renovate. View the repository job log.