Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2022

Bumps @vue/vue2-jest from 27.0.0 to 28.1.0.

Release notes

Sourced from @​vue/vue2-jest's releases.

v28.1.0

⚠️ Breaking ⚠️

There is a potentially breaking change for some projects: vuejs/vue-jest#471

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 @vue/vue2-jest@28.1.0 --dev
yarn add @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

What's Changed

New Contributors

Full Changelog: vuejs/vue-jest@v28.0.0...v28.0.1

Install: yarn add @vue/vue2-jest or yarn add @vue/vue3-jest.

v28.0.0

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

Fixes

Commits
  • 6d1eec5 publish 28.1.0
  • 77c821d fix: Less relative path in imports (#475)
  • a84eafb feat: load TypeScript config from tsconfig package instead of ts-jest (#471)
  • 4530039 Fix source maps for vue2-jest (#486)
  • f6f9838 publish: 28.0.1
  • 2e027a8 fix(sass-imports): resolve module imports relative to file being processed (#...
  • e218c07 docs: Update Readme (#473)
  • f75662d chore: release Jest 28 support (#472)
  • d8568cb feat: Support jest 28 (#468)
  • e2c7a56 Issue #417: Should not return empty string so that it is compatible with babe...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vue/vue2-jest](https://github.com/vuejs/vue-jest) from 27.0.0 to 28.1.0.
- [Release notes](https://github.com/vuejs/vue-jest/releases)
- [Commits](vuejs/vue-jest@v27.0.0...v28.1.0)

---
updated-dependencies:
- dependency-name: "@vue/vue2-jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 16, 2022
@dependabot dependabot bot temporarily deployed to VANILLA_TUTO_PROD August 16, 2022 04:02 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant