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 v28.0.8 #110

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

kulshekhar/ts-jest (ts-jest)

v28.0.8

Compare Source

Bug Fixes

v28.0.7

Compare Source

Bug Fixes

v28.0.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

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

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.

Copy link

[puLL-Merge] - kulshekhar/ts-jest@v28.0.5..v28.0.8

Description

This PR makes several changes to the ts-jest codebase, including:

  • Updates dependencies and dev dependencies to their latest versions
  • Refactors the CI configuration to split jobs into separate workflows
  • Adds support for .mts and .mtsx file extensions
  • Fixes a few minor bugs and improves error handling in certain cases

The motivation seems to be general maintenance and improvement of the codebase and its processes.

Changes

Changes

  • .github/workflows/:
    • ci.yml: Refactored to split jobs into separate test-ubuntu and test-windows jobs that use a reusable workflow. Added lint and npm-validate jobs.
    • Added prepare-cache.yml, release-and-publish.yml, and test.yml to extract reusable workflow logic.
  • e2e/:
    • Added tests for .mts file extension support
    • Updated a few dependencies in the example projects
  • src/:
    • constants.ts: Added .mts and .mtsx to supported extensions
    • legacy/compiler/ts-compiler.ts: Added handling for case-sensitive file systems
    • legacy/config/config-set.ts: Improved error handling when diagnostics option is false
    • legacy/ts-jest-transformer.spec.ts: Added tests for .mts and .mtsx extensions
  • website/:
    • Updated dependencies
    • Refactored versions page to load versions from JSON
    • Added docs for .mts support
  • Updated root dependencies to latest versions
  • Other miscellaneous changes to configs and scripts

Security Hotspots

None identified. The changes are mostly to dependencies, tests, configuration and documentation. The code changes do not appear to introduce any new security risks.

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

Successfully merging this pull request may close these issues.

None yet

0 participants