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

Commits on Feb 25, 2023

  1. chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#796)

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      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 Feb 25, 2023
    Configuration menu
    Copy the full SHA
    2183502 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. test: change typescript versions in e2e --build test

    For some reason, e2e tests for older TypeScript versions stopped working
    one day. I updated them to cover more recent versions.
    piotr-oles committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    5243592 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. feat: drop support for Vue.js (#801)

    This commit drops support for Vue.js in the plugin. For the last few
    years, support for Vue.js has been broken, and the implementation of
    Vue.js support was a hacky work-around. Unfortunately, TypeScript
    doesn't expose an API to do that properly, and while I created a feature
    proposal API on the TypeScript repository, the TypeScript team has other
    priorities. As I won't have time to support this feature and am
    receiving justified bug reports, I believe it's better to make it clear
    that Vue.js is not supported by the plugin instead of pretending that it
    is.
    
    BREAKING CHANGE: 🧨 Drop support for Vue.js
    piotr-oles authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    22eb695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83cbefb View commit details
    Browse the repository at this point in the history
Loading