Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence
@antfu/eslint-config ^5.2.1 -> ^5.2.2 age confidence
@babel/core (source) ^7.28.3 -> ^7.28.4 age confidence
@babel/eslint-parser (source) ^7.28.0 -> ^7.28.4 age confidence
@iconify/json (source) ^2.2.375 -> ^2.2.381 age confidence
@tanstack/vue-query (source) ^5.85.3 -> ^5.87.1 age confidence
@tanstack/vue-query-devtools (source) ^5.85.3 -> ^5.87.1 age confidence
@types/chrome (source) ^0.1.4 -> ^0.1.6 age confidence
@types/node (source) ^24.3.0 -> ^24.3.1 age confidence
@types/three (source) ^0.179.0 -> ^0.180.0 age confidence
@typescript-eslint/parser (source) ^8.39.1 -> ^8.42.0 age confidence
@typescript-eslint/utils (source) ^8.39.1 -> ^8.42.0 age confidence
@unocss/core (source) ^66.4.2 -> ^66.5.0 age confidence
@unocss/eslint-plugin (source) ^66.4.2 -> ^66.5.0 age confidence
@unocss/preset-icons (source) ^66.4.2 -> ^66.5.0 age confidence
@unocss/reset (source) ^66.4.2 -> ^66.5.0 age confidence
@vitejs/plugin-vue-jsx (source) ^5.0.1 -> ^5.1.1 age confidence
@vue/cli-plugin-babel (source) ~5.0.8 -> ~5.0.9 age confidence
@vue/cli-plugin-eslint (source) ~5.0.8 -> ~5.0.9 age confidence
@vue/cli-service (source) ~5.0.8 -> ~5.0.9 age confidence
@vueuse/components (source) ^13.7.0 -> ^13.9.0 age confidence
@vueuse/core (source) ^13.7.0 -> ^13.9.0 age confidence
@vueuse/integrations (source) ^13.7.0 -> ^13.9.0 age confidence
core-js (source) ^3.45.0 -> ^3.45.1 age confidence
dayjs (source) ^1.11.13 -> ^1.11.18 age confidence
element-plus (source) ^2.10.7 -> ^2.11.2 age confidence
eslint (source) ^9.33.0 -> ^9.35.0 age confidence
lint-staged ^16.1.5 -> ^16.1.6 age confidence
pnpm (source) 10.14.0 -> 10.15.1 age confidence
pnpm (source) ^10.14.0 -> ^10.15.1 age confidence
sass-embedded ^1.90.0 -> ^1.92.1 age confidence
serve ^14.2.4 -> ^14.2.5 age confidence
shiki (source) ^3.9.2 -> ^3.12.2 age confidence
sirv ^3.0.1 -> ^3.0.2 age confidence
taze ^19.1.0 -> ^19.5.0 age confidence
three (source) ^0.179.1 -> ^0.180.0 age confidence
tsdown ^0.14.1 -> ^0.14.2 age confidence
tsx (source) ^4.20.4 -> ^4.20.5 age confidence
unocss (source) ^66.4.2 -> ^66.5.0 age confidence
unplugin (source) ^2.3.6 -> ^2.3.10 age confidence
unplugin-auto-import ^20.0.0 -> ^20.1.0 age confidence
vite (source) ^7.1.2 -> ^7.1.4 age confidence
vue (source) ^3.5.18 -> ^3.5.21 age confidence
vue-tsc (source) ^3.0.5 -> ^3.0.6 age confidence

Release Notes

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

v5.2.2

Compare Source

   🚀 Features
    View changes on GitHub
babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal
iconify/icon-sets (@​iconify/json)

v2.2.381

Compare Source

v2.2.380

Compare Source

v2.2.379

Compare Source

v2.2.378

Compare Source

v2.2.377

Compare Source

v2.2.376

Compare Source

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

v5.87.1

Compare Source

Version 5.87.1 - 9/5/25, 2:15 PM

Changes

Fix
  • query-core: update initialData when an observer mounts while a Query without data exists (#​9620) (1c8a921) by Dominik Dorfmeister

Packages

v5.87.0

Compare Source

Version 5.87.0 - 9/5/25, 11:55 AM

Changes

Feat
Docs
  • angular-query: update Angular Zoneless doc (#​9616) (2283633) by Arnoud

Packages

v5.86.0

Compare Source

Version 5.86.0 - 9/4/25, 9:27 AM (Manual Release)

Changes

Note: This release contains BREAKING CHANGES for the experimental_streamedQuery API:

BREAKING CHANGES

BREAKING CHANGE: The maxChunks parameter has been removed from streamedQuery.
Use a custom reducer function to control data aggregation behavior instead.

BREAKING CHANGE: When using a custom reducer function with streamedQuery,
the initialValue parameter is now required and must be provided.

  • rename queryFn to streamFn in streamedQuery (#​9606) (b25412a) by Dominik Dorfmeister

BREAKING CHANGE: queryFn has been renamed to streamFn

Chore
  • tsconfig.json: simplify "include" patterns by consolidating file extensions and directory paths (#​9547) (7306474) by @​sukvvon
Test
Other

Packages

v5.85.9

Compare Source

Version 5.85.9 - 9/2/25, 12:17 PM

Changes

Fix
  • query-core: ensure combine re-executes after cache restoration with memoized combine (#​9592) (564a4f6) by Kim YoungHoon
Test
  • react-query/HydrationBoundary: add tests for "non-object" state and missing "queries" property handling (#​9605) (5221029) by @​sukvvon

Packages

v5.85.7

Compare Source

Version 5.85.7 - 9/2/25, 7:22 AM

Changes

Refactor
Docs

Packages

v5.85.6

Compare Source

Version 5.85.6 - 8/30/25, 12:21 PM

Changes

Fix
  • core: make sure queries revert synchronously (#​9601) (379670d) by Dominik Dorfmeister
Chore
Test
Docs

Packages

v5.85.5

Compare Source

Version 5.85.5 - 8/19/25, 9:41 AM

Changes

Fix
  • core: only reject when promise gets used (#​9576) (abab082) by Dominik Dorfmeister

Packages

v5.85.4

Compare Source

Version 5.85.4 - 8/19/25, 9:10 AM

Changes

Fix
  • core: never revert to undefined data (#​9577) (e4f5ce8) by Dominik Dorfmeister
Docs
  • react-query: recommend defaultError = unknown instead of AxiosError (#​9575) (2989e69) by Lee
  • update community resources (f1e608b) by TkDodo

Packages

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

v8.42.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.41.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.40.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.42.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.

v8.41.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.0

Compare Source

   🚀 Features
   🐞 Bug Fixes

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.

@netlify
Copy link

netlify bot commented Aug 25, 2025

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 3ad5a00
🔍 Latest deploy log https://app.netlify.com/projects/vue-devtools-docs/deploys/68bb8991fbd21f0007f1d0de

@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 25, 2025

Open in StackBlitz

@vue/devtools-applet

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

@vue/devtools-core

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

@vue/devtools

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

@vue/devtools-api

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

@vue/devtools-kit

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

vite-plugin-vue-devtools

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

commit: 3ad5a00

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b881a37 to f3eb7d3 Compare August 31, 2025 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 468da8f to dbb21f4 Compare September 5, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dbb21f4 to 3ad5a00 Compare September 6, 2025 01:08
@webfansplz webfansplz merged commit 21a5a9e into main Sep 6, 2025
9 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch September 6, 2025 05:12
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.

2 participants