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] #1008

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 10, 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 584624a.

🧐 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.36.0. Merging this pull request will release v3.37.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:
+ captured-mouse-events.idl
+ element-capture.idl

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/credential-management.idl packages/idl/credential-management.idl
--- webref/node_modules/@webref/idl/credential-management.idl
+++ packages/idl/credential-management.idl
@@ -23,7 +23,7 @@
 [Exposed=Window, SecureContext]
 interface CredentialsContainer {
   Promise<Credential?> get(optional CredentialRequestOptions options = {});
-  Promise<Credential> store(Credential credential);
+  Promise<undefined> store(Credential credential);
   Promise<Credential?> create(optional CredentialCreationOptions options = {});
   Promise<undefined> preventSilentAccess();
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/event-timing.idl packages/idl/event-timing.idl
--- webref/node_modules/@webref/idl/event-timing.idl
+++ packages/idl/event-timing.idl
@@ -1,7 +1,7 @@
 // GENERATED CONTENT - DO NOT EDIT
 // Content was automatically extracted by Reffy into webref
 // (https://github.com/w3c/webref)
-// Source: Event Timing API (https://w3c.github.io/event-timing)
+// Source: Event Timing API (https://w3c.github.io/event-timing/)
 
 [Exposed=Window]
 interface PerformanceEventTiming : PerformanceEntry {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/webcodecs.idl packages/idl/webcodecs.idl
--- webref/node_modules/@webref/idl/webcodecs.idl
+++ packages/idl/webcodecs.idl
@@ -473,6 +473,7 @@
   [EnforceRange] unsigned long desiredWidth;
   [EnforceRange] unsigned long desiredHeight;
   boolean preferAnimation;
+  sequence<ArrayBuffer> transfer = [];
 };
 
 dictionary ImageDecodeOptions {

@github-actions github-actions bot force-pushed the release-idl-20230710071938914 branch 7 times, most recently from 75b699e to 5cfd938 Compare July 12, 2023 00:51
@github-actions github-actions bot force-pushed the release-idl-20230710071938914 branch from 5cfd938 to f34a1e1 Compare July 12, 2023 06:40
@tidoust tidoust merged commit 0835844 into main Jul 12, 2023
@tidoust tidoust deleted the release-idl-20230710071938914 branch July 12, 2023 08:35
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