### [`v1.8.6`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#186-2023722)
[Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.5...v1.8.6)
- feat: add support for extract component code action ([#2496](https://togithub.com/vuejs/language-tools/issues/2496)) - thanks [@zardoy](https://togithub.com/zardoy)
- feat: add support for `v-bind` toggle code action ([#2524](https://togithub.com/vuejs/language-tools/issues/2524)) - thanks [@zardoy](https://togithub.com/zardoy)
- feat: more dull "Saving time is too long" popup
- fix: `vue.server.petiteVue.supportHtmlFile`, `vue.server.vitePress.supportMdFile` settings not working ([#3238](https://togithub.com/vuejs/language-tools/issues/3238))
- fix: don't check element type for directives ([#3140](https://togithub.com/vuejs/language-tools/issues/3140))
- fix: `@ts-nocheck` cannot work from script setup ([#3420](https://togithub.com/vuejs/language-tools/issues/3420)) - thanks [@so1ve](https://togithub.com/so1ve)
- fix(ts-plugin): module resolving should be able to fallback to `.d.ts` ([#3419](https://togithub.com/vuejs/language-tools/issues/3419))
- fix(language-plugin-pug): `@vue-ignore`, `@vue-skip`, `@vue-expected-error` not working for pug template
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Pacific/Auckland, 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
20.4.2
->20.4.5
10.2.1
->10.3.0
4.18.0
->4.19.1
29.6.1
->29.6.2
29.6.1
->29.6.2
9.7.2
->9.8.1
4.4.4
->4.4.7
1.8.5
->1.8.8
Release Notes
vueuse/vueuse (@vueuse/core)
### [`v10.3.0`](https://togithub.com/vueuse/vueuse/releases/tag/v10.3.0) [Compare Source](https://togithub.com/vueuse/vueuse/compare/v10.2.1...v10.3.0) ##### 🚀 Features - **createReusableTemplate**: Inherit attrs - by [@wiidede](https://togithub.com/wiidede) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3226](https://togithub.com/vueuse/vueuse/issues/3226) [(a32ae)](https://togithub.com/vueuse/vueuse/commit/a32ae737) - **useActiveElement**: Search deeply in shadow dom - by [@duoduoObama](https://togithub.com/duoduoObama) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3208](https://togithub.com/vueuse/vueuse/issues/3208) [(296dc)](https://togithub.com/vueuse/vueuse/commit/296dcc5e) - **useCounter**: InitialValue support ref - by [@Rock070](https://togithub.com/Rock070) in [https://github.com/vueuse/vueuse/issues/3266](https://togithub.com/vueuse/vueuse/issues/3266) [(6ae3a)](https://togithub.com/vueuse/vueuse/commit/6ae3a8c8) - **useFocus**: Support `:focus-visible` - by [@onmax](https://togithub.com/onmax) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3254](https://togithub.com/vueuse/vueuse/issues/3254) [(80329)](https://togithub.com/vueuse/vueuse/commit/80329333) - **useRTDB**: Add errorHandler option - by [@wobsoriano](https://togithub.com/wobsoriano) in [https://github.com/vueuse/vueuse/issues/3232](https://togithub.com/vueuse/vueuse/issues/3232) [(b5e52)](https://togithub.com/vueuse/vueuse/commit/b5e52f59) - **useSorted**: Accept getter function as source - by [@wvffle](https://togithub.com/wvffle) in [https://github.com/vueuse/vueuse/issues/3249](https://togithub.com/vueuse/vueuse/issues/3249) [(33a12)](https://togithub.com/vueuse/vueuse/commit/33a12b2a) - **useSpeechSynthesis**: Add reactivity for pitch and rate - by [@shestmintsev-kirill](https://togithub.com/shestmintsev-kirill) in [https://github.com/vueuse/vueuse/issues/3205](https://togithub.com/vueuse/vueuse/issues/3205) [(ac88f)](https://togithub.com/vueuse/vueuse/commit/ac88fd76) ##### 🐞 Bug Fixes - **build**: Ensure correct typing for node esm - by [@xiaoxiangmoe](https://togithub.com/xiaoxiangmoe) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3209](https://togithub.com/vueuse/vueuse/issues/3209) [(e7556)](https://togithub.com/vueuse/vueuse/commit/e755653b) - **createReusableTemplate**: Camelize props - by [@94726](https://togithub.com/94726), [@antfu](https://togithub.com/antfu) and [@wvffle](https://togithub.com/wvffle) in [https://github.com/vueuse/vueuse/issues/3253](https://togithub.com/vueuse/vueuse/issues/3253) [(d79e1)](https://togithub.com/vueuse/vueuse/commit/d79e174f) - **onClickOutside**: Fix outside click on html element in ios - by [@sibbng](https://togithub.com/sibbng) in [https://github.com/vueuse/vueuse/issues/3252](https://togithub.com/vueuse/vueuse/issues/3252) [(9091e)](https://togithub.com/vueuse/vueuse/commit/9091e2c8) - **reactiveComputed**: Unwrap reactive type - by [@sxzz](https://togithub.com/sxzz) in [https://github.com/vueuse/vueuse/issues/3215](https://togithub.com/vueuse/vueuse/issues/3215) [(17a72)](https://togithub.com/vueuse/vueuse/commit/17a725e2) - **router**: Improves router functions: synchronize values, adds tests, and optimize performance - by [@anteriovieira](https://togithub.com/anteriovieira), [@antfu](https://togithub.com/antfu), **CJBoy** and **tzyoo** in [https://github.com/vueuse/vueuse/issues/3184](https://togithub.com/vueuse/vueuse/issues/3184) [(0d02f)](https://togithub.com/vueuse/vueuse/commit/0d02f6cc) - **toRefs**: Don't trigger unwanted watchEffects - by [@wvffle](https://togithub.com/wvffle) in [https://github.com/vueuse/vueuse/issues/3260](https://togithub.com/vueuse/vueuse/issues/3260) [(5309c)](https://togithub.com/vueuse/vueuse/commit/5309c26a) - **useDateFormat**: Handle zero properly - by [@JocelynFloresz](https://togithub.com/JocelynFloresz) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3272](https://togithub.com/vueuse/vueuse/issues/3272) [(d6428)](https://togithub.com/vueuse/vueuse/commit/d642866a) - **useEventListener**: Improved `useEventListener` overload - by [@Alfred-Skyblue](https://togithub.com/Alfred-Skyblue) in [https://github.com/vueuse/vueuse/issues/3246](https://togithub.com/vueuse/vueuse/issues/3246) [(4f414)](https://togithub.com/vueuse/vueuse/commit/4f4141ad) - **useFetch**: Generated payloadType on execute - by [@tolking](https://togithub.com/tolking) in [https://github.com/vueuse/vueuse/issues/3251](https://togithub.com/vueuse/vueuse/issues/3251) [(b7e3d)](https://togithub.com/vueuse/vueuse/commit/b7e3d7e8) - **useInfiniteScroll**: Improve visibility check - by [@erikkkwu](https://togithub.com/erikkkwu) in [https://github.com/vueuse/vueuse/issues/3212](https://togithub.com/vueuse/vueuse/issues/3212) [(5ce61)](https://togithub.com/vueuse/vueuse/commit/5ce6151c) - **useMediaQuery**: Only add/remove event listeners on query change - by [@Ingramz](https://togithub.com/Ingramz) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3236](https://togithub.com/vueuse/vueuse/issues/3236) [(f3969)](https://togithub.com/vueuse/vueuse/commit/f39691f7) - **useObjectUrl**: Improve parameter type - by [@ferreira-tb](https://togithub.com/ferreira-tb) in [https://github.com/vueuse/vueuse/issues/3239](https://togithub.com/vueuse/vueuse/issues/3239) [(d3f7e)](https://togithub.com/vueuse/vueuse/commit/d3f7e6a9) - **usePointer**: Add `pointerup` event for `pressure` field - by [@cunzaizhuyi](https://togithub.com/cunzaizhuyi) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3217](https://togithub.com/vueuse/vueuse/issues/3217) [(ee425)](https://togithub.com/vueuse/vueuse/commit/ee425ff8) - **useScroll**: Support configurable window - by [@sheremet-va](https://togithub.com/sheremet-va) and [@antfu](https://togithub.com/antfu) in [https://github.com/vueuse/vueuse/issues/3229](https://togithub.com/vueuse/vueuse/issues/3229) [(dde41)](https://togithub.com/vueuse/vueuse/commit/dde41666) ##### [View changes on GitHub](https://togithub.com/vueuse/vueuse/compare/v10.2.1...v10.3.0)algolia/algoliasearch-client-javascript (algoliasearch)
### [`v4.19.1`](https://togithub.com/algolia/algoliasearch-client-javascript/blob/HEAD/CHANGELOG.md#v4191) [Compare Source](https://togithub.com/algolia/algoliasearch-client-javascript/compare/4.19.0...4.19.1) - fix(recommend): Add Type RecommendQueriesResponse from old MultipleQueriesResponse for recommend ([#1472](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1472)) ([36285b2](https://togithub.com/algolia/algoliasearch-client-javascript/commit/36285b2)), closes [#1472](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1472) ### [`v4.19.0`](https://togithub.com/algolia/algoliasearch-client-javascript/blob/HEAD/CHANGELOG.md#v4190) [Compare Source](https://togithub.com/algolia/algoliasearch-client-javascript/compare/4.18.0...4.19.0) - feat(abtests): add outlier count to variant response payload ([#1467](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1467)) ([b88a726](https://togithub.com/algolia/algoliasearch-client-javascript/commit/b88a726)), closes [#1467](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1467) - feat(recommend): add "Looking Similar" model ([#1469](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1469)) ([01eac7f](https://togithub.com/algolia/algoliasearch-client-javascript/commit/01eac7f)), closes [#1469](https://togithub.com/algolia/algoliasearch-client-javascript/issues/1469)facebook/jest (jest)
### [`v29.6.2`](https://togithub.com/facebook/jest/blob/HEAD/CHANGELOG.md#2962) [Compare Source](https://togithub.com/facebook/jest/compare/v29.6.1...v29.6.2) ##### Fixes - `[jest-circus]` Fix snapshot matchers in concurrent tests when nr of tests exceeds `maxConcurrency` ([#14335](https://togithub.com/jestjs/jest/pull/14335)) - `[@jest/core]` When running global setup and teardown, do not try to change the `message` property of the thrown error object when the `message` property is unwritable ([#14113](https://togithub.com/jestjs/jest/pull/14113)) - `[jest-snapshot]` Move `@types/prettier` from `dependencies` to `devDependencies` ([#14328](https://togithub.com/jestjs/jest/pull/14328)) - `[jest-snapshot]` Throw an explicit error if Prettier v3 is used ([#14367](https://togithub.com/jestjs/jest/pull/14367)) - `[jest-reporters]` Add "skipped" and "todo" symbols to Github Actions Reporter ([#14309](https://togithub.com/jestjs/jest/pull/14309)) ##### Chore & Maintenance - `[@jest/core]` Use `pluralize` from `jest-util` rather than own internal ([#14322](https://togithub.com/jestjs/jest/pull/14322))npm/cli (npm)
### [`v9.8.1`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#981-2023-07-18) [Compare Source](https://togithub.com/npm/cli/compare/v9.8.0...v9.8.1) ##### Bug Fixes - [`38351c9`](https://togithub.com/npm/cli/commit/38351c954040ddea56dc5db453f7f7d10964e5cd) [#6651](https://togithub.com/npm/cli/pull/6651) warn on autocorrected package.json entries during publish ([@wraithgar](https://togithub.com/wraithgar)) - [`02c7ddb`](https://togithub.com/npm/cli/commit/02c7ddb4501682c9e84b8c1325638b7db1ca7deb) [#6642](https://togithub.com/npm/cli/pull/6642) much clearer npx 'canceled' error ([#6642](https://togithub.com/npm/cli/issues/6642)) ([@rahulio96](https://togithub.com/rahulio96), [@AaronHamilton965](https://togithub.com/AaronHamilton965)) ##### Documentation - [`36bf5fe`](https://togithub.com/npm/cli/commit/36bf5fe2a0a2ef7f7ffc0b302eea15e227556010) [#6643](https://togithub.com/npm/cli/pull/6643) Added steps for using npm/npx locally to CONTRIBUTING.md ([#6643](https://togithub.com/npm/cli/issues/6643)) ([@AaronHamilton965](https://togithub.com/AaronHamilton965), [@rahulio96](https://togithub.com/rahulio96)) ##### Dependencies - [`a0763d3`](https://togithub.com/npm/cli/commit/a0763d38d8934a6769e5aac08539291c5051f36e) [#6651](https://togithub.com/npm/cli/pull/6651) `@npmcli/package-json@4.0.1` - [`24f5a8b`](https://togithub.com/npm/cli/commit/24f5a8b07909710e06f5aa3844d99c03cce0b9ca) [#6653](https://togithub.com/npm/cli/pull/6653) `supports-color@9.4.0` - [`f45498b`](https://togithub.com/npm/cli/commit/f45498b33550d3874b9602ef027f215ea2590124) [#6653](https://togithub.com/npm/cli/pull/6653) `chalk@5.3.0` - [`44d60eb`](https://togithub.com/npm/cli/commit/44d60eb0c4ee0456ee4c9f855f06348cfb4c0f9c) [#6653](https://togithub.com/npm/cli/pull/6653) `minimatch@9.0.3` - [`fc9a843`](https://togithub.com/npm/cli/commit/fc9a843f59ec4c1733d427566b9df9a4b440bb7f) [#6653](https://togithub.com/npm/cli/pull/6653) `bin-links@3.0.2` - [`daad9ad`](https://togithub.com/npm/cli/commit/daad9addc1e2587d162e06016498252cf0b6514a) [#6653](https://togithub.com/npm/cli/pull/6653) `semver@7.5.4` - [`c1ffd6a`](https://togithub.com/npm/cli/commit/c1ffd6a2f91cdb5c8d3cd7524a3136346181f67f) [#6653](https://togithub.com/npm/cli/pull/6653) move [@npmcli/fs](https://togithub.com/npmcli/fs), [@npmcli/promise-spawn](https://togithub.com/npmcli/promise-spawn) into dependencies - [Workspace](https://togithub.com/npm/cli/releases/tag/libnpmexec-v6.0.3): `libnpmexec@6.0.3`vitejs/vite (vite)
### [`v4.4.7`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small447-2023-07-24-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.6...v4.4.7) - fix: `optimizeDeps.include` not working with paths inside packages ([#13922](https://togithub.com/vitejs/vite/issues/13922)) ([06e4f57](https://togithub.com/vitejs/vite/commit/06e4f57)), closes [#13922](https://togithub.com/vitejs/vite/issues/13922) - fix: lightningcss fails with html-proxy ([#13776](https://togithub.com/vitejs/vite/issues/13776)) ([6b56094](https://togithub.com/vitejs/vite/commit/6b56094)), closes [#13776](https://togithub.com/vitejs/vite/issues/13776) - fix: prepend `config.base` to vite/env path ([#13941](https://togithub.com/vitejs/vite/issues/13941)) ([8e6cee8](https://togithub.com/vitejs/vite/commit/8e6cee8)), closes [#13941](https://togithub.com/vitejs/vite/issues/13941) - fix(html): support `import.meta.env` define replacement without quotes ([#13425](https://togithub.com/vitejs/vite/issues/13425)) ([883089c](https://togithub.com/vitejs/vite/commit/883089c)), closes [#13425](https://togithub.com/vitejs/vite/issues/13425) - fix(proxy): handle error when proxy itself errors ([#13929](https://togithub.com/vitejs/vite/issues/13929)) ([4848e41](https://togithub.com/vitejs/vite/commit/4848e41)), closes [#13929](https://togithub.com/vitejs/vite/issues/13929) - chore(eslint): allow type annotations ([#13920](https://togithub.com/vitejs/vite/issues/13920)) ([d1264fd](https://togithub.com/vitejs/vite/commit/d1264fd)), closes [#13920](https://togithub.com/vitejs/vite/issues/13920) ### [`v4.4.6`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small446-2023-07-21-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.5...v4.4.6) - fix: constrain inject helpers for iife ([#13909](https://togithub.com/vitejs/vite/issues/13909)) ([c89f677](https://togithub.com/vitejs/vite/commit/c89f677)), closes [#13909](https://togithub.com/vitejs/vite/issues/13909) - fix: display manualChunks warning only when a function is not used ([#13797](https://togithub.com/vitejs/vite/issues/13797)) ([#13798](https://togithub.com/vitejs/vite/issues/13798)) ([51c271f](https://togithub.com/vitejs/vite/commit/51c271f)), closes [#13797](https://togithub.com/vitejs/vite/issues/13797) [#13798](https://togithub.com/vitejs/vite/issues/13798) - fix: do not append `browserHash` on optimized deps during build ([#13906](https://togithub.com/vitejs/vite/issues/13906)) ([0fb2340](https://togithub.com/vitejs/vite/commit/0fb2340)), closes [#13906](https://togithub.com/vitejs/vite/issues/13906) - fix: use Bun's implementation of `ws` instead of the bundled one ([#13901](https://togithub.com/vitejs/vite/issues/13901)) ([049404c](https://togithub.com/vitejs/vite/commit/049404c)), closes [#13901](https://togithub.com/vitejs/vite/issues/13901) - feat(client): add guide to press Esc for closing the overlay ([#13896](https://togithub.com/vitejs/vite/issues/13896)) ([da389cc](https://togithub.com/vitejs/vite/commit/da389cc)), closes [#13896](https://togithub.com/vitejs/vite/issues/13896) ### [`v4.4.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small445-2023-07-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v4.4.4...v4.4.5) - fix: "EISDIR: illegal operation on a directory, realpath" error on RA… ([#13655](https://togithub.com/vitejs/vite/issues/13655)) ([6bd5434](https://togithub.com/vitejs/vite/commit/6bd5434)), closes [#13655](https://togithub.com/vitejs/vite/issues/13655) - fix: transform error message add file info ([#13687](https://togithub.com/vitejs/vite/issues/13687)) ([6dca41c](https://togithub.com/vitejs/vite/commit/6dca41c)), closes [#13687](https://togithub.com/vitejs/vite/issues/13687) - fix: warn when publicDir and outDir are nested ([#13742](https://togithub.com/vitejs/vite/issues/13742)) ([4eb3154](https://togithub.com/vitejs/vite/commit/4eb3154)), closes [#13742](https://togithub.com/vitejs/vite/issues/13742) - fix(build): remove warning about ineffective dynamic import from node_modules ([#13884](https://togithub.com/vitejs/vite/issues/13884)) ([33002dd](https://togithub.com/vitejs/vite/commit/33002dd)), closes [#13884](https://togithub.com/vitejs/vite/issues/13884) - fix(build): style insert order for UMD builds (fix [#13668](https://togithub.com/vitejs/vite/issues/13668)) ([#13669](https://togithub.com/vitejs/vite/issues/13669)) ([49a1b99](https://togithub.com/vitejs/vite/commit/49a1b99)), closes [#13668](https://togithub.com/vitejs/vite/issues/13668) [#13669](https://togithub.com/vitejs/vite/issues/13669) - fix(deps): update all non-major dependencies ([#13872](https://togithub.com/vitejs/vite/issues/13872)) ([975a631](https://togithub.com/vitejs/vite/commit/975a631)), closes [#13872](https://togithub.com/vitejs/vite/issues/13872) - fix(types): narrow down the return type of `defineConfig` ([#13792](https://togithub.com/vitejs/vite/issues/13792)) ([c971f26](https://togithub.com/vitejs/vite/commit/c971f26)), closes [#13792](https://togithub.com/vitejs/vite/issues/13792) - chore: fix typos ([#13862](https://togithub.com/vitejs/vite/issues/13862)) ([f54e8da](https://togithub.com/vitejs/vite/commit/f54e8da)), closes [#13862](https://togithub.com/vitejs/vite/issues/13862) - chore: replace `any` with `string` ([#13850](https://togithub.com/vitejs/vite/issues/13850)) ([4606fd8](https://togithub.com/vitejs/vite/commit/4606fd8)), closes [#13850](https://togithub.com/vitejs/vite/issues/13850) - chore(deps): update dependency prettier to v3 ([#13759](https://togithub.com/vitejs/vite/issues/13759)) ([5a56941](https://togithub.com/vitejs/vite/commit/5a56941)), closes [#13759](https://togithub.com/vitejs/vite/issues/13759) - docs: fix build.cssMinify link ([#13840](https://togithub.com/vitejs/vite/issues/13840)) ([8a2a3e1](https://togithub.com/vitejs/vite/commit/8a2a3e1)), closes [#13840](https://togithub.com/vitejs/vite/issues/13840)vuejs/language-tools (vue-tsc)
### [`v1.8.8`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#188-2023727) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.7...v1.8.8) - fix: language server crashed due to importing unexist library ([#3453](https://togithub.com/vuejs/language-tools/issues/3453)) ([#3454](https://togithub.com/vuejs/language-tools/issues/3454)) ### [`v1.8.7`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#187-2023727) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.6...v1.8.7) - feat: support auto-complete for directives ([#2559](https://togithub.com/vuejs/language-tools/issues/2559)) - feat: support extract component for options api - feat: re-support external component parsing ([#3328](https://togithub.com/vuejs/language-tools/issues/3328)) - feat: support function expression emit event ([#3445](https://togithub.com/vuejs/language-tools/issues/3445)) - thanks [@lvjiaxuan](https://togithub.com/lvjiaxuan) - perf: reuse VueFile instances between monorepo packages ([#3450](https://togithub.com/vuejs/language-tools/issues/3450)) - fix: handle node next module resolution ([#3159](https://togithub.com/vuejs/language-tools/issues/3159)) - thanks [@kalvenschraut](https://togithub.com/kalvenschraut) - fix: generate valid code when using `__VLS_PropsChildren` ([#3442](https://togithub.com/vuejs/language-tools/issues/3442)) - thanks [@so1ve](https://togithub.com/so1ve) - fix: component auto-import cannot insert import statement - fix: extract component cannot extract interpolations - fix: allow top-level await in script setup blocks with generics ([#3441](https://togithub.com/vuejs/language-tools/issues/3441)) - thanks [@so1ve](https://togithub.com/so1ve) ##### Full-time Support byWebContainer API is here.
Add you via GitHub Sponsors or Open Collective
### [`v1.8.6`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#186-2023722) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.5...v1.8.6) - feat: add support for extract component code action ([#2496](https://togithub.com/vuejs/language-tools/issues/2496)) - thanks [@zardoy](https://togithub.com/zardoy) - feat: add support for `v-bind` toggle code action ([#2524](https://togithub.com/vuejs/language-tools/issues/2524)) - thanks [@zardoy](https://togithub.com/zardoy) - feat: more dull "Saving time is too long" popup - fix: `vue.server.petiteVue.supportHtmlFile`, `vue.server.vitePress.supportMdFile` settings not working ([#3238](https://togithub.com/vuejs/language-tools/issues/3238)) - fix: don't check element type for directives ([#3140](https://togithub.com/vuejs/language-tools/issues/3140)) - fix: `@ts-nocheck` cannot work from script setup ([#3420](https://togithub.com/vuejs/language-tools/issues/3420)) - thanks [@so1ve](https://togithub.com/so1ve) - fix(ts-plugin): module resolving should be able to fallback to `.d.ts` ([#3419](https://togithub.com/vuejs/language-tools/issues/3419)) - fix(language-plugin-pug): `@vue-ignore`, `@vue-skip`, `@vue-expected-error` not working for pug templateConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Pacific/Auckland, 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 has been generated by Mend Renovate. View repository job log here.