Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
1.4.6->1.4.72.0.0-beta.20->2.0.0-beta.21^21.2.2->^21.2.3^2.0.0-beta.20->^2.0.0-beta.21Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v1.4.7Compare Source
What's Changed
New Features 🎉
metadatafield to tag object by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5586HtmlTagtype by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5585Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.6...v1.4.7
web-infra-dev/rspress (@rspress/plugin-llms)
v2.0.0-beta.21Compare Source
Breaking Changes 🚨
🔥Remove
builderPlugins, migrate tobuilderConfig.pluginsWe can already configure Rsbuild in
builderConfig, there is another configuration that is confusing.https://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13729235
Migration step:
export default defineConfig({ - builderPlugins: [ - pluginFoo() - ], + builderConfig: { + plugins: [ + pluginFoo() + ], + }, });Expose type
RspressPluginfrom"rspress/core"packgehttps://github.com/web-infra-dev/rspress/discussions/1891#discussioncomment-13762129
We do not want users to use our private package like
@rspress/shared, only"rspress": "2.0.0"package is all your neededbefore
after
Details
For compatibility,
@rspress/sharedwill still exportRspressPlugintype, but usingrspress/coreand setting"rspress"as peerDependencies will make it less likely for your plugin to encounter type errors.For example:
{ "peerDependencies": { "rspress": "^2.0.0" } }FIle code block syntax support in core ```tsx file="./demo.tsx"
Users can import an external demo file as a code block.
As we support this feature in the core. This also means that the syntax external code blocks are used in
plugin-previewandplugin-playgroundwill change.before
only using together with
@rspress/plugin-previewand@rspress/plugin-playgroundafter
This syntax is supported in the core package.
What's Changed
New Features 🎉
pnpm install packageNametopnpm add packageNameon PackageManagerTabs by @Marukome0743 in https://github.com/web-infra-dev/rspress/pull/2364RspressPluginfrom "rspress/core", "@rspress/shared" which is a private package should not be installed by users by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2360Bug Fixes 🐞
withBasefrom runtime by @jbroma in https://github.com/web-infra-dev/rspress/pull/2373rspress.config.tsshould be added to persistent cache deps by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2378Document 📖
Other Changes
node:pathmodule from e2e tests by @Marukome0743 in https://github.com/web-infra-dev/rspress/pull/2369searchconfiguration,type: 'remote'by @SoonIter in https://github.com/web-infra-dev/rspress/pull/2366builderPluginsand migrate it tobuilderConfig.pluginsby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2371New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.20...v2.0.0-beta.21
nrwl/nx (nx)
v21.2.3Compare Source
21.2.3 (2025-07-11)
🚀 Features
--tuiand--no-tui(#31621)🩹 Fixes
❤️ Thank You
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.