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
Contributor

@renovate renovate bot commented Mar 20, 2024

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 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-28.x branch 2 times, most recently from 67e048e to d012e99 Compare August 15, 2024 17:33
Copy link

[puLL-Merge] - kulshekhar/[email protected]

Description

This PR updates various dependencies, improves ESM support, and makes changes to CI workflows. It also includes some bug fixes and enhancements to the project's configuration and documentation.

Changes

Changes

.github/workflows/ci.yml

  • Simplified and optimized CI workflow
  • Introduced reusable workflows for caching and testing
  • Updated Node.js versions and actions

.github/workflows/doc-generator.yml

  • Updated GitHub Pages deploy action version

.github/workflows/prepare-cache.yml (New file)

  • Added a new reusable workflow for preparing npm cache

.github/workflows/release-and-publish.yml

  • Updated Node.js version for publishing
  • Changed release creation action to use softprops/action-gh-release

.github/workflows/test.yml (New file)

  • Added a new reusable workflow for running tests

e2e/tests/native-esm-ts.test.ts

  • Updated test expectations for native ESM TS tests

e2e/native-esm-ts/

  • Added support for .mts files
  • Updated package.json and tsconfig.json for ESM support

src/constants.ts

  • Updated regex and file extensions to support .mts files

src/legacy/compiler/ts-compiler.ts

  • Added case sensitivity handling for file names

src/legacy/config/config-set.ts

  • Fixed handling of diagnostics when disabled

src/legacy/ts-jest-transformer.spec.ts

  • Added tests for .mts and .mtsx file extensions

website/

  • Updated Docusaurus and other dependencies
  • Modified versions page to use static version data

Other files

  • Various dependency updates in package.json files
  • Minor updates to configuration files and documentation

Possible Issues

  • The changes to the CI workflow and the introduction of reusable workflows might require additional testing to ensure all scenarios are covered correctly.

Security Hotspots

None identified. The changes appear to be routine updates and enhancements without introducing obvious security risks.

@renovate renovate bot force-pushed the renovate/ts-jest-28.x branch 4 times, most recently from 8d6caab to 391a7b7 Compare September 3, 2024 16:10
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.

0 participants