Skip to content

chore(deps): update all patch dependencies#391

Merged
9aoy merged 2 commits intomainfrom
renovate/all-patch
Jul 16, 2025
Merged

chore(deps): update all patch dependencies#391
9aoy merged 2 commits intomainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 16, 2025

This PR contains the following updates:

Package Change Age Confidence
@rsbuild/core (source) 1.4.6 -> 1.4.7 age confidence
@rspress/plugin-llms (source) 2.0.0-beta.20 -> 2.0.0-beta.21 age confidence
nx (source) ^21.2.2 -> ^21.2.3 age confidence
rspress (source) ^2.0.0-beta.20 -> ^2.0.0-beta.21 age confidence

Release Notes

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

v1.4.7

Compare Source

What's Changed

New Features 🎉
Bug 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.21

Compare Source

Breaking Changes 🚨

🔥Remove builderPlugins, migrate to builderConfig.plugins

related PR: #​2371

We 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 RspressPlugin from "rspress/core" packge

Related PR: #​2360

https://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 needed

before

import type { RspressPlugin } from '@​rspress/shared';
// package.json
{
  "devDependencies": {
       "rspress": "1.44.0",
       "@​rspress/shared": "1.44.0"
  }
}

after

import type { RspressPlugin } from 'rspress/core';
// package.json
{
  "devDependencies": {
       "rspress": "2.0.0",
  }
}
Details

For compatibility, @rspress/shared will still export RspressPlugin type, but using rspress/core and 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"

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

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-preview and plugin-playground will change.

before

only using together with @rspress/plugin-preview and @rspress/plugin-playground

<code src="./example.tsx" />

after

This syntax is supported in the core package.

```tsx file="./example.tsx"
```
// example.tsx
export default () => <div>I'm a example in another file</div>

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.20...v2.0.0-beta.21

nrwl/nx (nx)

v21.2.3

Compare Source

21.2.3 (2025-07-11)

🚀 Features
  • core: refactor CI workflow generator to use centralized command generation (#​31787)
  • core: add CI warning for missing remote cache solution " (#​31678, #​31860)
  • core: add fix-ci command to CI workflows (#​31833)
  • core: add support for --tui and --no-tui (#​31621)
🩹 Fixes
  • angular: generate ngrx facade spec file correctly (#​31850)
  • core: return current nx init date when no git available yet (4b29c2434a)
  • core: consider virtual trees in globAsync (#​31805)
  • core: improve tui contrast on some terminal themes (#​31299)
  • core: add option to use v8 for daemon message serialization to avoid issues when JSON.stringify would fail (#​30516)
  • core: allow opting out of sorting root tsconfig path mappings with an env var (#​31763, #​29043)
  • gradle: handle custom build gradle files (#​31817)
  • gradle: allow excludeDependsOn to be false (#​31890)
  • misc: add fallback for missing source root (#​31759, #​30638)
  • plugin: fix e2e-project generator when the e2e target is inferred (#​31809)
  • vite: bump @​analogjs/vite-plugin-angular to 1.19.x (#​31866)
❤️ 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.


  • 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
Copy Markdown

netlify bot commented Jul 16, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 380286e
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/6877424008eb10000894ed8e
😎 Deploy Preview https://deploy-preview-391--rstest-dev.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.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jul 16, 2025

Edited/Blocked Notification

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

⚠️ Warning: custom changes will be lost.

@9aoy 9aoy merged commit fe99aa1 into main Jul 16, 2025
14 checks passed
@9aoy 9aoy deleted the renovate/all-patch branch July 16, 2025 06:14
@9aoy 9aoy mentioned this pull request Jul 16, 2025
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.

1 participant