douglasduteil / isparta

:skull: A code coverage tool for ES6 (babel/6to5)
Do What The F*ck You Want To Public License
642 stars 47 forks source link

fix(deps): update dependency source-map to ^0.7.0 #134

Open renovate[bot] opened 6 years ago

renovate[bot] commented 6 years ago

This PR contains the following updates:

Package Type Update Change
source-map dependencies minor ^0.5.0 -> ^0.7.0

Release Notes

mozilla/source-map ### [`v0.7.3`](https://togithub.com/mozilla/source-map/blob/master/CHANGELOG.md#​073) [Compare Source](https://togithub.com/mozilla/source-map/compare/0.7.2...0.7.3) - Fix a bug where nested uses of `SourceMapConsumer` could result in a `TypeError`. [#​338](https://togithub.com/mozilla/source-map/issues/338) [#​330](https://togithub.com/mozilla/source-map/issues/330) [#​319](https://togithub.com/mozilla/source-map/issues/319) ### [`v0.7.2`](https://togithub.com/mozilla/source-map/blob/master/CHANGELOG.md#​072) [Compare Source](https://togithub.com/mozilla/source-map/compare/0.7.1...0.7.2) - Another 3x speed up in `SourceMapConsumer`. Read about it here: ### [`v0.7.1`](https://togithub.com/mozilla/source-map/blob/master/CHANGELOG.md#​071) [Compare Source](https://togithub.com/mozilla/source-map/compare/0.7.0...0.7.1) - Updated TypeScript typings. [#​321][] [#​321]: https://togithub.com/mozilla/source-map/pull/321 ### [`v0.7.0`](https://togithub.com/mozilla/source-map/blob/master/CHANGELOG.md#​070) [Compare Source](https://togithub.com/mozilla/source-map/compare/0.6.1...0.7.0) - `SourceMapConsumer` now uses WebAssembly, and is **much** faster! Read about it here: - **Breaking change:** `new SourceMapConsumer` now returns a `Promise` object that resolves to the newly constructed `SourceMapConsumer` instance, rather than returning the new instance immediately. - **Breaking change:** when you're done using a `SourceMapConsumer` instance, you must call `SourceMapConsumer.prototype.destroy` on it. After calling `destroy`, you must not use the instance again. - **Breaking change:** `SourceMapConsumer` used to be able to handle lines, columns numbers and source and name indices up to `2^53 - 1` (aka `Number.MAX_SAFE_INTEGER`). It can now only handle them up to `2^32 - 1`. - **Breaking change:** The `source-map` library now uses modern ECMAScript-isms: `let`, arrow functions, `async`, etc. Use Babel to compile it down to ECMAScript 5 if you need to support older JavaScript environments. - **Breaking change:** Drop support for Node < 8. If you want to support older versions of node, please use v0.6 or below. ### [`v0.6.1`](https://togithub.com/mozilla/source-map/compare/0.6.0...0.6.1) [Compare Source](https://togithub.com/mozilla/source-map/compare/0.6.0...0.6.1) ### [`v0.6.0`](https://togithub.com/mozilla/source-map/compare/0.5.7...0.6.0) [Compare Source](https://togithub.com/mozilla/source-map/compare/0.5.7...0.6.0)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.