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 @node-oauth/oauth2-server to v5 #9449

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@node-oauth/oauth2-server 4.3.3 -> 5.2.0 age adoption passing confidence

Release Notes

node-oauth/node-oauth2-server (@​node-oauth/oauth2-server)

v5.2.0

Compare Source

Installation 🚀

NPM Link: https://www.npmjs.com/package/@​node-oauth/oauth2-server/v/5.2.0

$ npm install @​node-oauth/[email protected]

What's Changed

Fixes and improvements 🔧
Dependencies 📦

New Contributors 👏

Full Changelog: node-oauth/node-oauth2-server@v5.1.0...v5.2.0

v5.1.0

Compare Source

Installation

NPM Link: https://www.npmjs.com/package/@​node-oauth/oauth2-server/v/5.1.0

$ npm install @​node-oauth/[email protected]

What's Changed

Fixes
Dependencies

New Contributors

Full Changelog: node-oauth/node-oauth2-server@v5.0.0...v5.1.0

v5.0.0

Compare Source

This release contains several breaking changes.
Please carefully consult the documentation while updating.

  • removed bluebird and promisify-any
  • uses native Promises and async/await everywhere
  • drop support for Node 14 (EOL), setting Node 16 as engine in package.json
  • this is a breaking change, because it removes callback support for
    OAuthServer and your model implementation.
  • fixed missing await in calling generateAuthorizationCode in AuthorizeHandler
  • fix scope validation bug
  • revoke code before validating redirect URI
  • improved Bearer token validation
  • validate scope as an array of strings (breaking change)
  • model support for retrieving user based on client
  • more tests added; test coverage improved

Configuration

📅 Schedule: Branch creation - "every weekday after 2:00 am before 6:00 am,every weekend" (UTC), Automerge - 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from 9a35653 to a2e029f Compare November 7, 2023 13:15
@znarf znarf added the blocked label Nov 7, 2023
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from a2e029f to a20bd2d Compare November 10, 2023 08:40
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from a20bd2d to f5bff0c Compare November 30, 2023 13:06
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch 3 times, most recently from 35f7054 to 49cbc29 Compare December 6, 2023 09:01
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from 49cbc29 to 5b62583 Compare December 14, 2023 14:41
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from 5b62583 to 8943216 Compare February 22, 2024 07:45
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from 8943216 to f0232c3 Compare March 25, 2024 08:41
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from f0232c3 to e14ddb9 Compare April 10, 2024 14:31
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from e14ddb9 to 0bacaf7 Compare July 31, 2024 13:33
@renovate renovate bot force-pushed the renovate/node-oauth-oauth2-server-5.x branch from 0bacaf7 to 9dc01cc Compare October 23, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant