brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

Bump debug and heroku #544

Open dependabot[bot] opened 3 months ago

dependabot[bot] commented 3 months ago

Bumps debug to 4.3.4 and updates ancestor dependency heroku. These dependencies need to be updated together.

Updates debug from 4.1.1 to 4.3.4

Release notes

Sourced from debug's releases.

4.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/debug-js/debug/compare/4.3.3...4.3.4

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.

... (truncated)

Commits
  • da66c86 4.3.4
  • 9b33412 replace deprecated String.prototype.substr() (#876)
  • c0805cc add section about configuring JS console to show debug messages (#866)
  • 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
  • e47f96d 4.3.2
  • 1e9d38c cache enabled status per-logger (#799)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by qix, a new releaser for debug since your current version.


Updates heroku from 7.69.1 to 8.11.5

Release notes

Sourced from heroku's releases.

v8.11.5

  • c5128a7fb chore(auth): update warning copy (#2842)
  • 49c52d0ee fix: add quotation marks around public key in sign/deb script (#2849)
  • c8fa03362 chore: update opentelemetry/instrumentation to 0.50.0 and improve integration test runs (#2834)

v8.11.4

  • 697df3830 chore(telemetry): add environment variable to optionally disable telemetry (#2810)

v8.11.3

  • 33f8aac63 fix(authorizations): surface api warnings in temporary fix (#2804)
  • 381575fba Bump heroku-color (#2797)

v8.11.2

  • 8257348f6 Update description of auth topic (#2792)
  • 3432d7e96 rename vars to secrets (#2790)
  • 4ddead432 chore(auth): update warning message for auth:token (#2750)
  • 2a72431b0 add ChangeManagement environment to CTC check (#2789)
  • d6a201e7b chore(ci) Add ctc check to release and pre-release workflows (#2765)
  • be8d0b61d chore(deps): bump inquirer and @​types/inquirer (#2766)
  • c3d2ea9cc chore(deps-dev): bump standard from 12.0.1 to 17.1.0 (#2701)
  • 95023079c chore(deps): bump semver from 5.6.0 to 7.6.0 (#2619)
  • 89c3169ef fix(workflow): update version output (#2747)
  • 69e04eb91 Update mocha and timeout (#2748)

v8.11.1

  • e0457f217 Remove semver from resolutions & reinstate in /cli package.json (#2743)
  • 853b94f3f fix(ps): update larger dyno checking (#2741)
  • 450aa64a8 chore: remove snyk files and upgrade and resolve dependencies (#2736)

v8.11.0

  • 32e97bb0a Update pg:upgrade description (#2729)
  • 6313a26e1 Update test-installed-cli workflow (#2723)
  • 7428df014 chore(W-15263489): improve unit test performance (#2716)
  • d23407c0e bug(local): Ignore env specification when it's not a file (#2698)
  • 20665ff4c Update apps & pipelines in test installation workflow to fix errors (#2714)
  • de144efeb chore: add initial workflow for updating devcenter documentation (#2703)
  • 3c70a9fc7 Update test_release script (#2704)
  • 748e71c10 fix(workflow): remove fig command & update workflow (#2686)
  • efec0951b fix(cli): use uuid rather than addon name for pg:credentials (#2042)
  • 3c74d2a35 chore: fix spelling (#2694)
  • 728262c44 Update depcheck to 1.4.7 (#2684)
  • d6d15c349 chore: fix empty stampy workflow (#2626)
  • fd574ca03 Switch from --rebase to --ff-only (#2680)
  • 2a4ab7952 Increase network timeout for integration tests (#2682)
  • 62975a001 chore(deps): bump debug and @​types/debug (#2562)
  • 17605c37f chore(deps): bump debug from 4.1.1 to 4.3.1 in /packages/cli (#2544)
  • 536b2ecdf fix(workflow): update fig autocomplete workflow (#2679)
  • 7105fb6b8 feat(workflow): add fig autocomplete workflow (#2666)
  • c062c5909 feat(pg:upgrade): support essential dbs (#2637)
  • bffd99861 Update Mocha to 8.4.0 (#2652)

... (truncated)

Changelog

Sourced from heroku's changelog.

8.11.5 (2024-04-30)

Note: Version bump only for package heroku

8.11.4 (2024-04-16)

Note: Version bump only for package heroku

8.11.3 (2024-04-15)

Bug Fixes

  • authorizations: surface api warnings in temporary fix (#2804) (33f8aac)

8.11.2 (2024-04-10)

Note: Version bump only for package heroku

8.11.1 (2024-03-25)

Note: Version bump only for package heroku

8.11.0 (2024-03-20)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by heroku-front-end, a new releaser for heroku since your current version.


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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/brownplt/code.pyret.org/network/alerts).