-
Notifications
You must be signed in to change notification settings - Fork 44
chore: 🤖 Renovate auto-bump Update all (major) #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
staging
Choose a base branch
from
greenkeeper/major-all
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0f86f86 to
52c8be3
Compare
52c8be3 to
9e94bcd
Compare
9e94bcd to
103c428
Compare
103c428 to
1db916f
Compare
1db916f to
8908dc0
Compare
1cf43d9 to
253576b
Compare
7dc5fc1 to
3b43d1a
Compare
6394984 to
c6bb718
Compare
d4d7580 to
4633cd1
Compare
4633cd1 to
6dbdc45
Compare
53550b2 to
3e4759f
Compare
977849e to
68a489a
Compare
e7e72f9 to
fb7a2df
Compare
fb7a2df to
7b44eac
Compare
Contributor
Author
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.0.0->^11.0.0^16.1.0->^27.0.0^1.0.0-beta.29->^2.0.0^4.0.0->^5.0.0^4.0.1->^15.0.0^9.0.0->^11.0.0^16.0.0->^27.0.0^1.0.3->^3.0.0^3.0.0->^6.0.0^2.0.0->^3.0.0^6.0.0->^7.0.0^4.0.1->^6.0.0^8.3.0->^10.0.0^3.7.4->^5.0.0^8.5.1->^9.0.0Release Notes
vuejs/test-utils (@vue/test-utils)
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
Full Changelog: vuejs/test-utils@v2.2.1...v2.2.2
v2.2.1Compare Source
What's Changed
Full Changelog: vuejs/test-utils@v2.2.0...v2.2.1
v2.2.0Compare Source
What's Changed
Features
Fixes
Other
New Contributors
Full Changelog: vuejs/test-utils@v2.1.0...v2.2.0
v2.1.0Compare Source
What's Changed
Fixes
script setupcomponent by @joeyhuang0235 in #1783Other
Chore
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.
This PR was generated by Mend Renovate. View the repository job log.