Bump @vue/test-utils from 2.4.1 to 2.4.2#1806
Merged
williamjallen merged 1 commit intomasterfrom Nov 16, 2023
Merged
Conversation
Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/vuejs/test-utils/releases) - [Commits](vuejs/test-utils@v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: "@vue/test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
williamjallen
approved these changes
Nov 16, 2023
sbelsk
pushed a commit
to sbelsk/CDash
that referenced
this pull request
Nov 20, 2023
Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.4.1 to 2.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/test-utils/releases"><code>@vue/test-utils</code>'s releases</a>.</em></p> <blockquote> <h2>v2.4.2</h2> <h2>What's Changed</h2> <h3>Fix</h3> <ul> <li>fix: (could be considered a feature?) allow custom <code><transition></code> stubs by <a href="https://github.com/alecgibson"><code>@alecgibson</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2185">vuejs/test-utils#2185</a></li> <li>fix: Fixing prototype methods being discarded when using <code>setData</code> by <a href="https://github.com/rory-instil"><code>@rory-instil</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2166">vuejs/test-utils#2166</a></li> <li>fix(deps): update all non-major dependencies to v1.8.8 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2143">vuejs/test-utils#2143</a></li> <li>fix(deps): update all non-major dependencies to v1.8.13 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2193">vuejs/test-utils#2193</a></li> <li>fix(deps): update all non-major dependencies to v1.8.19 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2211">vuejs/test-utils#2211</a></li> <li>fix: stricter props types by <a href="https://github.com/alecgibson"><code>@alecgibson</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2137">vuejs/test-utils#2137</a></li> <li>fix(deps): update all non-major dependencies to v1.8.21 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2224">vuejs/test-utils#2224</a></li> <li>fix: wrapper.text method by <a href="https://github.com/harunari0928"><code>@harunari0928</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2231">vuejs/test-utils#2231</a></li> <li>fix(types): use <code>VNodeChild</code> type from <code>vue</code> to avoid breakage by <a href="https://github.com/sodatea"><code>@sodatea</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2237">vuejs/test-utils#2237</a></li> <li>Fixed typo in accessibility word by <a href="https://github.com/ramsesmoreno"><code>@ramsesmoreno</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2160">vuejs/test-utils#2160</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: Fix omission of async keywords. by <a href="https://github.com/yasuaki640"><code>@yasuaki640</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2163">vuejs/test-utils#2163</a></li> <li>docs: fix spell Exemple to Example by <a href="https://github.com/yasuaki640"><code>@yasuaki640</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2161">vuejs/test-utils#2161</a></li> <li>docs: Add removal of createWrapper by <a href="https://github.com/AntonioDell"><code>@AntonioDell</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2235">vuejs/test-utils#2235</a></li> <li>docs: comparison of functions with v1 by <a href="https://github.com/freakzlike"><code>@freakzlike</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2175">vuejs/test-utils#2175</a></li> <li>docs: fix typo in code example by <a href="https://github.com/dennybiasiolli"><code>@dennybiasiolli</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2212">vuejs/test-utils#2212</a></li> <li>feat: update the website application by <a href="https://github.com/nazarepiedady"><code>@nazarepiedady</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2171">vuejs/test-utils#2171</a></li> </ul> <h3>Chore</h3> <ul> <li>Add WebdriverIO to list of supporting frameworks by <a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2189">vuejs/test-utils#2189</a></li> <li>ci: add node v20 and drop node v16 by <a href="https://github.com/cexbrayat"><code>@cexbrayat</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2190">vuejs/test-utils#2190</a></li> <li>chore(deps): update all non-major dependencies by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2233">vuejs/test-utils#2233</a></li> <li>preparing for Vue 3.3.9 by <a href="https://github.com/pikax"><code>@pikax</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2240">vuejs/test-utils#2240</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yasuaki640"><code>@yasuaki640</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2161">vuejs/test-utils#2161</a></li> <li><a href="https://github.com/ramsesmoreno"><code>@ramsesmoreno</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2160">vuejs/test-utils#2160</a></li> <li><a href="https://github.com/rory-instil"><code>@rory-instil</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2166">vuejs/test-utils#2166</a></li> <li><a href="https://github.com/nazarepiedady"><code>@nazarepiedady</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2171">vuejs/test-utils#2171</a></li> <li><a href="https://github.com/richex-cn"><code>@richex-cn</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2178">vuejs/test-utils#2178</a></li> <li><a href="https://github.com/christian-bromann"><code>@christian-bromann</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2189">vuejs/test-utils#2189</a></li> <li><a href="https://github.com/dennybiasiolli"><code>@dennybiasiolli</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2212">vuejs/test-utils#2212</a></li> <li><a href="https://github.com/harunari0928"><code>@harunari0928</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2231">vuejs/test-utils#2231</a></li> <li><a href="https://github.com/AntonioDell"><code>@AntonioDell</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2235">vuejs/test-utils#2235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2">https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/test-utils/commit/eb4a23a9a0a95bd28b71b8a4cc6983763f19346f"><code>eb4a23a</code></a> chore: remove unnecessary casting in tests + use as const</li> <li><a href="https://github.com/vuejs/test-utils/commit/8a7f621482289d7030944e6ba098e583d62bd6bc"><code>8a7f621</code></a> fix(types): mount() typing compatibility for vue 3.3.8 (<a href="https://redirect.github.com/vuejs/test-utils/issues/2240">#2240</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/dbfbef595ce83901e7d588047feafb86311066ca"><code>dbfbef5</code></a> chore(deps): update all non-major dependencies</li> <li><a href="https://github.com/vuejs/test-utils/commit/654eb080cdc7af0e5904e805efd5fa5d5ec6c279"><code>654eb08</code></a> docs: add removal of createWrapper (<a href="https://redirect.github.com/vuejs/test-utils/issues/2235">#2235</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/428dd3f4ca895d13361a464c95858269816334f9"><code>428dd3f</code></a> fix(types): use <code>VNodeChild</code> type from <code>vue</code> to avoid breakage</li> <li><a href="https://github.com/vuejs/test-utils/commit/446a22383c0b707b09d3a025bb36280966dc1dc0"><code>446a223</code></a> chore: use experimentalVmThreads to run unit tests</li> <li><a href="https://github.com/vuejs/test-utils/commit/e533f103ca6a1e39d892431c112240cf3b6b1f53"><code>e533f10</code></a> chore: bump to vitepress v1.0.0-rc.25</li> <li><a href="https://github.com/vuejs/test-utils/commit/34f81c459371ebf26e09e217d7b2c2ded7965869"><code>34f81c4</code></a> fix: wrapper.text method (<a href="https://redirect.github.com/vuejs/test-utils/issues/2231">#2231</a>)</li> <li><a href="https://github.com/vuejs/test-utils/commit/d30d29a2c216369229e38a310e9d3bcaecc70ca2"><code>d30d29a</code></a> chore(deps): pin dependency vitepress to 1.0.0-beta.7</li> <li><a href="https://github.com/vuejs/test-utils/commit/894968c9e24379f65c62d41cc4b9639d6f832e79"><code>894968c</code></a> chore(deps): set range for dependencies (<a href="https://redirect.github.com/vuejs/test-utils/issues/2227">#2227</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/test-utils/compare/v2.4.1...v2.4.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps @vue/test-utils from 2.4.1 to 2.4.2.
Release notes
Sourced from
@vue/test-utils's releases.Commits
eb4a23achore: remove unnecessary casting in tests + use as const8a7f621fix(types): mount() typing compatibility for vue 3.3.8 (#2240)dbfbef5chore(deps): update all non-major dependencies654eb08docs: add removal of createWrapper (#2235)428dd3ffix(types): useVNodeChildtype fromvueto avoid breakage446a223chore: use experimentalVmThreads to run unit testse533f10chore: bump to vitepress v1.0.0-rc.2534f81c4fix: wrapper.text method (#2231)d30d29achore(deps): pin dependency vitepress to 1.0.0-beta.7894968cchore(deps): set range for dependencies (#2227)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)