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

chore(deps): update dependency source-map to ^0.7.0 #537

Merged

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
source-map dependencies minor ^0.6.1 -> ^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.


Renovate configuration

📅 Schedule: "after 9am and before 3pm" (UTC).

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

♻️ Rebasing: Whenever PR is stale, 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

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

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 7, 2019
@nolanmar511 nolanmar511 added the kokoro:run Add this label to force Kokoro to re-run the tests. label Sep 9, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Sep 9, 2019
@codecov
Copy link

codecov bot commented Sep 9, 2019

Codecov Report

Merging #537 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #537   +/-   ##
=======================================
  Coverage   75.73%   75.73%           
=======================================
  Files           7        7           
  Lines         272      272           
  Branches       56       56           
=======================================
  Hits          206      206           
  Misses         50       50           
  Partials       16       16

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75c7f61...64c9007. Read the comment docs.

@nolanmar511 nolanmar511 changed the title Update dependency source-map to ^0.7.0 deps: update dependency source-map to ^0.7.0 Sep 9, 2019
@renovate-bot renovate-bot changed the title deps: update dependency source-map to ^0.7.0 Update dependency source-map to ^0.7.0 Sep 9, 2019
@nolanmar511 nolanmar511 changed the title Update dependency source-map to ^0.7.0 chore(deps): update dependency source-map to ^0.7.0 Sep 9, 2019
@nolanmar511 nolanmar511 merged commit 5f151d4 into googleapis:master Sep 9, 2019
@renovate-bot renovate-bot deleted the renovate/source-map-0.x branch September 9, 2019 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants