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: v8.0.0
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: v9.0.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 15, 2023

  1. chore(deps-dev): bump webpack from 5.67.0 to 5.76.0 (#805)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.67.0 to 5.76.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.67.0...v5.76.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    5afee9f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. chore(deps): bump semver from 7.3.5 to 7.5.2 (#819)

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.5...v7.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    73f6729 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. chore(node): drop support for node v12 (#823)

    This change removes "official" support for node v12, which is now
    unmaintained and hasn't been supported since 30th April 2022.
    If users still need to use node v12 they can continue using the v8
    version of this package.
    
    BREAKING CHANGE: Drop support for Node.js v12
    
    Signed-off-by: Lucian Buzzo <[email protected]>
    LucianBuzzo authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d3b462e View commit details
    Browse the repository at this point in the history
Loading