Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kulshekhar/ts-jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v29.4.2
Choose a base ref
...
head repository: kulshekhar/ts-jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v29.4.3
Choose a head ref
  • 11 commits
  • 104 files changed
  • 3 contributors

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    6a7cf93 View commit details
    Browse the repository at this point in the history
  2. build(deps): Update Jest packages

    renovate[bot] authored and ahnpnl committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    413365f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f44f90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7b5b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    d5b9cb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    f5ac13b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54dee26 View commit details
    Browse the repository at this point in the history
  3. fix: introduce transpilation option to replace isolatedModules op…

    …tion (#5044)
    
    When `isolatedModules` option was introduced, the purpose was to indicate that it is a way to enable "transpilation mode", which is similar to other tools like `Babel`, `swc`, `esbuild` are doing.
    
    However, this created a big misunderstanding and confusion between `isolatedModules` option in `tsconfig` vs `ts-jest` option. Therefore, `ts-jest` renamed `isolatedModules` option to `transpilation` to make things clearer and updated the deprecation message.
    
    Closes #5013
    Closes #4859
    ahnpnl authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    5868761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b6ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    97e2c03 View commit details
    Browse the repository at this point in the history
  2. chore(release): 29.4.3

    ahnpnl committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    a44e9cc View commit details
    Browse the repository at this point in the history
Loading