Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency source-map to ^0.7.0 #840

Open
wants to merge 1 commit into
base: master
from

Conversation

@renovate
Copy link
Contributor

renovate bot commented Jun 3, 2019

This PR contains the following updates:

Package Type Update Change
source-map dependencies minor ^0.5.7 -> ^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 you tick the rebase/retry checkbox.

🔕 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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from e3cee66 to 51455c3 Jun 5, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 51455c3 to 2bea8bb Jun 14, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 8bd928b to 9b696e7 Jul 1, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 3 times, most recently from 990c4fe to 91b60d5 Jul 10, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 6 times, most recently from 311473b to a9c60a8 Jul 18, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 21f4bd8 to b756939 Jul 26, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 6 times, most recently from 737a118 to 3559c26 Aug 8, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 3 times, most recently from 1410256 to 85d1e19 Aug 18, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 85d1e19 to 576f0f2 Aug 25, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 414a144 to 4ad932b Oct 22, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 4ad932b to 999f7f6 Oct 30, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 999f7f6 to c001c3a Dec 9, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 678ad5e to 967e276 Dec 16, 2019
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 3 times, most recently from 7e1ae95 to ee25ff6 Jan 24, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from ee25ff6 to 111ce2f Feb 3, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 111ce2f to 830162f Feb 23, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 830162f to d0d56f2 Mar 3, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from d0d56f2 to 421e5ca Mar 12, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from 492cf8b to df3c862 Mar 26, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from 2b8b5ea to f3920fc Apr 11, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from f3920fc to bcf15ff Apr 27, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 8935f56 to 7940904 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 7940904 to 6e76c7f Aug 14, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 6e76c7f to c30eab0 Aug 14, 2020
@renovate renovate bot changed the title fix(deps): update dependency source-map to ^0.7.0 Update dependency source-map to ^0.7.0 Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.