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

build(deps): update debug requirement from 3.1.0 to 3.2.0 #34

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on debug to permit the latest version.

Release notes

Sourced from debug's releases.

3.2.0

A long awaited release to debug is available now: 3.2.0.

Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.


Minor Changes

  • bump vulnerable packages: 853853f9f588044d76df3daf1959ca56c5f341b7
  • Fix nwjs support (#569): 207a6a2d53507ec9dd57c94c46cc7d3dd272306d
  • add instance extends feature (#524): e43e5fed177b8698674748063f4ed1aaba1d59c8
  • Add TVMLKit support (#579): 02b9ea9fd7ec95c42de47da13b4b6bb8e50025d8

Patches

  • move to XO (closes #397): ba8a424d41e9dc6129e081ac3aa9715be6a45fbd
  • clean up builds: 3ca23316a470f6bc6e0d75d297179cfc19bbc763
  • remove needless command aliases in makefile: 9f4f8f59ba745166b0c014a61c76de5e73d4841a
  • no longer checking for BROWSER=1: 623c08ef73f8211278d5596c88041c65a2a58ee7
  • fix tests: 57cde56e43003f6b404d4b3d9d76b74aafaeeec8
  • clean up makefile: 62822f12668e8a0b1d1a4fd5a1c2fce1d8715da3
  • fix tests: 833b6f84c8f8dc5b6f13da38ab0ef8a8ff86c0c9
  • add .editorconfig: 2d2509e26bf6df1e1954267e3b1a1cb83973fb09
  • add yarn-error.log to .gitignore: 7e1d5d94f31b37b460fb8d88000ab7ed0be3597e
  • add Node.js 10, remove Node.js 4 (#583): 05b0ceb8856bc7b6bb0f2adc3de5cae3cea9c872
  • Improve usability of Windows notes w/ examples for prompts & npm script (#577): 1ad1e4a79ff36981c1972bb4e61f93c7d4ade68d
  • Drop usage of chrome.storage (or make the storage backend pluggable): 71d2aa77ff54c3c95a000bdead6b710b2a762c3f
  • Detect 'process' package: 225c66f7198d2995e8232f9486aa9e087dc2a469
  • Update ms to 2.1.1 (#539): 22f993216dcdcee07eb0601ea71a917e4925a30a
  • Update .npmignore (#527): a5ca7a20860e78a4ea47f80770c09c0c663bae1e
  • fix colors with supports-color@5: 285dfe10a5c06d4a86176b54bef2d7591eedaf40
  • Document enable() (#517): ab5083f68a7e4c1ab474ff06cd5995d706abf143
  • refactor to make the common code be a setup function (#507): 71169065b5262f9858ac78cc0b688c84a438f290
  • Simplify and improve: da51af8314436ab532c151583f7fd52b2ebf2a3e

Credits

Huge thanks to DanielRuf, EirikBirkeland, KyleStay, Qix-, abenhamdine, alexey-pelykh, DiegoRBaquero, febbraro, kwolfy, and TooTallNate for their help!

Changelog

Sourced from debug's changelog.

3.1.0 / 2017-09-26

  • Add DEBUG_HIDE_DATE env var (#486)
  • Remove ReDoS regexp in %o formatter (#504)
  • Remove "component" from package.json
  • Remove component.json
  • Ignore package-lock.json
  • Examples: fix colors printout
  • Fix: browser detection
  • Fix: spelling mistake (#496, EdwardBetts)

3.0.1 / 2017-08-24

  • Fix: Disable colors in Edge and Internet Explorer (#489)

3.0.0 / 2017-08-08

  • Breaking: Remove DEBUG_FD (#406)
  • Breaking: Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY (#418)
  • Breaking: Make millisecond timer namespace specific and allow 'always enabled' output (#408)
  • Addition: document enabled flag (#465)
  • Addition: add 256 colors mode (#481)
  • Addition: enabled() updates existing debug instances, add destroy() function (#440)
  • Update: component: update "ms" to v2.0.0
  • Update: separate the Node and Browser tests in Travis-CI
  • Update: refactor Readme, fixed documentation, added "Namespace Colors" section, redid screenshots
  • Update: separate Node.js and web browser examples for organization
  • Update: update "browserify" to v14.4.0
  • Fix: fix Readme typo (#473)

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)

2.6.8 / 2017-05-18

  • Fix: Check for undefined on browser globals (#462, marbemac)

2.6.7 / 2017-05-16

  • Fix: Update ms to 2.0.0 to fix regular expression denial of service vulnerability (#458, hubdotcom)
  • Fix: Inline extend function in node implementation (#452, dougwilson)
  • Docs: Fix typo (#455, msasad)
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Updates the requirements on [debug](https://github.com/visionmedia/debug) to permit the latest version.
- [Release notes](https://github.com/visionmedia/debug/releases)
- [Changelog](https://github.com/visionmedia/debug/blob/master/CHANGELOG.md)
- [Commits](https://github.com/visionmedia/debug/commits/3.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #35.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/debug-3.2.0 branch September 11, 2018 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant