Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 21, 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 ab3462c.

🧐 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.65.1. Merging this pull request will release v3.65.2. 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.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/css-highlight-api.idl packages/idl/css-highlight-api.idl
--- webref/node_modules/@webref/idl/css-highlight-api.idl
+++ packages/idl/css-highlight-api.idl
@@ -27,7 +27,12 @@
 };
 
 partial interface HighlightRegistry {
-  sequence<Highlight> highlightsFromPoint(float x, float y, optional HighlightsFromPointOptions options = {});
+  sequence<HighlightHitResult> highlightsFromPoint(float x, float y, optional HighlightsFromPointOptions options = {});
+};
+
+dictionary HighlightHitResult {
+  Highlight highlight;
+  sequence<AbstractRange> ranges;
 };
 
 dictionary HighlightsFromPointOptions {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/digital-credentials.idl packages/idl/digital-credentials.idl
--- webref/node_modules/@webref/idl/digital-credentials.idl
+++ packages/idl/digital-credentials.idl
@@ -33,4 +33,5 @@
 interface DigitalCredential : Credential {
   readonly attribute DOMString protocol;
   [SameObject] readonly attribute object data;
+  static boolean userAgentAllowsProtocol(DOMString protocol);
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/fedcm.idl packages/idl/fedcm.idl
--- webref/node_modules/@webref/idl/fedcm.idl
+++ packages/idl/fedcm.idl
@@ -19,6 +19,18 @@
   required USVString account_id;
 };
 
+dictionary IdentityCredentialErrorInit {
+  DOMString error;
+  DOMString url;
+};
+
+[Exposed=Window, SecureContext]
+interface IdentityCredentialError : DOMException {
+  constructor(optional DOMString message = "", optional IdentityCredentialErrorInit options = {});
+  readonly attribute DOMString error;
+  readonly attribute DOMString url;
+};
+
 partial dictionary CredentialRequestOptions {
   IdentityCredentialRequestOptions identity;
 };
@@ -103,6 +115,7 @@
 dictionary IdentityAssertionResponse {
   USVString token;
   USVString continue_on;
+  IdentityCredentialErrorInit error;
 };
 
 dictionary IdentityProviderClientMetadata {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/privacy-preserving-attribution.idl packages/idl/privacy-preserving-attribution.idl
--- webref/node_modules/@webref/idl/privacy-preserving-attribution.idl
+++ packages/idl/privacy-preserving-attribution.idl
@@ -1,7 +1,7 @@
 // GENERATED CONTENT - DO NOT EDIT
 // Content was automatically extracted by Reffy into webref
 // (https://github.com/w3c/webref)
-// Source: Attribution: Level 1 (https://w3c.github.io/ppa/)
+// Source: Attribution Level 1 (https://w3c.github.io/ppa/)
 
 partial interface Navigator {
   [SecureContext, SameObject] readonly attribute Attribution attribution;
@@ -27,6 +27,7 @@
   required unsigned long histogramIndex;
   unsigned long matchValue = 0;
   sequence<USVString> conversionSites = [];
+  sequence<USVString> conversionCallers = [];
   unsigned long lifetimeDays = 30;
 };
 
@@ -45,9 +46,9 @@
   required unsigned long histogramSize;
 
   unsigned long lookbackDays;
-  sequence<unsigned long> matchValue = [];
+  sequence<unsigned long> matchValues = [];
   sequence<USVString> impressionSites = [];
-  sequence<USVString> intermediarySites = [];
+  sequence<USVString> impressionCallers = [];
 
   AttributionLogic logic = "last-touch";
   unsigned long value = 1;

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/webgpu.idl packages/idl/webgpu.idl
--- webref/node_modules/@webref/idl/webgpu.idl
+++ packages/idl/webgpu.idl
@@ -128,6 +128,7 @@
     "dual-source-blending",
     "subgroups",
     "texture-formats-tier1",
+    "texture-formats-tier2",
 };
 
 [Exposed=(Window, Worker), SecureContext]

@github-actions github-actions bot force-pushed the release-idl-20250621010035728 branch 10 times, most recently from 686065f to e42c563 Compare June 26, 2025 00:55
@github-actions github-actions bot force-pushed the release-idl-20250621010035728 branch from e42c563 to 693b176 Compare June 26, 2025 06:50
@github-actions github-actions bot force-pushed the release-idl-20250621010035728 branch from 693b176 to ee0cdb6 Compare June 27, 2025 08:39
@tidoust tidoust merged commit 66c9ac0 into main Jun 27, 2025
@tidoust tidoust deleted the release-idl-20250621010035728 branch June 27, 2025 09:11
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