Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps fork-ts-checker-webpack-plugin from 0.4.15 to 5.0.0.

Release notes

Sourced from fork-ts-checker-webpack-plugin's releases.

v5.0.0

5.0.0 (2020-06-13)

This is a major release that includes the plugin rewrite 🚀
The options format changed and is documented in the README.md.

Features

  • rewrite the plugin to pay off technological debt (4c38cc1)
    • Support for TypeScript Watch API controlled by webpack (#362, #332, #330, #236, #211)
    • Support for TypeScript Solution Builder API (projectReferences) (#392, #328, #187)
    • Support for TypeScript Incremental API (#238)
    • Support for Yarn PnP
    • Support for EsLint
    • TypeScript extensions infrastructure
    • Support for Vue.js (TypeScript Watch API) (#219)
    • Support for Webpack 5 (#383)
    • Using the external format for Compiler Options (#393, #112)
    • Unified issues processing (include, exclude, issues hook) (#396, #374, #340, #232, #216)
    • External configuration (cosmiconfig) (#397)
    • Integration with webpack-dev-server with async: true mode (#180)
    • Default skipLibCheck: true option (#128)
    • Aviod polluting --json output of stats (#101)
  • add "mode" for typescript reporter (#429) (9b3b9dd)
  • add context option for typescript reporter (#430) (a430979), closes #297
  • add issue.scope option (#442) (188d44d)
  • change start hook to AsyncSeriesWaterfallHook (#425) (5665dac), closes #424
  • export version const for external tools (#428) (37b8944)
  • improve overall typescript performance (#435) (944e0c9)
  • overwrite other fields in tsconfig.json (#440) (e812f18)
  • remove "incremental: true" from ts default options (#444) (d056616)
  • support @vue/compiler-sfc in the vue extension (#423) (8687c63), closes #384

BREAKING CHANGES

  • 🧨 Issues outside webpack compilation will not be reported by default. See issue.scope option.
  • 🧨 Dropped support for Node 6 and Node 8
  • 🧨 Changed options format
  • 🧨 Changed plugin hooks
  • 🧨 Minimum TypeScript >=2.7.0

v5.0.0-beta.7

5.0.0-beta.7 (2020-06-12)

Features

... (truncated)
Changelog

Sourced from fork-ts-checker-webpack-plugin's changelog.

⚠️ Next versions are available only on the GitHub Releases page ⚠️

1.3.0-beta.1 (2019-04-30)

Bug Fixes

  • tests: fix linter tests that were doing nothing (d078278)
  • tests: linter tests - useTypescriptIncrementalApi usage (e0020d6)
  • tests: rework vue integration tests (5ad2568)

Features

  • apiincrementalchecker: improve generation of diagnostics (ae80e5f), closes #257

1.2.0 (2019-04-22)

Bug Fixes

  • semantic-release update CHANGELOG.md on the git repo (8ad58af)

Features

  • add semantic-release integration (5fe0653)

1.2.0-beta.4 (2019-04-23)

Bug Fixes

  • tests: fix linter tests that were doing nothing (d078278)
  • tests: linter tests - useTypescriptIncrementalApi usage (e0020d6)

Features

  • apiincrementalchecker: improve generation of diagnostics (ae80e5f), closes #257

1.2.0-beta.3 (2019-04-22)

Bug Fixes

  • tests: rework vue integration tests (5ad2568)

1.2.0-beta.2 (2019-04-22)

Bug Fixes

  • semantic-release update CHANGELOG.md on the git repo (8ad58af)

1.2.0-beta.1 (2019-04-22)

Features

... (truncated)
Commits
  • 5ba6839 Release 5.0.0 (#445)
  • d056616 feat: remove "incremental: true" from ts default options (#444)
  • 188d44d feat: add issue.scope option (#442)
  • b865f1d fix: always pass compilation to issues hook (#443)
  • e812f18 feat: overwrite other fields in tsconfig.json (#440)
  • 2b72fd0 fix: properly disconnect rpc client to be able to reconnect (#439)
  • c4796b2 fix: include files that are outside project context (#437)
  • 1f7ae0d docs: update bug-report template by merging master into alpha branch
  • aa8f74d feat: rename tsconfig option to configFile for consistency (#436)
  • 944e0c9 feat: improve overall typescript performance (#435)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes an out-of-range update to a development dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 15, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #251.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-5.0.0 branch June 16, 2020 17:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant