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: TypeStrong/fork-ts-checker-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.5
Choose a base ref
...
head repository: TypeStrong/fork-ts-checker-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.13
Choose a head ref
  • 14 commits
  • 27 files changed
  • 4 contributors

Commits on May 3, 2021

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

Commits on May 7, 2021

  1. chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#604)

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    cb3d718 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump lodash from 4.17.20 to 4.17.21 (#605)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    d816e79 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#609)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2021
    Configuration menu
    Copy the full SHA
    7cba5f3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on May 13, 2021

  1. fix: do not emit buildinfo file if outfile is specified (#614)

    In newer TypeScript versions there is an assert expression which throws an error if outFile is specified in the project configuration
    
    ✅ Closes: #608
    piotr-oles authored May 13, 2021
    Configuration menu
    Copy the full SHA
    f83ac29 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. fix: properly resolve project-references configuration (#615)

    We should use config file dir name as a context for referenced projects to properly resolve files in these projects
    piotr-oles authored May 14, 2021
    Configuration menu
    Copy the full SHA
    c297d58 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. fix: use memfs for ts artifacts to prevent mtime conflict (#617)

    When ts-loader uses projectReferences mode, it writes down .js and .d.ts
    files. If it does it faster than the plugin, the typescript instance in
    the plugin is confused and doesn't work properly. To fix that, let's use
    memfs for dirs and files that are detected as a project artifacts.
    piotr-oles authored May 18, 2021
    Configuration menu
    Copy the full SHA
    05cf957 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. chore(deps): bump ws from 7.3.1 to 7.4.6 (#620)

    Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.3.1...7.4.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2021
    Configuration menu
    Copy the full SHA
    0564f62 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. chore(deps): bump normalize-url from 5.0.0 to 5.3.1 (#621)

    Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.0 to 5.3.1.
    - [Release notes](https://github.com/sindresorhus/normalize-url/releases)
    - [Commits](https://github.com/sindresorhus/normalize-url/commits)
    
    ---
    updated-dependencies:
    - dependency-name: normalize-url
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    29d78fe View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. chore: update stale.yml

    piotr-oles authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a341f06 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    0e682bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8125c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. fix: ensure typescript is imported only as type-only (#633)

    Ensure typescript is imported only as type-only and close reporter on unsuccessful `configure` or `connect`
    
    Co-authored-by: Mark Molinaro <mamolin@microsoft.com>
    piotr-oles and Mark Molinaro authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d660ad1 View commit details
    Browse the repository at this point in the history
Loading