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:
16.1.0
->16.2.0
14.5.2
->14.6.1
22.10.5
->22.13.5
19.0.3
->19.0.10
19.0.2
->19.0.4
8.12
->8.12.1
5.7.2
->5.7.3
2.6.0-alpha8
->2.6.0
2.6.0-alpha8
->2.6.0
2.6.0-alpha8
->2.6.0
0.28.4.RELEASE
->0.28.5.RELEASE
3.4.1
->3.4.3
Release Notes
testing-library/react-testing-library (@testing-library/react)
v16.2.0
Compare Source
Features
testing-library/user-event (@testing-library/user-event)
v14.6.1
Compare Source
Bug Fixes
delay
option (#1175) (2edf14d)ContextMenu
todefaultKeyMap
(#1079) (3e471d1)defaultKeyMap
(#1226) (543ecb0)pointerdown
isdefaultPrevented
(#1121) (f681f7b)button
andbuttons
properties onPointerEvent
(#1219) (6614f72)1
as default value forPointerEvent.width
andPointerEvent.height
(#1224) (f0468d0)click
event loop on form-associated custom element (#1238) (465fc7e)click
event on non-focusable control (#1130) (e429094)accept
filter more leniently (#1064) (a344ad4)v14.6.0
Compare Source
Features
FocusEvent
in hidden documents (#1252) (1ed8b15)Bug Fixes
DataTransferItem.getAsString()
callback (#1251) (7b11b0e)PointerCoords.x
inisDifferentPointerPosition
(#1216) (75edef5)PointerCoords
inisDifferentPointerPosition()
(#1229) (5f3d28f)gradle/gradle (gradle)
v8.12.1
Compare Source
microsoft/TypeScript (typescript)
v5.7.3
Compare Source
Yubico/java-webauthn-server (com.yubico:yubico-util)
v2.6.0
: Version 2.6.0Compare Source
webauthn-server-core
:New features:
getParsedPublicKey(): java.security.PublicKey
toRegistrationResult
andRegisteredCredential
.AuthenticatorAttachment.fromValue(String): Optional<AuthenticatorAttachment>
PublicKeyCredentialType.fromId(String): Optional<PublicKeyCredentialType>
ResidentKeyRequirement.fromValue(String): Optional<ResidentKeyRequirement>
TokenBindingStatus.fromValue(String): Optional<TokenBindingStatus>
UserVerificationRequirement.fromValue(String): Optional<UserVerificationRequirement>
CredentialPropertiesOutput
.LargeBlobRegistrationOutput.supported(boolean)
.LargeBlobAuthenticationOutput
.hints
property toStartRegistrationOptions
,StartAssertionOptions
,PublicKeyCredentialCreationOptions
andPublicKeyCredentialRequestOptions
, and classPublicKeyCredentialHint
to support them, to support thehints
parameter introduced in WebAuthn L3: https://www.w3.org/TR/2023/WD-webauthn-3-20230927/#dom-publickeycredentialcreationoptions-hintsisSecurePaymentConfirmation(boolean)
toFinishAssertionOptions
. When set,RelyingParty.finishAssertion()
will adapt the validation logic for a Secure Payment Confirmation (SPC) response instead of an ordinary WebAuthn response. See the JavaDoc for details.webauthn-server-attestation
:New features:
FidoMetadataDownloader
now parses the CRLDistributionPoints extension on the application level, so thecom.sun.security.enableCRLDP=true
system property setting is no longer necessary.CertificateUtil.parseFidoSernumExtension
for parsing serial number from enterprise attestation certificates.Artifacts built with
openjdk version "17.0.13" 2024-10-15
.v2.6.0-RC1
: Pre-release 2.6.0-RC1Compare Source
Changes since 2.6.0-alpha8
webauthn-server-core
:Breaking changes:
CredentialRepositoryV2
. These will be postponed to minor release 2.7 instead.RegisteredCredential.transports
.credProps.authenticatorDisplayName
.credProps
extension from assertion extension outputs.webauthn-server-attestation
:New features:
FidoMetadataDownloader
now parses the CRLDistributionPoints extension on the application level, so thecom.sun.security.enableCRLDP=true
system property setting is no longer necessary.CertificateUtil.parseFidoSernumExtension
for parsing serial number from enterprise attestation certificates.Changes since 2.5.4
webauthn-server-core
:New features:
getParsedPublicKey(): java.security.PublicKey
toRegistrationResult
andRegisteredCredential
.AuthenticatorAttachment.fromValue(String): Optional<AuthenticatorAttachment>
PublicKeyCredentialType.fromId(String): Optional<PublicKeyCredentialType>
ResidentKeyRequirement.fromValue(String): Optional<ResidentKeyRequirement>
TokenBindingStatus.fromValue(String): Optional<TokenBindingStatus>
UserVerificationRequirement.fromValue(String): Optional<UserVerificationRequirement>
CredentialPropertiesOutput
.LargeBlobRegistrationOutput.supported(boolean)
.LargeBlobAuthenticationOutput
.hints
property toStartRegistrationOptions
,StartAssertionOptions
,PublicKeyCredentialCreationOptions
andPublicKeyCredentialRequestOptions
, and classPublicKeyCredentialHint
to support them, to support thehints
parameter introduced in WebAuthn L3: https://www.w3.org/TR/2023/WD-webauthn-3-20230927/#dom-publickeycredentialcreationoptions-hintsisSecurePaymentConfirmation(boolean)
toFinishAssertionOptions
. When set,RelyingParty.finishAssertion()
will adapt the validation logic for a Secure Payment Confirmation (SPC) response instead of an ordinary WebAuthn response. See the JavaDoc for details.webauthn-server-attestation
:New features:
FidoMetadataDownloader
now parses the CRLDistributionPoints extension on the application level, so thecom.sun.security.enableCRLDP=true
system property setting is no longer necessary.CertificateUtil.parseFidoSernumExtension
for parsing serial number from enterprise attestation certificates.Artifacts built with
openjdk version "17.0.13" 2024-10-15
.webauthn4j/webauthn4j (com.webauthn4j:webauthn4j-core)
v0.28.5.RELEASE
Compare Source
⭐ Enhancements
📦 Dependency Upgrades
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.