Skip to content

chore(deps): update dependency @vue/test-utils to v2 - #43

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vue-test-utils-2.x
Open

chore(deps): update dependency @vue/test-utils to v2#43
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vue-test-utils-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2022

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@vue/test-utils 1.2.22.4.11 age confidence

Release Notes

vuejs/test-utils (@​vue/test-utils)

v2.4.11

Compare Source

compare changes

🩹 Fixes
  • Drop legacy Mutation Event listener entries (#​2844)
  • Handle setData() correctly for components using both setup() and data() (#​2846)
  • Export GlobalMountOptions type (#​2851)
  • Set spec-compliant event.code on keydown/keyup (#​2850)
❤️ Contributors

v2.4.10

Compare Source

v2.4.9

Compare Source

compare changes

🩹 Fixes
  • Tolerate duplicate attachTo cleanup (#​2830)
📖 Documentation
🏡 Chore
  • Migrate renovate config (5d37934)
🤖 CI
  • Pin github actions to commit hashes (75dcef3)
❤️ Contributors

v2.4.8

Compare Source

compare changes

🩹 Fixes
  • Correct declaration entrypoint (#​2826)
🤖 CI
❤️ Contributors

v2.4.7

Compare Source

compare changes

🚀 Enhancements
  • Add Chinese docs translation (#​2552)
  • SetData()/shallowMount with initialData for components using the Composition API / <script setup> (#​2655)
🩹 Fixes
  • Preserve code from keyboard events (#​2434)
  • Switch browser and require exports definitions (#​2501)
  • Re-add peer dependencies but with wider range (#​2511)
  • Resolve warnings in docs:dev (30b7491)
  • Resolve TypeScript type errors in .vitepress/config (#​2549)
  • Accept FunctionalComponent as selector (0bb947f)
  • Text() misses content for array functional component (#​2579)
  • Use await in test (c5482b4)
  • deps: Update dependency vue-component-type-helpers to v3 (#​2683)
  • Remove wrapper div when unmount (#​2700)
  • Make mount options slots compatible with noUncheckedIndexedAccess true (#​2713)
  • Add missing peerDependency @​vue/compiler-dom (75801ba)
  • docs: Declare css module for vitepress typecheck (ddaca97)
💅 Refactors
  • Enforce consistent usage of type imports (#​2734)
📖 Documentation
  • Clarify findComponent vs getComponent (#​2435)
  • Update fr docs (67064ef)
  • Add note about partial transition stub support (#​2431)
  • Fix missing data at passing data section essentials guide (dda205e)
  • Fix missing data at passing data section essentials guide fr (ae2c72c)
  • Fix plugin TS declaration example (#​2466)
  • Fixed incorrect checkbox value check (#​2495)
  • Capital letter in sentence fix (#​2499)
  • Import missing DOMWrapper on Implementation of the plugin section (#​2519)
  • Add migration step for deprecated ref syntax in findAllComponents (#​2498)
  • Correct anchor hash links and fix typo (#​2551)
  • Center logo on home (#​2559)
  • zh-cn: Review a-crash-course (#​2563)
  • Use code-group for install commands (#​2571)
  • zh-cn: Review event-handing.md (#​2572)
  • zh-cn: Enhance conditional-rendering.md (#​2562)
  • zh-cn: Review easy-to-test (#​2567)
  • zh-cn: Review passing-data.md (#​2575)
  • zh-cn: Review async-suspense.md (#​2576)
  • zh: 优化 API 文档格式和内容 (#​2569)
  • zh: 更新 Vitest 模拟日期和计时器的说明 (#​2578)
  • zh-cn: Review http-requests.md (#​2580)
  • zh-cn: Review forms (#​2582)
  • zh-cn: Guide/advanced/slots.md (#​2565)
  • zh: Review extending-vtu (#​2583)
  • zh: Review index (#​2584)
  • Fix modelValue test example (85bfdf4)
  • Removes broken link from plugins.md (69bc1ce)
  • zh: Review transitions, component-instance, and reusability-composition (#​2616)
  • zh: Review v-model and vuex (#​2617)
  • zh: Review all the rest advanced guide (#​2619)
  • zh: Review migration (#​2623)
  • Fix a typo in transitions.md (#​2635)
  • Update crash-course to script setup (c81aa79)
  • Update Essentials section to setup (composition api) (#​2647)
  • Typos in examples (#​2678)
  • Typo in easy-to-test.md (#​2710)
  • Add note about mocking requestAnimationFrame for transitions (2324c65)
  • Updated example TodoApp to script setup (#​2727)
  • Remove "Using data" section from "Conditional Rendering" guide and fix passing data test example (#​2743)
  • Follow-up fixes for the conditional rendering guide (#​2744)
  • Mention shallowMount stub name changes in migration guide (80e051a)
  • Update conditional rendering documentation to clarify isVisible() usage with attachTo (#​2799)
  • Restore Options API component for data() mounting example (#​2804)
  • Promote Vitest as recommended test runner (#​2805)
  • api: Note that setValue does not accept objects on <select> (#​2819)
🏡 Chore
  • Add api/index.md to docs:translation:compare (6b8681c)
  • Remove unnecessary generic arguments (cfd70c6)
  • Ignore TS error in config object (9d0a618)
  • Simplify eslint packages (c1d0ffd)
  • Use eslint v9 with flat config (2f19fdf)
  • Expose Stubs type publicly (#​2492)
  • Update documentation file path (9c96594)
  • Use pnpm v10 (e4c2cb3)
  • Pnpm approve build (81c54e9)
  • Use github issue forms (#​2673)
  • Exclude class components from test type-checking (0899008)
  • Add explicit coverage include for vitest v4 (51672b9)
  • Update to prettier v3.7 (fed9e7c)
  • Migrate to oxfmt (81c1de9)
  • Migrate to oxlint (a361908)
  • Prepare TypeScript 6 migration settings (55e1262)
  • Adjust tsd config for TypeScript 6 (7d23eb5)
  • Avoid TypeScript 6 target deprecation warning (81d063c)
🤖 CI
  • Remove node v22 build (7ebf58d)
  • Add node v22 build (57540ee)
  • Use "pool: threads" instead of vmThreads (d0cbb54)
  • Remove node v18 and add v24 (fd9cf95)
  • Add trusted publishing release workflow (#​2825)
❤️ Contributors

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Note: A fix for the text() method (#​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
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

v2.4.1

Compare Source

What's Changed

Fixes
Docs
(Dev) Dependencies

New Contributors

Full Changelog: vuejs/test-utils@v2.4.0...v2.4.1

v2.4.0

Compare Source

Note: there might be some minor breaking changes around types. We tried hard to avoid this and tested a few different projects, but there was some major under the hood changes relating to types (which should improve the TypeScript experience). See the note at the top of the previous release, 2.4.0-alpha.2: https://github.com/vuejs/test-utils/releases/tag/v2.4.0-alpha.2

Between the last main release, v2.3.2, and v2.4.0, there were three alphas:

Please see those release notes for changes if you are updating from v2.3.2. Again, there should not be any major changes, and you code and tests should continue to work as before without any changes.

If you do encounter breaking changes transitioning from 2.3.x -> 2.4.x, please file an issue.

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

renderToString is merged for SSR testing, thanks to @​wobsoriano and @​cexbrayat!

New Contributors

Full Changelog: vuejs/test-utils@2.2.10...v2.3.0

v2.2.10

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.9...2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.7...v2.2.8

v2.2.7

Compare Source

Fixes

Docs

Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.2...v2.2.3

v2.2.2

Compare Source

Fixes
Other

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 601d658 to e5ddf46 Compare September 25, 2022 15:31
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from e5ddf46 to 4982f2b Compare November 20, 2022 10:27
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 4982f2b to bd7aef1 Compare March 16, 2023 11:51
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from bd7aef1 to 34c5be1 Compare March 23, 2023 21:25
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 34c5be1 to dc5a91a Compare June 22, 2023 01:31
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from dc5a91a to bfd331c Compare July 20, 2023 22:33
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from bfd331c to 680f110 Compare November 14, 2023 11:54
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 680f110 to 60e4f85 Compare November 28, 2023 23:54
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 60e4f85 to e2f12d5 Compare January 26, 2024 01:46
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from e2f12d5 to 6f6f67c Compare March 14, 2024 01:13
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 6f6f67c to e820abc Compare May 7, 2024 01:52
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from e820abc to 0111f6d Compare August 10, 2025 15:33
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 0111f6d to 1f7f57c Compare August 19, 2025 12:00
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 1f7f57c to a6f6df5 Compare September 25, 2025 17:43
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from a6f6df5 to 53043fd Compare October 21, 2025 19:49
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 53043fd to 81e48ad Compare November 18, 2025 23:38
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 81e48ad to 5318a1d Compare February 12, 2026 12:16
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 5318a1d to f95d4c9 Compare March 5, 2026 16:36
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from f95d4c9 to 30aa6f4 Compare April 1, 2026 21:41
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch 3 times, most recently from 39d9971 to abd630c Compare April 30, 2026 12:53
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch 2 times, most recently from 6be70ce to 63222b7 Compare May 18, 2026 13:26
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch 3 times, most recently from 79dde0d to bfea407 Compare June 4, 2026 19:35
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from bfea407 to e89e833 Compare June 11, 2026 22:14
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from e89e833 to 8fcf00b Compare July 12, 2026 15:01
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 8fcf00b to 833e28e Compare July 24, 2026 22:39
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 833e28e to 5e1d8dc Compare July 30, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from 5e1d8dc to d79af6a Compare August 12, 2026 02:50
@renovate
renovate Bot force-pushed the renovate/vue-test-utils-2.x branch from d79af6a to c078405 Compare August 14, 2026 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants