Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fork-ts-checker-webpack-plugin to the latest version 🚀 #38

Merged
merged 2 commits into from
Mar 6, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 6, 2019

The devDependency fork-ts-checker-webpack-plugin was updated from 0.5.2 to 1.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v1.0.0

This is the first major version of fork-ts-checker-webpack-plugin. A long time coming :-)

There are actually no breaking changes that we're aware of; users of 0.x fork-ts-checker-webpack-plugin should be be able to upgrade without any drama. Users of TypeScript 3+ may notice a performance improvement as by default the plugin now uses the incremental watch API in TypeScript. Should this prove problematic you can opt out of using it by supplying useTypescriptIncrementalApi: false.

We are aware of an issue with Vue and the incremental API. We hope it will be fixed soon - a generous member of the community is taking a look. In the meantime, we will not default to using the incremental watch API when in Vue mode.

The plugin supports webpack 2, 3, 4 and 5 alpha and TypeScript 2.1+ alongside tslint 4+.
See also: https://blog.johnnyreilly.com/2019/03/the-big-one-point-oh.html

Commits

The new version differs by 15 commits.

  • 2c03b7e prepare for 1.0 release (#218)
  • 2dad936 fix useTypescriptIncrementalApi flag to work according to docs (#223)
  • 547d087 default to incremental api usage to true if TS 3+ (#217)
  • 03c612e Respect tslint configs hierarchical order (#214)
  • 903d1de ignoreLintWarnings option (#213)
  • 8c339d3 Format code samples (#215)
  • f0457dd ensure we don't depend directly on typescript (#208)
  • 7d762cb make tests run cross platform (#206)
  • 2ccecef more unit tests (#205)
  • 4537c16 typescript path can now be specified (#204)
  • bb8dbf8 make node 6 compatible (#202)
  • e66e912 replace peerDeps with runtime checks (#201)
  • 3a312ea Add incremental compilation. (#198)
  • 51981e7 refactor(object-spread): use spread instead of assign (#194)
  • 683ed7a [WIP] webpack@5 hooks support (#166)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@dfee dfee merged commit c60e09b into master Mar 6, 2019
@dfee dfee deleted the greenkeeper/fork-ts-checker-webpack-plugin-1.0.0 branch June 14, 2019 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant