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/idl@3.59.2 #1451

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 24, 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 6a779f7.

🧐 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.59.1. Merging this pull request will release v3.59.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
@@ -25,3 +25,11 @@
 interface HighlightRegistry {
   maplike<DOMString, Highlight>;
 };
+
+partial interface HighlightRegistry {
+  sequence<Highlight> highlightsFromPoint(float x, float y, optional HighlightsFromPointOptions options = {});
+};
+
+dictionary HighlightsFromPointOptions {
+  sequence<ShadowRoot> shadowRoots = [];
+};

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/html.idl packages/idl/html.idl
--- webref/node_modules/@webref/idl/html.idl
+++ packages/idl/html.idl
@@ -1992,6 +1992,7 @@
   readonly attribute DOMString? downloadRequest;
   readonly attribute any info;
   readonly attribute boolean hasUAVisualTransition;
+  readonly attribute Element? sourceElement;
 
   undefined intercept(optional NavigationInterceptOptions options = {});
   undefined scroll();

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/mediacapture-surface-control.idl packages/idl/mediacapture-surface-control.idl
--- webref/node_modules/@webref/idl/mediacapture-surface-control.idl
+++ packages/idl/mediacapture-surface-control.idl
@@ -6,8 +6,10 @@
 partial interface CaptureController {
   sequence<long> getSupportedZoomLevels();
   long getZoomLevel();
-  Promise<undefined> setZoomLevel(long zoomLevel);
-  attribute EventHandler oncapturedzoomlevelchange;
+  Promise<undefined> increaseZoomLevel();
+  Promise<undefined> decreaseZoomLevel();
+  Promise<undefined> resetZoomLevel();
+  attribute EventHandler onzoomlevelchange;
 };
 
 partial interface CaptureController {

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/observable.idl packages/idl/observable.idl
--- webref/node_modules/@webref/idl/observable.idl
+++ packages/idl/observable.idl
@@ -74,7 +74,7 @@
   //
   // takeUntil() can consume promises, iterables, async iterables, and other
   // observables.
-  Observable takeUntil(any notifier);
+  Observable takeUntil(any value);
   Observable map(Mapper mapper);
   Observable filter(Predicate predicate);
   Observable take(unsigned long long amount);

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/shared-storage.idl packages/idl/shared-storage.idl
--- webref/node_modules/@webref/idl/shared-storage.idl
+++ packages/idl/shared-storage.idl
@@ -114,6 +114,7 @@
   USVString aggregationCoordinatorOrigin;
   USVString contextId;
   [EnforceRange] unsigned long long filteringIdMaxBytes;
+  [EnforceRange] unsigned long long maxContributions;
 };
 
 dictionary SharedStorageRunOperationMethodOptions {

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
@@ -154,6 +154,8 @@
   VideoColorSpaceInit colorSpace;
   HardwareAcceleration hardwareAcceleration = "no-preference";
   boolean optimizeForLatency;
+  double rotation = 0;
+  boolean flip = false;
 };
 
 dictionary AudioEncoderConfig {

@github-actions github-actions bot force-pushed the release-idl-20250124134954364 branch 18 times, most recently from 54c17d4 to 543fe9d Compare January 29, 2025 00:54
@github-actions github-actions bot force-pushed the release-idl-20250124134954364 branch from 543fe9d to 92af183 Compare January 30, 2025 13:38
@tidoust tidoust merged commit 7d5e7d8 into main Jan 30, 2025
@tidoust tidoust deleted the release-idl-20250124134954364 branch January 30, 2025 13:39
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