-
Notifications
You must be signed in to change notification settings - Fork 3
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 dependency @vue/vue3-jest to v29 #451
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
09c5baf
to
9595c27
Compare
77af89a
to
186083f
Compare
091b790
to
aaf791a
Compare
fbec19c
to
260aee3
Compare
5c402c8
to
9ae6738
Compare
f7d056a
to
acb9abb
Compare
8cf6fab
to
f8dc40a
Compare
f8dc40a
to
24af0d3
Compare
|
24af0d3
to
f31f3bf
Compare
JaCoCo Test Coverage Summary Statistics
|
3c06ef4
to
06b1292
Compare
5065004
to
ed1dc9a
Compare
JaCoCo Test Coverage Summary Statistics
|
1 similar comment
JaCoCo Test Coverage Summary Statistics
|
ed1dc9a
to
ac00557
Compare
ac00557
to
20a022a
Compare
JaCoCo Test Coverage Summary Statistics
|
This PR contains the following updates:
27.0.0
->29.2.6
Release Notes
vuejs/vue-jest (@vue/vue3-jest)
v29.2.6
Compare Source
What's Changed
Full Changelog: vuejs/vue-jest@v29.2.5...v29.2.6
v29.2.5
Compare Source
What's Changed
lang='tsx'
doesn't work for Vue 3 SFC by @sevilyilmaz in https://github.com/vuejs/vue-jest/pull/547Full Changelog: vuejs/vue-jest@v29.2.4...v29.2.5
v29.2.4
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.2.3...v29.2.4
v29.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.2.2...v29.2.3
Install
v29.2.2
Compare Source
What's Changed
Full Changelog: vuejs/vue-jest@v29.2.1...v29.2.2
v29.2.1
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v29.2.0...v29.2.1
Installing:
v29.2.0
Compare Source
What's Changed
Full Changelog: vuejs/vue-jest@v29.1.1...v29.2.0
Install
v29.1.1
Compare 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 https://github.com/vuejs/vue-jest/pull/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.0
Compare Source
v29.0.0
Breaking change: Node.js 12 & 17 are no longer supported (Jest 29 breaking change). More in the PR: https://github.com/vuejs/vue-jest/pull/494
What's Changed
getTypeScriptConfig
calls by @nogic1008 in https://github.com/vuejs/vue-jest/pull/491Full Changelog: vuejs/vue-jest@v28.1.0...v29.0.0
Install
v28.1.0
Compare Source
There is a potentially breaking change for some projects: https://github.com/vuejs/vue-jest/pull/471#issue-1232021124
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-jest
andtypescript
to usevue-jest
.Installation
What's Changed
tsconfig
package instead ofts-jest
by @nogic1008 in https://github.com/vuejs/vue-jest/pull/471New Contributors
Full Changelog: vuejs/vue-jest@v28.0.1...v28.1.0
v28.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: vuejs/vue-jest@v28.0.0...v28.0.1
Install:
yarn add @​vue/vue2-jest
oryarn add @​vue/vue3-jest
.v28.0.0
Compare 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@latest
for the latest one.yarn add @​vue/[email protected]
(works with Vue 2, Jest 28) oryarn add @​vue/vue2-jest@latest
for the latest one.Fixes
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.