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

Bump ts-jest from 26.4.4 to 26.5.0 #516

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2021

Bumps ts-jest from 26.4.4 to 26.5.0.

Changelog

Sourced from ts-jest's changelog.

27.0.0-next.4 (2021-01-22)

Features

  • config: replace pathRegex with exclude (#2295) (f2f99c3)
  • config: type checking js files based on checkJs (#2283) (1e04433)

BREAKING CHANGES

  • One is currently using pathRegex should use exclude with Glob patterns.
  • If one currently relies on type check for js files, please set checkJs: true in your tsconfig

27.0.0-next.3 (2021-01-14)

Bug Fixes

  • reduce size of node_modules when adding ts-jest (#2263) (8e0675c)

Features

27.0.0-next.2 (2020-12-17)

Bug Fixes

Features

  • compiler: allow isolatedModule: true to have ESM support (#2219) (e101db0), closes #1709
  • presets: add 3 new presets to work with ESM (#2207) (c277858)
  • allow subclasses of TsJestTransformer to have version checking (#2176) (ca8d7c4)
  • support jest 27 (#2171) (9909b9d)

Performance Improvements

  • reuse jest file system cache for isolatedModules: false (#2189) (68f446b)

... (truncated)

Commits
  • b8d5d20 fix: reduce size of node_modules when adding ts-jest (#2309)
  • 0c555c2 feat(config): introduce exclude to exclude files from diagnostics (#2308)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner January 29, 2021 16:02
@dependabot dependabot bot requested review from emersonknapp and Karsten1987 and removed request for a team January 29, 2021 16:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2021
@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #516 (4fcf28d) into master (d4316b3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #516   +/-   ##
=======================================
  Coverage   36.00%   36.00%           
=======================================
  Files           1        1           
  Lines         150      150           
  Branches       29       29           
=======================================
  Hits           54       54           
  Misses         96       96           

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 d4316b3...1b6c089. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ts-jest-26.5.0 branch from 64a03b7 to 9d07e5d Compare January 29, 2021 17:03
@emersonknapp emersonknapp removed the request for review from Karsten1987 February 4, 2021 20:27
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v26.4.4...v26.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ts-jest-26.5.0 branch from 9d07e5d to 1b6c089 Compare February 4, 2021 22:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2021

Superseded by #531.

@dependabot dependabot bot closed this Feb 9, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ts-jest-26.5.0 branch February 9, 2021 16:03
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant