From 48e74fa232d4a04aba80c3859df13653e632ba8e Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:22:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20core=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baselines/dom.generated.d.ts | 7 ++++--- baselines/ts5.5/dom.generated.d.ts | 7 ++++--- baselines/ts5.6/dom.generated.d.ts | 7 ++++--- baselines/ts5.9/dom.generated.d.ts | 7 ++++--- inputfiles/mdn.json | 4 ++-- package-lock.json | 12 ++++++------ 6 files changed, 24 insertions(+), 20 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 08b6e79ed..5b7c22fb8 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -517,6 +517,7 @@ interface CredentialRequestOptions { mediation?: CredentialMediationRequirement; publicKey?: PublicKeyCredentialRequestOptions; signal?: AbortSignal; + uiMode?: string; } interface CryptoKeyPair { @@ -1182,7 +1183,7 @@ interface GamepadEffectParameters { } interface GamepadEventInit extends EventInit { - gamepad: Gamepad; + gamepad?: Gamepad | null; } interface GetAnimationsOptions { @@ -5358,7 +5359,7 @@ declare var CSSFontFaceRule: { }; /** - * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface. + * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule) */ @@ -16443,7 +16444,7 @@ interface GamepadEvent extends Event { declare var GamepadEvent: { prototype: GamepadEvent; - new(type: string, eventInitDict: GamepadEventInit): GamepadEvent; + new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent; }; /** diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 83fae1295..af77c5e0f 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -514,6 +514,7 @@ interface CredentialRequestOptions { mediation?: CredentialMediationRequirement; publicKey?: PublicKeyCredentialRequestOptions; signal?: AbortSignal; + uiMode?: string; } interface CryptoKeyPair { @@ -1179,7 +1180,7 @@ interface GamepadEffectParameters { } interface GamepadEventInit extends EventInit { - gamepad: Gamepad; + gamepad?: Gamepad | null; } interface GetAnimationsOptions { @@ -5354,7 +5355,7 @@ declare var CSSFontFaceRule: { }; /** - * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface. + * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule) */ @@ -16429,7 +16430,7 @@ interface GamepadEvent extends Event { declare var GamepadEvent: { prototype: GamepadEvent; - new(type: string, eventInitDict: GamepadEventInit): GamepadEvent; + new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent; }; /** diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 9a5daa3f3..f9083c809 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -514,6 +514,7 @@ interface CredentialRequestOptions { mediation?: CredentialMediationRequirement; publicKey?: PublicKeyCredentialRequestOptions; signal?: AbortSignal; + uiMode?: string; } interface CryptoKeyPair { @@ -1179,7 +1180,7 @@ interface GamepadEffectParameters { } interface GamepadEventInit extends EventInit { - gamepad: Gamepad; + gamepad?: Gamepad | null; } interface GetAnimationsOptions { @@ -5355,7 +5356,7 @@ declare var CSSFontFaceRule: { }; /** - * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface. + * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule) */ @@ -16440,7 +16441,7 @@ interface GamepadEvent extends Event { declare var GamepadEvent: { prototype: GamepadEvent; - new(type: string, eventInitDict: GamepadEventInit): GamepadEvent; + new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent; }; /** diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 1bac2fde6..5e908e3a8 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -514,6 +514,7 @@ interface CredentialRequestOptions { mediation?: CredentialMediationRequirement; publicKey?: PublicKeyCredentialRequestOptions; signal?: AbortSignal; + uiMode?: string; } interface CryptoKeyPair { @@ -1179,7 +1180,7 @@ interface GamepadEffectParameters { } interface GamepadEventInit extends EventInit { - gamepad: Gamepad; + gamepad?: Gamepad | null; } interface GetAnimationsOptions { @@ -5355,7 +5356,7 @@ declare var CSSFontFaceRule: { }; /** - * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface. + * The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule) */ @@ -16440,7 +16441,7 @@ interface GamepadEvent extends Event { declare var GamepadEvent: { prototype: GamepadEvent; - new(type: string, eventInitDict: GamepadEventInit): GamepadEvent; + new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent; }; /** diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 247ce6f37..fbb420f6d 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -4117,7 +4117,7 @@ { "mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule", "pageType": "web-api-interface", - "summary": "The CSSFontFeatureValuesRule interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface." + "summary": "The CSSFontFeatureValuesRule interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface." }, { "mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule/annotation", @@ -4127,7 +4127,7 @@ { "mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule/characterVariant", "pageType": "web-api-instance-property", - "summary": "The read-only characterVariant property of the CSSFontFeatureValuesRule interface contains a CSSFontFeatureValuesMap object representing the user-defined-ident and feature index for a variable font which supports characterVariant()." + "summary": "The read-only characterVariant property of the CSSFontFeatureValuesRule interface contains a CSSFontFeatureValuesMap object representing the user-defined-ident and feature index for a variable font which supports character-variant()." }, { "mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule/fontFamily", diff --git a/package-lock.json b/package-lock.json index 2f63aa22d..d61c4988f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1178,9 +1178,9 @@ ] }, "node_modules/@webref/css": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/@webref/css/-/css-8.2.5.tgz", - "integrity": "sha512-ewx3zZpsilgELWg9GOIHnWcjt6ygSf5/FU0xHvUsKiwzETNGrUagrNwRuSHg6nFi6uhUgz9VHP12q9v/VrUg1g==", + "version": "8.2.6", + "resolved": "https://registry.npmjs.org/@webref/css/-/css-8.2.6.tgz", + "integrity": "sha512-flRhQOW+6Wq8Fgv6C+TlnWQyZSPQVQSowh7dEmox8LctVIbKv1pKq6pGDKNK2o3H8yxUjNu+IKGBnyd30e35/A==", "dev": true, "license": "MIT", "peerDependencies": { @@ -1202,9 +1202,9 @@ "license": "MIT" }, "node_modules/@webref/idl": { - "version": "3.72.2", - "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.72.2.tgz", - "integrity": "sha512-hagf3AnrtIiiKs4fpVMk+0CSQLEuvaB5AhGpMdaWsbpnJ0yw0rUfGqFiUew4wYP94Ib90dGeCoDFonxe7j+/vg==", + "version": "3.73.0", + "resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.73.0.tgz", + "integrity": "sha512-B9SUkmz9rH97n625xhh4MsXsQTwLbLsZcM+VD+Uf7Jdpr3m+FLNeP+F5QYC+nujotik1aK28tPGLiBRQ1jVsSg==", "dev": true, "license": "MIT", "peer": true,