Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2020

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@types/fs-extra (source) ^9.0.0 -> ^11.0.0 age confidence
@types/jsdom (source) ^16.1.0 -> ^21.0.0 age confidence
@vue/test-utils ^1.0.0-beta.29 -> ^2.0.0 age confidence
chalk ^4.0.0 -> ^5.0.0 age confidence
cypress (source) ^4.0.1 -> ^15.0.0 age confidence
fs-extra ^9.0.0 -> ^11.0.0 age confidence
jsdom ^16.0.0 -> ^27.0.0 age confidence
mkdirp ^1.0.3 -> ^3.0.0 age confidence
rimraf ^3.0.0 -> ^6.0.0 age confidence
rollup-plugin-license ^2.0.0 -> ^3.0.0 age confidence
rollup-plugin-terser ^6.0.0 -> ^7.0.0 age confidence
rollup-plugin-visualizer ^4.0.1 -> ^6.0.0 age confidence
ts-node (source) ^8.3.0 -> ^10.0.0 age confidence
typescript (source) ^3.7.4 -> ^5.0.0 age confidence
vue-property-decorator ^8.5.1 -> ^9.0.0 age confidence

Release Notes

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

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

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

v2.2.1

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed

Features
Fixes
  • fix(compat): do not overwrite globalProperties merge them instead by @​xanf in #​1788
  • fix(element): return correct element for component which renders other component while passing array of vnodes in default slot by @​xanf in #​1789
  • fix: cleanup event listeners on unmount by @​freakzlike in #​1793
  • fix(config): Do not use config.renderStubDefaultSlot by @​xanf in #​1797
  • fix(stubs): Do not render function body in stub by @​xanf in #​1819
Other

New Contributors

Full Changelog: vuejs/test-utils@v2.1.0...v2.2.0

v2.1.0

Compare Source

What's Changed

Fixes

Other


Configuration

📅 Schedule: Branch creation - "before 10pm on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jun 22, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jun 23, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jun 23, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 3, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 3, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 4, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 4, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 6, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 6, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 6, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 6, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 9, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 9, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 24, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 24, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 24, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 24, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 24, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 24, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 25, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 26, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 26, 2020
@renovate renovate bot changed the title chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 chore: 🤖 Renovate auto-bump Update dependency vue-property-decorator to v9 Jul 26, 2020
@renovate renovate bot force-pushed the greenkeeper/major-all branch from db5a757 to 9709b2e Compare May 28, 2023 08:50
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 9709b2e to 3a2caeb Compare August 21, 2023 13:35
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 3a2caeb to 75cff7b Compare August 29, 2023 18:05
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 75cff7b to 6afc7c2 Compare October 5, 2023 15:27
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 6afc7c2 to 4f4bf6e Compare November 26, 2023 15:48
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 4f4bf6e to d16d500 Compare January 21, 2024 14:13
@renovate renovate bot force-pushed the greenkeeper/major-all branch from d16d500 to 4294cd5 Compare July 8, 2024 22:44
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 4294cd5 to 265db9c Compare August 25, 2024 11:25
@renovate renovate bot force-pushed the greenkeeper/major-all branch 2 times, most recently from 0f86f86 to 52c8be3 Compare September 21, 2024 22:22
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 52c8be3 to 9e94bcd Compare January 9, 2025 10:20
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 9e94bcd to 103c428 Compare January 16, 2025 21:44
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 103c428 to 1db916f Compare May 24, 2025 14:00
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 1db916f to 8908dc0 Compare July 25, 2025 21:35
@renovate renovate bot force-pushed the greenkeeper/major-all branch 4 times, most recently from 1cf43d9 to 253576b Compare August 13, 2025 16:35
@renovate renovate bot force-pushed the greenkeeper/major-all branch 3 times, most recently from 7dc5fc1 to 3b43d1a Compare August 20, 2025 23:23
@renovate renovate bot force-pushed the greenkeeper/major-all branch 2 times, most recently from 6394984 to c6bb718 Compare September 2, 2025 23:03
@renovate renovate bot force-pushed the greenkeeper/major-all branch 4 times, most recently from d4d7580 to 4633cd1 Compare September 13, 2025 07:12
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 4633cd1 to 6dbdc45 Compare September 15, 2025 19:47
@renovate renovate bot force-pushed the greenkeeper/major-all branch from 6dbdc45 to 53550b2 Compare September 23, 2025 22:29
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