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 Loading
base: v26.4.2
Choose a base ref
...
head repository: kulshekhar/ts-jest Loading
compare: v26.4.3
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    7264c13 View commit details
    Browse the repository at this point in the history
  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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    cdc55bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a93fff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00f6c2f View commit details
    Browse the repository at this point in the history
  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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    57f7448 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    681bfef View commit details
    Browse the repository at this point in the history
  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 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9f46ace View commit details
    Browse the repository at this point in the history
  8. chore(release): 26.4.3 (#2074)

    ahnpnl committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    61f652e View commit details
    Browse the repository at this point in the history
Loading