Skip to content

Update dependency @vue/vue3-jest to v29 - autoclosed

igswsihw-wmadepbot requested to merge renovate/vue-vue3-jest-29.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/vue3-jest 28.0.1 -> 29.1.0 age adoption passing confidence

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

Compare 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 MR: https://github.com/vuejs/vue-jest/pull/494

What's Changed

Full Changelog: https://github.com/vuejs/vue-jest/compare/v28.1.0...v29.0.0

Install

npm install @&#8203;vue/vue3-jest@29 -D
npm install @&#8203;vue/vue2-jest@29 -D

v28.1.0

Compare Source

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 @&#8203;vue/vue2-jest@28.1.0 --dev
yarn add @&#8203;vue/vue3-jest@28.1.0 --dev

What's Changed

New Contributors

Full Changelog: https://github.com/vuejs/vue-jest/compare/v28.0.1...v28.1.0


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by igswsihw-wmadepbot

Merge request reports