nuxt / test-utils

🧪 Test utilities for Nuxt
http://nuxt.com/docs/getting-started/testing
MIT License
287 stars 74 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/test-utils 2.4.4 -> 2.4.5 age adoption passing confidence
c12 ^1.9.0 -> ^1.10.0 age adoption passing confidence
eslint-plugin-jsdoc 48.2.0 -> 48.2.1 age adoption passing confidence
radix3 ^1.1.0 -> ^1.1.1 age adoption passing confidence
rollup (source) 4.12.1 -> 4.13.0 age adoption passing confidence
unplugin ^1.8.2 -> ^1.10.0 age adoption passing confidence
vite (source) 5.1.5 -> 5.1.6 age adoption passing confidence
vue-tsc (source) 2.0.5 -> 2.0.6 age adoption passing confidence

Release Notes

vuejs/test-utils (@​vue/test-utils) ### [`v2.4.5`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.5) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.4...v2.4.5) #### What's Changed - feat: add teleport stub possibility, https://github.com/vuejs/test-ut… by [@​blizzardKv](https://togithub.com/blizzardKv) in [https://github.com/vuejs/test-utils/pull/2336](https://togithub.com/vuejs/test-utils/pull/2336) - fix(findComponent): Use correct vm for stubbed component with selector by [@​freakzlike](https://togithub.com/freakzlike) in [https://github.com/vuejs/test-utils/pull/2327](https://togithub.com/vuejs/test-utils/pull/2327) - fix(teleport.md): fix missed "global" key, https://github.com/vuejs/t… by [@​blizzardKv](https://togithub.com/blizzardKv) in [https://github.com/vuejs/test-utils/pull/2337](https://togithub.com/vuejs/test-utils/pull/2337) - fix(vue-router.md): update highlights when mocking real router by [@​dmoyadev](https://togithub.com/dmoyadev) in [https://github.com/vuejs/test-utils/pull/2340](https://togithub.com/vuejs/test-utils/pull/2340) - fix(deps): update dependency vue-component-type-helpers to v2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2358](https://togithub.com/vuejs/test-utils/pull/2358) - fix: Allow access to nested computed values (fix [#​2196](https://togithub.com/vuejs/test-utils/issues/2196)) by [@​Evobaso-J](https://togithub.com/Evobaso-J) in [https://github.com/vuejs/test-utils/pull/2356](https://togithub.com/vuejs/test-utils/pull/2356) - docs: add mention of enableAutoDestroy replacement by [@​strokirk](https://togithub.com/strokirk) in [https://github.com/vuejs/test-utils/pull/2344](https://togithub.com/vuejs/test-utils/pull/2344) #### New Contributors - [@​blizzardKv](https://togithub.com/blizzardKv) made their first contribution in [https://github.com/vuejs/test-utils/pull/2336](https://togithub.com/vuejs/test-utils/pull/2336) - [@​dmoyadev](https://togithub.com/dmoyadev) made their first contribution in [https://github.com/vuejs/test-utils/pull/2340](https://togithub.com/vuejs/test-utils/pull/2340) - [@​strokirk](https://togithub.com/strokirk) made their first contribution in [https://github.com/vuejs/test-utils/pull/2344](https://togithub.com/vuejs/test-utils/pull/2344) - [@​Evobaso-J](https://togithub.com/Evobaso-J) made their first contribution in [https://github.com/vuejs/test-utils/pull/2356](https://togithub.com/vuejs/test-utils/pull/2356) - [@​qmonmert](https://togithub.com/qmonmert) made their first contribution in [https://github.com/vuejs/test-utils/pull/2364](https://togithub.com/vuejs/test-utils/pull/2364) **Full Changelog**: https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5
unjs/c12 (c12) ### [`v1.10.0`](https://togithub.com/unjs/c12/blob/HEAD/CHANGELOG.md#v1100) [Compare Source](https://togithub.com/unjs/c12/compare/v1.9.0...v1.10.0) [compare changes](https://togithub.com/unjs/c12/compare/v1.9.0...v1.10.0) ##### 🚀 Enhancements - Support `auth` shortcut for layer config ([#​142](https://togithub.com/unjs/c12/pull/142)) ##### 🏡 Chore - Update automd ([a5834c7](https://togithub.com/unjs/c12/commit/a5834c7)) - Update ci ([b970591](https://togithub.com/unjs/c12/commit/b970591)) - Apply automated updates ([db37eaa](https://togithub.com/unjs/c12/commit/db37eaa)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v48.2.1`](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.0...783b4e96eef457715a0bce234730da7bb5ec1a3b) [Compare Source](https://togithub.com/gajus/eslint-plugin-jsdoc/compare/v48.2.0...v48.2.1)
unjs/radix3 (radix3) ### [`v1.1.1`](https://togithub.com/unjs/radix3/blob/HEAD/CHANGELOG.md#v111) [Compare Source](https://togithub.com/unjs/radix3/compare/v1.1.0...v1.1.1) [compare changes](https://togithub.com/unjs/radix3/compare/v1.1.0...v1.1.1) ##### 🩹 Fixes - **toRouteMatcher:** Respect non strict trailing slash ([#​91](https://togithub.com/unjs/radix3/pull/91)) - **matcher:** Avoid prefix overlap for wildcards ([#​92](https://togithub.com/unjs/radix3/pull/92)) ##### 💅 Refactors - Strict type checks ([ad79316](https://togithub.com/unjs/radix3/commit/ad79316)) ##### 🏡 Chore - **release:** V1.1.0 ([c04bc04](https://togithub.com/unjs/radix3/commit/c04bc04)) - Update dependencies ([c953444](https://togithub.com/unjs/radix3/commit/c953444)) - Run ci against `v1` branch too ([aaf0771](https://togithub.com/unjs/radix3/commit/aaf0771)) - Update dev dependencies ([ff6faab](https://togithub.com/unjs/radix3/commit/ff6faab)) - Apply automated updates ([8e4a5bb](https://togithub.com/unjs/radix3/commit/8e4a5bb)) ##### 🎨 Styles - Format with prettier v3 ([e77a5d5](https://togithub.com/unjs/radix3/commit/e77a5d5)) ##### 🤖 CI - Add autofix script ([c314b40](https://togithub.com/unjs/radix3/commit/c314b40)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))
rollup/rollup (rollup) ### [`v4.13.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4130) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.12.1...v4.13.0) *2024-03-12* ##### Features - Ensure that the location of parse errors and other logs is encoded in the error message as well ([#​5424](https://togithub.com/rollup/rollup/issues/5424)) ##### Pull Requests - [#​5417](https://togithub.com/rollup/rollup/pull/5417): chore(deps): lock file maintenance minor/patch updates ( [@​renovate](https://togithub.com/renovate)\[bot]) - [#​5418](https://togithub.com/rollup/rollup/pull/5418): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5419](https://togithub.com/rollup/rollup/pull/5419): chore: fix typo ([@​OnlyWick](https://togithub.com/OnlyWick)) - [#​5424](https://togithub.com/rollup/rollup/pull/5424): Add locations to logs, warnings and error messages ( [@​lukastaegert](https://togithub.com/lukastaegert))
unjs/unplugin (unplugin) ### [`v1.10.0`](https://togithub.com/unjs/unplugin/blob/HEAD/CHANGELOG.md#1100-2024-03-13) [Compare Source](https://togithub.com/unjs/unplugin/compare/v1.9.0...v1.10.0) ##### Features - support `farm` plugin ([#​341](https://togithub.com/unjs/unplugin/issues/341)) ([731a596](https://togithub.com/unjs/unplugin/commit/731a596d3adee45f131643e7758b7ab8699fdf93)) ### [`v1.9.0`](https://togithub.com/unjs/unplugin/blob/HEAD/CHANGELOG.md#190-2024-03-08) [Compare Source](https://togithub.com/unjs/unplugin/compare/v1.8.3...v1.9.0) ##### Features - add rolldown support ([#​370](https://togithub.com/unjs/unplugin/issues/370)) ([6d06ae1](https://togithub.com/unjs/unplugin/commit/6d06ae1f21572267ff49ccc21ed0c0269565ff7e)) #### [1.8.3](https://togithub.com/unjs/unplugin/compare/v1.8.2...v1.8.3) (2024-03-06) ##### Bug Fixes - **esbuild:** read fs contents on demand ([5ca5e6d](https://togithub.com/unjs/unplugin/commit/5ca5e6d625c7029d5b7a776a11e7a84e968424f0)) ##### Features - support node 14 ([af3b0ec](https://togithub.com/unjs/unplugin/commit/af3b0ecc3dd4ae1f1c3ea1a1121248438b12468e)) #### [1.8.2](https://togithub.com/unjs/unplugin/compare/v1.8.1...v1.8.2) (2024-03-06) ##### Bug Fixes - **esbuild:** don't return empty result in onLoad ([ff2460b](https://togithub.com/unjs/unplugin/commit/ff2460bf934e30fc1e09631da8ac8ceb1d7d1027)) #### [1.8.1](https://togithub.com/unjs/unplugin/compare/v1.8.0...v1.8.1) (2024-03-05) ##### Bug Fixes - fix build syntax error in < node16 ([#​365](https://togithub.com/unjs/unplugin/issues/365)) ([5b3c6e5](https://togithub.com/unjs/unplugin/commit/5b3c6e53b865868f86510cef310fd286431957e0)) ### [`v1.8.3`](https://togithub.com/unjs/unplugin/blob/HEAD/CHANGELOG.md#183-2024-03-06) [Compare Source](https://togithub.com/unjs/unplugin/compare/v1.8.2...v1.8.3) ##### Bug Fixes - **esbuild:** read fs contents on demand ([5ca5e6d](https://togithub.com/unjs/unplugin/commit/5ca5e6d625c7029d5b7a776a11e7a84e968424f0)) ##### Features - support node 14 ([af3b0ec](https://togithub.com/unjs/unplugin/commit/af3b0ecc3dd4ae1f1c3ea1a1121248438b12468e))
vitejs/vite (vite) ### [`v5.1.6`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small516-2024-03-11-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.1.5...v5.1.6) - chore(deps): update all non-major dependencies ([#​16131](https://togithub.com/vitejs/vite/issues/16131)) ([a862ecb](https://togithub.com/vitejs/vite/commit/a862ecb)), closes [#​16131](https://togithub.com/vitejs/vite/issues/16131) - fix: check for publicDir before checking if it is a parent directory ([#​16046](https://togithub.com/vitejs/vite/issues/16046)) ([b6fb323](https://togithub.com/vitejs/vite/commit/b6fb323)), closes [#​16046](https://togithub.com/vitejs/vite/issues/16046) - fix: escape single quote when relative base is used ([#​16060](https://togithub.com/vitejs/vite/issues/16060)) ([8f74ce4](https://togithub.com/vitejs/vite/commit/8f74ce4)), closes [#​16060](https://togithub.com/vitejs/vite/issues/16060) - fix: handle function property extension in namespace import ([#​16113](https://togithub.com/vitejs/vite/issues/16113)) ([f699194](https://togithub.com/vitejs/vite/commit/f699194)), closes [#​16113](https://togithub.com/vitejs/vite/issues/16113) - fix: server middleware mode resolve ([#​16122](https://togithub.com/vitejs/vite/issues/16122)) ([8403546](https://togithub.com/vitejs/vite/commit/8403546)), closes [#​16122](https://togithub.com/vitejs/vite/issues/16122) - fix(esbuild): update tsconfck to fix bug that could cause a deadlock ([#​16124](https://togithub.com/vitejs/vite/issues/16124)) ([fd9de04](https://togithub.com/vitejs/vite/commit/fd9de04)), closes [#​16124](https://togithub.com/vitejs/vite/issues/16124) - fix(worker): hide "The emitted file overwrites" warning if the content is same ([#​16094](https://togithub.com/vitejs/vite/issues/16094)) ([60dfa9e](https://togithub.com/vitejs/vite/commit/60dfa9e)), closes [#​16094](https://togithub.com/vitejs/vite/issues/16094) - fix(worker): throw error when circular worker import is detected and support self referencing worker ([eef9da1](https://togithub.com/vitejs/vite/commit/eef9da1)), closes [#​16103](https://togithub.com/vitejs/vite/issues/16103) - style(utils): remove null check ([#​16112](https://togithub.com/vitejs/vite/issues/16112)) ([0d2df52](https://togithub.com/vitejs/vite/commit/0d2df52)), closes [#​16112](https://togithub.com/vitejs/vite/issues/16112) - refactor(runtime): share more code between runtime and main bundle ([#​16063](https://togithub.com/vitejs/vite/issues/16063)) ([93be84e](https://togithub.com/vitejs/vite/commit/93be84e)), closes [#​16063](https://togithub.com/vitejs/vite/issues/16063)
vuejs/language-tools (vue-tsc) ### [`v2.0.6`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#206-202437) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.5...v2.0.6) > \[!IMPORTANT] > If the TypeScript language server crashes since 2.0, please try using VSCode Insiders and install [JavaScript and TypeScript Nightly](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next), or temporarily downgrade to 1.8.27.\ > Issue: [https://github.com/vuejs/language-tools/issues/3962](https://togithub.com/vuejs/language-tools/issues/3962) > > If false positive errors occurs, please try disabling unrelated extensions in the Vue workspace. > Issue[https://github.com/vuejs/language-tools/issues/3942](https://togithub.com/vuejs/language-tools/issues/3942)42 ##### Fixes - **language-core:** use local variables in v-bind shorthand ([#​4017](https://togithub.com/vuejs/language-tools/issues/4017)) - thanks [@​so1ve](https://togithub.com/so1ve) - **language-core:** sfc folding end position failed to mapping ([#​4038](https://togithub.com/vuejs/language-tools/issues/4038)) - thanks [@​so1ve](https://togithub.com/so1ve) - **language-service:** remove `extraLiners` option for formatting ([#​3943](https://togithub.com/vuejs/language-tools/issues/3943)) - **language-service:** bump `volar-service-typescript` for fix jsx formatting ([#​3949](https://togithub.com/vuejs/language-tools/issues/3949)) - **language-service:** bump `@volar/typescript` 2.0.5 completion performance regression ([#​4024](https://togithub.com/vuejs/language-tools/issues/4024)) ##### Refactors - **vscode:** rename `vue.inlayHints.vbindShorthand` setting to `vue.inlayHints.vBindShorthand` ([#​3995](https://togithub.com/vuejs/language-tools/issues/3995)) - thanks [@​l4dybird](https://togithub.com/l4dybird)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.