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: v26.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: v26.4.3
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 26, 2020

  1. Copy the full SHA
    7264c13 View commit details
  2. build(deps-dev): bump eslint from 7.11.0 to 7.12.0 (#2069)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.11.0 to 7.12.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.11.0...v7.12.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cdc55bd View commit details
  3. build(deps-dev): bump @jest/types from 26.6.0 to 26.6.1 (#2066)

    Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types) from 26.6.0 to 26.6.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v26.6.1/packages/jest-types)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    a93fff1 View commit details
  4. build(deps-dev): bump @jest/transform from 26.6.0 to 26.6.1 (#2065)

    Bumps [@jest/transform](https://github.com/facebook/jest/tree/HEAD/packages/jest-transform) from 26.6.0 to 26.6.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v26.6.1/packages/jest-transform)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2020
    Copy the full SHA
    00f6c2f View commit details
  5. build(deps-dev): bump jest from 26.6.0 to 26.6.1 (#2067)

    Bumps [jest](https://github.com/facebook/jest) from 26.6.0 to 26.6.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
    - [Commits](jestjs/jest@v26.6.0...v26.6.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2020
    Copy the full SHA
    57f7448 View commit details
  6. Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    681bfef View commit details
  7. feat(config): allow to override resolve tsconfig behavior (#2063)

    This change is needed because some jest transformers which want to reuse/extend our `ConfigSet` but want to change the default behavior when reading and resolving tsconfig. 
    
    This PR introduces:
    - Change `_readTsConfig` to `_resolveTsConfig` and set `_resolveTsConfig` to `protected`
    - Allow to override `_resolveTsConfig` via overload signature
    - Expose `_transformCfgStr`, `_configSet`, `_overriddenCompilerOptions`
    ahnpnl authored Oct 26, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    9f46ace View commit details
  8. Copy the full SHA
    61f652e View commit details
Loading