bcomnes / jsonfeed-to-rss

📡Convert a jsonfeed to an RSS 2.0 feed with iTunes extensions
https://jsonfeed-to-rss.netlify.com
MIT License
38 stars 12 forks source link

Bump gh-release from 3.5.0 to 4.0.0 #23

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps gh-release from 3.5.0 to 4.0.0.

Release notes

Sourced from gh-release's releases.

v4.0.0

BREAKING CHANGES:

  • Remove support for Github basic (password) auth.
  • Add support for oAuth Device flow tokens.
  • Existing tokens should still work fine. Basic auth generated Personal Access tokens which will work as long as you don't revoke them.
  • Updated dependencies bring with it newer Node.js requirements. Run LTS or Latest.
  • The --endpoint flag only works on Github Enterprise now.
  • Github enterprise still uses basic auth, since it does not support the new device flow yet.
Changelog

Sourced from gh-release's changelog.

4.0.0 - 2020-09-13

BREAKING CHANGES:

  • Remove support for Github basic (password) auth.
  • Add support for oAuth Device flow tokens.
  • Existing tokens should still work fine. Basic auth generated Personal Access tokens which will work as long as you don't revoke them.
  • Updated dependencies bring with it newer Node.js requirements. Run LTS or Latest.
  • The --endpoint flag only works on Github Enterprise now.
  • Github enterprise still uses basic auth, since it does not support the new device flow yet.
Commits
  • dc6e2b2 4.0.0
  • 53036b7 CHANGELOG.md
  • 09abb70 Merge pull request #93 from hypermodules/deps-refresh
  • 1a61d26 Improve error messaging around bad org permissions
  • 7a828e8 Install fork of ghauth
  • afffc17 remove depreciated package
  • 20c2121 Use fork of ghauth while we wait for upstream
  • 725b859 chore: update ghauth to support device flow
  • 6ea5b63 bug: fix missing error messages
  • 55700f0 Update .travis.yml
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)