Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@module-federation/enhanced (source) ^0.14.1 -> ^0.14.3 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.14.1 -> ^0.14.3 age adoption passing confidence
@module-federation/storybook-addon (source) ^4.0.17 -> ^4.0.19 age adoption passing confidence
@rsbuild/core (source) ~1.3.21 -> ~1.3.22 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.7 -> 2.0.0-beta.9 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.7 -> 2.0.0-beta.9 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.7 -> 2.0.0-beta.9 age adoption passing confidence
@types/node (source) ^22.15.21 -> ^22.15.29 age adoption passing confidence
@types/react (source) ^19.1.5 -> ^19.1.6 age adoption passing confidence
preact (source) ^10.26.7 -> ^10.26.8 age adoption passing confidence
prettier-plugin-packagejson ^2.5.14 -> ^2.5.15 age adoption passing confidence
rslib (source) 0.9.0 -> 0.9.1 age adoption passing confidence
rspress (source) 2.0.0-beta.7 -> 2.0.0-beta.9 age adoption passing confidence
vue (source) ^3.5.15 -> ^3.5.16 age adoption passing confidence

Release Notes

module-federation/core (@​module-federation/enhanced)

v0.14.3

Compare Source

Patch Changes

v0.14.2

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v0.14.3

Compare Source

Patch Changes

v0.14.2

Compare Source

Patch Changes
module-federation/core (@​module-federation/storybook-addon)

v4.0.19

Patch Changes

v4.0.18

Patch Changes
web-infra-dev/rsbuild (@​rsbuild/core)

v1.3.22

Compare Source

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.3.21...v1.3.22

web-infra-dev/rspress (@​rspress/plugin-algolia)

v2.0.0-beta.9

Compare Source

What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.8...v2.0.0-beta.9

v2.0.0-beta.8

Compare Source

Highlights✨
Add <CodeBlockRuntime /> component for dynamic code block highlighting

related PR: https://github.com/web-infra-dev/rspress/pull/2190, https://github.com/web-infra-dev/rspress/pull/2206

This is an escape hatch, which can be used for dynamic code block highlighting when the shiki highlighting at compile time does not meet your needs.

import { CodeBlockRuntime } from '@&#8203;theme';
import { transformerNotationHighlight } from '@&#8203;shikijs/transformers';

<CodeBlockRuntime
  lang="ts"
  title="highlight.ts"
  code={`console.log('Highlighted'); // [!code highlight]
// [!code highlight:1]
console.log('Highlighted');
console.log('Not highlighted');`}
  shikiOptions={{
    transformers: [transformerNotationHighlight()],
  }}
/>
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.7...v2.0.0-beta.8

preactjs/preact (preact)

v10.26.8

Compare Source

Fixes

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.15

Compare Source

Bug Fixes
  • deps: update dependency synckit to v0.11.8 (2e50ac7)
web-infra-dev/rslib (rslib)

v0.9.1

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: v0.9.0...v0.9.1

vuejs/core (vue)

v3.5.16

Compare Source

Reverts

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 Jun 2, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit 6db689b
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/683cef7ca3e57900084d57e2
😎 Deploy Preview https://deploy-preview-1035--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 project configuration.

@chenjiahan chenjiahan merged commit 67aea1b into main Jun 2, 2025
15 checks passed
@chenjiahan chenjiahan deleted the renovate/all-non-major branch June 2, 2025 01:53
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