fix(deps): update dependency debug to v3.2.7#99
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
fix(deps): update dependency debug to v3.2.7#99renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #99 +/- ##
============================================
+ Coverage 0 92.96% +92.96%
============================================
Files 0 27 +27
Lines 0 398 +398
Branches 0 60 +60
============================================
+ Hits 0 370 +370
- Misses 0 28 +28
Continue to review full report at Codecov.
|
11a4b1c to
76a65fe
Compare
76a65fe to
ad7a501
Compare
ad7a501 to
0fc484b
Compare
0fc484b to
5936b55
Compare
5936b55 to
16edb84
Compare
16edb84 to
8239042
Compare
8239042 to
f777b46
Compare
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:
3.1.0->3.2.7Release Notes
debug-js/debug
v3.2.7Compare Source
v3.2.6Compare Source
This backport fixes a 4x performance regression when debug is disabled.
Patches
f312a89) (#625)v3.2.5Compare Source
This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.
It is a backport of the
4.0.1release.Patches
cc5f146v3.2.4Compare Source
This released fixed the missing
filesentry inpackage.json, mitigating the faulty3.2.3release.v3.2.3Compare Source
This release mitigated the breaking changes introduced in
3.2.0where./node.jswas removed, breaking a very select few users on older releases ofbabel-core, as well as users that used an undocumentedrequire('debug/node')../node.jswas temporarily added to the repository at this time; however, this release failed to includenode.jsin thefileskey inpackage.jsonand thus didn't fix the issue.3.2.4rectified this issue.v3.2.2Compare Source
This release mitigated the breaking changes introduced in
3.2.0where ES6 features were being used on users of Node 4, causing crashes upon inclusion.It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in
4.0.0).v3.2.1Compare Source
This release, along with
3.2.0, were subsequently released together as4.0.0(a major bump). You can review the complete changes in that release's details.A quick hotfix to address Browser builds -
debugis now compiled down to IE8-compatible code via Babel upon release.CDNs that honor the
"browser":key inpackage.jsonshould now reflect these changes (previously, they would serve the non-bundled ES6 version).Patches
b3f8f8ev3.2.0Compare Source
This release was intended to be the next release of Debug but introduced breaking changes that were overlooked at the time of release. As such it has been deprecated on npm and should not be used.
This release, along with
3.2.1, were subsequently released together as4.0.0(a major bump). You can review the included changes in that release's details.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.
This PR has been generated by WhiteSource Renovate. View repository job log here.