fix(deps): update rspress #437
Merged
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-alpha.7->2.0.0-alpha.112.0.0-alpha.7->2.0.0-alpha.111.7.3->1.7.42.0.0-alpha.7->2.0.0-alpha.11Release Notes
web-infra-dev/rspress (@rspress/plugin-client-redirects)
v2.0.0-alpha.11Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.10...v2.0.0-alpha.11
v2.0.0-alpha.10Compare Source
What's Changed
New Features 🎉
ssg: falsehint by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2055Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.9...v2.0.0-alpha.10
v2.0.0-alpha.9Compare Source
Breaking Changes 🚨
Update unified@11 and mdx related pkgs
If you are using your own rehype or remark plugin in Rspress, you also need to upgrade to a version compatible with
unified@11.@rspress/ migrate to native @shikijs/rehype
All options will be the same as @shikijs/rehype
Details
import { defineConfig } from 'rspress/config'; + import { pluginShiki, transformerLineNumber } from '@​rspress/plugin-shiki'; - import { pluginShiki, createTransformerLineNumber } from '@​rspress/plugin-shiki'; + import { + transformerNotationDiff, + transformerNotationErrorLevel, + transformerNotationFocus, + transformerNotationHighlight, + } from '@​shikijs/transformers'; export default defineConfig({ plugins: [ pluginShiki({ transformers: [ - // createTransformerLineNumber(), - // createTransformerDiff(), - // createTransformerErrorLevel(), - // createTransformerHighlight(), - // createTransformerFocus(), + transformerLineNumber(), + // transformerNotationDiff(), + // transformerNotationErrorLevel(), + // transformerNotationHighlight(), + // transformerNotationFocus(), ], }), ], });What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.8...v2.0.0-alpha.9
v2.0.0-alpha.8Compare Source
What's Changed
Breaking Changes 🚨
Make SSG strict by default, remove
ssg.strictand addssg.fallbackhttps://github.com/web-infra-dev/rspress/discussions/1105#discussioncomment-10324815
Rspress will not fallback to csr, if ssg failed, the process exit and the user need to investigate why it failed
if you want to go back to the old behavior, please set below
Remove
@rspress/modern-js-pluginwe maintain this plugin in the 1.x branch.
New Features 🎉
ssg.strictand addssg.fallbackby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2015Bug Fixes 🐞
Other Changes
setupintouseSetuphook for reactivescrollPaddingTopby @JounQin in https://github.com/web-infra-dev/rspress/pull/2027New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.7...v2.0.0-alpha.8
rspack-contrib/rstack-doc-ui (@rstack-dev/doc-ui)
v1.7.4Compare Source
What's Changed
Full Changelog: rstackjs/rstack-doc-ui@v1.7.3...v1.7.4
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.