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
@babel/types (source) 7.27.3 -> 7.27.6 age adoption passing confidence
@napi-rs/cli 3.0.0-alpha.84 -> 3.0.0-alpha.87 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
@swc/core (source) 1.11.29 -> 1.11.31 age adoption passing confidence
@swc/types (source) 0.1.21 -> 0.1.22 age adoption passing confidence
@types/react-dom (source) ^19.1.5 -> ^19.1.6 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
zod (source) ^3.25.50 -> ^3.25.53 age adoption passing confidence
zx (source) 8.5.4 -> 8.5.5 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/types)

v7.27.6

Compare Source

🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types
napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.87

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.86...[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.87

v3.0.0-alpha.86

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.86

v3.0.0-alpha.85

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://github.com/napi-rs/cli)[@​3](https://github.com/3).0.0-alpha.85

web-infra-dev/rsbuild (@​rsbuild/plugin-sass)

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: rstackjs/rstack-doc-ui@v1.10.5...v1.10.6

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

v1.11.31

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
rspack-contrib/path-serializer (path-serializer)

v0.4.1

Compare Source

colinhacks/zod (zod)

v3.25.53

Compare Source

Commits:

v3.25.52

Compare Source

Commits:

v3.25.51

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 - "before 8am on wednesday" in timezone Asia/Shanghai, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 6, 2025
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 6, 2025
@netlify
Copy link

netlify bot commented Jun 6, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 0490335
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/68427b381024fa00085c6b52

@codspeed-hq
Copy link

codspeed-hq bot commented Jun 6, 2025

CodSpeed Performance Report

Merging #10589 will not alter performance

Comparing renovate/patch-npm-dependencies (0490335) with main (0bc557d)

🎉 Hooray! codspeed-rust just leveled up to 2.7.2!

A heads-up, this is a breaking change and it might affect your current performance baseline a bit. But here's the exciting part - it's packed with new, cool features and promises improved result stability 🥳!
Curious about what's new? Visit our releases page to delve into all the awesome details about this new version.

Summary

✅ 12 untouched benchmarks

@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch from 6821464 to 1f350c0 Compare June 6, 2025 04:57
@chenjiahan chenjiahan merged commit 702831c into main Jun 6, 2025
34 checks passed
@chenjiahan chenjiahan deleted the renovate/patch-npm-dependencies branch June 6, 2025 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant