-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major dependencies #2110
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for vue-test-utils-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
renovate bot
referenced
this pull request
in slipmatio/logger
Jul 24, 2023
[![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.4.2` -> `20.4.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.4.2/20.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.4.2/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.4.2/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vue/test-utils](https://togithub.com/vuejs/test-utils) | [`2.4.0` -> `2.4.1`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.4.0/2.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2ftest-utils/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vue%2ftest-utils/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vue%2ftest-utils/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2ftest-utils/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`10.5.1` -> `10.5.2`](https://renovatebot.com/diffs/npm/happy-dom/10.5.1/10.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/10.5.1/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/10.5.1/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://togithub.com/vitejs/vite/tree/main/#readme) ([source](https://togithub.com/vitejs/vite)) | [`4.4.4` -> `4.4.6`](https://renovatebot.com/diffs/npm/vite/4.4.4/4.4.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.4/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.4/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://togithub.com/vuejs/language-tools) | [`1.8.5` -> `1.8.6`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.5/1.8.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/1.8.5/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/1.8.5/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/test-utils (@​vue/test-utils)</summary> ### [`v2.4.1`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.1) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.0...v2.4.1) #### What's Changed ##### Fixes - fix: modify createVMProxy to fix issue 2116 by [@​jason-chang](https://togithub.com/jason-chang) in [https://github.com/vuejs/test-utils/pull/2125](https://togithub.com/vuejs/test-utils/pull/2125) ##### Docs - docs: add warning about `isVisible()` by [@​alecgibson](https://togithub.com/alecgibson) in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) - docs: Update missed rename of import to test-utils as the new default by [@​Hilbrand](https://togithub.com/Hilbrand) in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) ##### (Dev) Dependencies - chore: specify pnpm v8 as package manager by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2104](https://togithub.com/vuejs/test-utils/pull/2104) - chore(deps): update vitest to v0.32.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2099](https://togithub.com/vuejs/test-utils/pull/2099) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2110](https://togithub.com/vuejs/test-utils/pull/2110) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2111](https://togithub.com/vuejs/test-utils/pull/2111) - chore: compiler-dom as required dependency by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2114](https://togithub.com/vuejs/test-utils/pull/2114) - chore(deps): update vitest to v0.32.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2117](https://togithub.com/vuejs/test-utils/pull/2117) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2121](https://togithub.com/vuejs/test-utils/pull/2121) - chore(deps): update dependency prettier to v3 and eslint-plugin-prett… by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2127](https://togithub.com/vuejs/test-utils/pull/2127) - chore(deps): update vitest to v0.33.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2128](https://togithub.com/vuejs/test-utils/pull/2128) - chore(deps): update dependency js-beautify to v1.14.9 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2131](https://togithub.com/vuejs/test-utils/pull/2131) - chore: exception for no-extra-semi lint rule by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2133](https://togithub.com/vuejs/test-utils/pull/2133) - chore(deps): update typescript-eslint monorepo to v6 (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2129](https://togithub.com/vuejs/test-utils/pull/2129) #### New Contributors - [@​Hilbrand](https://togithub.com/Hilbrand) made their first contribution in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) - [@​alecgibson](https://togithub.com/alecgibson) made their first contribution in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) **Full Changelog**: vuejs/test-utils@v2.4.0...v2.4.1 </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v10.5.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.5.1...v10.5.2) ##### 👷♂️ Patch fixes - Adds support for using an escape character in attribute query selectors (e.g. `[ab="a\\:b"]`). ([#​632](https://togithub.com/capricorn86/happy-dom/issues/632)) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`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) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`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)) - feat: add support for `v-bind` toggle code action ([#​2524](https://togithub.com/vuejs/language-tools/issues/2524)) - 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 ##### 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://volta.net/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/volta.svg" height="60" /></a> </td> <td>Supercharged GitHub experience</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot
referenced
this pull request
in slipmatio/toolbelt
Jul 24, 2023
[![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.4.2` -> `20.4.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.4.2/20.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.4.2/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.4.2/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vue/test-utils](https://togithub.com/vuejs/test-utils) | [`2.4.0` -> `2.4.1`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.4.0/2.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2ftest-utils/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vue%2ftest-utils/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vue%2ftest-utils/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2ftest-utils/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`10.3.2` -> `10.5.2`](https://renovatebot.com/diffs/npm/happy-dom/10.3.2/10.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/10.3.2/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/10.3.2/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://togithub.com/vitejs/vite/tree/main/#readme) ([source](https://togithub.com/vitejs/vite)) | [`4.4.4` -> `4.4.6`](https://renovatebot.com/diffs/npm/vite/4.4.4/4.4.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.4/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.4/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://togithub.com/vuejs/language-tools) | [`1.8.5` -> `1.8.6`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.5/1.8.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/1.8.5/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/1.8.5/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/test-utils (@​vue/test-utils)</summary> ### [`v2.4.1`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.1) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.0...v2.4.1) #### What's Changed ##### Fixes - fix: modify createVMProxy to fix issue 2116 by [@​jason-chang](https://togithub.com/jason-chang) in [https://github.com/vuejs/test-utils/pull/2125](https://togithub.com/vuejs/test-utils/pull/2125) ##### Docs - docs: add warning about `isVisible()` by [@​alecgibson](https://togithub.com/alecgibson) in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) - docs: Update missed rename of import to test-utils as the new default by [@​Hilbrand](https://togithub.com/Hilbrand) in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) ##### (Dev) Dependencies - chore: specify pnpm v8 as package manager by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2104](https://togithub.com/vuejs/test-utils/pull/2104) - chore(deps): update vitest to v0.32.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2099](https://togithub.com/vuejs/test-utils/pull/2099) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2110](https://togithub.com/vuejs/test-utils/pull/2110) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2111](https://togithub.com/vuejs/test-utils/pull/2111) - chore: compiler-dom as required dependency by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2114](https://togithub.com/vuejs/test-utils/pull/2114) - chore(deps): update vitest to v0.32.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2117](https://togithub.com/vuejs/test-utils/pull/2117) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2121](https://togithub.com/vuejs/test-utils/pull/2121) - chore(deps): update dependency prettier to v3 and eslint-plugin-prett… by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2127](https://togithub.com/vuejs/test-utils/pull/2127) - chore(deps): update vitest to v0.33.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2128](https://togithub.com/vuejs/test-utils/pull/2128) - chore(deps): update dependency js-beautify to v1.14.9 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2131](https://togithub.com/vuejs/test-utils/pull/2131) - chore: exception for no-extra-semi lint rule by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2133](https://togithub.com/vuejs/test-utils/pull/2133) - chore(deps): update typescript-eslint monorepo to v6 (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2129](https://togithub.com/vuejs/test-utils/pull/2129) #### New Contributors - [@​Hilbrand](https://togithub.com/Hilbrand) made their first contribution in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) - [@​alecgibson](https://togithub.com/alecgibson) made their first contribution in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) **Full Changelog**: vuejs/test-utils@v2.4.0...v2.4.1 </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v10.5.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.5.1...v10.5.2) ##### 👷♂️ Patch fixes - Adds support for using an escape character in attribute query selectors (e.g. `[ab="a\\:b"]`). ([#​632](https://togithub.com/capricorn86/happy-dom/issues/632)) ### [`v10.5.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.5.0...v10.5.1) ##### 👷♂️ Patch fixes - Fixes problem where `HTMLIFrameElement` fails to load page. The problem was most likely that some libraries overrides the `Document.defaultView` property somehow, making `Document.defaultView.constructor` not being the `Window` constructor. ([#​992](https://togithub.com/capricorn86/happy-dom/issues/992)) ### [`v10.5.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.4.0...v10.5.0) ##### 🎨 Features - Fixes issue where CSS values with parentheses wasn't correctly parsed if the values also contained a comma. ([#​976](https://togithub.com/capricorn86/happy-dom/issues/976)) - This fix should also fix a problem related to parsing a CSS string that ends with a variable setter. ([#​670](https://togithub.com/capricorn86/happy-dom/issues/670)) *** Thank you [@​malko](https://togithub.com/malko) for your contribution! ### [`v10.4.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.4.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.3.2...v10.4.0) ##### 🎨 Features - Adds support for `MouseEvent.movementX` and `MouseEvent.movementY`. ([#​953](https://togithub.com/capricorn86/happy-dom/issues/953)) *** Thank you [@​mertcan](https://togithub.com/mertcan) for your contribution! </details> <details> <summary>vitejs/vite (vite)</summary> ### [`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) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`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)) - feat: add support for `v-bind` toggle code action ([#​2524](https://togithub.com/vuejs/language-tools/issues/2524)) - 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 ##### 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://volta.net/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/volta.svg" height="60" /></a> </td> <td>Supercharged GitHub experience</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/toolbelt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot
referenced
this pull request
in slipmatio/ui
Jul 24, 2023
[![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.4.2` -> `20.4.3`](https://renovatebot.com/diffs/npm/@types%2fnode/20.4.2/20.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.4.2/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.4.2/20.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@vue/test-utils](https://togithub.com/vuejs/test-utils) | [`2.4.0` -> `2.4.1`](https://renovatebot.com/diffs/npm/@vue%2ftest-utils/2.4.0/2.4.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vue%2ftest-utils/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vue%2ftest-utils/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vue%2ftest-utils/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vue%2ftest-utils/2.4.0/2.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`10.3.2` -> `10.5.2`](https://renovatebot.com/diffs/npm/happy-dom/10.3.2/10.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/10.3.2/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/10.3.2/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [postcss](https://postcss.org/) ([source](https://togithub.com/postcss/postcss)) | [`8.4.26` -> `8.4.27`](https://renovatebot.com/diffs/npm/postcss/8.4.26/8.4.27) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.4.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.4.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.4.26/8.4.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.4.26/8.4.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://togithub.com/vitejs/vite/tree/main/#readme) ([source](https://togithub.com/vitejs/vite)) | [`4.4.4` -> `4.4.6`](https://renovatebot.com/diffs/npm/vite/4.4.4/4.4.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/4.4.4/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/4.4.4/4.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vite-plugin-dts](https://togithub.com/qmhc/vite-plugin-dts) | [`3.3.0` -> `3.3.1`](https://renovatebot.com/diffs/npm/vite-plugin-dts/3.3.0/3.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-dts/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-plugin-dts/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-plugin-dts/3.3.0/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-dts/3.3.0/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [vue-tsc](https://togithub.com/vuejs/language-tools) | [`1.8.5` -> `1.8.6`](https://renovatebot.com/diffs/npm/vue-tsc/1.8.5/1.8.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue-tsc/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vue-tsc/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vue-tsc/1.8.5/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vue-tsc/1.8.5/1.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/test-utils (@​vue/test-utils)</summary> ### [`v2.4.1`](https://togithub.com/vuejs/test-utils/releases/tag/v2.4.1) [Compare Source](https://togithub.com/vuejs/test-utils/compare/v2.4.0...v2.4.1) #### What's Changed ##### Fixes - fix: modify createVMProxy to fix issue 2116 by [@​jason-chang](https://togithub.com/jason-chang) in [https://github.com/vuejs/test-utils/pull/2125](https://togithub.com/vuejs/test-utils/pull/2125) ##### Docs - docs: add warning about `isVisible()` by [@​alecgibson](https://togithub.com/alecgibson) in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) - docs: Update missed rename of import to test-utils as the new default by [@​Hilbrand](https://togithub.com/Hilbrand) in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) ##### (Dev) Dependencies - chore: specify pnpm v8 as package manager by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2104](https://togithub.com/vuejs/test-utils/pull/2104) - chore(deps): update vitest to v0.32.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2099](https://togithub.com/vuejs/test-utils/pull/2099) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2110](https://togithub.com/vuejs/test-utils/pull/2110) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2111](https://togithub.com/vuejs/test-utils/pull/2111) - chore: compiler-dom as required dependency by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2114](https://togithub.com/vuejs/test-utils/pull/2114) - chore(deps): update vitest to v0.32.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2117](https://togithub.com/vuejs/test-utils/pull/2117) - chore(deps): update all non-major dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2121](https://togithub.com/vuejs/test-utils/pull/2121) - chore(deps): update dependency prettier to v3 and eslint-plugin-prett… by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2127](https://togithub.com/vuejs/test-utils/pull/2127) - chore(deps): update vitest to v0.33.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2128](https://togithub.com/vuejs/test-utils/pull/2128) - chore(deps): update dependency js-beautify to v1.14.9 by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2131](https://togithub.com/vuejs/test-utils/pull/2131) - chore: exception for no-extra-semi lint rule by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vuejs/test-utils/pull/2133](https://togithub.com/vuejs/test-utils/pull/2133) - chore(deps): update typescript-eslint monorepo to v6 (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/vuejs/test-utils/pull/2129](https://togithub.com/vuejs/test-utils/pull/2129) #### New Contributors - [@​Hilbrand](https://togithub.com/Hilbrand) made their first contribution in [https://github.com/vuejs/test-utils/pull/2102](https://togithub.com/vuejs/test-utils/pull/2102) - [@​alecgibson](https://togithub.com/alecgibson) made their first contribution in [https://github.com/vuejs/test-utils/pull/2122](https://togithub.com/vuejs/test-utils/pull/2122) **Full Changelog**: vuejs/test-utils@v2.4.0...v2.4.1 </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v10.5.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.5.1...v10.5.2) ##### 👷♂️ Patch fixes - Adds support for using an escape character in attribute query selectors (e.g. `[ab="a\\:b"]`). ([#​632](https://togithub.com/capricorn86/happy-dom/issues/632)) ### [`v10.5.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.5.0...v10.5.1) ##### 👷♂️ Patch fixes - Fixes problem where `HTMLIFrameElement` fails to load page. The problem was most likely that some libraries overrides the `Document.defaultView` property somehow, making `Document.defaultView.constructor` not being the `Window` constructor. ([#​992](https://togithub.com/capricorn86/happy-dom/issues/992)) ### [`v10.5.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.5.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.4.0...v10.5.0) ##### 🎨 Features - Fixes issue where CSS values with parentheses wasn't correctly parsed if the values also contained a comma. ([#​976](https://togithub.com/capricorn86/happy-dom/issues/976)) - This fix should also fix a problem related to parsing a CSS string that ends with a variable setter. ([#​670](https://togithub.com/capricorn86/happy-dom/issues/670)) *** Thank you [@​malko](https://togithub.com/malko) for your contribution! ### [`v10.4.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.4.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v10.3.2...v10.4.0) ##### 🎨 Features - Adds support for `MouseEvent.movementX` and `MouseEvent.movementY`. ([#​953](https://togithub.com/capricorn86/happy-dom/issues/953)) *** Thank you [@​mertcan](https://togithub.com/mertcan) for your contribution! </details> <details> <summary>postcss/postcss (postcss)</summary> ### [`v8.4.27`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8427) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.26...8.4.27) - Fixed `Container` clone methods types. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`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) </details> <details> <summary>qmhc/vite-plugin-dts (vite-plugin-dts)</summary> ### [`v3.3.1`](https://togithub.com/qmhc/vite-plugin-dts/blob/HEAD/CHANGELOG.md#331-2023-07-17) [Compare Source](https://togithub.com/qmhc/vite-plugin-dts/compare/v3.3.0...v3.3.1) ##### Bug Fixes - correct sources path calculate ([0d84180](https://togithub.com/qmhc/vite-plugin-dts/commit/0d84180ddd237c4bf00c4e0c8e24d9b5d4423db8)), closes [#​245](https://togithub.com/qmhc/vite-plugin-dts/issues/245) - ensure lib name is valid ([7cfe2ea](https://togithub.com/qmhc/vite-plugin-dts/commit/7cfe2eac1d1a346d50e83a8ca1ad7a82bb76cbbc)), closes [#​247](https://togithub.com/qmhc/vite-plugin-dts/issues/247) - unexpected remove reportFileName config ([27fe3c7](https://togithub.com/qmhc/vite-plugin-dts/commit/27fe3c775b3bdb894c6c3a992c59d255999676a4)), closes [#​246](https://togithub.com/qmhc/vite-plugin-dts/issues/246) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`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)) - feat: add support for `v-bind` toggle code action ([#​2524](https://togithub.com/vuejs/language-tools/issues/2524)) - 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 ##### 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://volta.net/"><img src="https://raw.githubusercontent.com/vuejs/language-tools/HEAD/.github/sponsors/volta.svg" height="60" /></a> </td> <td>Supercharged GitHub experience</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/ui). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.0.0
->25.0.2
18.16.16
->18.16.18
5.59.9
->5.60.1
5.59.9
->5.60.1
8.42.0
->8.43.0
8.6.3
->8.6.5
3.24.0
->3.25.3
2.5.3
->2.6.0
5.1.3
->5.1.5
1.6.5
->1.8.2
1.6.5
->1.8.2
Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v25.0.2
Compare Source
2023-06-19
Bugfixes
v25.0.1
Compare Source
2023-06-10
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.60.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.0
Compare Source
Features
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.1 (2023-04-24)
Bug Fixes
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.60.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v5.60.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/parser
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/parser
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/parser
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/parser
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/parser
5.59.1 (2023-04-24)
Note: Version bump only for package @typescript-eslint/parser
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint (eslint)
v8.43.0
Compare Source
Features
14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) (Francesco Trotta)e50fac3
feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0
feat: addskipJSXText
option tono-irregular-whitespace
rule (#17182) (Azat S)Bug Fixes
5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) (Milos Djermanovic)54383e6
fix: Removeno-extra-parens
autofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855ea
docs: resubmit pr17061 doc changes (#17292) (唯然)372722e
docs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3
docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647a
docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8
docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9
docs: resubmitno-new
rule documentation (#17264) (Nitin Kumar)1b217f8
docs: resubmitCustom Processors
documentation (#17265) (Nitin Kumar)428fc76
docs: resubmitCreate Plugins
documentation (#17268) (Nitin Kumar)bdca88c
docs: resubmitConfiguration Files
documentation (#17267) (Nitin Kumar)f5c01f2
docs: resubmitManage Issues
documentation (#17266) (Nitin Kumar)b199295
docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980c
docs: add newomitLastInOneLineClassBody
option to thesemi
rule (#17263) (Nitin Kumar)cb2560f
docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30
docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1
docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3a
docs: Improveignores
documentation (#17239) (Francesco Trotta)35e11d3
docs: fix typos and missing info (#17257) (Ed Lucas)0bc257c
docs: Clarifyno-div-regex
rule docs (#17051) (#17255) (Francesco Trotta)788d836
docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6b
docs: Update README (GitHub Actions Bot)3ef5814
docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aa
docs: Update README (GitHub Actions Bot)Chores
78350f6
chore: upgrade @eslint/js@8.43.0 (#17295) (Milos Djermanovic)62bf759
chore: package.json update for @eslint/js release (ESLint Jenkins)e0a2448
chore: docs package.license ISC => MIT (#17254) (唯然)6a0196c
chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)pnpm/pnpm (pnpm)
v8.6.5
Compare Source
Patch Changes
Our Gold Sponsors
Our Silver Sponsors
v8.6.4
Compare Source
Patch Changes
.npmrc
file #6354.Our Gold Sponsors
Our Silver Sponsors
rollup/rollup (rollup)
v3.25.3
Compare Source
2023-06-26
Bug Fixes
Pull Requests
v3.25.2
Compare Source
2023-06-24
Bug Fixes
code
is not a string (#5042)Pull Requests
this.error
withpos
intransform
hook (@sapphi-red)v3.25.1
Compare Source
2023-06-12
Bug Fixes
__NO_SIDE_EFFECTS__
for async functions (#5031)Pull Requests
__NO_SIDE_EFFECTS__
annotation for async function (@antfu)v3.25.0
Compare Source
2023-06-11
Features
this.info
andthis.debug
plugin context logging functions (#5026)onLog
option to read, map and filter logs (#5026)logLevel
option to fully suppress logs by level (#5026)this.warn
,this.info
andthis.debug
to avoid heavy computations based on log level (#5026)onLog
plugin hook to read, filter and map logs from plugins (#5026)Pull Requests
v3.24.1
Compare Source
2023-06-10
Bug Fixes
@rollup/plugin-commonjs
were missing internal dependencies when code-splitting (#5029)process.exit(0)
in watch mode to avoid issues in embedded scenarios (#5027)Pull Requests
Microsoft/tslib (tslib)
v2.6.0
: tslib 2.6.0Compare Source
What's Changed
using
andawait using
by @rbuckton in https://github.com/microsoft/tslib/pull/213Full Changelog: microsoft/tslib@v2.5.3...2.6.0
Microsoft/TypeScript (typescript)
v5.1.5
: TypeScript 5.1.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vuejs/language-tools (vue-component-type-helpers)
v1.8.2
Compare Source
<img>
tag (#3217)composite
is enabledisCancellationRequested()
getScriptFileNames()
resultBreaking changes
include
option to avoid TS performance concerns (#3326)Full-time Support by
WebContainer API is here.
Our Sponsors ⭐✨
Add you via GitHub Sponsors or Open Collective
v1.8.1
Compare Source
__VLS_IsAny
- thanks @so1vev1.8.0
Compare Source
v1.7.14
Compare Source
v1.7.13
Compare Source
defineEmits
shorthand (#3169) (#3283) - thanks @so1vevue.inlayHints.optionsWrapper
to disabled by default (#3147) - thanks @wenfangdu--emitDeclarationOnly
not working since 1.7.9@vue-expect-error
,@vue-ignore
not working for vue-tsc (#3284) - thanks @sapphi-redv1.7.12
Compare Source
nativeTags
(#3279)nativeTags
(#3148)v1.7.11
Compare Source
statSync
(#3260)v1.7.10
Compare Source
strictTemplates
not working for IntrinsicElement (#3214)vue-tsc
ignores type errors in.vue
files if the incremental setting is true (#2756) (#3218) - thanks @lucasavila00defineModel
anddefineProps
types (#3164)Breaking changes
JSX.IntrinsicElements
type inference for better TS performance (#3259)@vue-expected-error
to@vue-expect-error
(https://github.com/vuejs/language-tools/pull/3215#issuecomment-1560355284)v1.7.9
Compare Source
v1.7.8
Compare Source
v1.7.7
Compare Source
@vue-ignore
,@vue-skip
,@vue-expected-error
directive comments (#3215)vscode-languageserver-protocol
runtime dependencyv1.7.6
Compare Source
v1.7.5
Compare Source
v1.7.4
Compare Source
v1.7.3
Compare Source
v1.7.1
Compare Source
v1.7.0
Compare Source
volar.config.js
does not load on Windows (https://github.com/volarjs/volar.js/issues/36)Breaking changes
@volar/vue-*
to@vue/*
(#3134)volar.config.js
specification update (base on Volar.js v1.5)Configuration
📅 Schedule: Branch creation - "after 1am on Wednesday" (UTC), 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 if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.