fix(deps): update dependency openid-client to v6 - #1941
Conversation
7aa8ebb to
98128a4
Compare
JS Dependency Audit0 added · 0 removed · 170 total (0 vs base) Projects audited
No change in vulnerabilities compared to the base branch. Full current vulnerability list (170)
|
|
Closing this without merging. Why CI failed: Why we shouldn't migrate yet: There's also no consolidation benefit: v6 is already in the tree via The right time to go to v6 is when |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^5.7.1→^6.0.0Release Notes
panva/openid-client (openid-client)
v6.8.4Compare Source
Fixes
v6.8.3Compare Source
Documentation
Fixes
v6.8.2Compare Source
Fixes
v6.8.1Compare Source
Refactor
v6.8.0Compare Source
Features
Documentation
v6.7.1Compare Source
Fixes
v6.7.0Compare Source
Features
v6.6.4Compare Source
Fixes
v6.6.3Compare Source
Documentation
Refactor
v6.6.2Compare Source
Fixes
v6.6.1Compare Source
Refactor
v6.6.0Compare Source
Features
Refactor
Documentation
v6.5.3Compare Source
Fixes
v6.5.2Compare Source
Fixes
v6.5.1Compare Source
Documentation
Refactor
v6.5.0Compare Source
Features
Fixes
Documentation
v6.4.2Compare Source
Documentation
Fixes
v6.4.1Compare Source
Fixes
v6.4.0Compare Source
Features
Fixes
v6.3.4Compare Source
Documentation
Refactor
v6.3.3Compare Source
v6.3.2Compare Source
Documentation
v6.3.1Compare Source
Refactor
v6.3.0Compare Source
Features
Documentation
v6.2.0Compare Source
Features
Documentation
Fixes
v6.1.7Compare Source
Refactor
v6.1.6Compare Source
Fixes
v6.1.5Compare Source
Fixes
v6.1.4Compare Source
Documentation
v6.1.3Compare Source
Documentation
Fixes
v6.1.2Compare Source
Refactor
Documentation
v6.1.1Compare Source
Documentation
Fixes
v6.1.0Compare Source
Features
v6.0.0Compare 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_moduleistrue. This is a new Node.js feature slated to be released without a CLI flag in 23.x and 22.xDocumentation
Refactor
Configuration
📅 Schedule: (UTC)
🚦 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.