Skip to content

chore(deps): update patch npm dependencies #10702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.27.4 -> ^7.27.7 age adoption passing confidence
@babel/parser (source) 7.27.5 -> 7.27.7 age adoption passing confidence
@babel/traverse (source) 7.27.4 -> 7.27.7 age adoption passing confidence
@babel/types (source) 7.27.6 -> 7.27.7 age adoption passing confidence
@napi-rs/cli 3.0.0-alpha.88 -> 3.0.0-alpha.91 age adoption passing confidence
@rslib/core (source) 0.10.0 -> 0.10.4 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.12 -> 2.0.0-beta.18 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.12 -> 2.0.0-beta.18 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.12 -> 2.0.0-beta.18 age adoption passing confidence
@swc/core (source) 1.12.0 -> 1.12.7 age adoption passing confidence
@swc/types (source) 0.1.22 -> 0.1.23 age adoption passing confidence
@types/node (source) ^20.19.0 -> ^20.19.2 age adoption passing confidence
@types/react (source) ^19.1.7 -> ^19.1.8 age adoption passing confidence
create-rstack 1.5.1 -> 1.5.2 age adoption passing confidence
enhanced-resolve 5.18.1 -> 5.18.2 age adoption passing confidence
glob ^11.0.2 -> ^11.0.3 age adoption passing confidence
markdown-to-jsx (source) ^7.7.6 -> ^7.7.10 age adoption passing confidence
postcss (source) ^8.5.4 -> ^8.5.6 age adoption passing confidence
prebundle ^1.3.3 -> ^1.3.4 age adoption passing confidence
rspress (source) 2.0.0-beta.12 -> 2.0.0-beta.18 age adoption passing confidence
terser (source) 5.43.0 -> 5.43.1 age adoption passing confidence
tinypool ^1.1.0 -> ^1.1.1 age adoption passing confidence
vue (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence
ws ^8.18.2 -> ^8.18.3 age adoption passing confidence
zod (source) ^3.25.58 -> ^3.25.67 age adoption passing confidence

Warning

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


Release Notes

babel/babel (@​babel/core)

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
babel/babel (@​babel/parser)

v7.27.7

Compare Source

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
Committers: 6
napi-rs/napi-rs (@​napi-rs/cli)

v3.0.0-alpha.91

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)@​3.0.0-alpha.91

v3.0.0-alpha.90

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)@​3.0.0-alpha.89...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)@​3.0.0-alpha.90

v3.0.0-alpha.89

Compare Source

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

v0.10.4

Compare Source

What's Changed
New Features 🎉

In order to fix an issue where require.cache caused unexpected ESM output

Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.3...v0.10.4

v0.10.3

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.2...v0.10.3

v0.10.2

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.1...v0.10.2

v0.10.1

Compare Source

What's Changed
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rslib@v0.10.0...v0.10.1

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

v2.0.0-beta.18

Compare Source

Breaking Changes 🚨
Reimplement base config with basename feature of react-router

Related PR: #​2322

If you are using const { pathname } = useLocation() together with base configuration, it should be noted that pathname will not contain base url, as the top-level BrowserRouter includes basename

What's Changed
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.17...v2.0.0-beta.18

v2.0.0-beta.17

Compare Source

Breaking Changes 🚨
Support Single Nav Mode by renaming the top level _meta.json to _nav.json

Related PR: #​2314

If your top level does not have _nav.json, themeConfig.nav will not be generated, and your homepage will directly enter the document.

For example:

├── doc
│   ├── guide
│   │   ├── advanced
│   │   │   └── plugin.mdx
│   │   ├── _meta.json
│   │   └── index.mdx
+   ├── _meta.json
│   └── index.md
├── package.json
└── rspress.config.ts
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.16...v2.0.0-beta.17

v2.0.0-beta.16

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.15...v2.0.0-beta.16

v2.0.0-beta.15

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.14...v2.0.0-beta.15

v2.0.0-beta.14

Compare Source

Breaking Changes 🚨
Remove @rspress/plugin-shiki package and create rspress/shiki-transformers🔥

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

We have already enabled shiki by default, so this package is no longer maintained.

If you want to use some built-in transformers of Rspress, you can do this below:

import { transformerCompatibleMetaHighlight } from "rspress/shiki-transformers";

It also supports using it in React components,

For example:

import { CodeBlockRuntime } from '@​theme';
import { transformerNotationHighlight } from '@​shikijs/transformers';
import { transformerLineNumber } from "rspress/shiki-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(), transformerLineNumber()],
  }}
/>
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
New Contributors

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.13...v2.0.0-beta.14

v2.0.0-beta.13

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.0-beta.12...v2.0.0-beta.13

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

v1.12.7

Compare Source

Bug Fixes
Features
Performance
Testing

v1.12.6

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)
Performance
Refactor
Build

v1.12.5

Compare Source

Bug Fixes
Performance
Refactor

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 17, 2025
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 17, 2025
Copy link

netlify bot commented Jun 17, 2025

Deploy Preview for rspack failed. Why did it fail? →

Name Link
🔨 Latest commit 44ff0ab
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/6860359fa5f865000878587d

Copy link

codspeed-hq bot commented Jun 17, 2025

CodSpeed Performance Report

Merging #10702 will not alter performance

Comparing renovate/patch-npm-dependencies (44ff0ab) with main (ce4eb8f)

🎉 Hooray! codspeed-node just leveled up to 4.0.1!

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

✅ 16 untouched benchmarks

@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 18 times, most recently from 1d27617 to f95f057 Compare June 25, 2025 01:19
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 6 times, most recently from 4015a80 to 4439a8c Compare June 27, 2025 07:58
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 3 times, most recently from 118c3da to 884fe1c Compare June 28, 2025 08:52
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch from 884fe1c to 44ff0ab Compare June 28, 2025 18:34
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.

0 participants