Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 6, 2020

Bumps ts-jest from 25.4.0 to 25.5.0.

Changelog

Sourced from ts-jest's changelog.

25.5.0 (2020-05-05)

Bug Fixes

  • compiler: make projectReferences work with isolatedModules: false (#1541) (3e8efbe)
  • compiler: allow using files provided by tsconfig (#1562) (a9f02bd)
  • config: verify testMatchPatterns contain RegExp instance or string type values (#1569) (7f85bab)

Features

  • config: add tsconfig alias to tsConfig option (#1565) (c10eb6d)
  • config: define 'ts-jest' on ConfigGlobals interface of @jest/types (#1592) (4526392)

Performance Improvements

  • compiler: don’t write compile output to file system but rely on jest cache (#1561) (d11a4ea)
  • compiler: improve performance for isolatedModules: false (#1558) (85c09e3)

BREAKING CHANGES

  • Any custom typing files or files which are needed to be compiled and intended to use with jest need to be defined in files option of tsconfig.

For example:

// tsconfig.json
{
   // ...other configs
   "files": [
       "my-custom-typings.d.ts".
       "my-global-module.ts"
   ]
}
  • compiler: incremental and compilerHost options are no longer available. Please remove it from your ts-jest config.

25.5.0-beta.0 (2020-04-29)

Bug Fixes

  • compiler: allow using files provided by tsconfig (#1562) (907a280)
  • config: verify testMatchPatterns contain RegExp instance or string type values (#1569) (7f85bab)
... (truncated)
Commits
  • 5cdbabb chore(release): prepare 25.5.0 release
  • 45502b6 chore(release): update CHANGELOG and version for 25.5.0
  • b032d5d build(deps-dev): organize dependencies' versions consistently (#1596)
  • 4526392 feat(config): define 'ts-jest' on ConfigGlobals interface of @jest/types ...
  • 526265d chore: migrate tslint to eslint (#1590)
  • 720c854 chore: remove unused variable input in readTsConfig of ConfigSet (#1584)
  • de59e3f test: correct unit tests and e2e tests for language service (#1579)
  • 9335b77 chore(release): release v25.5.0-beta.0
  • 5a349e2 chore: use Map for compiler memory cache (#1575)
  • a9f02bd fix(compiler)(BREAKING): allow using files provided by tsconfig (#1562)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by anhpnnd, a new releaser for ts-jest since your current version.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. label May 6, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-jest-25.5.0 branch from b2e5f75 to 83f0b1c Compare May 6, 2020 13:26
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: b2e5f75
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 83f0b1c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented May 6, 2020

Thanks Dependabot!

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-jest-25.5.0 branch from 83f0b1c to f46df3c Compare May 6, 2020 17:11
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: f46df3c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented May 6, 2020

Thanks Dependabot!

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-jest-25.5.0 branch from f46df3c to 5bbf195 Compare May 6, 2020 18:05
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 5bbf195
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented May 6, 2020

Thanks Dependabot!

@mergify mergify bot merged commit fa91efa into master May 6, 2020
@mergify mergify bot deleted the dependabot/npm_and_yarn/ts-jest-25.5.0 branch May 6, 2020 18:48
karupanerura pushed a commit to karupanerura/aws-cdk that referenced this pull request May 7, 2020
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.4.0 to 25.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@v25.4.0...v25.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This issue is a problem in a dependency or a pull request that updates a dependency file.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant