Update dependency @vue/vue3-jest to v29 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@vue/vue3-jest | 28.0.1 -> 29.1.0 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
vuejs/vue-jest
v29.1.0
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
v29.0.0
Breaking change: Node.js 12 & 17 are no longer supported (Jest 29 breaking change). More in the MR: https://github.com/vuejs/vue-jest/pull/494
What's Changed
- fix(vue3-jest): reduce
getTypeScriptConfig
calls by @nogic1008 in https://github.com/vuejs/vue-jest/pull/491 - breaking: support Jest 29 by @nogic1008 in https://github.com/vuejs/vue-jest/pull/494
Full Changelog: https://github.com/vuejs/vue-jest/compare/v28.1.0...v29.0.0
Install
npm install @​vue/vue3-jest@29 -D
npm install @​vue/vue2-jest@29 -D
v28.1.0
⚠ Breaking ⚠
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 MR is to not require ts-jest
and typescript
to use vue-jest
.
Installation
yarn add @​vue/vue2-jest@28.1.0 --dev
yarn add @​vue/vue3-jest@28.1.0 --dev
What's Changed
- fix: source maps for vue2-jest by @NikhilVerma in https://github.com/vuejs/vue-jest/pull/486
- feat: load TypeScript config from
tsconfig
package instead ofts-jest
by @nogic1008 in https://github.com/vuejs/vue-jest/pull/471 - fix: Less relative path in imports by @cmath10 in https://github.com/vuejs/vue-jest/pull/475
New Contributors
- @NikhilVerma made their first contribution in https://github.com/vuejs/vue-jest/pull/486
- @cmath10 made their first contribution in https://github.com/vuejs/vue-jest/pull/475
Full Changelog: https://github.com/vuejs/vue-jest/compare/v28.0.1...v28.1.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.