Skip to content

Commit 5309d53

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent e1b6aac commit 5309d53

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6364,6 +6364,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63646364
display: string;
63656365
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
63666366
dominantBaseline: string;
6367+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
63676368
dynamicRangeLimit: string;
63686369
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
63696370
emptyCells: string;
@@ -23614,7 +23615,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
2361423615
*/
2361523616
readonly cancelable: boolean;
2361623617
/**
23617-
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
23618+
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
2361823619
*
2361923620
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
2362023621
*/

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6354,6 +6354,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63546354
display: string;
63556355
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
63566356
dominantBaseline: string;
6357+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
63576358
dynamicRangeLimit: string;
63586359
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
63596360
emptyCells: string;
@@ -23590,7 +23591,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
2359023591
*/
2359123592
readonly cancelable: boolean;
2359223593
/**
23593-
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
23594+
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
2359423595
*
2359523596
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
2359623597
*/

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6361,6 +6361,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63616361
display: string;
63626362
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
63636363
dominantBaseline: string;
6364+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
63646365
dynamicRangeLimit: string;
63656366
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
63666367
emptyCells: string;
@@ -23611,7 +23612,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
2361123612
*/
2361223613
readonly cancelable: boolean;
2361323614
/**
23614-
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
23615+
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
2361523616
*
2361623617
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
2361723618
*/

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6361,6 +6361,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63616361
display: string;
63626362
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */
63636363
dominantBaseline: string;
6364+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */
63646365
dynamicRangeLimit: string;
63656366
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
63666367
emptyCells: string;
@@ -23611,7 +23612,7 @@ interface PerformanceEventTiming extends PerformanceEntry {
2361123612
*/
2361223613
readonly cancelable: boolean;
2361323614
/**
23614-
* The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
23615+
* The read-only **`interactionId`** property or the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events.
2361523616
*
2361623617
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId)
2361723618
*/

inputfiles/mdn

Submodule mdn updated 55 files

package-lock.json

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

0 commit comments

Comments
 (0)