Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ast-grep/napi (source) ^0.39.1 -> ^0.39.4 age adoption passing confidence
@babel/core (source) ^7.28.0 -> ^7.28.3 age adoption passing confidence
@babel/generator (source) 7.28.0 -> 7.28.3 age adoption passing confidence
@babel/parser (source) 7.28.0 -> 7.28.3 age adoption passing confidence
@babel/traverse (source) 7.28.0 -> 7.28.3 age adoption passing confidence
@microsoft/api-extractor (source) 7.52.9 -> 7.52.11 age adoption passing confidence
@module-federation/runtime-tools (source) 0.18.0 -> 0.18.4 age adoption passing confidence
@napi-rs/wasm-runtime (source) ^1.0.1 -> ^1.0.3 age adoption passing confidence
@rsbuild/plugin-node-polyfill ^1.4.1 -> ^1.4.2 age adoption passing confidence
@rslib/core (source) 0.12.1 -> 0.12.4 age adoption passing confidence
@rslint/core 0.1.11 -> 0.1.12 age adoption passing confidence
@rspack/dev-server (source) ~1.1.3 -> ~1.1.4 age adoption passing confidence
@rspress/core (source) 2.0.0-beta.28 -> 2.0.0-beta.31 age adoption passing confidence
@rspress/plugin-algolia (source) 2.0.0-beta.28 -> 2.0.0-beta.31 age adoption passing confidence
@rspress/plugin-llms (source) 2.0.0-beta.28 -> 2.0.0-beta.31 age adoption passing confidence
@rspress/plugin-rss (source) 2.0.0-beta.28 -> 2.0.0-beta.31 age adoption passing confidence
@rspress/plugin-sitemap (source) 2.0.0-beta.28 -> 2.0.0-beta.31 age adoption passing confidence
@shikijs/transformers (source) ^3.12.1 -> ^3.12.2 age adoption passing confidence
@types/node (source) ^20.19.9 -> ^20.19.12 age adoption passing confidence
@types/react (source) ^19.1.8 -> ^19.1.12 age adoption passing confidence
@types/react-dom (source) ^19.1.6 -> ^19.1.9 age adoption passing confidence
@types/semver (source) ^7.7.0 -> ^7.7.1 age adoption passing confidence
browserslist-load-config ^1.0.0 -> ^1.0.1 age adoption passing confidence
core-js (source) 3.45.0 -> 3.45.1 age adoption passing confidence
create-rstack 1.5.5 -> 1.5.6 age adoption passing confidence
enhanced-resolve 5.18.2 -> 5.18.3 age adoption passing confidence
fs-extra ^11.3.0 -> ^11.3.1 age adoption passing confidence
html-webpack-plugin ^5.6.3 -> ^5.6.4 age adoption passing confidence
less (source) 4.4.0 -> 4.4.1 age adoption passing confidence
markdown-to-jsx (source) ^7.7.12 -> ^7.7.13 age adoption passing confidence
mermaid ^11.9.0 -> ^11.10.1 age adoption passing confidence
path-serializer 0.5.0 -> 0.5.1 age adoption passing confidence
prebundle ^1.4.1 -> ^1.4.2 age adoption passing confidence
react (source) ^19.1.0 -> ^19.1.1 age adoption passing confidence
react-dom (source) ^19.1.0 -> ^19.1.1 age adoption passing confidence
rsbuild-plugin-google-analytics 1.0.3 -> 1.0.4 age adoption passing confidence
rspress-plugin-font-open-sans 1.0.0 -> 1.0.3 age adoption passing confidence
tapable 2.2.2 -> 2.2.3 age adoption passing confidence
ts-jest (source) 29.4.0 -> 29.4.1 age adoption passing confidence
ts-loader ^9.5.2 -> ^9.5.4 age adoption passing confidence
tsx (source) ^4.20.3 -> ^4.20.5 age adoption passing confidence
vue (source) ^3.5.18 -> ^3.5.21 age adoption passing confidence

Warning

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


Release Notes

ast-grep/ast-grep (@​ast-grep/napi)

v0.39.4

Compare Source

  • Improve error messages for ast-grep test failures based on failure type #2174
  • Add comprehensive GitHub Copilot development instructions #2152
  • Address all code review comments: move make_rule_finder to lsp.rs, simplify logic, reduce indentation, update file watchers, remove unused deps 8ef8ed6
  • Decouple rule finding logic from LSP crate as requested 531aac3
  • Complete LSP rule reloading implementation with tests 683f20e

v0.39.3

Compare Source

5 August 2025

  • add some tests for hcl 756499e
  • add tree-sitter-hcl to ast-grep-language package deps 26b638a
  • fix(deps): update rust crate clap to v4.5.42 4d047eb

v0.39.2

Compare Source

27 July 2025

  • fix(deps): update rust crate tokio to v1.47.0 #2124
  • fix: ignore comments in relax/signature/template strictness #2122
  • fix: prefer using env to determine bgcolor #2114
  • fix: update rules c5fd340
  • chore(deps): update dependency @​napi-rs/cli to v3.0.4 b07e5bd
  • fix: temporarily remove tweaking d2fedd2
babel/babel (@​babel/core)

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
babel/babel (@​babel/parser)

v7.28.3

Compare Source

v7.28.3 (2025-08-14)

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
Committers: 5
microsoft/rushstack (@​microsoft/api-extractor)

v7.52.11

Compare Source

Tue, 19 Aug 2025 20:45:02 GMT

Patches
  • Fix self-package import resolution by removing outDir/declarationDir from compiler options

v7.52.10

Compare Source

Fri, 01 Aug 2025 00:12:48 GMT

Patches
  • Upgrades the minimatch dependency from ~3.0.3 to 10.0.3 across the entire Rush monorepo to address a Regular Expression Denial of Service (ReDoS) vulnerability in the underlying brace-expansion dependency.
module-federation/core (@​module-federation/runtime-tools)

v0.18.4

Compare Source

Patch Changes

v0.18.3

Compare Source

Patch Changes

v0.18.2

Compare Source

Patch Changes

v0.18.1

Compare Source

Patch Changes
napi-rs/napi-rs (@​napi-rs/wasm-runtime)

v1.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-v3.2.0...@​napi-rs/[email protected]

v1.0.2

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-v3.1.6...@​napi-rs/[email protected]

rspack-contrib/rsbuild-plugin-node-polyfill (@​rsbuild/plugin-node-polyfill)

v1.4.2

Compare Source

What's Changed

Full Changelog: rspack-contrib/rsbuild-plugin-node-polyfill@v1.4.1...v1.4.2

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

v0.12.4

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.12.3...v0.12.4

v0.12.3

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslib@v0.12.2...v0.12.3

v0.12.2

Compare Source

What's Changed

New Features 🎉
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rslib@v0.12.1...v0.12.2

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

v0.1.12

Compare Source

What's Changed


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 requested a review from hardfist as a code owner August 5, 2025 20:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 5, 2025
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 5, 2025
Copy link

netlify bot commented Aug 5, 2025

Deploy Preview for rspack ready!

Name Link
🔨 Latest commit 302efb2
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/68b87ab727d04d000911e5bb
😎 Deploy Preview https://deploy-preview-11297--rspack.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.

Copy link
Contributor

github-actions bot commented Aug 5, 2025

📦 Binary Size-limit

Comparing 302efb2 to fix(types): correct the source map type for loaders (#11574) by neverland

🙈 Size remains the same at 47.26MB

Copy link

codspeed-hq bot commented Aug 5, 2025

CodSpeed Performance Report

Merging #11297 will not alter performance

Comparing renovate/patch-npm-dependencies (302efb2) with main (37589c4)

Summary

✅ 17 untouched benchmarks

@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 10 times, most recently from 8d70940 to 396a10e Compare August 7, 2025 16:25
@renovate renovate bot requested a review from h-a-n-a as a code owner August 7, 2025 16:25
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 11 times, most recently from c830ace to b04df73 Compare August 11, 2025 20:40
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 16 times, most recently from 529c092 to 07a40b6 Compare August 27, 2025 14:36
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch 12 times, most recently from 81249ae to 420791a Compare September 3, 2025 10:52
@renovate renovate bot force-pushed the renovate/patch-npm-dependencies branch from 420791a to 302efb2 Compare September 3, 2025 17:28
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