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 22.0.1 to 22.4.2 #217

Closed

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Mar 19, 2018

Bumps ts-jest from 22.0.1 to 22.4.2.

Release notes

Sourced from ts-jest's releases.

22.4.2

added a flag to allow disabling sourcemap support

{
  "globals: {
    "ts-jest": {
      "disableSourceMapSupport": true
    }
  }
}

22.4.1

Fixed #455

22.4.0

  • provide an object containing the source and sourcemap to jest
  • remove dependency on source-map-support (provided by jest)
  • fix the logger

22.0.4

Add support for jest multi-projects #438

22.0.3

Add option to run TypeScript diagnostics #427

22.0.2

adds logging to help when debugging issues

Changelog

Sourced from ts-jest's changelog.

All release changes can be seen in the release page

Release page URL: https://github.com/kulshekhar/ts-jest/releases

Commits

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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 22.0.1 to 22.4.2.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v22.0.1...v22.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Looks like ts-jest is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ts-jest-22.4.2 branch March 25, 2018 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The "enableDiagnostics" option is broken in 22.4.0
1 participant