[PR #432] [MERGED] chore(deps-dev): bump @vue/test-utils from 1.3.6 to 2.4.5 in /web #449

Closed
opened 2026-03-03 16:38:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/432
Author: @dependabot[bot]
Created: 5/1/2024
Status: Merged
Merged: 5/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/vue/test-utils-2.4.5


📝 Commits (1)

  • a9adc7c chore(deps-dev): bump @vue/test-utils from 1.3.6 to 2.4.5 in /web

📊 Changes

2 files changed (+3077 additions, -8903 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+3076 -8902)

📄 Description

Bumps @vue/test-utils from 1.3.6 to 2.4.5.

Release notes

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

v2.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5

v2.4.4

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4

v2.4.3

What's Changed

Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3

v2.4.2

What's Changed

Note: A fix for the text() method (vuejs/test-utils#2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).

Fix

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

🔄 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/NdoleStudio/httpsms/pull/432 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/vue/test-utils-2.4.5` --- ### 📝 Commits (1) - [`a9adc7c`](https://github.com/NdoleStudio/httpsms/commit/a9adc7ce60a33731da4b3118643e3ba01c4d65ef) chore(deps-dev): bump @vue/test-utils from 1.3.6 to 2.4.5 in /web ### 📊 Changes **2 files changed** (+3077 additions, -8903 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+3076 -8902) </details> ### 📄 Description Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.6 to 2.4.5. <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.5</h2> <h2>What's Changed</h2> <ul> <li>feat: add teleport stub possibility, <a href="https://github.com/vuejs/test-ut%E2%80%A6">https://github.com/vuejs/test-ut…</a> by <a href="https://github.com/blizzardKv"><code>@​blizzardKv</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2336">vuejs/test-utils#2336</a></li> <li>fix(findComponent): Use correct vm for stubbed component with selector by <a href="https://github.com/freakzlike"><code>@​freakzlike</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2327">vuejs/test-utils#2327</a></li> <li>fix(teleport.md): fix missed &quot;global&quot; key, <a href="https://github.com/vuejs/t%E2%80%A6">https://github.com/vuejs/t…</a> by <a href="https://github.com/blizzardKv"><code>@​blizzardKv</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2337">vuejs/test-utils#2337</a></li> <li>fix(vue-router.md): update highlights when mocking real router by <a href="https://github.com/dmoyadev"><code>@​dmoyadev</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2340">vuejs/test-utils#2340</a></li> <li>fix(deps): update dependency vue-component-type-helpers to v2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2358">vuejs/test-utils#2358</a></li> <li>fix: Allow access to nested computed values (fix <a href="https://redirect.github.com/vuejs/test-utils/issues/2196">#2196</a>) by <a href="https://github.com/Evobaso-J"><code>@​Evobaso-J</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2356">vuejs/test-utils#2356</a></li> <li>docs: add mention of enableAutoDestroy replacement by <a href="https://github.com/strokirk"><code>@​strokirk</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2344">vuejs/test-utils#2344</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/blizzardKv"><code>@​blizzardKv</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2336">vuejs/test-utils#2336</a></li> <li><a href="https://github.com/dmoyadev"><code>@​dmoyadev</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2340">vuejs/test-utils#2340</a></li> <li><a href="https://github.com/strokirk"><code>@​strokirk</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2344">vuejs/test-utils#2344</a></li> <li><a href="https://github.com/Evobaso-J"><code>@​Evobaso-J</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2356">vuejs/test-utils#2356</a></li> <li><a href="https://github.com/qmonmert"><code>@​qmonmert</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2364">vuejs/test-utils#2364</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5">https://github.com/vuejs/test-utils/compare/v2.4.4...v2.4.5</a></p> <h2>v2.4.4</h2> <h2>What's Changed</h2> <ul> <li>fix: ignore prototype methods when using setData on objects by <a href="https://github.com/Haberkamp"><code>@​Haberkamp</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2265">vuejs/test-utils#2265</a></li> <li>fix: always load cjs bundle in node environment by <a href="https://github.com/danielroe"><code>@​danielroe</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2269">vuejs/test-utils#2269</a></li> <li>fix: experimentalVmThreads is now pool=vmThreads by <a href="https://github.com/cexbrayat"><code>@​cexbrayat</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2275">vuejs/test-utils#2275</a></li> <li>feat: respect devtools definition by <a href="https://github.com/webfansplz"><code>@​webfansplz</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2311">vuejs/test-utils#2311</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ArtemTropanets"><code>@​ArtemTropanets</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2267">vuejs/test-utils#2267</a></li> <li><a href="https://github.com/Haberkamp"><code>@​Haberkamp</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2265">vuejs/test-utils#2265</a></li> <li><a href="https://github.com/danielroe"><code>@​danielroe</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2269">vuejs/test-utils#2269</a></li> <li><a href="https://github.com/webfansplz"><code>@​webfansplz</code></a> made their first contribution in <a href="https://redirect.github.com/vuejs/test-utils/pull/2311">vuejs/test-utils#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4">https://github.com/vuejs/test-utils/compare/v2.4.3...v2.4.4</a></p> <h2>v2.4.3</h2> <h2>What's Changed</h2> <ul> <li>types(setProps): setProps to Partial props by <a href="https://github.com/pikax"><code>@​pikax</code></a> in <a href="https://redirect.github.com/vuejs/test-utils/pull/2241">vuejs/test-utils#2241</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3">https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3</a></p> <h2>v2.4.2</h2> <h2>What's Changed</h2> <p>Note: A fix for the <code>text()</code> method (<a href="https://redirect.github.com/vuejs/test-utils/pull/2231">vuejs/test-utils#2231</a>) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using <code>text()</code> on a single element). So if you were checking the text of <code>&lt;span&gt;Trimmed &lt;/span&gt;&lt;span&gt;Example&lt;/span&gt;</code>, it is now <code>TrimmedExample</code> instead of <code>Trimmed Example</code> (and the <code>text()</code> of the first span is still <code>Trimmed</code> as it was before).</p> <h3>Fix</h3> <ul> <li>fix: (could be considered a feature?) allow custom <code>&lt;transition&gt;</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> </ul> <!-- 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.4.5">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.6&new-version=2.4.5)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:26 +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/httpsms#449
No description provided.