fix(deps): update dependency source-map to ^0.7.0 - #840
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
2 times, most recently
from
June 6, 2019 11:47
e3cee66 to
51455c3
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
from
June 14, 2019 16:26
51455c3 to
2bea8bb
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
4 times, most recently
from
July 8, 2019 14:28
8bd928b to
9b696e7
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
3 times, most recently
from
July 15, 2019 19:45
990c4fe to
91b60d5
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
6 times, most recently
from
July 25, 2019 18:01
311473b to
a9c60a8
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
4 times, most recently
from
August 2, 2019 02:58
21f4bd8 to
b756939
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
6 times, most recently
from
August 15, 2019 00:58
737a118 to
3559c26
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
3 times, most recently
from
August 18, 2019 02:08
1410256 to
85d1e19
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
from
August 25, 2019 21:41
85d1e19 to
576f0f2
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
15 times, most recently
from
September 28, 2019 19:14
26b109b to
010848f
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
8 times, most recently
from
October 6, 2019 14:57
f857ee9 to
e1539d5
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
from
October 9, 2019 04:26
e1539d5 to
8c69c48
Compare
renovate
Bot
force-pushed
the
renovate/source-map-0.x
branch
4 times, most recently
from
October 22, 2019 18:21
cafd56d to
b782f7a
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.5.7->^0.7.0Release Notes
mozilla/source-map
v0.7.4Compare Source
v0.7.3Compare Source
SourceMapConsumercould result in aTypeError. #338#330
#319
v0.7.2Compare Source
SourceMapConsumer. Read about it here:http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html
v0.7.1Compare Source
v0.7.0Compare Source
SourceMapConsumernow uses WebAssembly, and is much faster! Read aboutit here:
https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/
Breaking change:
new SourceMapConsumernow returns aPromiseobjectthat resolves to the newly constructed
SourceMapConsumerinstance, ratherthan returning the new instance immediately.
Breaking change: when you're done using a
SourceMapConsumerinstance,you must call
SourceMapConsumer.prototype.destroyon it. After callingdestroy, you must not use the instance again.Breaking change:
SourceMapConsumerused to be able to handle lines,columns numbers and source and name indices up to
2^53 - 1(akaNumber.MAX_SAFE_INTEGER). It can now only handle them up to2^32 - 1.Breaking change: The
source-maplibrary now uses modern ECMAScript-isms:let, arrow functions,async, etc. Use Babel to compile it down toECMAScript 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.1Compare Source
v0.6.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR has been generated by Mend Renovate. View repository job log here.