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 debug to v3.2.7 #99

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 19, 2018

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
debug 3.1.0 -> 3.2.7 age adoption passing confidence

Release Notes

debug-js/debug

v3.2.7

Compare Source

v3.2.6

Compare Source

This backport fixes a 4x performance regression when debug is disabled.

Patches

v3.2.5

Compare Source

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

It is a backport of the 4.0.1 release.

Patches
  • fix browserify and supply alternative unpkg entry point (closes #​606): cc5f146

v3.2.4

Compare Source

3.2.4 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This released fixed the missing files entry in package.json, mitigating the faulty 3.2.3 release.

v3.2.3

Compare Source

3.2.3 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ./node.js was removed, breaking a very select few users on older releases of babel-core, as well as users that used an undocumented require('debug/node').

./node.js was temporarily added to the repository at this time; however, this release failed to include node.js in the files key in package.json and thus didn't fix the issue. 3.2.4 rectified this issue.

v3.2.2

Compare Source

3.2.2 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release mitigated the breaking changes introduced in 3.2.0 where 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.1

Compare Source

3.2.1 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release, along with 3.2.0, were subsequently released together as 4.0.0 (a major bump). You can review the complete changes in that release's details.


A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.

CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).

Patches
  • use babel-ified distributed source for browsers: b3f8f8e

v3.2.0

Compare Source

3.2.0 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

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 as 4.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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@codecov
Copy link

codecov bot commented Sep 19, 2018

Codecov Report

Merging #99 (8239042) into develop (94db264) will increase coverage by 92.96%.
The diff coverage is n/a.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
src/schema/types/resolvers/podcastItem.js 100.00% <0.00%> (ø)
src/schema/types/resolvers/podcast.js 95.95% <0.00%> (ø)
src/connectors/feed.js 100.00% <0.00%> (ø)
src/connectors/connection.js 80.00% <0.00%> (ø)
src/schema/queries/resolvers/podcasts.js 100.00% <0.00%> (ø)
src/schema/types/resolvers/cover.js 30.00% <0.00%> (ø)
.../queries/resolvers/podcastForFeedWithIdentifier.js 96.05% <0.00%> (ø)
src/schema/enums/dateFormat.js 100.00% <0.00%> (ø)
src/schema/types/resolvers/post.js 100.00% <0.00%> (ø)
src/schema/types/post.js 100.00% <0.00%> (ø)
... and 17 more

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 94db264...f777b46. Read the comment docs.

@renovate renovate bot changed the title Update dependency debug to v3.2.5 Update dependency debug to v3.2.6 Oct 10, 2018
@renovate renovate bot changed the title Update dependency debug to v3.2.6 chore(deps): update dependency debug to v3.2.6 Feb 18, 2019
@renovate renovate bot changed the title chore(deps): update dependency debug to v3.2.6 fix(deps): update dependency debug to v3.2.6 Mar 19, 2019
@renovate renovate bot changed the title fix(deps): update dependency debug to v3.2.6 fix(deps): update dependency debug to v3.2.7 Nov 28, 2020
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