chore(deps): update rspress monorepo to v2.0.0-beta.18 #7277
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-beta.16
->2.0.0-beta.18
2.0.0-beta.16
->2.0.0-beta.18
2.0.0-beta.16
->2.0.0-beta.18
Release Notes
web-infra-dev/rspress (@rspress/plugin-llms)
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
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.