Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arco-design/web-react (source) ^2.66.0 -> ^2.66.1 age adoption passing confidence
@types/react-dom (source) ^19.1.1 -> ^19.1.2 age adoption passing confidence
nx (source) ^20.7.1 -> ^20.7.2 age adoption passing confidence
rslib (source) 0.6.1 -> 0.6.2 age adoption passing confidence
rspress (source) ^2.0.0-alpha.8 -> ^2.0.0-alpha.9 age adoption passing confidence
zx (source) ^8.5.0 -> ^8.5.2 age adoption passing confidence

Release Notes

arco-design/arco-design (@​arco-design/web-react)

v2.66.1

Compare 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.2

Compare Source

20.7.2 (2025-04-08)
🩹 Fixes
  • core: do not run sync generators when running tasks in ci (#​30591)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You
web-infra-dev/rslib (rslib)

v0.6.2

Compare Source

What's Changed

Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v0.6.1...v0.6.2

web-infra-dev/rspress (rspress)

v2.0.0-alpha.9

Compare Source

Breaking Changes 🚨

Update unified@11 and mdx related pkgs

related PR: https://github.com/web-infra-dev/rspress/pull/2017

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

related PR: https://github.com/web-infra-dev/rspress/pull/2046

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

google/zx (zx)

v8.5.2: — Threaded Perfection

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Apr 11, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 97d8e03
🔍 Latest deploy log https://app.netlify.com/sites/rslib/deploys/67f88cdaa9eb9c0008fd9f55
😎 Deploy Preview https://deploy-preview-917--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Timeless0911 Timeless0911 enabled auto-merge (squash) April 11, 2025 03:34
@Timeless0911 Timeless0911 merged commit 2a594f4 into main Apr 11, 2025
15 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch April 11, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants