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

Update dependency ts-jest to v25.5.1 #1599

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2022

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kulshekhar/ts-jest (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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 13 times, most recently from 34dd2bc to ba922b7 Compare December 9, 2022 08:03
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 4 times, most recently from 0e649af to 5015e22 Compare December 14, 2022 16:59
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 2 times, most recently from b5427be to 4b8c809 Compare December 28, 2022 09:27
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 4 times, most recently from 0070e74 to e250765 Compare January 12, 2023 14:02
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 2 times, most recently from 4a2a7ff to d05a7a6 Compare January 31, 2023 08:41
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 5 times, most recently from 2566421 to b7d4689 Compare February 9, 2023 17:17
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 2 times, most recently from dec786a to 2354230 Compare June 18, 2024 08:34
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 3 times, most recently from 5bd183e to e652d7e Compare July 1, 2024 07:06
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 4 times, most recently from 9d87052 to 92d3e64 Compare July 19, 2024 10:18
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 3 times, most recently from 42fc0f5 to dffe950 Compare July 27, 2024 12:25
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 5 times, most recently from f6fce41 to ed8484e Compare September 3, 2024 06:50
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 7 times, most recently from ea4d23c to ddb3a9c Compare September 10, 2024 01:57
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 3 times, most recently from b3ba4ee to 81f07d0 Compare October 3, 2024 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants