chore(deps): update all patch dependencies #921
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:
^0.36.2->^0.36.31.3.5->1.3.61.7.3->1.7.40.5.15->0.5.17^19.1.0->^19.1.1^2.0.0-alpha.8->^2.0.0-alpha.10Release Notes
ast-grep/ast-grep (@ast-grep/napi)
v0.36.3Compare Source
#1405e0a5a47f291ef34c62fe5web-infra-dev/rsbuild (@rsbuild/core)
v1.3.6Compare Source
What's Changed
New Features 🎉
rspackintools.bundlerChainby @9aoy in https://github.com/web-infra-dev/rsbuild/pull/5002onExithook by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5004Bug Fixes 🐞
onExithook should be called with CTRL+C by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5003Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.5...v1.3.6
rspack-contrib/rstack-doc-ui (@rstack-dev/doc-ui)
v1.7.4Compare Source
What's Changed
Full Changelog: rspack-contrib/rstack-doc-ui@v1.7.3...v1.7.4
swc-project/swc (@swc/helpers)
v0.5.17Compare Source
web-infra-dev/rspress (rspress)
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
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
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.
👻 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.