chore(deps): update all patch dependencies #834
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.0->^0.36.1~1.2.16->~1.2.180.5.3->0.5.4^2.0.0-alpha.1->^2.0.0-alpha.2^8.4.0->^8.4.1Release Notes
ast-grep/ast-grep (@ast-grep/napi)
v0.36.1Compare Source
#1861#1858a0d9e1011133846eba6d9web-infra-dev/rsbuild (@rsbuild/core)
v1.2.18Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.17...v1.2.18
v1.2.17Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.2.16...v1.2.17
web-infra-dev/rslib (rslib)
v0.5.4Compare Source
What's Changed
Bug Fixes 🐞
output.filenameHashdoes not take effect on JavaScript files by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/818Other Changes
declaration fileskeyword by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/817Full Changelog: v0.5.3...v0.5.4
web-infra-dev/rspress (rspress)
v2.0.0-alpha.2Compare Source
What's Changed
Breaking Changes 🚨 and highlights ⭐️
Upgrade shiki V3 and use shiki transformers
import { defineConfig } from 'rspress/config'; import { pluginShiki, createTransformerDiff } from '@​rspress/plugin-shiki'; + import { + transformerNotationDiff, + transformerNotationErrorLevel, + transformerNotationFocus, + transformerNotationHighlight, + } from '@​shikijs/transformers'; export default defineConfig({ plugins: [ pluginShiki({ transformers: [ // add as needed - createTransformerDiff(), - // createTransformerLineNumber(), - // createTransformerErrorLevel(), - // createTransformerHighlight(), - // createTransformerFocus(), + createTransformerLineNumber(), + // transformerNotationDiff(), + // transformerNotationErrorLevel(), + // transformerNotationHighlight(), + // transformerNotationFocus(), ], }), ], });Support algolia search by "@rspress/plugin-algolia"
Installation
Usage
First, add the following configuration to your config file:
New Features 🎉
Bug Fixes 🐞
Other Changes
SideMenutoSidebarMenuby @SoonIthttps://github.com/web-infra-dev/rspress/pull/1932l/1932New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.1...v2.0.0-alpha.2
google/zx (zx)
v8.4.1: – Rusty ElbowCompare Source
Logger enhancements are arriving in this release. #1119 #1122 #1123 #1125
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.