From 50d70b85dfed08982629a8410a4f4948bffa2f38 Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:11:49 +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 | 5 +++-- baselines/ts5.5/dom.generated.d.ts | 5 +++-- baselines/ts5.6/dom.generated.d.ts | 5 +++-- baselines/ts5.9/dom.generated.d.ts | 5 +++-- inputfiles/mdn | 2 +- package-lock.json | 18 +++++++++--------- 6 files changed, 22 insertions(+), 18 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 7584db610..c619b711a 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -6364,6 +6364,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { display: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */ dominantBaseline: string; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */ dynamicRangeLimit: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */ emptyCells: string; @@ -23614,7 +23615,7 @@ interface PerformanceEventTiming extends PerformanceEntry { */ readonly cancelable: boolean; /** - * The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events. + * The read-only **`interactionId`** property of the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId) */ @@ -32717,7 +32718,7 @@ interface TextTrackListEventMap { } /** - * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate textTrack object in the list. + * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate TextTrack object in the list. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 397dddb2b..7ca140826 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -6354,6 +6354,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { display: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */ dominantBaseline: string; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */ dynamicRangeLimit: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */ emptyCells: string; @@ -23590,7 +23591,7 @@ interface PerformanceEventTiming extends PerformanceEntry { */ readonly cancelable: boolean; /** - * The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events. + * The read-only **`interactionId`** property of the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId) */ @@ -32691,7 +32692,7 @@ interface TextTrackListEventMap { } /** - * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate textTrack object in the list. + * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate TextTrack object in the list. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 70d9933e1..b30755d82 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -6361,6 +6361,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { display: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */ dominantBaseline: string; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */ dynamicRangeLimit: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */ emptyCells: string; @@ -23611,7 +23612,7 @@ interface PerformanceEventTiming extends PerformanceEntry { */ readonly cancelable: boolean; /** - * The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events. + * The read-only **`interactionId`** property of the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId) */ @@ -32714,7 +32715,7 @@ interface TextTrackListEventMap { } /** - * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate textTrack object in the list. + * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate TextTrack object in the list. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index e33b79e08..3c011b043 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -6361,6 +6361,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { display: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dominant-baseline) */ dominantBaseline: string; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit) */ dynamicRangeLimit: string; /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */ emptyCells: string; @@ -23611,7 +23612,7 @@ interface PerformanceEventTiming extends PerformanceEntry { */ readonly cancelable: boolean; /** - * The read-only **`interactionId`** property returns an ID that uniquely identifies a user interaction which triggered a series of associated events. + * The read-only **`interactionId`** property of the PerformanceEventTiming interface returns an ID that uniquely identifies a user interaction which triggered a series of associated events. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformanceEventTiming/interactionId) */ @@ -32714,7 +32715,7 @@ interface TextTrackListEventMap { } /** - * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate textTrack object in the list. + * The **`TextTrackList`** interface is used to represent a list of the text tracks defined for the associated video or audio element, with each track represented by a separate TextTrack object in the list. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextTrackList) */ diff --git a/inputfiles/mdn b/inputfiles/mdn index f60b328b6..c43e46090 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit f60b328b611150a5c62230de561c36b2a63d7483 +Subproject commit c43e46090257fbfd33c4dd5cac0cdbd1d5d1c274 diff --git a/package-lock.json b/package-lock.json index 8626ffc89..9a1203c84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -396,9 +396,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "7.1.10", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.1.10.tgz", - "integrity": "sha512-tp11o6tT85DSj0eOKOcFwiXu5/me1HiO+0k9cbKTVJtS1+UHVyk8XJHjJo1v0iIFaZJHDY43mLuJSepcWfce8w==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.1.11.tgz", + "integrity": "sha512-5MKF1YzwXMU3ARha9rdZn1UnlY0moDG+rXWylp7nRu2k9OfXFls3O+t1SAR/zsOKECKzHqvUbKVcavBIqy5czA==", "dev": true, "license": "CC0-1.0" }, @@ -1038,9 +1038,9 @@ } }, "node_modules/@webref/css": { - "version": "6.23.11", - "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.23.11.tgz", - "integrity": "sha512-RyRWiSjmSyrs+n2Qv5SVg45fay8YF76PZ3YxDmF8HndC4K9D5NQuR2AfTeqspiwJdOsfTKBDAZD0vPw4Rxpu7g==", + "version": "6.23.12", + "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.23.12.tgz", + "integrity": "sha512-3n6yZ+x8azF7jmoQsbnz8bNwUK9MqhHH+yjsz/GYIhwLc9NXv7yKvuF4ioQrzg2D1UbXFuyZXwblVScrtWv3/Q==", "dev": true, "license": "MIT", "peerDependencies": { @@ -1055,9 +1055,9 @@ "license": "MIT" }, "node_modules/@webref/events": { - "version": "1.18.6", - "resolved": "https://registry.npmjs.org/@webref/events/-/events-1.18.6.tgz", - "integrity": "sha512-uYcKX7k5/0lBVWirRLzKvBipxh+GdcRn9d6ufaAuE8UFB5T+v+6+gGGwyI10ULoVfTNFFimr4dNn8jJqIFMMDA==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/@webref/events/-/events-1.19.0.tgz", + "integrity": "sha512-GAv2ERD0mQxf9UPzQhROHf2KiCow1dh/F+B6Uok9m7GSLDvxtS+jFPjJ17EI809xrY0uTEqf4y08yrjNHiBhPg==", "dev": true, "license": "MIT" },