[PR #1311] [CLOSED] Bump @vue/test-utils from 1.1.0 to 1.1.1 #3222

Closed
opened 2026-03-17 00:51:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1311
Author: @dependabot[bot]
Created: 11/2/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/vue/test-utils-1.1.1


📝 Commits (1)

  • 372b5ca Bump @vue/test-utils from 1.1.0 to 1.1.1

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps @vue/test-utils from 1.1.0 to 1.1.1.

Release notes

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

v1.1.1

Many small bug fixes.

Features

  • feat: treat document.body in attachTo in special way (#1699) @xanf
  • feat(config): introduce deprecation warning handler, fix #1672
  • feat: warn when operating on destroyed Vue component (#1706) @xanf
  • add the wrapper.getComponent method and corresponding documents. (#1714)
  • feat(test-utils): add types for auto destroy methods (#1724) @blake-newman
  • feat: add abstract property to the core property of the component (#1716) @ustbhuangyi

Fixes

  • fix(test-utils/wrapper): clarify deprecation note for wrong "get" usage @valentinpalkovic
  • fix: support v-text on child functional components with shallowMount @jeremy-cassou
  • fix(setData): allow empty objects to be set fix #1704 @Haroenv
  • fix: ignore non-vue wrapper for auto-destroy (#1723)
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/1311 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/2/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue/test-utils-1.1.1` --- ### 📝 Commits (1) - [`372b5ca`](https://github.com/hoppscotch/hoppscotch/commit/372b5ca1410605379835623c1263fd5ce62b7952) Bump @vue/test-utils from 1.1.0 to 1.1.1 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `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.0 to 1.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vue-test-utils/releases">@vue/test-utils's releases</a>.</em></p> <blockquote> <h2>v1.1.1</h2> <p>Many small bug fixes.</p> <h2>Features</h2> <ul> <li>feat: treat document.body in attachTo in special way (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1699">#1699</a>) <a href="https://github.com/xanf">@xanf</a></li> <li>feat(config): introduce deprecation warning handler, fix <a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1672">#1672</a></li> <li>feat: warn when operating on destroyed Vue component (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1706">#1706</a>) <a href="https://github.com/xanf">@xanf</a></li> <li>add the wrapper.getComponent method and corresponding documents. (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1714">#1714</a>)</li> <li>feat(test-utils): add types for auto destroy methods (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1724">#1724</a>) <a href="https://github.com/blake-newman">@blake-newman</a></li> <li>feat: add abstract property to the core property of the component (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1716">#1716</a>) <a href="https://github.com/ustbhuangyi">@ustbhuangyi</a></li> </ul> <h2>Fixes</h2> <ul> <li>fix(test-utils/wrapper): clarify deprecation note for wrong &quot;get&quot; usage <a href="https://github.com/valentinpalkovic">@valentinpalkovic</a></li> <li>fix: support v-text on child functional components with shallowMount <a href="https://github.com/jeremy-cassou">@jeremy-cassou</a></li> <li>fix(setData): allow empty objects to be set fix <a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1704">#1704</a> <a href="https://github.com/Haroenv">@Haroenv</a></li> <li>fix: ignore non-vue wrapper for auto-destroy (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1723">#1723</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vue-test-utils/commit/d7916ce82062dd0c920c8a0aebaaaa527e3b98ff"><code>d7916ce</code></a> v1.1.1</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/3cbc2cc46627f98f4e0044d9e896b7652fcf1397"><code>3cbc2cc</code></a> chore: build 1.1.1</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/c198d19de032b307173ce1f1b933df50a3871d77"><code>c198d19</code></a> fix: ignore non-vue wrapper for auto-destroy (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1723">#1723</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/e1c252699ad3ba5cba5ff2d4666386a05fedfd02"><code>e1c2526</code></a> feat(test-utils): add types for auto destroy methods (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1724">#1724</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/c90f597168c94c8b48785eb5dce130b3c533a752"><code>c90f597</code></a> add the wrapper.getComponent method and corresponding documents. (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1714">#1714</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/16790b9e08e097e55599dff7293cc27d5edae358"><code>16790b9</code></a> feat: warn when operating on destroyed Vue component (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1706">#1706</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/993b29398a4e19373dd47f0767ff294349d9a64e"><code>993b293</code></a> fix(setData): allow empty objects to be set fix <a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1704">#1704</a> (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1705">#1705</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/a8219083602b9e4d144777147938648ef99d1cd8"><code>a821908</code></a> feat: treat document.body in attachTo in special way (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1699">#1699</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/7740e90ba6a92474f2706f98221a91ca19bb2415"><code>7740e90</code></a> feat(config): introduce deprecation warning handler, fix <a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1672">#1672</a> (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1700">#1700</a>)</li> <li><a href="https://github.com/vuejs/vue-test-utils/commit/a696325af9173df258ed6e0ed833f547d8ff9436"><code>a696325</code></a> fix(test-utils/wrapper): clarify deprecation note for wrong &quot;get&quot; usage (<a href="https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils/issues/1688">#1688</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/vue-test-utils/commits/v1.1.1/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.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:51:25 +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#3222
No description provided.