chore(deps): update dependency @vue/vue2-jest to v29 #119
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:
^27.0.0-alpha.2→^29.0.0Release Notes
vuejs/vue-jest (@vue/vue2-jest)
v29.2.6Compare Source
What's Changed
Full Changelog: vuejs/vue-jest@v29.2.5...v29.2.6
v29.2.5Compare Source
What's Changed
lang='tsx'doesn't work for Vue 3 SFC by @sevilyilmaz in #547Full Changelog: vuejs/vue-jest@v29.2.4...v29.2.5
v29.2.4Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.2.3...v29.2.4
v29.2.3Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.2.2...v29.2.3
Install
v29.2.2Compare Source
What's Changed
Full Changelog: vuejs/vue-jest@v29.2.1...v29.2.2
v29.2.1Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.2.0...v29.2.1
Installing:
v29.2.0Compare Source
What's Changed
Full Changelog: vuejs/vue-jest@v29.1.1...v29.2.0
Install
v29.1.1Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.1.0...v29.1.1
v29.1.0: 29.1.0Compare Source
This release contains a single commit from #489 which supports
<script setup>in Vue 2.7 with Jest 29. It was implemented and tested by @thebanjomatic @kiroushi @dten @FelixGraf @kaizige10 @aldarund and a bunch of others - great job and collaboration, this is what FOSS is all about.v29.0.0Compare Source
v29.0.0
Breaking change: Node.js 12 & 17 are no longer supported (Jest 29 breaking change). More in the PR: #494
What's Changed
getTypeScriptConfigcalls by @nogic1008 in #491Full Changelog: vuejs/vue-jest@v28.1.0...v29.0.0
Install
v28.1.0Compare Source
There is a potentially breaking change for some projects: #471 (comment)
If this is a problem you cannot work around, file an issue and we can see what the best option is moving forward. The goal of this PR is to not require
ts-jestandtypescriptto usevue-jest.Installation
What's Changed
tsconfigpackage instead ofts-jestby @nogic1008 in #471New Contributors
Full Changelog: vuejs/vue-jest@v28.0.1...v28.1.0
v28.0.1Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v28.0.0...v28.0.1
Install:
yarn add @​vue/vue2-jestoryarn add @​vue/vue3-jest.v28.0.0Compare Source
We moved the main version to v28.0.0 to match the latest version of Jest on npm, which is also v28. There will always be bugs, we will fix them in patch/minor versions. If you need Jest 27 support, just install with
@vue/vue3-jest@27.Note: I (@lmiller1990) am not using Vue Jest either personally or professionally and cannot prioritise it as much as my other library (Vue Test Utils). If you'd like to assist with maintaining Vue Jest, please reach out.
How to install
yarn add @​vue/[email protected](works with Vue 3, Jest 28) oryarn add @​vue/vue3-jest@latestfor the latest one.yarn add @​vue/[email protected](works with Vue 2, Jest 28) oryarn add @​vue/vue2-jest@latestfor the latest one.Fixes
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.