chore(deps): update all patch dependencies#917
Merged
Timeless0911 merged 1 commit intomainfrom Apr 11, 2025
Merged
Conversation
✅ Deploy Preview for rslib ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Timeless0911
approved these changes
Apr 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.66.0->^2.66.1^19.1.1->^19.1.2^20.7.1->^20.7.20.6.1->0.6.2^2.0.0-alpha.8->^2.0.0-alpha.9^8.5.0->^8.5.2Release Notes
arco-design/arco-design (@arco-design/web-react)
v2.66.1Compare Source
2025-04-09
🐛 问题修复
ColorPicker组件样式变量引用未加 css 变量前缀的 bug。(#2965)Collapse组件内容异步加载时,已展开面板展示不完整bug。(#2964)Full Changelog: arco-design/arco-design@2.66.0...2.66.1
nrwl/nx (nx)
v20.7.2Compare Source
20.7.2 (2025-04-08)
🩹 Fixes
❤️ Thank You
web-infra-dev/rslib (rslib)
v0.6.2Compare Source
What's Changed
Bug Fixes 🐞
cssModules.auto: falseby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/890Document 📖
output.minifyby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/905Other Changes
Full Changelog: v0.6.1...v0.6.2
web-infra-dev/rspress (rspress)
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
google/zx (zx)
v8.5.2: — Threaded PerfectionCompare Source
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.