Skip to content
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

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

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2023

⚠ 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 1879ee4.

🧐 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.41.1. Merging this pull request will release v3.41.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/longtasks.idl packages/idl/longtasks.idl
--- webref/node_modules/@webref/idl/longtasks.idl
+++ packages/idl/longtasks.idl
@@ -17,3 +17,12 @@
     readonly attribute DOMString containerName;
     [Default] object toJSON();
 };
+
+[Exposed=Window]
+interface PerformanceLongAnimationFrameTiming : PerformanceEntry {
+    readonly attribute DOMHighResTimeStamp renderStart;
+    readonly attribute DOMHighResTimeStamp styleAndLayoutStart;
+    readonly attribute DOMHighResTimeStamp blockingDuration;
+
+    [Default] object toJSON();
+};

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/storage-buckets.idl packages/idl/storage-buckets.idl
--- webref/node_modules/@webref/idl/storage-buckets.idl
+++ packages/idl/storage-buckets.idl
@@ -20,8 +20,8 @@
 
 dictionary StorageBucketOptions {
   boolean persisted = false;
-  unsigned long long? quota = null;
-  DOMHighResTimeStamp? expires = null;
+  unsigned long long? quota;
+  DOMHighResTimeStamp? expires;
 };
 
 [Exposed=(Window,Worker),

@github-actions github-actions bot force-pushed the release-idl-20231126183409263 branch 9 times, most recently from 2aaf2ca to 81a5a3b Compare November 29, 2023 00:49
@github-actions github-actions bot force-pushed the release-idl-20231126183409263 branch from 81a5a3b to ceca307 Compare November 29, 2023 06:37
@tidoust tidoust merged commit 484f4fa into main Nov 29, 2023
@tidoust tidoust deleted the release-idl-20231126183409263 branch November 29, 2023 09:01
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