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: v9.2.8
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: v9.3.0
Choose a head ref
  • 4 commits
  • 17 files changed
  • 3 contributors

Commits on Apr 11, 2022

  1. Bump minimist from 1.2.5 to 1.2.6 in /examples/vanilla (#1443)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      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 Apr 11, 2022
    Configuration menu
    Copy the full SHA
    69576a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Make v9 latest following v8 release (#1447)

    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    * Update package.json
    johnnyreilly authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    fc835fb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Bump tar in /examples/fork-ts-checker-webpack-plugin (#1370)

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.8...v4.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      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 Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4e00201 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. feat: add zero-config support for fork-ts-checker-webpack-plugin (#1451)

    * feat: add zero-config support for fork-ts-checker-webpack-plugin
    
    * docs: update links to fork-ts-checker-webpack-plugin
    
    * docs: update examples for fork-ts-checker-webpack-plugin
    
    * docs: update README.md
    
    * chore: minor bump of ts-loader version
    
    * chore: update CHANGELOG.md
    
    * docs: self review of README.md
    piotr-oles authored Apr 30, 2022
    Configuration menu
    Copy the full SHA
    b943237 View commit details
    Browse the repository at this point in the history
Loading