Skip to content

Commit 7c64985

Browse files
chore(deps): update all dependencies (#52)
[![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://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.11.19` -> `20.11.20`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.19/20.11.20) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.11.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.11.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.11.19/20.11.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.11.19/20.11.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.3.0/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vitest%2fcoverage-v8/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vitest%2fcoverage-v8/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vitest%2fcoverage-v8/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vitest%2fcoverage-v8/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://github.com/capricorn86/happy-dom) | [`13.3.8` -> `13.5.0`](https://renovatebot.com/diffs/npm/happy-dom/13.3.8/13.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/13.3.8/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/13.3.8/13.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.1.3` -> `5.1.4`](https://renovatebot.com/diffs/npm/vite/5.1.3/5.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.1.3/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.1.3/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vitest](https://github.com/vitest-dev/vitest) ([source](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)) | [`1.3.0` -> `1.3.1`](https://renovatebot.com/diffs/npm/vitest/1.3.0/1.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/1.3.0/1.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vitest-dev/vitest (@&#8203;vitest/coverage-v8)</summary> ### [`v1.3.1`](https://github.com/vitest-dev/vitest/releases/tag/v1.3.1) [Compare Source](https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1) #####    🚀 Features - **vitest**: Expose parseCLI method  -  by [@&#8203;sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5248](https://github.com/vitest-dev/vitest/issues/5248) [<samp>(c793a)</samp>](https://github.com/vitest-dev/vitest/commit/c793a136) - This feature is not affected by SemVer because it is part of an [experimental API](https://vitest.dev/advanced/api.html). #####    🐞 Bug Fixes - Add task tests iteratively  -  by [@&#8203;DerYeger](https://github.com/DerYeger) in [https://github.com/vitest-dev/vitest/issues/5235](https://github.com/vitest-dev/vitest/issues/5235) [<samp>(38155)</samp>](https://github.com/vitest-dev/vitest/commit/38155548) - **coverage**: Ignore generated TS decorators  -  by [@&#8203;AriPerkkio](https://github.com/AriPerkkio) and [@&#8203;sheremet-va](https://github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5206](https://github.com/vitest-dev/vitest/issues/5206) [<samp>(a2804)</samp>](https://github.com/vitest-dev/vitest/commit/a280451b) - **ui**: Auto reload coverage iframe after test run  -  by [@&#8203;hi-ogawa](https://github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5242](https://github.com/vitest-dev/vitest/issues/5242) [<samp>(5376d)</samp>](https://github.com/vitest-dev/vitest/commit/5376d5be) #####     [View changes on GitHub](https://github.com/vitest-dev/vitest/compare/v1.3.0...v1.3.1) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v13.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v13.5.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.4.1...v13.5.0) ##### 🎨 Features - Use the Node.js `ReadableStream` class for the properties `Response.body` and `Request.body` - By **[@&#8203;diego-toro](https://github.com/diego-toro)** and **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1180](https://github.com/capricorn86/happy-dom/issues/1180) - The previous implementation used the Node.js `Stream.Readable` class, which is not fully spec compliant ### [`v13.4.1`](https://github.com/capricorn86/happy-dom/releases/tag/v13.4.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.4.0...v13.4.1) ##### 👷‍♂️ Patch fixes - Updates documentation for tearing down the Window instance - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1268](https://github.com/capricorn86/happy-dom/issues/1268) ### [`v13.4.0`](https://github.com/capricorn86/happy-dom/releases/tag/v13.4.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v13.3.8...v13.4.0) ##### 🎨 Features - Adds support for `CustomElementRegistry.getName()` - By **[@&#8203;mash-graz](https://github.com/mash-graz)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Adds support for `await Window.happyDOM.close()`, which makes it possible to wait for the teardown to be completed in a detached window - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) ##### 👷‍♂️ Patch fixes - Use `Element.localName` correctly in `Document.createElement()` and `Document.createElementNS()` - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Set correct `namespaceURI` for "xmlns" attribute when parsing SVGs - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Fixes problem related to window being "null" during teardown/close - By **[@&#8203;capricorn86](https://github.com/capricorn86)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Validate custom element name in `CustomElementRegistry` - By **[@&#8203;mash-graz](https://github.com/mash-graz)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) - Prevent registration of the same `HTMLElement` class with different name in `CustomElementRegistry` - By **[@&#8203;mash-graz](https://github.com/mash-graz)** in task [#&#8203;1176](https://github.com/capricorn86/happy-dom/issues/1176) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.1.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small514-2024-02-21-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.1.3...v5.1.4) - perf: remove unnecessary regex s modifier ([#&#8203;15766](https://github.com/vitejs/vite/issues/15766)) ([8dc1b73](https://github.com/vitejs/vite/commit/8dc1b73)), closes [#&#8203;15766](https://github.com/vitejs/vite/issues/15766) - fix: fs cached checks disabled by default for yarn pnp ([#&#8203;15920](https://github.com/vitejs/vite/issues/15920)) ([8b11fea](https://github.com/vitejs/vite/commit/8b11fea)), closes [#&#8203;15920](https://github.com/vitejs/vite/issues/15920) - fix: resolve directory correctly when `fs.cachedChecks: true` ([#&#8203;15983](https://github.com/vitejs/vite/issues/15983)) ([4fe971f](https://github.com/vitejs/vite/commit/4fe971f)), closes [#&#8203;15983](https://github.com/vitejs/vite/issues/15983) - fix: srcSet with optional descriptor ([#&#8203;15905](https://github.com/vitejs/vite/issues/15905)) ([81b3bd0](https://github.com/vitejs/vite/commit/81b3bd0)), closes [#&#8203;15905](https://github.com/vitejs/vite/issues/15905) - fix(deps): update all non-major dependencies ([#&#8203;15959](https://github.com/vitejs/vite/issues/15959)) ([571a3fd](https://github.com/vitejs/vite/commit/571a3fd)), closes [#&#8203;15959](https://github.com/vitejs/vite/issues/15959) - fix(watch): build watch fails when outDir is empty string ([#&#8203;15979](https://github.com/vitejs/vite/issues/15979)) ([1d263d3](https://github.com/vitejs/vite/commit/1d263d3)), closes [#&#8203;15979](https://github.com/vitejs/vite/issues/15979) </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://github.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dff8bb4 commit 7c64985

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"license": "MIT",
4141
"devDependencies": {
4242
"@playwright/test": "1.41.2",
43-
"@types/node": "20.11.19",
43+
"@types/node": "20.11.20",
4444
"@vitejs/plugin-vue": "5.0.4",
45-
"@vitest/coverage-v8": "1.3.0",
45+
"@vitest/coverage-v8": "1.3.1",
4646
"@vue/test-utils": "2.4.4",
47-
"happy-dom": "13.3.8",
47+
"happy-dom": "13.5.0",
4848
"typescript": "5.3.3",
49-
"vite": "5.1.3",
49+
"vite": "5.1.4",
5050
"vite-plugin-dts": "3.2.0",
51-
"vitest": "1.3.0",
51+
"vitest": "1.3.1",
5252
"vue": "3.4.19",
5353
"vue-tsc": "1.8.27"
5454
},

pnpm-lock.yaml

+65-65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)