Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

chore(deps): update dependency @vue/vue3-jest to v29 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Jan 24, 2024

This PR contains the following updates:

Package Type Update Change
@vue/vue3-jest devDependencies major ^27.0.0-alpha.1 -> ^29.0.0

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

Full 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

npm install @​vue/vue2-jest
npm install @​vue/vue3-jest

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:

npm install @​vue/[email protected]
npm install @​vue/[email protected]

v29.2.0

Compare Source

What's Changed

Full Changelog: vuejs/vue-jest@v29.1.1...v29.2.0

Install

npm install @​vue/[email protected]
npm install @​vue/[email protected]

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

What's Changed

Full Changelog: vuejs/vue-jest@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 PR is to not require ts-jest and typescript to use vue-jest.

Installation

yarn add @&#8203;vue/[email protected] --dev
yarn add @&#8203;vue/[email protected] --dev

What's Changed

New 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 @&#8203;vue/vue2-jest or yarn add @&#8203;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 @&#8203;vue/[email protected] (works with Vue 3, Jest 28) or yarn add @&#8203;vue/vue3-jest@latest for the latest one.
  • yarn add @&#8203;vue/[email protected] (works with Vue 2, Jest 28) or yarn add @&#8203;vue/vue2-jest@latest for the latest one.

Fixes


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@descope descope bot added the renovate label Jan 24, 2024
@descope descope bot enabled auto-merge (squash) January 24, 2024 21:08
@descope
Copy link
Contributor Author

descope bot commented Jan 24, 2024

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @descope/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/babel-jest
npm ERR!   dev babel-jest@"^27.0.6" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer babel-jest@"29.x" from @vue/[email protected]
npm ERR! node_modules/@vue/vue3-jest
npm ERR!   dev @vue/vue3-jest@"^29.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-06-09T09_56_34_524Z-debug-0.log

@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 4985954 to 22dd1c8 Compare January 25, 2024 23:30
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 22dd1c8 to 632c83d Compare February 4, 2024 10:43
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 632c83d to e054351 Compare February 5, 2024 20:40
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from e054351 to dcb59ba Compare February 7, 2024 10:12
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from dcb59ba to bba1d71 Compare February 7, 2024 14:53
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from bba1d71 to 60ba6f4 Compare February 15, 2024 09:12
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 60ba6f4 to 3f5e861 Compare February 29, 2024 19:07
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 3f5e861 to 1e7d126 Compare March 3, 2024 12:12
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 1e7d126 to c01c508 Compare March 11, 2024 07:51
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from c01c508 to 9b73d65 Compare March 12, 2024 11:27
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 9b73d65 to 8a64ec2 Compare March 22, 2024 22:30
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 8a64ec2 to efe8cde Compare March 24, 2024 15:08
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from efe8cde to 2461989 Compare March 25, 2024 16:44
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from a7c91f0 to 62931e7 Compare April 3, 2024 06:47
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 62931e7 to cf01505 Compare April 3, 2024 06:52
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from cf01505 to e933388 Compare April 10, 2024 12:32
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from e933388 to d6ac5c6 Compare April 11, 2024 10:22
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from d6ac5c6 to e509eb7 Compare April 19, 2024 13:52
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from e509eb7 to 0f419aa Compare April 22, 2024 11:00
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 0f419aa to d46c77c Compare April 29, 2024 21:01
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from d46c77c to 675d6ef Compare April 30, 2024 20:44
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 675d6ef to b4a1754 Compare May 6, 2024 13:46
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from b4a1754 to 6e07c13 Compare May 23, 2024 08:51
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 6e07c13 to 1f6d9e1 Compare May 26, 2024 13:18
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 1f6d9e1 to 2802ea7 Compare May 30, 2024 13:04
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 2802ea7 to 2edf899 Compare June 6, 2024 10:27
@descope descope bot force-pushed the renovate/vue-vue3-jest-29.x branch from 2edf899 to 10bee7d Compare June 9, 2024 09:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants