-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(deps): update devdependency @vue/test-utils to v2 - autoclosed #322
Conversation
0db923d
to
ca8aaf1
Compare
7f9fdce
to
2405a3e
Compare
4b4af55
to
17bcb4c
Compare
915417d
to
41067da
Compare
93df6db
to
dc7ca9e
Compare
66c3910
to
a9f00e5
Compare
a9f00e5
to
e0a5821
Compare
e0a5821
to
d40c765
Compare
d40c765
to
bc2610a
Compare
bc2610a
to
7526794
Compare
7526794
to
30207a3
Compare
30207a3
to
e31f175
Compare
WalkthroughThe project has updated the version of the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
e31f175
to
cf0dc78
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@vue/test-utils@1.3.6) |
cf0dc78
to
cf4dd56
Compare
efe3785
to
093bf52
Compare
093bf52
to
9cf0e18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
62-62
: LGTM! But review the changelog for potential breaking changes.The update of
@vue/test-utils
from1.3.6
to2.4.6
is necessary to keep the dependencies up-to-date. Ensure to review the changelog for potential breaking changes and new features.
This PR contains the following updates:
1.3.6
->2.4.6
Release Notes
vuejs/test-utils (@vue/test-utils)
v2.4.6
Compare Source
What's Changed
get
vsfind
behavior by @KatWorkGit in https://github.com/vuejs/test-utils/pull/2422New 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
Fix
<transition>
stubs by @alecgibson in https://github.com/vuejs/test-utils/pull/2185setData
by @rory-instil in https://github.com/vuejs/test-utils/pull/2166VNodeChild
type fromvue
to avoid breakage by @sodatea in https://github.com/vuejs/test-utils/pull/2237Docs
Chore
New Contributors
Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2
v2.4.1
Compare Source
What's Changed
Fixes
Docs
isVisible()
by @alecgibson in https://github.com/vuejs/test-utils/pull/2122(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
Other
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (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.
Summary by CodeRabbit
@vue/test-utils
package to version2.4.6
, enhancing the testing capabilities for Vue.js applications.