Skip to content

Comments

chore(deps): lock file maintenance npm packages#5995

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages
Sep 8, 2025
Merged

chore(deps): lock file maintenance npm packages#5995
renovate[bot] merged 1 commit intomainfrom
renovate/npm-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@types/semver (source) dependencies patch 7.7.0 -> 7.7.1 age adoption passing confidence
dedent dependencies minor 1.6.0 -> 1.7.0 age adoption passing confidence
web-tree-sitter (source) devDependencies patch 0.25.8 -> 0.25.9 age adoption passing confidence
@babel/core (source) devDependencies patch 7.28.3 -> 7.28.4 age adoption passing confidence
@types/node (source) devDependencies patch 24.3.0 -> 24.3.1 age adoption passing confidence
@vueuse/core (source) dependencies minor 13.7.0 -> 13.9.0 age adoption passing confidence
emnapi devDependencies minor 1.4.5 -> 1.5.0 age adoption passing confidence
knip (source) devDependencies patch 5.63.0 -> 5.63.1 age adoption passing confidence
lint-staged devDependencies patch 16.1.5 -> 16.1.6 age adoption passing confidence
mocha (source) dependencies patch 11.7.1 -> 11.7.2 age adoption passing confidence
oxc-minify (source) devDependencies minor ^0.82.3 -> ^0.87.0 age adoption passing confidence
oxlint (source) devDependencies minor 1.13.0 -> 1.14.0 age adoption passing confidence
terser (source) devDependencies minor 5.43.1 -> 5.44.0 age adoption passing confidence
rollup (source) devDependencies minor 4.48.0 -> 4.50.1 age adoption passing confidence
typedoc (source) devDependencies patch 0.28.10 -> 0.28.12 age adoption passing confidence
vite (source) dependencies patch 7.1.3 -> 7.1.5 age adoption passing confidence
pnpm (source) packageManager patch 10.15.0 -> 10.15.1 age adoption passing confidence
vue (source) dependencies patch 3.5.19 -> 3.5.21 age adoption passing confidence
vitepress-plugin-llms devDependencies patch 1.7.3 -> 1.7.4 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

dmnd/dedent (dedent)

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: dmnd/dedent@v1.6.0...v1.7.0

tree-sitter/tree-sitter (web-tree-sitter)

v0.25.9

Compare Source

What's Changed

New Contributors

Full Changelog: tree-sitter/tree-sitter@v0.25.8...v0.25.9

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal
vueuse/vueuse (@​vueuse/core)

v13.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v13.8.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub
toyobayashi/emnapi (emnapi)

v1.5.0

Compare Source

What's Changed

Prebuilt libraries are built by LLVM clang 20.

  • fix: env undefined after emitting beforeExit event by @​toyobayashi in #​162
  • fix(wasi): avoid deadlock caused by child thread abort when the main thread is in Atomics.wait and allow blocking calls on browser main thread (requires wasi-sdk 26+ and --export=emnapi_thread_crashed) by @​toyobayashi in #​163
  • build: backport emscripten parse tools changes to v1 by @​toyobayashi in #​165

Full Changelog: toyobayashi/emnapi@v1.4.5...v1.5.0

webpro-nl/knip (knip)

v5.63.1

Compare Source

lint-staged/lint-staged (lint-staged)

v16.1.6

Compare Source

Patch Changes
  • #​1610 e93578e Thanks @​iiroj! - Try to improve terminating of subprocess of tasks by using SIGKILL, and only calling pidtree when the the main task process has a known pid.
mochajs/mocha (mocha)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)
oxc-project/oxc (oxc-minify)

v0.83.0

💥 BREAKING CHANGES
  • 34d0a01 napi/minify,transform: [BREAKING] Change module type to ESM (#​13349) (Boshen)
🚀 Features
oxc-project/oxc (oxlint)

v1.14.0

Compare Source

🚀 Features
  • 7fc4aef npm/oxlint: 'oxlint-tsgolint': '>=0.1.4' (Boshen)
terser/terser (terser)

v5.44.0

Compare Source

  • Support using and await using declarations (#​1635)
rollup/rollup (rollup)

v4.50.1

Compare Source

2025-09-07

Bug Fixes
  • Resolve a situation where a destructuring default value was removed (#​6090)
Pull Requests

v4.50.0

Compare Source

2025-08-31

Features
  • Support openharmony-arm64 platform (#​6081)
Bug Fixes
  • Fix loading of extensionless imports in config files (#​6084)
Pull Requests

v4.49.0

Compare Source

2025-08-27

Features
  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#​6038)
Pull Requests

v4.48.1

Compare Source

2025-08-25

Bug Fixes
  • Correctly ignore white-space in JSX strings around line-breaks (#​6051)
Pull Requests
TypeStrong/TypeDoc (typedoc)

v0.28.12

Compare Source

Bug Fixes
  • Variables marked with @enum now work for symbols imported from another module, #​3003.
  • Improved magic introduced with #​2999 to work with imported symbols, #​3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #​3006.
  • Linking to the project's README file with a relative link will now behave as expected, #​3006.
  • Reduced unnecessary HTML element rendering in default theme.
    API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11

Compare Source

Features
  • Object properties declared with shorthand property assignment will now use the variable's comment
    if they do not have their own comment, #​2999.
Bug Fixes
  • Fixed link resolution not working correctly in first comment on the file in some cases, #​2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #​2995.
  • The compilerOptions option now functions properly with non-boolean options, #​3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #​3000.
  • Fixed improper casing of "Type Declaration" header, #​3002.
vitejs/vite (vite)

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
pnpm/pnpm (pnpm)

v10.15.1

Compare Source

Patch Changes
  • Fix .pnp.cjs crash when importing subpath #​9904.
  • When resolving peer dependencies, pnpm looks whether the peer dependency is present in the root workspace project's dependencies. This change makes it so that the peer dependency is correctly resolved even from aliased npm-hosted dependencies or other types of dependencies #​9913.
vuejs/core (vue)

v3.5.21

Compare Source

Bug Fixes
Performance Improvements

v3.5.20

Compare Source

Bug Fixes
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.7.4

Compare Source

No significant changes

    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge August 31, 2025 16:13
@netlify
Copy link

netlify bot commented Aug 31, 2025

Deploy Preview for rolldown-rs ready!

Name Link
🔨 Latest commit 587cb5a
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/68be7688e0b4b700086553e0
😎 Deploy Preview https://deploy-preview-5995--rolldown-rs.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 renovate bot force-pushed the renovate/npm-packages branch 25 times, most recently from d8828d0 to a11de2b Compare September 5, 2025 05:38
@socket-security
Copy link

socket-security bot commented Sep 5, 2025

@renovate renovate bot force-pushed the renovate/npm-packages branch from a11de2b to dc6f237 Compare September 5, 2025 06:12
@renovate renovate bot force-pushed the renovate/npm-packages branch 22 times, most recently from 32d8093 to 434209d Compare September 8, 2025 06:11
@renovate renovate bot force-pushed the renovate/npm-packages branch from 434209d to 587cb5a Compare September 8, 2025 06:24
@renovate renovate bot added this pull request to the merge queue Sep 8, 2025
Merged via the queue into main with commit ac1b4f2 Sep 8, 2025
43 checks passed
@renovate renovate bot deleted the renovate/npm-packages branch September 8, 2025 09:31
@github-actions github-actions bot mentioned this pull request Sep 8, 2025
shulaoda added a commit that referenced this pull request Sep 8, 2025
## [1.0.0-beta.36] - 2025-09-08
> [!warning]
> ### 💥 BREAKING CHANGES
> 
> - drop CJS format, increase minimum required node (#6025) by @sxzz


### 🚀 Features

- rolldown_plugin_reporter: statically imported dynamic import warning (#6065) by @shulaoda
- rolldown_plugin_reporter: warn large chunks (#6063) by @shulaoda
- rolldown: oxc v0.87.0 (#5975) by @Boshen

### 🐛 Bug Fixes

- allow keeping whitespace while enabling minify (#5893) by @sapphi-red
- dev/watch: build connection between file in `this.addWatchFile` and currently transformed module during transform hook (#6048) by @hyf0
- validator of `output.minify` (#6062) by @IWANABETHATGUY
- codspeed rust benchmark ci (#6052) by @IWANABETHATGUY
- just command in ci (#6045) by @IWANABETHATGUY
- watch: only consider files read from disk are able to watch (#6037) by @hyf0

### 🚜 Refactor

- dev: introduce `DevWatchOptions` for enhanced file watching configuration (#6057) by @hyf0
- unify to use `is_in_node_modules` from `rolldown_plugin_utils` (#6066) by @shulaoda

### 🧪 Testing

- rust: ensure unused pure function call got treeshaked (#4524) by @hyf0
- hmr: tweak improper test (#6034) by @hyf0
- hmr: add test of editing multiple files in the same timeframe (#6029) by @hyf0
- hmr: support to edit multiple files in the same timeframe (#6014) by @hyf0

### ⚙️ Miscellaneous Tasks

- deps: lock file maintenance rust crates (#6003) by @renovate[bot]
- deps: lock file maintenance npm packages (#5995) by @renovate[bot]
- add auto-assign PR workflow for organization members (#6058) by @IWANABETHATGUY
- fix benchmark-node workflow (#6060) by @IWANABETHATGUY
- adding `test-node-rolldown-only` just command (#6055) by @IWANABETHATGUY
- just commands in ci (#6056) by @IWANABETHATGUY
- run test ci when `justfile` is changed (#6049) by @IWANABETHATGUY
- remove unused warning for conditional compiled`SimplifyMinifyOptions` (#6047) by @IWANABETHATGUY
- remove auto approval ci (#6051) by @IWANABETHATGUY
- adding rustfmt components for `repo-validation` (#6053) by @IWANABETHATGUY
- repo: check format/style in `just lint-rust` (#6050) by @hyf0
- repo/ai: refine `justfile` (#6038) by @hyf0
- repo/ai: add `AGENTS.md` and `CLAUDE.md` (#6039) by @hyf0
- deps: update github-actions (major) (#6041) by @renovate[bot]
- deps: update github-actions (#6040) by @renovate[bot]
- deps: update dependency rolldown-plugin-dts to v0.16.1 (#6035) by @renovate[bot]

Co-authored-by: shulaoda <[email protected]>
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.

0 participants