Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^5.3.0 -> ^5.4.1 age confidence
@iconify/json (source) ^2.2.383 -> ^2.2.391 age confidence
@tanstack/vue-query (source) ^5.87.4 -> ^5.90.2 age confidence
@tanstack/vue-query-devtools (source) ^5.87.4 -> ^5.90.2 age confidence
@types/chrome (source) ^0.1.9 -> ^0.1.22 age confidence
@types/node (source) ^24.3.1 -> ^24.6.2 age confidence
@typescript-eslint/parser (source) ^8.43.0 -> ^8.45.0 age confidence
@typescript-eslint/utils (source) ^8.43.0 -> ^8.45.0 age confidence
@unocss/core (source) ^66.5.1 -> ^66.5.2 age confidence
@unocss/eslint-plugin (source) ^66.5.1 -> ^66.5.2 age confidence
@unocss/preset-icons (source) ^66.5.1 -> ^66.5.2 age confidence
@unocss/reset (source) ^66.5.1 -> ^66.5.2 age confidence
birpc ^2.5.0 -> ^2.6.1 age confidence
cross-env ^10.0.0 -> ^10.1.0 age confidence
electron ^36.9.0 -> ^36.9.3 age confidence
element-plus (source) ^2.11.2 -> ^2.11.4 age confidence
eslint (source) ^9.35.0 -> ^9.37.0 age confidence
eslint-plugin-format ^1.0.1 -> ^1.0.2 age confidence
eslint-plugin-vue (source) ^10.4.0 -> ^10.5.0 age confidence
eslint-vitest-rule-tester ^2.2.1 -> ^2.2.2 age confidence
fs-extra ^11.3.1 -> ^11.3.2 age confidence
lint-staged ^16.1.6 -> ^16.2.3 age confidence
pnpm (source) 10.15.1 -> 10.18.0 age confidence
pnpm (source) ^10.15.1 -> ^10.18.0 age confidence
publint (source) ^0.3.12 -> ^0.3.13 age confidence
sass-embedded ^1.92.1 -> ^1.93.2 age confidence
shiki (source) ^3.12.2 -> ^3.13.0 age confidence
taze ^19.6.0 -> ^19.7.0 age confidence
tsdown ^0.15.0 -> ^0.15.6 age confidence
tsx (source) ^4.20.5 -> ^4.20.6 age confidence
turbo (source) ^2.5.6 -> ^2.5.8 age confidence
typescript (source) ^5.9.2 -> ^5.9.3 age confidence
unocss (source) ^66.5.1 -> ^66.5.2 age confidence
unplugin-auto-import ^20.1.0 -> ^20.2.0 age confidence
unplugin-vue-components ^29.0.0 -> ^29.1.0 age confidence
vis-network (source) ^10.0.1 -> ^10.0.2 age confidence
vite (source) ^7.1.5 -> ^7.1.9 age confidence
vue (source) ^3.5.21 -> ^3.5.22 age confidence
vue-tsc (source) ^3.0.6 -> ^3.1.0 age confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v5.4.1

Compare Source

No significant changes

    View changes on GitHub

v5.4.0

Compare Source

No significant changes

    View changes on GitHub
iconify/icon-sets (@​iconify/json)

v2.2.391

Compare Source

v2.2.390

Compare Source

v2.2.389

Compare Source

v2.2.388

Compare Source

v2.2.387

Compare Source

v2.2.386

Compare Source

v2.2.385

Compare Source

v2.2.384

Compare Source

TanStack/query (@​tanstack/vue-query)

v5.90.2

Compare Source

Version 5.90.2 - 9/23/25, 7:37 AM

Changes
Fix
  • types: onMutateResult is always defined in onSuccess callback (#​9677) (2cf3ec9) by Dominik Dorfmeister
Packages

v5.90.1

Compare Source

Version 5.90.1 - 9/22/25, 6:41 AM

Changes
Fix
  • vue-query: Support infiniteQueryOptions for MaybeRef argument (#​9634) (49243c8) by hriday330
Chore
Ci
Docs
Packages

v5.89.0

Compare Source

Version 5.89.0 - 9/16/25, 8:27 AM

Changes
Feat
  • query-core: add context to mutationfn & mutation callbacks (#​9615) (a2151d2) by Josh
Chore
Packages
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.45.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.44.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.44.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.44.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

unocss/unocss (@​unocss/core)

v66.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/birpc (birpc)

v2.6.1

Compare Source

No significant changes

    View changes on GitHub

v2.6.0

Compare Source

   🚀 Features
    View changes on GitHub
kentcdodds/cross-env (cross-env)

v10.1.0

Compare Source

Features
  • add support for default value syntax (152ae6a)

For example:

"dev:server": "cross-env wrangler dev --port ${PORT:-8787}",

If PORT is already set, use that value, otherwise fallback to 8787.

Learn more about Shell Parameter Expansion

electron/electron (electron)

v36.9.3: electron v36.9.3

Compare Source

Release Notes for v36.9.3

Fixes

  • Fixed high CPU usage with <input> tag on macOS 26. #​48419 (Also in 37, 38, 39)

v36.9.2: electron v36.9.2

Compare Source

Release Notes for v36.9.2

Fixes

  • Fixed excessive WindowServer GPU usage on macOS Tahoe 26. #​48401 (Also in 37, 39)

v36.9.1: electron v36.9.1

Compare Source

Release Notes for v36.9.1

Other Changes

element-plus/element-plus (element-plus)

v2.11.4

Compare Source

2.11.4

2025-09-26

Features
Bug fixes
Refactors

v2.11.3

Compare Source

2.11.3

2025-09-19

Features
Bug fixes
Refactors
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

antfu/eslint-plugin-format (eslint-plugin-format)

v1.0.2

Compare Source

No significant changes

    View changes on GitHub
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.5.0

Compare Source

Minor Changes
Patch Changes
antfu/eslint-vitest-rule-tester (eslint-vitest-rule-tester)

v2.2.2

Compare Source

No significant changes

    View changes on GitHub
jprichardson/node-fs-extra (fs-extra)

v11.3.2

Compare Source

  • Fix spurrious UnhandledPromiseRejectionWarning that could occur when calling .copy() in some cases (#​1056, #​1058)
lint-staged/lint-staged (lint-staged)

v16.2.3

Compare Source

Patch Changes
  • #​1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

v16.2.2

Compare Source

Patch Changes
  • #​1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    
    ✖ lint-staged failed because `--fail-on-changes` was used.
    
    Any lost modifications can be restored from a git stash:
    
      > git stash list --format="%h %s"
      c18d55a3 On main: lint-staged automatic backup
      > git apply --inde
    

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.

Copy link

netlify bot commented Sep 15, 2025

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 98ad35d
🔍 Latest deploy log https://app.netlify.com/projects/vue-devtools-docs/deploys/68e0423fbc622600085215b8

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77c2ef6 to c1f51a6 Compare September 15, 2025 18:00
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 15, 2025
Copy link

pkg-pr-new bot commented Sep 15, 2025

Open in StackBlitz

@vue/devtools-applet

npm i https://pkg.pr.new/@vue/devtools-applet@965

@vue/devtools-core

npm i https://pkg.pr.new/@vue/devtools-core@965

@vue/devtools

npm i https://pkg.pr.new/@vue/devtools@965

@vue/devtools-api

npm i https://pkg.pr.new/@vue/devtools-api@965

@vue/devtools-kit

npm i https://pkg.pr.new/@vue/devtools-kit@965

vite-plugin-vue-devtools

npm i https://pkg.pr.new/vite-plugin-vue-devtools@965

commit: 98ad35d

Copy link

pkg-pr-new bot commented Sep 15, 2025

Open in StackBlitz

@vue/devtools-applet

npm i https://pkg.pr.new/@vue/devtools-applet@965

@vue/devtools-core

npm i https://pkg.pr.new/@vue/devtools-core@965

@vue/devtools

npm i https://pkg.pr.new/@vue/devtools@965

@vue/devtools-api

npm i https://pkg.pr.new/@vue/devtools-api@965

@vue/devtools-kit

npm i https://pkg.pr.new/@vue/devtools-kit@965

vite-plugin-vue-devtools

npm i https://pkg.pr.new/vite-plugin-vue-devtools@965

commit: c1f51a6

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 23 times, most recently from a0ea7fa to 162fcb0 Compare September 23, 2025 08:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 162fcb0 to 4ecfc32 Compare September 23, 2025 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from f4628ed to 981636b Compare September 30, 2025 19:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1b8f5b6 to ae26ccc Compare October 3, 2025 08:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae26ccc to 98ad35d Compare October 3, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants