Skip to content

Commit f219a32

Browse files
Bashamegasaschanaz
andauthored
update core deps (#2428)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent f8cac2e commit f219a32

File tree

7 files changed

+24
-20
lines changed

7 files changed

+24
-20
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ interface GamepadEffectParameters {
11821182
}
11831183

11841184
interface GamepadEventInit extends EventInit {
1185-
gamepad: Gamepad;
1185+
gamepad?: Gamepad | null;
11861186
}
11871187

11881188
interface GetAnimationsOptions {
@@ -5358,7 +5358,7 @@ declare var CSSFontFaceRule: {
53585358
};
53595359

53605360
/**
5361-
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface.
5361+
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface.
53625362
*
53635363
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule)
53645364
*/
@@ -16443,7 +16443,7 @@ interface GamepadEvent extends Event {
1644316443

1644416444
declare var GamepadEvent: {
1644516445
prototype: GamepadEvent;
16446-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16446+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1644716447
};
1644816448

1644916449
/**

baselines/ts5.5/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ interface GamepadEffectParameters {
11791179
}
11801180

11811181
interface GamepadEventInit extends EventInit {
1182-
gamepad: Gamepad;
1182+
gamepad?: Gamepad | null;
11831183
}
11841184

11851185
interface GetAnimationsOptions {
@@ -5354,7 +5354,7 @@ declare var CSSFontFaceRule: {
53545354
};
53555355

53565356
/**
5357-
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface.
5357+
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface.
53585358
*
53595359
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule)
53605360
*/
@@ -16429,7 +16429,7 @@ interface GamepadEvent extends Event {
1642916429

1643016430
declare var GamepadEvent: {
1643116431
prototype: GamepadEvent;
16432-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16432+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1643316433
};
1643416434

1643516435
/**

baselines/ts5.6/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ interface GamepadEffectParameters {
11791179
}
11801180

11811181
interface GamepadEventInit extends EventInit {
1182-
gamepad: Gamepad;
1182+
gamepad?: Gamepad | null;
11831183
}
11841184

11851185
interface GetAnimationsOptions {
@@ -5355,7 +5355,7 @@ declare var CSSFontFaceRule: {
53555355
};
53565356

53575357
/**
5358-
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface.
5358+
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface.
53595359
*
53605360
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule)
53615361
*/
@@ -16440,7 +16440,7 @@ interface GamepadEvent extends Event {
1644016440

1644116441
declare var GamepadEvent: {
1644216442
prototype: GamepadEvent;
16443-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16443+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1644416444
};
1644516445

1644616446
/**

baselines/ts5.9/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ interface GamepadEffectParameters {
11791179
}
11801180

11811181
interface GamepadEventInit extends EventInit {
1182-
gamepad: Gamepad;
1182+
gamepad?: Gamepad | null;
11831183
}
11841184

11851185
interface GetAnimationsOptions {
@@ -5355,7 +5355,7 @@ declare var CSSFontFaceRule: {
53555355
};
53565356

53575357
/**
5358-
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface.
5358+
* The **`CSSFontFeatureValuesRule`** interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface.
53595359
*
53605360
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule)
53615361
*/
@@ -16440,7 +16440,7 @@ interface GamepadEvent extends Event {
1644016440

1644116441
declare var GamepadEvent: {
1644216442
prototype: GamepadEvent;
16443-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16443+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1644416444
};
1644516445

1644616446
/**

inputfiles/mdn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4117,7 +4117,7 @@
41174117
{
41184118
"mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule",
41194119
"pageType": "web-api-interface",
4120-
"summary": "The CSSFontFeatureValuesRule interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMapinterface."
4120+
"summary": "The CSSFontFeatureValuesRule interface represents an @font-feature-values at-rule. The values of its instance properties can be accessed with the CSSFontFeatureValuesMap interface."
41214121
},
41224122
{
41234123
"mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule/annotation",
@@ -4127,7 +4127,7 @@
41274127
{
41284128
"mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule/characterVariant",
41294129
"pageType": "web-api-instance-property",
4130-
"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()."
4130+
"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()."
41314131
},
41324132
{
41334133
"mdn_url": "/en-US/docs/Web/API/CSSFontFeatureValuesRule/fontFamily",

inputfiles/patches/credential-management.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ removals {
55
member password // Blink only as of 2025-12
66
member mediation // WebKit only as of 2025-12 (and under test in Blink)
77
}
8+
9+
dictionary CredentialRequestOptions {
10+
member uiMode // Blink experimental only as of 2026-02
11+
}
812
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)