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

chore(deps-dev): bump oauth4webapi from 2.17.0 to 3.1.2 #18

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps oauth4webapi from 2.17.0 to 3.1.2.

Release notes

Sourced from oauth4webapi's releases.

v3.1.2

Refactor

  • shake the supported function when not needed (c390093)
  • types: update indexable on MTLSEndpointAliases to be a string (a405c89)

v3.1.1

Refactor

  • simpler consume of Request bodies (bcf0b86)

v3.1.0

Features

  • add support for form_post Request instance in hybrid response mode validate response functions (5e22d9d)

v3.0.1

Refactor

v3.0.0

⚠ BREAKING CHANGES

  • build target is now ES2022
  • jweDecrypt is no longer an allowed symbol on the Client interface, it is instead an option passed to functions that may encounter encrypted assertions
  • specifying Ed448 curve for EdDSA is no longer supported, EdDSA is now just an alias for the fully-specified Ed25519 JWS algorithm
  • assertions signed with an Ed25519 CryptoKey will now use the Ed25519 JWS alg value instead of EdDSA. This can be reverted using the modifyAssertion symbol export
  • the audience of a Private Key JWT and Client Secret JWT client assertions is now just the issuer identifier
  • remove modifyAssertion from the PrivateKey interface
  • optional (non-repudiation) signature validation of ID Token JWS Signatures is now done the same way as JWT UserInfo and JWT Introspection is done, with a Response instance rather than a TokenEndpointResponse object
  • validateJwtIntrospectionSignature is now validateApplicationLevelSignature
  • validateJwtUserInfoSignature is now validateApplicationLevelSignature
  • validateIdTokenSignature is now validateApplicationLevelSignature
  • DPoP request options are now obtained by calling the DPoP() exported function. This returns a handle that also maintains its own LRU nonce caches
  • client authentication is now an explicit argument to authenticated functions
  • processAuthorizationCodeOpenIDResponse() method was removed in favour of processAuthorizationCodeResponse()
  • processAuthorizationCodeOAuth2Response() method was removed in favour of processAuthorizationCodeResponse()
  • All grant functions that execute against the Token Endpoint will now validate ID Token when there is one in the response. This has already been the behaviour of functions such as processRefreshTokenResponse() or processDeviceCodeResponse()
  • Presence of auth_time is now required in all ID Tokens if client.default_auth_time is set
  • encode client_secret_basic - _ . ! ~ * ' ( ) characters
  • remove all deprecated options
  • remove the useMtlsAlias symbol and options
  • all functions now reject interacting with non-TLS HTTP endpoints. You can use the allowInsecureRequests in the HttpRequestOptions interface to revert this behaviour.
  • removed the isOAuth2Error() helper, all functions that used to possibly return an OAuth2Error now reject with ResponseBodyError or AuthorizationResponseError instead
  • removed parseWwwAuthenticateChallenges(), all functions verify process Response now reject with WWWAuthenticateChallengeError instead
  • removed protectedResourceRequest() now rejects with WWWAuthenticateChallengeError when the Response has one

Features

... (truncated)

Changelog

Sourced from oauth4webapi's changelog.

3.1.2 (2024-10-24)

Refactor

  • shake the supported function when not needed (c390093)
  • types: update indexable on MTLSEndpointAliases to be a string (a405c89)

3.1.1 (2024-10-14)

Refactor

  • simpler consume of Request bodies (bcf0b86)

3.1.0 (2024-10-14)

Features

  • add support for form_post Request instance in hybrid response mode validate response functions (5e22d9d)

3.0.1 (2024-10-13)

Refactor

3.0.0 (2024-10-07)

⚠ BREAKING CHANGES

  • build target is now ES2022
  • jweDecrypt is no longer an allowed symbol on the Client interface, it is instead an option passed to functions that may encounter encrypted assertions
  • specifying Ed448 curve for EdDSA is no longer supported, EdDSA is now just an alias for the fully-specified Ed25519 JWS algorithm
  • assertions signed with an Ed25519 CryptoKey will now use the Ed25519 JWS alg value instead of EdDSA. This can be reverted using the modifyAssertion symbol export
  • the audience of a Private Key JWT and Client Secret JWT client assertions is now just the issuer identifier
  • remove modifyAssertion from the PrivateKey interface
  • optional (non-repudiation) signature validation of ID Token JWS Signatures is now done the same way as JWT UserInfo and

... (truncated)

Commits

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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 046984b to 13d181a Compare October 28, 2024 04:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 13d181a to e5d9efb Compare October 28, 2024 06:18
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from e5d9efb to c35abba Compare October 28, 2024 06:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from c35abba to fb12029 Compare October 28, 2024 06:19
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from fb12029 to 15abfaa Compare October 28, 2024 06:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 15abfaa to 98a0b22 Compare October 28, 2024 06:21
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 98a0b22 to 25ce821 Compare October 28, 2024 06:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 25ce821 to 05df6e1 Compare October 28, 2024 06:22
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 05df6e1 to bbdb075 Compare October 28, 2024 06:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from bbdb075 to 1d8e8ec Compare November 4, 2024 11:53
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 1d8e8ec to 2d380c6 Compare November 4, 2024 11:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 2d380c6 to bebe119 Compare November 4, 2024 11:54
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from bebe119 to 4abd934 Compare November 4, 2024 11:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 4abd934 to 6c5cc4b Compare November 12, 2024 09:14
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 6c5cc4b to 7deda8f Compare November 12, 2024 09:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 7deda8f to 0005120 Compare November 12, 2024 09:15
Bumps [oauth4webapi](https://github.com/panva/oauth4webapi) from 2.17.0 to 3.1.2.
- [Release notes](https://github.com/panva/oauth4webapi/releases)
- [Changelog](https://github.com/panva/oauth4webapi/blob/main/CHANGELOG.md)
- [Commits](panva/oauth4webapi@v2.17.0...v3.1.2)

---
updated-dependencies:
- dependency-name: oauth4webapi
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch from 0005120 to 02eeb19 Compare November 12, 2024 09:15
@douglasduteil douglasduteil merged commit d961a3a into master Nov 12, 2024
@douglasduteil douglasduteil deleted the dependabot/npm_and_yarn/oauth4webapi-3.1.2 branch November 12, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant