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: jestjs/jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32b966f
Choose a base ref
...
head repository: jestjs/jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa24a3b
Choose a head ref
  • 18 commits
  • 199 files changed
  • 13 contributors

Commits on May 12, 2024

  1. docs: fix badges (#15056)

    dnicolson authored May 12, 2024
    Configuration menu
    Copy the full SHA
    cdf089a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    672dfa2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (#15066)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    343d450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08b8634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    559449e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    18cde1d View commit details
    Browse the repository at this point in the history
  2. fix: allow Node16/NodeNext/Bundler moduleResolution in project's tsco…

    …nfig (#14739)
    
    This small change fixes an issue that makes using jest impossible
    with inside a TypeScript project which is working on 
    NodeNext, Node16 or Bundler moduleResolution setting. 
    
    The default behaviour of ts-node is to read the default
    tsconfig.json file from the project.
    With a hardcoded option of "module: CommonJs" the TypeScript compiler
    will throw an error, because the modern moduleResolution options
    used in the project are not compatible with
    the hardcoded module value.
    
    The only way to use jest in such a repo is to change the jest.config.ts file into a JS one
    (or pass the options in a different way), so that the
    code responsible of instantiating ts-node is not invoked.
    
    This commit fixes the issue by providing a missing complementary option,
    moduleResolution: Node, which will work perfectly with module: CommonJs
    and will not be overridden by any project-specific value in tsconfig.json.
    akwodkiewicz authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a3975c8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. chore(deps): update dependency jest-silent-reporter to ^0.6.0 (#15083)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0d222c1 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    7a2ccc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7a9c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb15c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68dca2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4280a31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03d9036 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7541ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af3b1be View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. v30.0.0-alpha.5

    SimenB committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fa24a3b View commit details
    Browse the repository at this point in the history
Loading