Skip to content
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/vue2-jest to v29 #157

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/vue2-jest 29.2.2 -> 29.2.6 age adoption passing confidence

Release Notes

vuejs/vue-jest (@​vue/vue2-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/vue2-jest@29.2.1
npm install @​vue/vue3-jest@29.2.1

v29.2.0

Compare Source

What's Changed

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

Install

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

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

Fixes


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Nov 1, 2023

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 18 0 0.42s
✅ BASH bash-exec 4 0 0.05s
✅ BASH shellcheck 1 0 0.05s
✅ BASH shfmt 4 0 0.0s
✅ CSHARP csharpier 1 0 2.16s
⚠️ CSHARP dotnet-format 1 1 1.68s
✅ CSHARP roslynator 1 0 20.85s
✅ CSS stylelint 1 0 1.87s
✅ DOCKERFILE hadolint 4 0 0.22s
✅ EDITORCONFIG editorconfig-checker 378 0 3.82s
✅ ENV dotenv-linter 1 0 0.01s
✅ GROOVY npm-groovy-lint 7 0 14.96s
✅ HTML djlint 2 0 1.43s
✅ HTML htmlhint 2 0 0.45s
✅ JAVA checkstyle 59 0 7.1s
✅ JSON jsonlint 31 0 0.35s
✅ JSON prettier 31 0 4.79s
✅ JSON v8r 31 0 79.39s
⚠️ MARKDOWN markdownlint 22 194 1.85s
✅ PYTHON bandit 1 0 2.07s
✅ PYTHON black 1 0 0.81s
✅ PYTHON flake8 1 0 0.46s
✅ PYTHON isort 1 0 0.32s
✅ PYTHON mypy 1 0 8.22s
✅ PYTHON ruff 1 0 0.02s
✅ REPOSITORY checkov yes no 20.78s
✅ REPOSITORY gitleaks yes no 1.95s
✅ REPOSITORY git_diff yes no 0.17s
✅ REPOSITORY kics yes no 58.37s
✅ REPOSITORY secretlint yes no 2.09s
✅ REPOSITORY syft yes no 3.36s
❌ REPOSITORY trivy yes 1 9.58s
✅ REPOSITORY trivy-sbom yes no 1.67s
✅ REPOSITORY trufflehog yes no 7.01s
✅ XML xmllint 3 0 0.01s
✅ YAML prettier 111 0 2.92s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 7 times, most recently from 78f698c to 8be9b46 Compare November 3, 2023 23:56
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 2 times, most recently from d8d5abb to ce68202 Compare November 27, 2023 15:54
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 3 times, most recently from 7e155b1 to 19eb920 Compare December 1, 2023 09:27
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch from 19eb920 to 5e44803 Compare December 24, 2023 01:57
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 16 times, most recently from 655d940 to 887a69b Compare January 12, 2024 14:30
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 6 times, most recently from d57876b to b42f7ef Compare April 1, 2024 22:17
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 4 times, most recently from 6919c8a to 78781ab Compare April 20, 2024 18:31
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch from 78781ab to 482fc2b Compare May 1, 2024 12:19
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 2 times, most recently from 98e3bb2 to 1dcd172 Compare May 30, 2024 20:49
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch 15 times, most recently from b2f54b1 to 948b6d0 Compare June 7, 2024 09:16
@renovate renovate bot force-pushed the renovate/vue-vue2-jest-29.x branch from 948b6d0 to 99e9f0d Compare June 21, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants