-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update dependency openid-client to v6 #9041
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/openid-client-6.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
7d00642
to
366cad2
Compare
366cad2
to
fc1ceaa
Compare
fc1ceaa
to
5928ebc
Compare
5928ebc
to
716b43e
Compare
b414944
to
c7f4cb7
Compare
716b43e
to
8c4479a
Compare
8c4479a
to
fd6e5e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
use for pull requests that update a dependency file
filigran team
use to identify PR from the Filigran team
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.6.5
->6.1.7
Release Notes
panva/openid-client (openid-client)
v6.1.7
Compare Source
Refactor
v6.1.6
Compare Source
Fixes
v6.1.5
Compare Source
Fixes
v6.1.4
Compare Source
Documentation
v6.1.3
Compare Source
Documentation
Fixes
v6.1.2
Compare Source
Refactor
Documentation
v6.1.1
Compare Source
Documentation
Fixes
v6.1.0
Compare Source
Features
v6.0.0
Compare Source
⚠ BREAKING CHANGES
To that end openid-client@6 no longer supports the full cartesian matrix of response types and response modes, it no longer supports issuing encrypted assertions, decrypting assertions is limited to only a few algorithms, it no longer supports Dynamic Client Registration or Management, and Self-Issued OpenID Provider responses are also not supported.
The new API makes basic setups simple while allowing some degree of complexity where needed.
openid-client@6 is an ESM module using ES2022 syntax and it depends on WebCryptoAPI and Fetch API globals being available in the JS runtime.
openid-client@6 is written in TypeScript and its exported types come with comment annotations.
(Node.js) Versions 20.x and newer have all the necessary globals.
(Node.js) CJS style
let client = require('openid-client')
is possible in versions whereprocess.features.require_module
istrue
. This is a new Node.js feature slated to be released without a CLI flag in 23.x and 22.xDocumentation
Refactor
v5.7.1
Compare Source
Refactor
Note: If needed this can be reverted using the
extras.clientAssertionPayload
option.v5.7.0
Compare Source
Features
Fixes
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Paris, 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.
This PR was generated by Mend Renovate. View the repository job log.