Skip to content

chore(deps): update dependency ts-jest to v27.1.5 #829

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2022

This PR contains the following updates:

Package Change Age Confidence
ts-jest (source) 27.1.4 -> 27.1.5 age confidence

Release Notes

kulshekhar/ts-jest (ts-jest)

v27.1.5

Compare Source

Bug Fixes
  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#​3430) (0d7356c)
Features
BREAKING CHANGES
  • path-mapping AST transformer is no longer shipped in ts-jest v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • Any imports ts-jest/dist/compiler/ts-compiler should change to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-jest/dist/legacy/config/config-set
  • Minimum support TypeScript version is now 4.3 since Jest 28 requires it.
  • Jest 28 is required.
  • core: Any imports ts-jest/utils should be replaced with ts-jest.
  • core: Starting from Jest 27.4, mocked has been integrated into Jest repo.
  • core: Support for Node.js v10 has been removed as Jest drops support for it.

27.1.5 (2022-05-17)

Bug Fixes

27.1.4 (2022-03-24)

Bug Fixes

27.1.3 (2022-01-14)

Bug Fixes
  • compiler: update memory cache for compiler using received file content (#​3194) (e4d9541)

27.1.2 (2021-12-15)

Bug Fixes
  • stimulate esbuild type to avoid importing esbuild directly (#​3147) (9ace0a9)

27.1.1 (2021-12-07)

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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-27.x branch from 90b5049 to ec5650e Compare July 1, 2022 16:57
@renovate renovate bot force-pushed the renovate/ts-jest-27.x branch from ec5650e to 07b330c Compare October 13, 2023 14:18
@renovate renovate bot force-pushed the renovate/ts-jest-27.x branch from 07b330c to cf741cd Compare August 10, 2025 15:44
Copy link
Contributor Author

renovate bot commented Aug 10, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22550:21)
    at Object.getSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22699:20)
    at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22917:31)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:22956:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.34.0/16.14.2/node_modules/corepack/dist/lib/corepack.cjs:23660:7)

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