vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org/
MIT License
1.7k stars 122 forks source link

chore(deps): update all non-major dependencies #646

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.25.8 -> ^7.26.0 age adoption passing confidence
@babel/eslint-parser (source) ^7.25.8 -> ^7.25.9 age adoption passing confidence
@iconify/json (source) ^2.2.262 -> ^2.2.267 age adoption passing confidence
@tanstack/vue-query (source) ^5.59.13 -> ^5.59.17 age adoption passing confidence
@tanstack/vue-query-devtools (source) ^5.59.13 -> ^5.59.19 age adoption passing confidence
@types/chrome (source) ^0.0.279 -> ^0.0.280 age adoption passing confidence
@types/node (source) ^20.16.14 -> ^20.17.6 age adoption passing confidence
@typescript-eslint/parser (source) ^8.11.0 -> ^8.13.0 age adoption passing confidence
@typescript-eslint/utils (source) ^8.11.0 -> ^8.13.0 age adoption passing confidence
@unocss/core (source) ^0.63.4 -> ^0.63.6 age adoption passing confidence
@unocss/eslint-plugin (source) ^0.63.4 -> ^0.63.6 age adoption passing confidence
@unocss/preset-icons (source) ^0.63.4 -> ^0.63.6 age adoption passing confidence
@unocss/reset ^0.63.4 -> ^0.63.6 age adoption passing confidence
@vueuse/components (source) ^11.1.0 -> ^11.2.0 age adoption passing confidence
@vueuse/core (source) ^11.1.0 -> ^11.2.0 age adoption passing confidence
@vueuse/integrations (source) ^11.1.0 -> ^11.2.0 age adoption passing confidence
bumpp ^9.7.1 -> ^9.8.1 age adoption passing confidence
core-js (source) ^3.38.1 -> ^3.39.0 age adoption passing confidence
element-plus (source) ^2.8.6 -> ^2.8.7 age adoption passing confidence
eslint (source) ^9.13.0 -> ^9.14.0 age adoption passing confidence
eslint-plugin-vue (source) ^9.29.1 -> ^9.30.0 age adoption passing confidence
pinia ^2.2.4 -> ^2.2.6 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence
pnpm (source) ^9.12.2 -> ^9.12.3 age adoption passing confidence
publint (source) ^0.2.11 -> ^0.2.12 age adoption passing confidence
readdir-glob ^2.0.0 -> ^2.0.1 age adoption passing confidence
sass-embedded ^1.80.5 -> ^1.80.6 age adoption passing confidence
shiki (source) ^1.22.0 -> ^1.22.2 age adoption passing confidence
socket.io (source) ^4.8.0 -> ^4.8.1 age adoption passing confidence
socket.io-client (source) ^4.8.0 -> ^4.8.1 age adoption passing confidence
taze ^0.17.2 -> ^0.18.0 age adoption passing confidence
three (source) ^0.169.0 -> ^0.170.0 age adoption passing confidence
tsup (source) ^8.3.0 -> ^8.3.5 age adoption passing confidence
tsx (source) ^4.19.1 -> ^4.19.2 age adoption passing confidence
unocss ^0.63.4 -> ^0.63.6 age adoption passing confidence
unplugin ^1.14.1 -> ^1.15.0 age adoption passing confidence
vee-validate (source) ^4.14.3 -> ^4.14.6 age adoption passing confidence
vite (source) ^5.4.9 -> ^5.4.10 age adoption passing confidence
vitepress (source) 1.4.1 -> 1.5.0 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.26.0`](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.9...v7.26.0) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#​16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@​JLHwung](https://redirect.github.com/JLHwung)) - Other - [#​16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@​victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#​16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
babel/babel (@​babel/eslint-parser) ### [`v7.25.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7259-2024-10-22) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.25.8...v7.25.9) ##### :bug: Bug Fix - `babel-parser`, `babel-template`, `babel-types` - [#​16905](https://redirect.github.com/babel/babel/pull/16905) fix: Keep type annotations in `syntacticPlaceholders` mode ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#​16907](https://redirect.github.com/babel/babel/pull/16907) fix: support BROWSERSLIST{,\_CONFIG} env ([@​JLHwung](https://redirect.github.com/JLHwung)) - Other - [#​16884](https://redirect.github.com/babel/babel/pull/16884) Analyze `ClassAccessorProperty` to prevent the `no-undef` rule ([@​victorenator](https://redirect.github.com/victorenator)) ##### :house: Internal - `babel-helper-transform-fixture-test-runner` - [#​16914](https://redirect.github.com/babel/babel/pull/16914) remove test options flaky ([@​JLHwung](https://redirect.github.com/JLHwung)) ##### :running_woman: Performance - `babel-parser`, `babel-types` - [#​16918](https://redirect.github.com/babel/babel/pull/16918) perf: Make `VISITOR_KEYS` etc. faster to access ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
iconify/icon-sets (@​iconify/json) ### [`v2.2.267`](https://redirect.github.com/iconify/icon-sets/compare/2.2.266...2.2.267) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.266...2.2.267) ### [`v2.2.266`](https://redirect.github.com/iconify/icon-sets/compare/2.2.265...2.2.266) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.265...2.2.266) ### [`v2.2.265`](https://redirect.github.com/iconify/icon-sets/compare/2.2.264...2.2.265) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.264...2.2.265) ### [`v2.2.264`](https://redirect.github.com/iconify/icon-sets/compare/2.2.263...2.2.264) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.263...2.2.264) ### [`v2.2.263`](https://redirect.github.com/iconify/icon-sets/compare/2.2.262...2.2.263) [Compare Source](https://redirect.github.com/iconify/icon-sets/compare/2.2.262...2.2.263)
TanStack/query (@​tanstack/vue-query) ### [`v5.59.17`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.17) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.16...v5.59.17) Version 5.59.17 - 11/2/24, 5:45 PM ##### Changes ##### Fix - useQueries: warn on duplicate keys ([#​8246](https://redirect.github.com/TanStack/query/issues/8246)) ([`c643635`](https://redirect.github.com/TanStack/query/commit/c643635)) by Dominik Dorfmeister ##### Chore - react-query-persist-client: remove redundant `setIsRestoring(true)` to fix lint warning ([#​8213](https://redirect.github.com/TanStack/query/issues/8213)) ([`39a35d8`](https://redirect.github.com/TanStack/query/commit/39a35d8)) by Sol Lee - docs: update useQueryFocusAware docs ([#​8205](https://redirect.github.com/TanStack/query/issues/8205)) ([`caf6556`](https://redirect.github.com/TanStack/query/commit/caf6556)) by [@​ugurcanatas](https://redirect.github.com/ugurcanatas) ##### Test - react-query: better `query-persist-client-core` import ([#​8212](https://redirect.github.com/TanStack/query/issues/8212)) ([`1865f0d`](https://redirect.github.com/TanStack/query/commit/1865f0d)) by Lachlan Collins ##### Docs - angular-query: add query options from a service example ([#​8220](https://redirect.github.com/TanStack/query/issues/8220)) ([`c61ff1e`](https://redirect.github.com/TanStack/query/commit/c61ff1e)) by Arnoud ##### Packages - [@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).59.17 - [@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).59.17 ### [`v5.59.16`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.16) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.13...v5.59.16) Version 5.59.16 - 10/23/24, 12:53 PM #### Changes ##### Fix - react-query: make sure promises are always finalized ([#​8211](https://redirect.github.com/TanStack/query/issues/8211)) ([`df49fbd`](https://redirect.github.com/TanStack/query/commit/df49fbd)) by Dominik Dorfmeister ##### Chore - query-core: define queryCache notify method"s return type ([#​8191](https://redirect.github.com/TanStack/query/issues/8191)) ([`4fceb26`](https://redirect.github.com/TanStack/query/commit/4fceb26)) by Haeun Nam - react-query: remove unnecessary test file (**test**/suspense.tsx, suspense.test-d.tsx) ([#​8208](https://redirect.github.com/TanStack/query/issues/8208)) ([`d3e2a8a`](https://redirect.github.com/TanStack/query/commit/d3e2a8a)) by [@​manudeli](https://redirect.github.com/manudeli) ##### Docs - Update disabling-queries.md ([#​8201](https://redirect.github.com/TanStack/query/issues/8201)) ([`9d99fcb`](https://redirect.github.com/TanStack/query/commit/9d99fcb)) by Ollie Chick - react-query: fix prefetch with suspense example ([#​8193](https://redirect.github.com/TanStack/query/issues/8193)) ([`a2ea754`](https://redirect.github.com/TanStack/query/commit/a2ea754)) by Qiushi Yan - "hydrate" to "dehydrate" in documentation ([#​8190](https://redirect.github.com/TanStack/query/issues/8190)) ([`1980a11`](https://redirect.github.com/TanStack/query/commit/1980a11)) by Ariel-Moroshko #### Packages - [@​tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@​5](https://redirect.github.com/5).59.16 - [@​tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@​5](https://redirect.github.com/5).59.16
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8130-2024-11-04) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...v8.13.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v8.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8130-2024-11-04) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...v8.13.0) ##### 🩹 Fixes - **utils:** allow an array for the values of SharedConfig ([#​10217](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217)) ##### ❤️ Thank You - Trygve Aaberge You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8122-2024-10-29) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.1...v8.12.2) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8121-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.0...v8.12.1) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.12.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#8120-2024-10-28) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.11.0...v8.12.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
unocss/unocss (@​unocss/core) ### [`v0.63.6`](https://redirect.github.com/unocss/unocss/releases/tag/v0.63.6) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v0.63.5...v0.63.6) #####    🐞 Bug Fixes - **svelte-scoped**: Improve class regex for ternary expressions  -  by [@​vineryap](https://redirect.github.com/vineryap) in [https://github.com/unocss/unocss/issues/4198](https://redirect.github.com/unocss/unocss/issues/4198) [(c299e)](https://redirect.github.com/unocss/unocss/commit/c299e2de) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v0.63.5...v0.63.6) ### [`v0.63.5`](https://redirect.github.com/unocss/unocss/releases/tag/v0.63.5) [Compare Source](https://redirect.github.com/unocss/unocss/compare/v0.63.4...v0.63.5) #####    🚀 Features - **inspector**: Update overview page & analyzer  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4214](https://redirect.github.com/unocss/unocss/issues/4214) [(3d16c)](https://redirect.github.com/unocss/unocss/commit/3d16ca65) - **preset-wind**: Default to oklch for gradients  -  by [@​rgodha24](https://redirect.github.com/rgodha24) in [https://github.com/unocss/unocss/issues/4211](https://redirect.github.com/unocss/unocss/issues/4211) [(1db24)](https://redirect.github.com/unocss/unocss/commit/1db2481a) #####    🐞 Bug Fixes - **core**: Don't set default value when merge content  -  by [@​zyyv](https://redirect.github.com/zyyv) in [https://github.com/unocss/unocss/issues/4215](https://redirect.github.com/unocss/unocss/issues/4215) [(0125f)](https://redirect.github.com/unocss/unocss/commit/0125fc51) #####     [View changes on GitHub](https://redirect.github.com/unocss/unocss/compare/v0.63.4...v0.63.5)
vueuse/vueuse (@​vueuse/components) ### [`v11.2.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v11.2.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v11.1.0...v11.2.0) #####    🚀 Features - **useBreakpoints**: Add breakpoints for ElementUI/ElementPlus  -  by [@​AAABingBing](https://redirect.github.com/AAABingBing) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4238](https://redirect.github.com/vueuse/vueuse/issues/4238) [(f71e5)](https://redirect.github.com/vueuse/vueuse/commit/f71e5138) - **useMediaControls**: Add playback error event  -  by [@​DarrenSG](https://redirect.github.com/DarrenSG) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4253](https://redirect.github.com/vueuse/vueuse/issues/4253) [(e1169)](https://redirect.github.com/vueuse/vueuse/commit/e11699d2) #####    🐞 Bug Fixes - **useArrayReduce**: InitialValue can be a function  -  by [@​Mutter45](https://redirect.github.com/Mutter45) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4243](https://redirect.github.com/vueuse/vueuse/issues/4243) [(ae542)](https://redirect.github.com/vueuse/vueuse/commit/ae542c6b) - **useDevicesList**: Handle NotAllowedError on reject/close  -  by [@​espensgr](https://redirect.github.com/espensgr) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4246](https://redirect.github.com/vueuse/vueuse/issues/4246) [(bf0f2)](https://redirect.github.com/vueuse/vueuse/commit/bf0f249e) - **useDropZone**: Remove file kind restriction  -  by [@​jackcodetw](https://redirect.github.com/jackcodetw) in [https://github.com/vueuse/vueuse/issues/4305](https://redirect.github.com/vueuse/vueuse/issues/4305) [(1d661)](https://redirect.github.com/vueuse/vueuse/commit/1d661f9d) - **useIntervalFn**: Prevent timer being set after pause is called in cb  -  by [@​laporchen](https://redirect.github.com/laporchen) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4258](https://redirect.github.com/vueuse/vueuse/issues/4258) [(59f8c)](https://redirect.github.com/vueuse/vueuse/commit/59f8c944) - **useManualRefHistory**: `canUndo` and `canRedo` typing to be computed ref  -  by [@​roydukkey](https://redirect.github.com/roydukkey) and **Anthony Fu** in [https://github.com/vueuse/vueuse/issues/4261](https://redirect.github.com/vueuse/vueuse/issues/4261) [(b46d2)](https://redirect.github.com/vueuse/vueuse/commit/b46d2a0e) - **useWebSocket**: Autoreconnect when ws close  -  by [@​jackcodetw](https://redirect.github.com/jackcodetw) in [https://github.com/vueuse/vueuse/issues/4314](https://redirect.github.com/vueuse/vueuse/issues/4314) [(08412)](https://redirect.github.com/vueuse/vueuse/commit/08412e8c) #####     [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v11.1.0...v11.2.0)
antfu/bumpp (bumpp) ### [`v9.8.1`](https://redirect.github.com/antfu/bumpp/compare/v9.8.0...705b60b2ff893106f507b85d72d2f278bb7e9e91) [Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.8.0...v9.8.1) ### [`v9.8.0`](https://redirect.github.com/antfu-collective/bumpp/releases/tag/v9.8.0) [Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.7.1...v9.8.0) #####    🚀 Features - Execute could receive a function  -  by [@​s3xysteak](https://redirect.github.com/s3xysteak) in [https://github.com/antfu-collective/bumpp/issues/54](https://redirect.github.com/antfu-collective/bumpp/issues/54) [(e05fa)](https://redirect.github.com/antfu-collective/bumpp/commit/e05fac1) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/bumpp/compare/v9.7.1...v9.8.0)
zloirock/core-js (core-js) ### [`v3.39.0`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3390---20241031) [Compare Source](https://redirect.github.com/zloirock/core-js/compare/v3.38.1...v3.39.0) - Changes [v3.38.1...v3.39.0](https://redirect.github.com/zloirock/core-js/compare/v3.38.1...v3.39.0) - [`Iterator` helpers proposal](https://redirect.github.com/tc39/proposal-iterator-helpers): - Built-ins: - `Iterator` - `Iterator.from` - `Iterator.prototype.drop` - `Iterator.prototype.every` - `Iterator.prototype.filter` - `Iterator.prototype.find` - `Iterator.prototype.flatMap` - `Iterator.prototype.forEach` - `Iterator.prototype.map` - `Iterator.prototype.reduce` - `Iterator.prototype.some` - `Iterator.prototype.take` - `Iterator.prototype.toArray` - `Iterator.prototype[@​@​toStringTag]` - Moved to stable ES, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-iterator-helpers/issues/284#event-14549961807) - Added `es.` namespace modules, `/es/` and `/stable/` namespaces entries - [`Promise.try`](https://redirect.github.com/tc39/proposal-promise-try): - Built-ins: - `Promise.try` - Moved to stable ES, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-promise-try/commit/53d3351687274952b3b88f3ad024d9d68a9c1c93) - Added `es.` namespace module, `/es/` and `/stable/` namespaces entries - Fixed `/actual|full/promise/try` entries for the callback arguments support - [`Math.sumPrecise` proposal](https://redirect.github.com/tc39/proposal-math-sum): - Built-ins: - `Math.sumPrecise` - Moved to stage 3, [October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-math-sum/issues/19) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - Added [`Iterator` sequencing stage 2.7 proposal](https://redirect.github.com/tc39/proposal-iterator-sequencing): - Added built-ins: - `Iterator.concat` - [`Map` upsert stage 2 proposal](https://redirect.github.com/tc39/proposal-upsert): - [Updated to the new API following the October 2024 TC39 meeting](https://redirect.github.com/tc39/proposal-upsert/pull/58) - Added built-ins:

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.



This PR was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 3 weeks ago

Deploy Preview for vue-devtools-docs canceled.

Name Link
Latest commit bc88e9294f9734171fc907c05aa9198af897dbbb
Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/67292e036e65380008c2870d
pkg-pr-new[bot] commented 3 weeks ago

Open in Stackblitz

@vue/devtools-applet

``` pnpm add https://pkg.pr.new/@vue/devtools-applet@646 ```

@vue/devtools-core

``` pnpm add https://pkg.pr.new/@vue/devtools-core@646 ```

@vue/devtools-api

``` pnpm add https://pkg.pr.new/@vue/devtools-api@646 ```

@vue/devtools

``` pnpm add https://pkg.pr.new/@vue/devtools@646 ```

@vue/devtools-kit

``` pnpm add https://pkg.pr.new/@vue/devtools-kit@646 ```

vite-plugin-vue-devtools

``` pnpm add https://pkg.pr.new/vite-plugin-vue-devtools@646 ```

commit: bc88e92