alexjoverm / typescript-library-starter

Starter kit with zero-config for building a library in TypeScript, featuring RollupJS, Jest, Prettier, TSLint, Semantic Release, and more!
MIT License
4.37k stars 493 forks source link

Update rollup-plugin-typescript2 to the latest version 🚀 #239

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.17.0 of rollup-plugin-typescript2 was just published.

Dependency rollup-plugin-typescript2
Current Version 0.13.0
Type devDependency

The version 0.17.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of rollup-plugin-typescript2.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 38 commits.

  • 3840a25 - build
  • f5d3673 - add tsconfig error reporting (#107)
  • ad9d16c - fixing lint errors
  • 4e3a14f - saner cache cleaning, not hashing configs if cache is not used
  • 829bd0a - updating dependencies
  • 3b46e8d - object-hash hack optional #105
  • 4d75522 - workaround for object hash not supporting async/await
  • b2cb064 - updating libraries.io shield
  • 0462d1d - switching dependencies shield to libraries.io
  • e3a382f - reducing shields maxage
  • ae3010e - package version
  • a345bbc - fix for .d.ts.map extension #97
  • 433c8fa - writing out types for vue virtual modules #97
  • 54570f6 - fixing dependency versions
  • 1986879 - unsetting sourceRoot when inlineSourceMap gets overriden, fix for #99

There are 38 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: