molecuel / di

Typescript based DI system
MIT License
2 stars 0 forks source link

Update remap-istanbul to the latest version 🚀 #2

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.9.0 of remap-istanbul just got published.

Dependency remap-istanbul
Current Version 0.8.4
Type devDependency

The version 0.9.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.9.0

Changes

  • Fixed issue where sources array was overwritten (#120 thanks @mattlewis92)
  • Fixed #53 document reportOptions for writeReport command (#124 thanks @dylans)
  • Avoid reading sourcemaps in js file if it is already in fileCoverage.inputSourceMap (#125 thanks @mttcr)
  • Fixed #126 prepend sourceRoot to source file paths (#127 thanks @nainslie)
Commits

The new version differs by 5 commits .

  • a08125d Update to 0.9.0
  • 93429a5 fix: dont overwrite sources array if there is more than one source (#120)
  • 53e89b8 Avoid reading sourcemaps in js file if it is already in fileCoverage.inputSourceMap (#125)
  • 6e40c3a fixes #126, prepend sourceRoot to source file paths (#127)
  • ba8fe42 fixes #53, document reportOptions for writeReport command (#124)

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: