joaogarin / angular-electron

Angular2 and Electron starter using webpack
149 stars 53 forks source link

Update remap-istanbul to the latest version 🚀 #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.8.0 of remap-istanbul just got published.

Dependency remap-istanbul
Current Version 0.7.0
Type devDependency

The version 0.8.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of remap-istanbul. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes Release 0.8.0

Updates

  • Refactor codebase to ES6, upgrade to eslint and add in some build steps (#93 thanks @zxbodya)

New Features

  • Allow options.exclude to be a function (#100 thanks @ianstarz)
  • Update readme for new options.exclude functionality (#101 thanks @ianstarz)

Changes

  • Consider fileCoverage.inputSourceMap when locating source map (#87 thanks @MichaReiser)
  • Fixed path.extname error in remap.js (#94 thanks @whitneyit)
Commits

The new version differs by 6 commits .

  • 2373927 Bump version to 0.8.0 (#104)
  • 2246562 update readme for new exclude functionality (#101)
  • 57a8e15 allow options.exclude to be a function (#100)
  • 5bf2181 Consider fileCoverage.inputSourceMap when locating source map (#87)
  • a990033 Codebase refactoring, described in #92 (#93)
  • 0ff2b41 fixed: "path.extname" error in remap.js (#94)

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree: