[PR #1466] [CLOSED] chore(deps-dev): bump @vue/test-utils from 1.1.2 to 1.1.3 #3329

Closed
opened 2026-03-17 00:57:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1466
Author: @dependabot[bot]
Created: 2/5/2021
Status: Closed

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


📝 Commits (1)

  • 66a6b11 chore(deps-dev): bump @vue/test-utils from 1.1.2 to 1.1.3

📊 Changes

2 files changed (+15 additions, -20849 deletions)

View changed files

📝 package-lock.json (+14 -20848)
📝 package.json (+1 -1)

📄 Description

Bumps @vue/test-utils from 1.1.2 to 1.1.3.

Release notes

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

v1.1.3

Fixes

Changelog

Sourced from @vue/test-utils's changelog.

1.1.3 (2021-02-04)

Bug Fixes

  • error.js: do not console.error handled exceptions (#1761) (c4133d6), closes #1760
  • prevent setProps infinite loop with immediate watchers (#1752) (db4ab8b)

1.0.5 (2020-08-29)

Note: Version bump only for package @vue/test-utils

1.0.4 (2020-08-17)

Bug Fixes

  • setprops: allowed for setProps to be synced with nextTick intervals (#1618) (9a3e6f9), closes #1419
  • allow using findComponent on a functional component (#1593) (2d6b497)

1.0.2 (2020-05-06)

Note: Version bump only for package @vue/test-utils

1.0.0 (2020-05-05)

Features

... (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/1466 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/5/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vue/test-utils-1.1.3` --- ### 📝 Commits (1) - [`66a6b11`](https://github.com/hoppscotch/hoppscotch/commit/66a6b11e73c874b42690df5e12549f563125d7bf) chore(deps-dev): bump @vue/test-utils from 1.1.2 to 1.1.3 ### 📊 Changes **2 files changed** (+15 additions, -20849 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+14 -20848) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.1.2 to 1.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-test-utils/releases"><code>@vue/test-utils's releases</code></a>.</em></p> <blockquote> <h2>v1.1.3</h2> <h2>Fixes</h2> <ul> <li>do not console.error handled exceptions (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1761">#1761</a>) <a href="https://github.com/marcgibbons"><code>@marcgibbons</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md"><code>@vue/test-utils's changelog</code></a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vue-test-utils/compare/v1.1.2...v1.1.3">1.1.3</a> (2021-02-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>error.js:</strong> do not console.error handled exceptions (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1761">#1761</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/c4133d6a78cd0ad7efafdfadb4f1ae28e31079b4">c4133d6</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1760">#1760</a></li> <li>prevent setProps infinite loop with immediate watchers (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1752">#1752</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/db4ab8b10872ff1ca492c02ad0f62368ed748631">db4ab8b</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-test-utils/compare/v1.0.4...v1.0.5">1.0.5</a> (2020-08-29)</h2> <p><strong>Note:</strong> Version bump only for package @vue/test-utils</p> <h2><a href="https://github.com/vuejs/vue-test-utils/compare/v1.0.3...v1.0.4">1.0.4</a> (2020-08-17)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>setprops:</strong> allowed for setProps to be synced with nextTick intervals (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1618">#1618</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/9a3e6f96d71cba790cb2e7f9b918548c00758341">9a3e6f9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1419">#1419</a></li> <li>allow using findComponent on a functional component (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1593">#1593</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/2d6b49780c7e1d663b877ddf5d6492ed7b510379">2d6b497</a>)</li> </ul> <h2><a href="https://github.com/vuejs/vue-test-utils/compare/v1.0.1...v1.0.2">1.0.2</a> (2020-05-06)</h2> <p><strong>Note:</strong> Version bump only for package @vue/test-utils</p> <h1><a href="https://github.com/vuejs/vue-test-utils/compare/v1.0.0-beta.33...v1.0.0">1.0.0</a> (2020-05-05)</h1> <h3>Features</h3> <ul> <li>add support of arbitrary mounting point via attachTo option (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1492">#1492</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/f3d0d3f1717fd3cc3e406d3ac3f4ace316967211">f3d0d3f</a>)</li> <li>Optionally hide deprecation errors (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1518">#1518</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/7a0b7e0c695da901f22df2fea53f6fef5e4dadf7">7a0b7e0</a>)</li> <li>return nextTick from setters, fix <a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1515">#1515</a> (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1517">#1517</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/aa7b76d5996a24bfaca74989907c0982fdeaa013">aa7b76d</a>)</li> <li>stub out transitions by default (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1411">#1411</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/6f0a41a8f0b643f2e695c68ead78f4980a2725c7">6f0a41a</a>)</li> <li><strong>test-utils:</strong> add 'overview' function (<a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1491">#1491</a>) (<a href="https://github.com/vuejs/vue-test-utils/commit/4b0c5c94fb29885bb65e26fea64b8ca64960e301">4b0c5c9</a>), closes <a href="https://github-redirect.dependabot.com/vuejs/vue-test-utils/issues/1461">#1461</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-test-utils/commit/f36e088828d6e20dda7d3b50a025c28f6eb0b80e"><code>f36e088</code></a> chore(release): publish v1.1.3</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/c27d93356eff31025b13ba60c38a49f23265b330"><code>c27d933</code></a> chore: publish 1.1.3</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/c4133d6a78cd0ad7efafdfadb4f1ae28e31079b4"><code>c4133d6</code></a> fix(error.js): do not console.error handled exceptions (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1761">#1761</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/db4ab8b10872ff1ca492c02ad0f62368ed748631"><code>db4ab8b</code></a> fix: prevent setProps infinite loop with immediate watchers (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1752">#1752</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/vue-test-utils/commits/v1.1.3/packages/test-utils">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.1.2&new-version=1.1.3)](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 00:57:09 +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#3329
No description provided.