Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@module-federation/enhanced (source) ^0.14.3 -> ^0.15.0 age adoption passing confidence
@module-federation/rsbuild-plugin (source) ^0.14.3 -> ^0.15.0 age adoption passing confidence
@module-federation/storybook-addon (source) ^4.0.19 -> ^4.0.20 age adoption passing confidence
@rsbuild/plugin-react (source) ^1.3.1 -> ^1.3.2 age adoption passing confidence
@rsbuild/plugin-sass (source) ^1.3.1 -> ^1.3.2 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.9 -> 2.0.0-beta.10 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.9 -> 2.0.0-beta.10 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.9 -> 2.0.0-beta.10 age adoption passing confidence
@rstack-dev/doc-ui 1.10.5 -> 1.10.6 age adoption passing confidence
@shikijs/transformers (source) ^3.4.2 -> ^3.6.0 age adoption passing confidence
@storybook/addon-docs (source) ^9.0.4 -> ^9.0.5 age adoption passing confidence
@storybook/addon-links (source) ^9.0.4 -> ^9.0.5 age adoption passing confidence
@storybook/addon-onboarding (source) ^9.0.4 -> ^9.0.5 age adoption passing confidence
@storybook/react (source) ^9.0.4 -> ^9.0.5 age adoption passing confidence
@storybook/vue3 (source) ^9.0.4 -> ^9.0.5 age adoption passing confidence
@types/node (source) ^22.15.29 -> ^22.15.30 age adoption passing confidence
@types/react-dom (source) ^19.1.5 -> ^19.1.6 age adoption passing confidence
@vitest/expect (source) 3.1.4 -> 3.2.2 age adoption passing confidence
path-serializer 0.4.0 -> 0.4.1 age adoption passing confidence
rspress (source) 2.0.0-beta.9 -> 2.0.0-beta.10 age adoption passing confidence
storybook (source) ^9.0.4 -> ^9.0.5 age adoption passing confidence
vitest (source) ^3.1.4 -> ^3.2.2 age adoption passing confidence
zx (source) ^8.5.4 -> ^8.5.5 age adoption passing confidence

Release Notes

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

v0.15.0

Compare Source

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

v0.15.0

Compare Source

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

v4.0.20

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

v1.3.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.3.1...v1.3.2

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

v2.0.0-beta.10

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

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

rspack-contrib/rstack-doc-ui (@​rstack-dev/doc-ui)

v1.10.6

Compare Source

What's Changed

Full Changelog: rspack-contrib/rstack-doc-ui@v1.10.5...v1.10.6

shikijs/shiki (@​shikijs/transformers)

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
storybookjs/storybook (@​storybook/addon-docs)

v9.0.5

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v9.0.5

Compare Source

9.0.5

vitest-dev/vitest (@​vitest/expect)

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
rspack-contrib/path-serializer (path-serializer)

v0.4.1

Compare Source

google/zx (zx)

v8.5.5: — PVC Wizard

Compare Source

Minor feature polish.

  • ProcessPromise and ProcessOutput lines() getters now accept a custom delimiter #​1220 #​1218
const cwd = tempdir()
const delimiter = '\0'

const p1 = $({
  cwd
})`touch foo bar baz; find ./ -type f -print0 -maxdepth 1`
(await p1.lines(delimiter)).sort() // ['./bar', './baz', './foo']
  
// or via options
const lines = []
const p2 = $({
  delimiter,
  cwd,
})`find ./ -type f -print0 -maxdepth 1`

for await (const line of p2) {
  lines.push(line)
}

lines.sort() // ['./bar', './baz', './foo']

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

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit dbf4451
🔍 Latest deploy log https://app.netlify.com/projects/rslib/deploys/6842b75f14e75400089e49ac
😎 Deploy Preview https://deploy-preview-1043--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.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 6, 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.

@Timeless0911 Timeless0911 enabled auto-merge (squash) June 6, 2025 09:46
@Timeless0911 Timeless0911 merged commit af88a1f into main Jun 6, 2025
14 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch June 6, 2025 09:46
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