[PR #2360] [CLOSED] chore(deps-dev): bump @vue/test-utils from 1.3.0 to 2.0.0 #3760

Closed
opened 2026-03-17 01:20:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2360
Author: @dependabot[bot]
Created: 5/23/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/vue/test-utils-2.0.0


📝 Commits (1)

  • 139d3be chore(deps-dev): bump @vue/test-utils from 1.3.0 to 2.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @vue/test-utils from 1.3.0 to 2.0.0.

Release notes

Sourced from @​vue/test-utils's releases.

v2.0.0

This is v2.0.0. The library is quite stable and there are not major bugs.

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0

v2.0.0-rc.21

This is the final release candidate, unless something major comes up. We will move to 2.0.0 next release.

v2.0.0-rc.20

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20

v2.0.0-rc.19

Several fixes. We will move from release candidate soon, hopefully this will be the last release candidate, unless any bugs are reported!

Features

feat: Add createStubs plugin hook

... (truncated)

Commits

Dependabot compatibility score

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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2360 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/23/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vue/test-utils-2.0.0` --- ### 📝 Commits (1) - [`139d3be`](https://github.com/hoppscotch/hoppscotch/commit/139d3be6f9fe5c7c8ffdaf2e4239f47f64876368) chore(deps-dev): bump @vue/test-utils from 1.3.0 to 2.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.0 to 2.0.0. <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.0.0</h2> <p>This is v2.0.0. The library is quite stable and there are not major bugs.</p> <h2>What's Changed</h2> <ul> <li>Fix/emitted events cache by <a href="https://github.com/BrettLargent"><code>@​BrettLargent</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1449">vuejs/test-utils#1449</a></li> <li>fix: string slot null ctx in renderFn by <a href="https://github.com/braddialpad"><code>@​braddialpad</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1462">vuejs/test-utils#1462</a></li> <li>fix: wrapper.element with nested multiple roots by <a href="https://github.com/freakzlike"><code>@​freakzlike</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1463">vuejs/test-utils#1463</a></li> <li>fix: fix module resolution for esm file by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1484">vuejs/test-utils#1484</a></li> <li>regression: <a href="https://github-redirect.dependabot.com/vuejs/test-utils/issues/1476">#1476</a> reactive prop object compare by <a href="https://github.com/freakzlike"><code>@​freakzlike</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1479">vuejs/test-utils#1479</a></li> <li>fix: Pass props to functional component by <a href="https://github.com/freakzlike"><code>@​freakzlike</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1513">vuejs/test-utils#1513</a></li> <li>fix(wrapper): fix wrapper.element for component with slot by <a href="https://github.com/xanf"><code>@​xanf</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1497">vuejs/test-utils#1497</a></li> <li>fix(findComponent): allow finding top-level component by <a href="https://github.com/xanf"><code>@​xanf</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1496">vuejs/test-utils#1496</a></li> <li>chore: bump to vue v3.2.34 by <a href="https://github.com/cexbrayat"><code>@​cexbrayat</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1510">vuejs/test-utils#1510</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BrettLargent"><code>@​BrettLargent</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1449">vuejs/test-utils#1449</a></li> <li><a href="https://github.com/braddialpad"><code>@​braddialpad</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1462">vuejs/test-utils#1462</a></li> <li><a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1484">vuejs/test-utils#1484</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0">https://github.com/vuejs/test-utils/compare/v2.0.0-rc.21...v2.0.0</a></p> <h2>v2.0.0-rc.21</h2> <p>This is the final release candidate, unless something major comes up. We will move to 2.0.0 next release.</p> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1442">chore: Bump vue 3.2.33</a></li> <li><a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1442">chore: Bump vue 3.2.33</a></li> <li><a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1441">chore: add test</a></li> <li><a href="https://github.com/vuejs/test-utils/commit/7059cff968bff33b9fc290fe77984afd3fc3f4b2">fix: forward Ref prop on mount</a></li> <li><a href="https://github.com/vuejs/test-utils/commit/eb8284530eacd36ce5435fccffe9d45a761b503f">fix: disable stubs for built-in components on shallow</a></li> </ul> <h2>v2.0.0-rc.20</h2> <h2>What's Changed</h2> <ul> <li>fix: make imports in wrapperLike relative (again) by <a href="https://github.com/catrope"><code>@​catrope</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1401">vuejs/test-utils#1401</a></li> <li>fix: remove compilerOptions from config by <a href="https://github.com/cexbrayat"><code>@​cexbrayat</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1408">vuejs/test-utils#1408</a></li> <li>docs: add RouterLinkStub to api docs by <a href="https://github.com/aethr"><code>@​aethr</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1391">vuejs/test-utils#1391</a></li> <li>chore: bump to vue v3.2.32 by <a href="https://github.com/cexbrayat"><code>@​cexbrayat</code></a> in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1418">vuejs/test-utils#1418</a> (fixes bug in <code>shallowMount</code>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/celiavelmar"><code>@​celiavelmar</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1395">vuejs/test-utils#1395</a></li> <li><a href="https://github.com/catrope"><code>@​catrope</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/vuejs/test-utils/pull/1401">vuejs/test-utils#1401</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20">https://github.com/vuejs/test-utils/compare/v2.0.0-rc.19...v2.0.0-rc.20</a></p> <h2>v2.0.0-rc.19</h2> <p>Several fixes. We will move from release candidate soon, hopefully this will be the last release candidate, unless any bugs are reported!</p> <h2>Features</h2> <p><a href="https://github.com/vuejs/test-utils/commit/2abdbb80a4e15c0fb04a30f07d1c4c48872a97c8">feat: Add createStubs plugin hook</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/vuejs/test-utils/commits/v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/test-utils&package-manager=npm_and_yarn&previous-version=1.3.0&new-version=2.0.0)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:20:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3760
No description provided.