Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ast-grep/napi (source) ^0.36.2 -> ^0.36.3 age adoption passing confidence
@rsbuild/core (source) 1.3.5 -> 1.3.6 age adoption passing confidence
@rstack-dev/doc-ui 1.7.3 -> 1.7.4 age adoption passing confidence
@swc/helpers (source) 0.5.15 -> 0.5.17 age adoption passing confidence
@types/react (source) ^19.1.0 -> ^19.1.1 age adoption passing confidence
rspress (source) ^2.0.0-alpha.8 -> ^2.0.0-alpha.10 age adoption passing confidence

Release Notes

ast-grep/ast-grep (@​ast-grep/napi)

v0.36.3

Compare Source

  • fix: transformation indent #1405
  • feat: YAML schema validation for node and field types e0a5a47
  • chore(deps): update dependency @​ast-grep/napi to v0.36.2 f291ef3
  • fix(deps): update rust crate crossterm to 0.29.0 4c62fe5
web-infra-dev/rsbuild (@​rsbuild/core)

v1.3.6

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
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.4

Compare Source

What's Changed

Full Changelog: rspack-contrib/rstack-doc-ui@v1.7.3...v1.7.4

swc-project/swc (@​swc/helpers)

v0.5.17

Compare Source

web-infra-dev/rspress (rspress)

v2.0.0-alpha.10

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-alpha.9...v2.0.0-alpha.10

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


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 13, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 15fc97e
🔍 Latest deploy log https://app.netlify.com/sites/rslib/deploys/67fc87a849c4e50008762b59
😎 Deploy Preview https://deploy-preview-921--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.

@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from d73c19c to bc1dc4b Compare April 13, 2025 22:23
@renovate renovate bot force-pushed the renovate/all-patch branch from bc1dc4b to 4a12d07 Compare April 14, 2025 03:19
@Timeless0911 Timeless0911 marked this pull request as draft April 14, 2025 03:44
@Timeless0911 Timeless0911 marked this pull request as ready for review April 14, 2025 03:45
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