Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

chore(deps-dev): bump ts-jest from 25.2.1 to 25.5.1 #7

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2021

Bumps ts-jest from 25.2.1 to 25.5.1.

Changelog

Sourced from ts-jest's changelog.

25.5.1 (2020-05-09)

Bug Fixes

  • compiler: don't resolve files from build folder for projectReferences (#1614) (74b92d3)
  • config: don't set include value of tsconfig to empty array (#1606) (8a29aaa)

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.

... (truncated)

Commits
  • 4d4850e chore(release): 25.5.1 (#1611)
  • 74b92d3 fix(compiler): don't resolve files from build folder for projectReferences ...
  • 8a29aaa fix(config): don't set include to empty array (#1606)
  • 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)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by tsjest, 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 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2021
@mjroeleveld
Copy link

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ts-jest-25.5.1 branch from 0f8e470 to fdce824 Compare June 23, 2021 07:23
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant