Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2018

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

Compare Source

v0.7.2

Compare Source

v0.7.1

Compare Source

  • Updated TypeScript typings. #​321

v0.7.0

Compare Source

  • SourceMapConsumer now uses WebAssembly, and is much faster! Read about
    it here:
    https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/

  • 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

Compare Source

v0.6.0

Compare Source


Renovate configuration

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

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

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

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


  • If you want to rebase/retry this PR, check this box

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant