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/ts-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Choose a base ref
...
head repository: TypeStrong/ts-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.2
Choose a head ref
  • 8 commits
  • 39 files changed
  • 5 contributors

Commits on Jul 16, 2020

  1. update GitHub Actions (#1144)

    * update GitHub Actions
    
    * fix config file
    
    * defer typescript installation
    
    * add timeout limitation
    
    * force color for mocha
    
    * fix typescript version
    
    * increase timeout limitation
    
    * increase timeout limitation
    
    * fix compatibility issue
    
    * tweak CI
    
    * attempt to fix
    
    * tweak
    
    * tweak and try
    
    * tweak CI
    
    * clean up
    
    * tweak CI
    
    * fix
    
    * revert deletion
    g-plane authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    74bf400 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Fixed TsconfigPathsPlugin config path in Readme (#1081)

    Co-authored-by: John Reilly <[email protected]>
    BiosBoy and johnnyreilly authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    cd59216 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Bump lodash in /test/execution-tests/2.1.4_babel-allowJsImportTypes (#…

    …1149)
    
    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    dfee22b View commit details
    Browse the repository at this point in the history
  2. Bump elliptic in /examples/fork-ts-checker-webpack-plugin (#1162)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.4.1...v6.5.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8d40313 View commit details
    Browse the repository at this point in the history
  3. Bump elliptic from 6.4.1 to 6.5.3 in /examples/vanilla (#1163)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.4.1...v6.5.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    83ab73b View commit details
    Browse the repository at this point in the history
  4. Bump elliptic from 6.4.0 to 6.5.3 in /examples/thread-loader (#1164)

    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.4.0...v6.5.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fb8a90e View commit details
    Browse the repository at this point in the history
  5. Bump elliptic from 6.4.0 to 6.5.3 in /examples/react-babel-karma-gulp (

    …#1165)
    
    Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
    - [Release notes](https://github.com/indutny/elliptic/releases)
    - [Commits](indutny/elliptic@v6.4.0...v6.5.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    a77470f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Fix 2 issues with experimentalWatchApi (#1159)

    * Detect if files already updated by watchAPI
    
    * Only put files in cache if processed by loaders
    
    * Update comparison tests
    
    * Remove npm command for debugging tests
    
    * Remove package-lock.json
    
    * Update version & Changelog
    
    Co-authored-by: John Reilly <[email protected]>
    appzuka and johnnyreilly authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    2f6cbe8 View commit details
    Browse the repository at this point in the history
Loading