Skip to content

πŸ“¦ Release @webref/[email protected] #1574

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 7, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/idl changes triggered by curated data at eb7286f.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/idl package was v3.64.2. Merging this pull request will release v3.65.0. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/idl/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

New repo files that are not yet in the released package:
+ pointer-animations.idl

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/dom.idl packages/idl/dom.idl
--- webref/node_modules/@webref/idl/dom.idl
+++ packages/idl/dom.idl
@@ -324,7 +324,7 @@
 
 [Exposed=Window]
 interface DOMImplementation {
-  [NewObject] DocumentType createDocumentType(DOMString qualifiedName, DOMString publicId, DOMString systemId);
+  [NewObject] DocumentType createDocumentType(DOMString name, DOMString publicId, DOMString systemId);
   [NewObject] XMLDocument createDocument(DOMString? namespace, [LegacyNullToEmptyString] DOMString qualifiedName, optional DocumentType? doctype = null);
   [NewObject] Document createHTMLDocument(optional DOMString title);
 

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/html.idl packages/idl/html.idl
--- webref/node_modules/@webref/idl/html.idl
+++ packages/idl/html.idl
@@ -1695,7 +1695,7 @@
   constructor(DOMString type, optional ToggleEventInit eventInitDict = {});
   readonly attribute DOMString oldState;
   readonly attribute DOMString newState;
-  readonly attribute Element source;
+  readonly attribute Element? source;
 };
 
 dictionary ToggleEventInit : EventInit {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/secure-payment-confirmation.idl packages/idl/secure-payment-confirmation.idl
--- webref/node_modules/@webref/idl/secure-payment-confirmation.idl
+++ packages/idl/secure-payment-confirmation.idl
@@ -13,6 +13,7 @@
     USVString payeeOrigin;
     sequence<PaymentEntityLogo> paymentEntitiesLogos;
     AuthenticationExtensionsClientInputs extensions;
+    sequence<PublicKeyCredentialParameters> browserBoundPubKeyCredParams;
     sequence<USVString> locale;
     boolean showOptOut;
 };
@@ -35,6 +36,7 @@
 
 dictionary AuthenticationExtensionsPaymentInputs {
   boolean isPayment;
+  sequence<PublicKeyCredentialParameters> browserBoundPubKeyCredParams;
 
   // Only used for authentication.
   USVString rpId;
@@ -46,8 +48,20 @@
   PaymentCredentialInstrument instrument;
 };
 
+partial dictionary AuthenticationExtensionsClientOutputs {
+  AuthenticationExtensionsPaymentOutputs payment;
+};
+
+dictionary AuthenticationExtensionsPaymentOutputs {
+  BrowserBoundSignature browserBoundSignature;
+};
+
+dictionary BrowserBoundSignature {
+  required ArrayBuffer signature;
+};
+
 dictionary CollectedClientPaymentData : CollectedClientData {
-    required CollectedClientAdditionalPaymentData payment;
+    required (CollectedClientAdditionalPaymentData or CollectedClientAdditionalPaymentRegistrationData) payment;
 };
 
 dictionary CollectedClientAdditionalPaymentData {
@@ -58,6 +72,11 @@
     sequence<PaymentEntityLogo> paymentEntitiesLogos;
     required PaymentCurrencyAmount total;
     required PaymentCredentialInstrument instrument;
+    USVString browserBoundPublicKey;
+};
+
+dictionary CollectedClientAdditionalPaymentRegistrationData {
+    USVString browserBoundPublicKey;
 };
 
 dictionary PaymentCredentialInstrument {

@github-actions github-actions bot force-pushed the release-idl-20250607005939317 branch 12 times, most recently from 335126c to f3daaf0 Compare June 10, 2025 01:00
@github-actions github-actions bot force-pushed the release-idl-20250607005939317 branch from f3daaf0 to 60e92b6 Compare June 10, 2025 07:00
@tidoust tidoust merged commit 611d052 into main Jun 10, 2025
@tidoust tidoust deleted the release-idl-20250607005939317 branch June 10, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant