chore(deps): update devdependency @vue/test-utils to v2 - #84
chore(deps): update devdependency @vue/test-utils to v2#84renovate[bot] wants to merge 1 commit into
Conversation
fbb7fec to
e232dec
Compare
a47e308 to
18d6c3b
Compare
f9788af to
92e513c
Compare
92e513c to
db65d27
Compare
c303c51 to
d65baf4
Compare
d65baf4 to
6d2510f
Compare
e33cb8d to
ccacf1a
Compare
ccacf1a to
2b121c7
Compare
15bd719 to
71a0105
Compare
71a0105 to
a624831
Compare
a624831 to
e4f05d1
Compare
e4f05d1 to
4eb6910
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
4eb6910 to
f96fd94
Compare
f96fd94 to
34a67f3
Compare
34a67f3 to
65271a1
Compare
65271a1 to
2303bc2
Compare
2303bc2 to
e8cfdd5
Compare
e8cfdd5 to
5b1cf5f
Compare
5b1cf5f to
5b7036d
Compare
5b7036d to
17438de
Compare
17438de to
bba3d86
Compare
bba3d86 to
ccb0e2e
Compare
ccb0e2e to
218c427
Compare
218c427 to
1617faf
Compare
1617faf to
bf4db83
Compare
|
691b59c to
cc479a3
Compare
cc479a3 to
41f66d1
Compare
41f66d1 to
ddb747f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #84 +/- ##
===========================================
+ Coverage 90.24% 90.87% +0.62%
===========================================
Files 13 9 -4
Lines 2132 2125 -7
Branches 103 103
===========================================
+ Hits 1924 1931 +7
+ Misses 203 191 -12
+ Partials 5 3 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
^1.3.3→^2.4.11Release Notes
vuejs/test-utils (@vue/test-utils)
v2.4.11Compare Source
compare changes
🩹 Fixes
setData()correctly for components using bothsetup()anddata()(#2846)GlobalMountOptionstype (#2851)event.codeonkeydown/keyup(#2850)❤️ Contributors
v2.4.10Compare Source
v2.4.9Compare Source
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors
v2.4.8Compare Source
compare changes
🩹 Fixes
🤖 CI
❤️ Contributors
v2.4.7Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
💅 Refactors
📖 Documentation
<select>(#2819)🏡 Chore
🤖 CI
❤️ Contributors
v2.4.6Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6
v2.4.5Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5
v2.4.4Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4
v2.4.3Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3
v2.4.2Compare 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 usingtext()on a single element). So if you were checking the text of<span>Trimmed </span><span>Example</span>, it is nowTrimmedExampleinstead ofTrimmed Example(and thetext()of the first span is stillTrimmedas it was before).Fix
<transition>stubs by @alecgibson in #2185setDataby @rory-instil in #2166VNodeChildtype fromvueto avoid breakage by @sodatea in #2237Docs
Chore
New Contributors
Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2
v2.4.1Compare Source
What's Changed
Fixes
Docs
isVisible()by @alecgibson in #2122(Dev) Dependencies
New Contributors
Full Changelog: vuejs/test-utils@v2.4.0...v2.4.1
v2.4.0Compare 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.2Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.3.1...v2.3.2
v2.3.1Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
renderToStringis merged for SSR testing, thanks to @wobsoriano and @cexbrayat!New Contributors
Full Changelog: vuejs/test-utils@2.2.10...v2.3.0
v2.2.10Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.9...2.2.10
v2.2.9Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.8...v2.2.9
v2.2.8Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.7...v2.2.8
v2.2.7Compare Source
Fixes
Docs
Chore
New Contributors
Full Changelog: vuejs/test-utils@v2.2.6...v2.2.7
v2.2.6Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.5...v2.2.6
v2.2.5Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/test-utils@v2.2.4...v2.2.5
v2.2.4Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.3...v2.2.4
v2.2.3Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.2...v2.2.3
v2.2.2Compare Source
Fixes
Other
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.