Skip to content

Commit

Permalink
chore(deps): update all dependencies (#31)
Browse files Browse the repository at this point in the history
[![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 (@&#8203;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
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#4164
[<samp>(cbe13)</samp>](https://togithub.com/vitest-dev/vitest/commit/cbe133da)
- Correctly resolve external dependencies loaded by custom environments
 -  by [@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#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 [@&#8203;Dunqing](https://togithub.com/Dunqing) in
[vitest-dev/vitest#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`.
([#&#8203;1097](https://togithub.com/capricorn86/happy-dom/issues/1097))

***

Thank you [@&#8203;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`.
([#&#8203;1089](https://togithub.com/capricorn86/happy-dom/issues/1089))

***

Thank you [@&#8203;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.
([#&#8203;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()`.
([#&#8203;652](https://togithub.com/capricorn86/happy-dom/issues/652))

***

Thank you [@&#8203;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
([#&#8203;3592](https://togithub.com/vuejs/language-tools/issues/3592))
- fix: ignore `$emit` return type for Vue 2
([#&#8203;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
([#&#8203;3379](https://togithub.com/vuejs/language-tools/issues/3379))
([#&#8203;1855](https://togithub.com/vuejs/language-tools/issues/1855))
- feat: more accurately distinguish component internal context and
external context types
([#&#8203;3591](https://togithub.com/vuejs/language-tools/issues/3591))
([#&#8203;3517](https://togithub.com/vuejs/language-tools/issues/3517))
- thanks [@&#8203;so1ve](https://togithub.com/so1ve)
- fix: don't import alias macros
([#&#8203;3576](https://togithub.com/vuejs/language-tools/issues/3576))
- thanks [@&#8203;sxzz](https://togithub.com/sxzz)
- fix: make generic components' emit type compactible with Vue core
types
([#&#8203;3569](https://togithub.com/vuejs/language-tools/issues/3569))
([#&#8203;3257](https://togithub.com/vuejs/language-tools/issues/3257))
- thanks [@&#8203;so1ve](https://togithub.com/so1ve)
- fix: use universal `__VLS_ConstructorOverloads` when emits type is not
inlined
([#&#8203;3585](https://togithub.com/vuejs/language-tools/issues/3585))
- thanks [@&#8203;so1ve](https://togithub.com/so1ve)
- fix: inherit emits props and supports generic component emit type for
JSX
([#&#8203;3533](https://togithub.com/vuejs/language-tools/issues/3533))
([#&#8203;3289](https://togithub.com/vuejs/language-tools/issues/3289))
([#&#8203;3476](https://togithub.com/vuejs/language-tools/issues/3476))
- thanks [@&#8203;so1ve](https://togithub.com/so1ve)
- perf: generate less TS virtual code for TS performance
([#&#8203;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
renovate[bot] committed Oct 2, 2023
1 parent b9c50e1 commit 12978cb
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 86 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -40,17 +40,17 @@
"license": "MIT",
"devDependencies": {
"@playwright/test": "1.38.1",
"@types/node": "20.6.3",
"@types/node": "20.7.2",
"@vitejs/plugin-vue": "4.3.4",
"@vitest/coverage-v8": "0.34.5",
"@vitest/coverage-v8": "0.34.6",
"@vue/test-utils": "2.4.1",
"happy-dom": "12.1.6",
"happy-dom": "12.2.1",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-dts": "3.2.0",
"vitest": "0.34.5",
"vitest": "0.34.6",
"vue": "3.3.4",
"vue-tsc": "1.8.13"
"vue-tsc": "1.8.15"
},
"peerDependencies": {
"vue": "3"
Expand Down

0 comments on commit 12978cb

Please sign in to comment.