Skip to content

Commit 48e74fa

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent f8cac2e commit 48e74fa

File tree

6 files changed

+24
-20
lines changed

6 files changed

+24
-20
lines changed

baselines/dom.generated.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ interface CredentialRequestOptions {
517517
mediation?: CredentialMediationRequirement;
518518
publicKey?: PublicKeyCredentialRequestOptions;
519519
signal?: AbortSignal;
520+
uiMode?: string;
520521
}
521522

522523
interface CryptoKeyPair {
@@ -1182,7 +1183,7 @@ interface GamepadEffectParameters {
11821183
}
11831184

11841185
interface GamepadEventInit extends EventInit {
1185-
gamepad: Gamepad;
1186+
gamepad?: Gamepad | null;
11861187
}
11871188

11881189
interface GetAnimationsOptions {
@@ -5358,7 +5359,7 @@ declare var CSSFontFaceRule: {
53585359
};
53595360

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

1644416445
declare var GamepadEvent: {
1644516446
prototype: GamepadEvent;
16446-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16447+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1644716448
};
1644816449

1644916450
/**

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ interface CredentialRequestOptions {
514514
mediation?: CredentialMediationRequirement;
515515
publicKey?: PublicKeyCredentialRequestOptions;
516516
signal?: AbortSignal;
517+
uiMode?: string;
517518
}
518519

519520
interface CryptoKeyPair {
@@ -1179,7 +1180,7 @@ interface GamepadEffectParameters {
11791180
}
11801181

11811182
interface GamepadEventInit extends EventInit {
1182-
gamepad: Gamepad;
1183+
gamepad?: Gamepad | null;
11831184
}
11841185

11851186
interface GetAnimationsOptions {
@@ -5354,7 +5355,7 @@ declare var CSSFontFaceRule: {
53545355
};
53555356

53565357
/**
5357-
* 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.
53585359
*
53595360
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFeatureValuesRule)
53605361
*/
@@ -16429,7 +16430,7 @@ interface GamepadEvent extends Event {
1642916430

1643016431
declare var GamepadEvent: {
1643116432
prototype: GamepadEvent;
16432-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16433+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1643316434
};
1643416435

1643516436
/**

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ interface CredentialRequestOptions {
514514
mediation?: CredentialMediationRequirement;
515515
publicKey?: PublicKeyCredentialRequestOptions;
516516
signal?: AbortSignal;
517+
uiMode?: string;
517518
}
518519

519520
interface CryptoKeyPair {
@@ -1179,7 +1180,7 @@ interface GamepadEffectParameters {
11791180
}
11801181

11811182
interface GamepadEventInit extends EventInit {
1182-
gamepad: Gamepad;
1183+
gamepad?: Gamepad | null;
11831184
}
11841185

11851186
interface GetAnimationsOptions {
@@ -5355,7 +5356,7 @@ declare var CSSFontFaceRule: {
53555356
};
53565357

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

1644116442
declare var GamepadEvent: {
1644216443
prototype: GamepadEvent;
16443-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16444+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1644416445
};
1644516446

1644616447
/**

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ interface CredentialRequestOptions {
514514
mediation?: CredentialMediationRequirement;
515515
publicKey?: PublicKeyCredentialRequestOptions;
516516
signal?: AbortSignal;
517+
uiMode?: string;
517518
}
518519

519520
interface CryptoKeyPair {
@@ -1179,7 +1180,7 @@ interface GamepadEffectParameters {
11791180
}
11801181

11811182
interface GamepadEventInit extends EventInit {
1182-
gamepad: Gamepad;
1183+
gamepad?: Gamepad | null;
11831184
}
11841185

11851186
interface GetAnimationsOptions {
@@ -5355,7 +5356,7 @@ declare var CSSFontFaceRule: {
53555356
};
53565357

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

1644116442
declare var GamepadEvent: {
1644216443
prototype: GamepadEvent;
16443-
new(type: string, eventInitDict: GamepadEventInit): GamepadEvent;
16444+
new(type: string, eventInitDict?: GamepadEventInit): GamepadEvent;
1644416445
};
1644516446

1644616447
/**

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",

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)