Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

chore(deps): update dependency ts-jest to v25.5.1 #148

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 21, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-jest (source) 25.2.0 -> 25.5.1 age adoption passing confidence

Release Notes

kulshekhar/ts-jest

v25.5.1

Compare Source

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)

v25.5.0

Compare Source

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.

v25.4.0

Compare Source

Bug Fixes
  • compiler: make projectReferences work with isolatedModules: true (#​1527) (aa6b74c)
  • compiler: make sure LanguageService updated with test file information before getting diagnostics for test file (#​1507) (311eaeb)
  • config: set default outDir when allowJs is true and no outDir in tsconfig (#​1502) (1a287ad)
  • config: use original jest config object instead of stringified config (#​1511) (4f0bb33)

25.3.1 (2020-04-03)

Bug Fixes

v25.3.1

Compare Source

Bug Fixes

v25.3.0

Compare Source

Bug Fixes
  • add jest-config to dependencies list (6d9e0d8)
  • always do type check for all files provided to ts-jest transformer for non-watch mode (#​1450) (107e062)
Chores
  • docs: add TROUBLESHOOTING (96cd9b3)
Features
BREAKING CHANGES
  • config: improve diagnostics message (#​1444) (96cd9b3). This will affect to any snapshots or assertion against diagnostics messages

v25.2.1

Compare Source

Bug Fixes
  • compiler: allow transformation of typescript files in node_modules (#​1385) (814405e)
  • docs: fixing slack link and some minor typos in documenation (#​1404) (3e2e008)
  • transformer: add deepUnmock to hoist method list (#​1372) (0fbbc00)
  • util: use resolve package typescript package in yarn workspaces (#​1377) (a63808c)

Configuration

📅 Schedule: Branch creation - "after 5pm on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from 256d526 to 735abe4 Compare March 30, 2020 06:22
@renovate renovate bot changed the title Update dependency ts-jest to v25.2.1 Update dependency ts-jest to v25.3.0 Mar 30, 2020
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 3 times, most recently from a02bc17 to 854d478 Compare April 3, 2020 15:23
@renovate renovate bot changed the title Update dependency ts-jest to v25.3.0 Update dependency ts-jest to v25.3.1 Apr 3, 2020
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from 854d478 to 378eca5 Compare April 17, 2020 06:03
@renovate renovate bot changed the title Update dependency ts-jest to v25.3.1 Update dependency ts-jest to v25.4.0 Apr 17, 2020
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from 378eca5 to d2eb0e0 Compare April 29, 2020 14:58
@renovate renovate bot changed the title Update dependency ts-jest to v25.4.0 chore(deps): update dependency ts-jest to v25.4.0 Apr 29, 2020
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from d2eb0e0 to cd2fdfb Compare May 6, 2020 09:21
@renovate renovate bot changed the title chore(deps): update dependency ts-jest to v25.4.0 chore(deps): update dependency ts-jest to v25.5.0 May 6, 2020
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from cd2fdfb to a9a763e Compare May 9, 2020 09:47
@renovate renovate bot changed the title chore(deps): update dependency ts-jest to v25.5.0 chore(deps): update dependency ts-jest to v25.5.1 May 9, 2020
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 9, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from a9a763e to 1c3c3d4 Compare June 30, 2020 16:08
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (1.8.0_181) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from 1c3c3d4 to 0e7460f Compare September 24, 2020 14:45
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (1.8.0_181) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant