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: v27.0.0-next.3
Choose a base ref
...
head repository: kulshekhar/ts-jest Loading
compare: v27.0.0-next.4
Choose a head ref
  • 20 commits
  • 24 files changed
  • 2 contributors

Commits on Jan 15, 2021

  1. build(deps-dev): bump eslint-plugin-jsdoc from 31.0.3 to 31.0.5 (#2276)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.0.3 to 31.0.5.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v31.0.3...v31.0.5)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    df9ac93 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 14.14.20 to 14.14.21 (#2275)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.20 to 14.14.21.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    9884af1 View commit details
    Browse the repository at this point in the history
  3. refactor(compiler): prevent side effects for compiler options (#2279)

    Create a copy of initial compiler options and reuse them later for processing
    ahnpnl committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    275d6ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ba9d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    067b653 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d80be39 View commit details
    Browse the repository at this point in the history
  7. feat(config): type checking js files based on checkJs (#2283)

    When `allowJs` is `true`, `ts-jest` will process `js` files and also perform type checking. However, since default behavior of TypeScript is not doing type checking on `js` files (`checkJs` default value is `false`), we should respect that behavior.
    
    BREAKING CHANGE
    If one currently relies on type check for `js` files, please set `checkJs: true` in your tsconfig
    ahnpnl committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    1e04433 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. build(deps-dev): bump husky from 4.3.7 to 4.3.8 (#2286)

    Bumps [husky](https://github.com/typicode/husky) from 4.3.7 to 4.3.8.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v4.3.7...v4.3.8)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    405edd6 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump eslint from 7.17.0 to 7.18.0 (#2285)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.17.0...v7.18.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    02d52d9 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump eslint-plugin-jsdoc from 31.0.5 to 31.0.6 (#2284)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.0.5 to 31.0.6.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v31.0.5...v31.0.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    1e38c54 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. build(deps-dev): bump eslint-plugin-jsdoc from 31.0.6 to 31.0.7 (#2291)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.0.6 to 31.0.7.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v31.0.6...v31.0.7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    85c0ca6 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/lodash from 4.14.167 to 4.14.168 (#2290)

    Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.167 to 4.14.168.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0b8d678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7404c3a View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump eslint-config-prettier from 7.1.0 to 7.2.0 (#2288)

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.1.0 to 7.2.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v7.1.0...v7.2.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b02665d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce0805e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. build(deps-dev): bump eslint-plugin-jsdoc from 31.0.7 to 31.0.8 (#2294)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.0.7 to 31.0.8.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v31.0.7...v31.0.8)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    4fea824 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 14.14.21 to 14.14.22 (#2293)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.21 to 14.14.22.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9e3aa9b View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump fs-extra from 9.0.1 to 9.1.0 (#2292)

    Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0.
    - [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
    - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
    - [Commits](jprichardson/node-fs-extra@9.0.1...9.1.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d5ef413 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. feat(config): replace pathRegex with exclude (#2295)

    Replace `pathRegex` by `exclude` which uses Glob patterns, similar to tsconfig `exclude` option. This will make it easier to configure files to exclude from type checking.
    
    BREAKING CHANGE
    One is currently using `pathRegex` should use `exclude` with Glob patterns
    ahnpnl committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f2f99c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

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