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.0
Choose a base ref
...
head repository: kulshekhar/ts-jest Loading
compare: v26.4.1
Choose a head ref
  • 16 commits
  • 11 files changed
  • 4 contributors

Commits on Sep 20, 2020

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

Commits on Sep 21, 2020

  1. build(deps-dev): bump yargs-parser from 20.0.0 to 20.2.0 (#1975)

    Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.0.0 to 20.2.0.
    - [Release notes](https://github.com/yargs/yargs-parser/releases)
    - [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md)
    - [Commits](yargs/yargs-parser@v20.0.0...v20.2.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    fad8f20 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump typescript from 4.0.2 to 4.0.3 (#1974)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.0.2...v4.0.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3080302 View commit details
    Browse the repository at this point in the history
  3. fix(utils): MaybeMockedConstructor returns T (#1976)

    At this point, `MaybeMockedConstructor` can return an empty object, causing the source type to be lost. This PR fixes this.
    KostyaTretyak committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b7712b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. build(deps-dev): bump @types/yargs from 15.0.5 to 15.0.6 (#1980)

    Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 15.0.5 to 15.0.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3f1b788 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    ad19ac9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1981 from kulshekhar/dependabot/npm_and_yarn/type…

    …s/yargs-15.0.7
    
    build(deps-dev): bump @types/yargs from 15.0.6 to 15.0.7
    kulshekhar committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6d3ef44 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    e6addd2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1983 from kulshekhar/dependabot/npm_and_yarn/type…

    …s/babel__core-7.1.10
    
    build(deps-dev): bump @types/babel__core from 7.1.9 to 7.1.10
    kulshekhar committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    5b23343 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. build(deps-dev): bump eslint-plugin-jsdoc from 30.5.1 to 30.6.0 (#1986)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.5.1 to 30.6.0.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v30.5.1...v30.6.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    09470dd View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump eslint-config-prettier from 6.11.0 to 6.12.0 (#…

    …1987)
    
    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v6.11.0...v6.12.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a876a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2b4a2e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1988 from kulshekhar/dependabot/npm_and_yarn/esli…

    …nt-7.10.0
    
    build(deps-dev): bump eslint from 7.9.0 to 7.10.0
    kulshekhar committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    39fc887 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. build(deps-dev): bump eslint-plugin-jsdoc from 30.6.0 to 30.6.1 (#1990)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.6.0 to 30.6.1.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Commits](gajus/eslint-plugin-jsdoc@v30.6.0...v30.6.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    dcd836d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9035b View commit details
    Browse the repository at this point in the history
  3. chore(release): 26.4.1 (#1991)

    ahnpnl committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    2caeaf4 View commit details
    Browse the repository at this point in the history
Loading