Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#31)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`20.6.3` -> `20.7.2`](https://renovatebot.com/diffs/npm/@types%2fnode/20.6.3/20.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.6.3/20.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.6.3/20.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://togithub.com/vitest-dev/vitest)) | [`0.34.5` -> `0.34.6`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/0.34.5/0.34.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/0.34.5/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/0.34.5/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`12.1.6` -> `12.2.1`](https://renovatebot.com/diffs/npm/happy-dom/12.1.6/12.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/12.1.6/12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/12.1.6/12.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://togithub.com/vitest-dev/vitest) | [`0.34.5` -> `0.34.6`](https://renovatebot.com/diffs/npm/vitest/0.34.5/0.34.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/0.34.5/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/0.34.5/0.34.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://togithub.com/vuejs/language-tools) | [`1.8.13` -> `1.8.15`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.13/1.8.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/1.8.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/1.8.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/1.8.13/1.8.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/1.8.13/1.8.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest (@​vitest/coverage-v8)</summary> ### [`v0.34.6`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.34.6) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.34.5...v0.34.6) ##### 🐞 Bug Fixes - Overwrite global URL with environment's - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4164](https://togithub.com/vitest-dev/vitest/issues/4164) [<samp>(cbe13)</samp>](https://togithub.com/vitest-dev/vitest/commit/cbe133da) - Correctly resolve external dependencies loaded by custom environments - by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/4196](https://togithub.com/vitest-dev/vitest/issues/4196) [<samp>(e3408)</samp>](https://togithub.com/vitest-dev/vitest/commit/e340802f) - **runner**: The fixture of `test.extend` should be init once time in all test - by [@​Dunqing](https://togithub.com/Dunqing) in [https://github.com/vitest-dev/vitest/issues/4168](https://togithub.com/vitest-dev/vitest/issues/4168) [<samp>(730b2)</samp>](https://togithub.com/vitest-dev/vitest/commit/730b29ec) ##### [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.34.5...v0.34.6) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v12.2.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v12.2.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v12.2.0...v12.2.1) ##### 👷♂️ Patch fixes - Adds support for `Symbol.toStringTag` to `EventTarget` and `AbortSignal`. ([#​1097](https://togithub.com/capricorn86/happy-dom/issues/1097)) *** Thank you [@​Afsoon](https://togithub.com/Afsoon) for your contribution! ### [`v12.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v12.2.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v12.1.7...v12.2.0) ##### 🎨 Features - Adds support for `HTMLElement.clientLeft` and `HTMLElement.clientTop`. ([#​1089](https://togithub.com/capricorn86/happy-dom/issues/1089)) *** Thank you [@​konomae](https://togithub.com/konomae) for your contribution! ### [`v12.1.7`](https://togithub.com/capricorn86/happy-dom/releases/tag/v12.1.7) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v12.1.6...v12.1.7) ##### 👷♂️ Patch fixes - Makes `NamedNodeMap.removeNamedItem()` throw an exception on missing item. ([#​652](https://togithub.com/capricorn86/happy-dom/issues/652)) - Allow deletion of nonexistent keys from `HTMLElement.dataset`. Deleting a nonexistent key in a dataset will not throw an exception, even though it indirectly is using `NamedNodeMap.removeNamedItem()`. ([#​652](https://togithub.com/capricorn86/happy-dom/issues/652)) *** Thank you [@​RussianCow](https://togithub.com/RussianCow) for your contribution! </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v1.8.15`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1815-2023926) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.14...v1.8.15) - fix: props type missing in JS component context ([#​3592](https://togithub.com/vuejs/language-tools/issues/3592)) - fix: ignore `$emit` return type for Vue 2 ([#​3596](https://togithub.com/vuejs/language-tools/issues/3596)) ### [`v1.8.14`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#1814-2023926) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v1.8.13...v1.8.14) - feat: `defineEmit` now able to infer event types with more than 4 overloads ([#​3379](https://togithub.com/vuejs/language-tools/issues/3379)) ([#​1855](https://togithub.com/vuejs/language-tools/issues/1855)) - feat: more accurately distinguish component internal context and external context types ([#​3591](https://togithub.com/vuejs/language-tools/issues/3591)) ([#​3517](https://togithub.com/vuejs/language-tools/issues/3517)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: don't import alias macros ([#​3576](https://togithub.com/vuejs/language-tools/issues/3576)) - thanks [@​sxzz](https://togithub.com/sxzz) - fix: make generic components' emit type compactible with Vue core types ([#​3569](https://togithub.com/vuejs/language-tools/issues/3569)) ([#​3257](https://togithub.com/vuejs/language-tools/issues/3257)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: use universal `__VLS_ConstructorOverloads` when emits type is not inlined ([#​3585](https://togithub.com/vuejs/language-tools/issues/3585)) - thanks [@​so1ve](https://togithub.com/so1ve) - fix: inherit emits props and supports generic component emit type for JSX ([#​3533](https://togithub.com/vuejs/language-tools/issues/3533)) ([#​3289](https://togithub.com/vuejs/language-tools/issues/3289)) ([#​3476](https://togithub.com/vuejs/language-tools/issues/3476)) - thanks [@​so1ve](https://togithub.com/so1ve) - perf: generate less TS virtual code for TS performance ([#​3581](https://togithub.com/vuejs/language-tools/issues/3581)) ##### Full-time Support by <table> <tbody> <tr> <td> <a href="https://stackblitz.com/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/StackBlitz.png" height="80" /></a> </td> <td><h4><a href="https://blog.stackblitz.com/posts/webcontainer-api-is-here/">WebContainer API is here.</a></h4></td> </tr> </tbody> </table> ##### Our Platinum Sponsors <table> <tbody> <tr> <td> <a href="https://nuxt.com/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/nuxt.svg" height="60" /></a> </td> <td>The Intuitive Web Framework</td> </tr> <tr> <td> <a href="https://vuejs.org/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/vue.png" height="80" /></a> </td> <td>The Progressive JavaScript Framework</td> </tr> </tbody> </table> ##### Our Silver Sponsors <table> <tbody> <tr> <td> <p align="center"> <a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/prefect.svg" height="40" /></a> </p> </td> </tr> </tbody> </table> <h5> Add you via <a href="https://togithub.com/sponsors/johnsoncodehk">GitHub Sponsors</a> or <a href="https://opencollective.com/volarjs">Open Collective</a> </h5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/slipmatio/logger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information