Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 2, 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 aace40f.

🧐 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.66.1. Merging this pull request will release v3.66.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/element-timing.idl packages/idl/element-timing.idl
--- webref/node_modules/@webref/idl/element-timing.idl
+++ packages/idl/element-timing.idl
@@ -20,5 +20,5 @@
 PerformanceElementTiming includes PaintTimingMixin;
 
 partial interface Element {
-    [CEReactions] attribute DOMString elementTiming;
+    [CEReactions, Reflect] attribute DOMString elementTiming;
 };

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
@@ -59,7 +59,6 @@
 };
 
 dictionary IdentityProviderRequestOptions : IdentityProviderConfig {
-  USVString nonce;
   DOMString loginHint;
   DOMString domainHint;
   sequence<USVString> fields;

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/push-api.idl packages/idl/push-api.idl
--- webref/node_modules/@webref/idl/push-api.idl
+++ packages/idl/push-api.idl
@@ -73,14 +73,16 @@
 interface PushEvent : ExtendableEvent {
   constructor(DOMString type, optional PushEventInit eventInitDict = {});
   readonly attribute PushMessageData? data;
+  readonly attribute Notification? notification;
 };
 
-typedef (BufferSource or USVString) PushMessageDataInit;
-
 dictionary PushEventInit : ExtendableEventInit {
-  PushMessageDataInit data;
+  PushMessageDataInit? data = null;
+  Notification? notification = null;
 };
 
+typedef (BufferSource or USVString) PushMessageDataInit;
+
 [Exposed=ServiceWorker, SecureContext]
 interface PushSubscriptionChangeEvent : ExtendableEvent {
   constructor(DOMString type, optional PushSubscriptionChangeEventInit eventInitDict = {});

@github-actions github-actions bot force-pushed the release-idl-20250802005538189 branch 19 times, most recently from 841f9f9 to 34bdb0e Compare August 6, 2025 18:51
@github-actions github-actions bot force-pushed the release-idl-20250802005538189 branch from 34bdb0e to 1f1dc1d Compare August 7, 2025 06:52
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.

0 participants