Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 6, 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 9f1d53b.

🧐 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.60.3. Merging this pull request will release v3.61.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:
+ svg-paths.idl

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/SVG.idl packages/idl/SVG.idl
--- webref/node_modules/@webref/idl/SVG.idl
+++ packages/idl/SVG.idl
@@ -419,10 +419,6 @@
 };
 
 [Exposed=Window]
-interface SVGPathElement : SVGGeometryElement {
-};
-
-[Exposed=Window]
 interface SVGRectElement : SVGGeometryElement {
   [SameObject] readonly attribute SVGAnimatedLength x;
   [SameObject] readonly attribute SVGAnimatedLength y;

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/ppa.idl packages/idl/ppa.idl
--- webref/node_modules/@webref/idl/ppa.idl
+++ packages/idl/ppa.idl
@@ -10,13 +10,12 @@
 enum PrivateAttributionProtocol { "dap-12-histogram", "tee-00" };
 
 dictionary PrivateAttributionAggregationService {
-  required USVString url;
   required DOMString protocol;
 };
 
 [SecureContext, Exposed=Window]
 interface PrivateAttributionAggregationServices {
-  readonly setlike<PrivateAttributionAggregationService>;
+  readonly maplike<USVString, PrivateAttributionAggregationService>;
 };
 
 [SecureContext, Exposed=Window]

@github-actions github-actions bot force-pushed the release-idl-20250306174930974 branch 3 times, most recently from 6d6799c to 8d0af2f Compare March 7, 2025 01:00
@github-actions github-actions bot force-pushed the release-idl-20250306174930974 branch from 8d0af2f to ca8e1d3 Compare March 7, 2025 06:45
@tidoust tidoust merged commit ff20a7a into main Mar 7, 2025
@tidoust tidoust deleted the release-idl-20250306174930974 branch March 7, 2025 09:10
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.

2 participants