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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
source-map ^0.5.7 -> ^0.7.0 age adoption passing confidence

Release Notes

mozilla/source-map

v0.7.4

Compare Source

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


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.


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

This PR has been generated by Mend 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 Compare June 6, 2019 11:47
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 51455c3 to 2bea8bb Compare June 14, 2019 16:26
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 8bd928b to 9b696e7 Compare July 8, 2019 14:28
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 3 times, most recently from 990c4fe to 91b60d5 Compare July 15, 2019 19:45
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 6 times, most recently from 311473b to a9c60a8 Compare July 25, 2019 18:01
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 21f4bd8 to b756939 Compare August 2, 2019 02:58
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 6 times, most recently from 737a118 to 3559c26 Compare August 15, 2019 00:58
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 3 times, most recently from 1410256 to 85d1e19 Compare August 18, 2019 02:08
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from 492cf8b to df3c862 Compare March 26, 2020 17:33
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from 2b8b5ea to f3920fc Compare April 12, 2020 19:08
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from f3920fc to bcf15ff Compare April 27, 2020 19:19
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 4 times, most recently from 8935f56 to 7940904 Compare July 3, 2020 22:40
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from 6e76c7f to c30eab0 Compare August 14, 2020 23:14
@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
@renovate renovate bot changed the title Update dependency source-map to ^0.7.0 fix(deps): update dependency source-map to ^0.7.0 Sep 11, 2020
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 6 times, most recently from 24576a6 to 7cd436b Compare October 5, 2020 17:53
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from 2d7c9f9 to 8b2a8f4 Compare November 1, 2020 18:50
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from 9539a84 to c69f34d Compare March 27, 2021 05:52
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from c69f34d to 87793b1 Compare May 3, 2021 20:23
@renovate renovate bot force-pushed the renovate/source-map-0.x branch 2 times, most recently from aeb0a03 to e5884e5 Compare July 5, 2021 00:15
@renovate renovate bot force-pushed the renovate/source-map-0.x branch from e5884e5 to aa141b7 Compare July 9, 2021 16:57
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

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

Successfully merging this pull request may close these issues.

None yet

1 participant