redux-devtools
redux-devtools copied to clipboard
fix(deps): update dependency source-map to ^0.7.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| source-map | ^0.5.7 -> ^0.7.4 |
Release Notes
mozilla/source-map
v0.7.4
v0.7.3
v0.7.2
- Another 3x speed up in
SourceMapConsumer. Read about it here: http://fitzgeraldnick.com/2018/02/26/speed-without-wizardry.html
v0.7.1
- Updated TypeScript typings. #321
v0.7.0
-
SourceMapConsumernow 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 SourceMapConsumernow returns aPromiseobject that resolves to the newly constructedSourceMapConsumerinstance, rather than returning the new instance immediately. -
Breaking change: when you're done using a
SourceMapConsumerinstance, you must callSourceMapConsumer.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 to2^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 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
v0.6.0
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: f4b0af60aa8dc6c5380e7194e30780dfb5cb8adb
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR