Skip to content

📦 Release @webref/idl@3.82.2 - #2003

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-idl-20260725010835211
Open

📦 Release @webref/idl@3.82.2#2003
github-actions[bot] wants to merge 1 commit into
mainfrom
release-idl-20260725010835211

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

⚠ 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 43f6d41.

🧐 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.82.1. Merging this pull request will release v3.82.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/connection-allowlists.idl packages/idl/connection-allowlists.idl
--- webref/node_modules/@webref/idl/connection-allowlists.idl
+++ packages/idl/connection-allowlists.idl
@@ -11,3 +11,7 @@
   sequence<DOMString> allowlist;
   ConnectionAllowlistDisposition disposition;
 };
+
+partial interface HTMLIFrameElement {
+  [CEReactions] attribute DOMString connectionAllowlist;
+};

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/container-timing.idl packages/idl/container-timing.idl
--- webref/node_modules/@webref/idl/container-timing.idl
+++ packages/idl/container-timing.idl
@@ -9,13 +9,13 @@
     readonly attribute DOMRectReadOnly intersectionRect;
     readonly attribute unsigned long long size;
     readonly attribute DOMHighResTimeStamp firstRenderTime;
-    readonly attribute Element? lastPaintedElement;
-    readonly attribute Element? rootElement;
+    readonly attribute HTMLElement? lastPaintedElement;
+    readonly attribute HTMLElement? rootElement;
 };
 
 PerformanceContainerTiming includes PaintTimingMixin;
 
-partial interface Element {
+partial interface HTMLElement {
     [CEReactions, Reflect] attribute DOMString containerTiming;
     [CEReactions, Reflect] attribute boolean containerTimingIgnore;
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/prompt-api.idl packages/idl/prompt-api.idl
--- webref/node_modules/@webref/idl/prompt-api.idl
+++ packages/idl/prompt-api.idl
@@ -139,7 +139,7 @@
   required LanguageModelMessageValue value;
 };
 
-enum LanguageModelSamplingMode { "most-predictable", "predictable", "balanced", "creative", "most-creative" };
+enum LanguageModelSamplingMode { "most-predictable", "predictable", "slightly-predictable", "balanced", "slightly-creative", "creative", "most-creative" };
 
 enum LanguageModelMessageRole { "system", "user", "assistant" };

@github-actions
github-actions Bot force-pushed the release-idl-20260725010835211 branch 28 times, most recently from 171558a to 781a731 Compare August 1, 2026 01:12
@github-actions
github-actions Bot force-pushed the release-idl-20260725010835211 branch 2 times, most recently from e740888 to 26e4b1d Compare August 1, 2026 12:55
@github-actions
github-actions Bot force-pushed the release-idl-20260725010835211 branch 11 times, most recently from 4d76af8 to 62757c7 Compare August 4, 2026 07:31
@github-actions
github-actions Bot force-pushed the release-idl-20260725010835211 branch from 62757c7 to db867b6 Compare August 4, 2026 13:19
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