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

build(deps-dev): bump ts-jest-resolver from 1.1.0 to 2.0.0 #6

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps ts-jest-resolver from 1.1.0 to 2.0.0.

Release notes

Sourced from ts-jest-resolver's releases.

v2.0.0

  • [BREAKING CHANGE] Resolution order was changed to use same as TypeScript, so now ".tsx" has more priority than ".ts".
  • Resolves ".mjs" to ".mts" and ".cjs" to ".cts" extension.
  • Doesn't explicity requires jest-resolve in the module, so no more compatibility problems with Jest 27.
  • Upgrade dependencies and devDependencies.
Commits
  • e35fcd3 πŸ”– bump to version 2.0.0
  • 52bce7a πŸ“ improve "How it works" section and JSDocs
  • d5f4c5c βœ… add jsx tests and update js tests
  • 89afc07 πŸ› fix resolution order and JSX support
  • ff272a0 πŸ“ include ".mjs" and ".cjs" resolution in docs
  • 91a6c8a πŸ”– bump to version 1.2.0
  • f20c7de βœ… test .mjs and .cjs resolutions
  • 2bd2fa2 βœ… use a mock of defaultResolver
  • 84bae0d ✨ resolves .mjs to .mts and .cjs to .cts
  • 78f8b31 ✨ doesn't directly require jest-resolve
  • Additional commits viewable 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 [ts-jest-resolver](https://github.com/VitorLuizC/ts-jest-resolver) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/VitorLuizC/ts-jest-resolver/releases)
- [Commits](VitorLuizC/ts-jest-resolver@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: ts-jest-resolver
  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 Jun 27, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #6 (c401153) into main (432e905) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main        #6   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          201       201           
  Branches        77        77           
=========================================
  Hits           201       201           

Continue to review full report at Codecov.

Legend - Click here to learn more
Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data
Powered by Codecov. Last update 432e905...c401153. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant