Chore(deps): bump debug from 4.3.2 to 4.3.3 #25

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-debug-4.3.3 into main 2021-11-28 19:30:32 +00:00
argoyle commented 2021-11-28 01:51:09 +00:00 (Migrated from gitlab.com)

Bumps debug from 4.3.2 to 4.3.3.

Release notes

Sourced from debug's releases.

4.3.3

Patch Release 4.3.3

This is a documentation-only release. Further, the repository was transferred. Please see notes below.

Thank you to @​taylor1791 and @​kristofkalocsai for their contributions.


Repository Migration Information

I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here.

Q: What impact will this have on me?

In most cases, you shouldn't notice any change.

The only exception I can think of is if you pull code directly from https://github.com/visionmedia/debug, e.g. via a "debug": "visionmedia/debug"-type version entry in your package.json - in which case, you should still be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible.

Q: What are the security implications of this change?

If you pull code directly from the old URL, you should update the URL to https://github.com/debug-js/debug as soon as possible. The old organization has many approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (@​qix-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider.

Even in such a case, however, the officially released package on npm (debug) would not be affected. That package is still very much under control (even more than it used to be).

Q: What should I do if I encounter an issue related to the migration?

Search the issues first to see if someone has already reported it, and then open a new issue if someone has not.

Q: Why was this done as a 'patch' release? Isn't this breaking?

No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect.

Thus, according to all of the "APIs" (loosely put) involved, nothing should have broken.

I understand there are a lot of edge cases so please open issues as needed so I can assist in any way necessary.

Q: Why was the repository transferred?

I'll just list them off in no particular order.

  • The old organization was defunct and abandoned.
  • I was not an owner of the old organization and thus could not ban the non-trivial amount of spam users or the few truly abusive users from the org. This hindered my ability to properly maintain this package.
  • The debug ecosystem intends to grow beyond a single package, and since new packages could not be created in the old org (nor did it make sense for them to live there), a new org made the most sense - especially from a security point of view.
  • The old org has way, way too many approved members with push access, for which there was nothing I could do. This presented a pretty sizable security risk given that many packages in recent years have fallen victim to backdoors and the like due to lax security access.

Q: Was this approved?

... (truncated)

Commits
  • 043d3cd 4.3.3
  • 4079aae update license and more maintainership information
  • 19b36c0 update repository location + maintainership information
  • f851b00 adds README section regarding usage in child procs (#850)
  • d177f2b Remove accidental epizeuxis
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [debug](https://github.com/debug-js/debug) from 4.3.2 to 4.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.3.3</h2> <h1>Patch Release 4.3.3</h1> <p>This is a documentation-only release. Further, the repository was transferred. Please see notes below.</p> <ul> <li><strong>Migrates repository from <a href="https://github.com/visionmedia/debug">https://github.com/visionmedia/debug</a> to <a href="https://github.com/debug-js/debug">https://github.com/debug-js/debug</a></strong>. Please see notes below as to why this change was made.</li> <li>Updates repository maintainership information</li> <li>Updates the copyright (no license terms change has been made)</li> <li>Removes accidental epizeuxis (<a href="https://github.com/debug-js/debug/issues/828">#828</a>)</li> <li>Adds README section regarding usage in child procs (<a href="https://github.com/debug-js/debug/issues/850">#850</a>)</li> </ul> <p>Thank you to <a href="https://github.com/taylor1791"><code>@​taylor1791</code></a> and <a href="https://github.com/kristofkalocsai"><code>@​kristofkalocsai</code></a> for their contributions.</p> <hr /> <h1>Repository Migration Information</h1> <p>I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here.</p> <h3>Q: What impact will this have on me?</h3> <p>In most cases, you shouldn't notice any change.</p> <p>The only exception I can think of is if you pull code directly from <a href="https://github.com/visionmedia/debug">https://github.com/visionmedia/debug</a>, e.g. via a <code>&quot;debug&quot;: &quot;visionmedia/debug&quot;</code>-type version entry in your package.json - in which case, you should <em>still</em> be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible.</p> <h3>Q: What are the security implications of this change?</h3> <p>If you pull code directly from the old URL, you should update the URL to <a href="https://github.com/debug-js/debug">https://github.com/debug-js/debug</a> as soon as possible. The old organization has <em>many</em> approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (<a href="https://github.com/qix"><code>@​qix</code></a>-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider.</p> <p>Even in such a case, however, the officially released package on npm (<code>debug</code>) would <em>not</em> be affected. That package is still very much under control (even more than it used to be).</p> <h3>Q: What should I do if I encounter an issue related to the migration?</h3> <p><a href="https://github.com/debug-js/debug/issues?q=label%3Amigration+">Search the issues first</a> to see if someone has already reported it, and <em>then</em> open a new issue if someone has not.</p> <h3>Q: Why was this done as a 'patch' release? Isn't this breaking?</h3> <p>No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect.</p> <p>Thus, according to all of the &quot;APIs&quot; (loosely put) involved, nothing should have broken.</p> <p>I understand there are a lot of edge cases so please open issues as needed so I can assist in any way necessary.</p> <h3>Q: Why was the repository transferred?</h3> <p>I'll just list them off in no particular order.</p> <ul> <li>The old organization was defunct and abandoned.</li> <li>I was not an owner of the old organization and thus could not ban the non-trivial amount of spam users or the few truly abusive users from the org. This hindered my ability to properly maintain this package.</li> <li>The <code>debug</code> ecosystem intends to grow beyond a single package, and since new packages could not be created in the old org (nor did it make sense for them to live there), a new org made the most sense - especially from a security point of view.</li> <li>The old org has way, <em>way</em> too many approved members with push access, for which there was nothing I could do. This presented a pretty sizable security risk given that many packages in recent years have fallen victim to backdoors and the like due to lax security access.</li> </ul> <h3>Q: Was this approved?</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/debug-js/debug/commit/043d3cd17d30af45f71d2beab4ec7abfc9936e9e"><code>043d3cd</code></a> 4.3.3</li> <li><a href="https://github.com/debug-js/debug/commit/4079aae5b5bf1198ecd2e1032609dfd46bec843f"><code>4079aae</code></a> update license and more maintainership information</li> <li><a href="https://github.com/debug-js/debug/commit/19b36c052ab0084f8b1c86d34d3e82190680246a"><code>19b36c0</code></a> update repository location + maintainership information</li> <li><a href="https://github.com/debug-js/debug/commit/f851b00eb006d400e757dca33568773910365519"><code>f851b00</code></a> adds README section regarding usage in child procs (<a href="https://github.com/debug-js/debug/issues/850">#850</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/d177f2bc36d3b8b8e9b1b006727ef5e04f98eac7"><code>d177f2b</code></a> Remove accidental epizeuxis</li> <li>See full diff in <a href="https://github.com/debug-js/debug/compare/4.3.2...4.3.3">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-11-28 19:30:32 +00:00 (Migrated from gitlab.com)

mentioned in commit 6bb590d504

mentioned in commit 6bb590d50458173c00169d7234dae61b7db57448
argoyle (Migrated from gitlab.com) merged commit 6bb590d504 into main 2021-11-28 19:30:32 +00:00
Sign in to join this conversation.