From 337cd07f4f51d3a22ecab7b3615bdee160258063 Mon Sep 17 00:00:00 2001 From: orta <49038+orta@users.noreply.github.com> Date: Sat, 3 May 2025 08:10:34 +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 | 14 +++++++------- baselines/ts5.5/dom.generated.d.ts | 14 +++++++------- baselines/ts5.6/dom.generated.d.ts | 14 +++++++------- inputfiles/mdn | 2 +- package-lock.json | 6 +++--- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 028a9cb5e..94d0a59ca 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -20977,7 +20977,7 @@ declare var SVGAnimateTransformElement: { }; /** - * The `SVGAnimatedAngle` interface is used for attributes of basic type \ which can be animated. + * The **`SVGAnimatedAngle`** interface is used for attributes of basic type \ which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle) */ @@ -20994,7 +20994,7 @@ declare var SVGAnimatedAngle: { }; /** - * The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated. + * The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean) */ @@ -21028,7 +21028,7 @@ declare var SVGAnimatedEnumeration: { }; /** - * The `SVGAnimatedInteger` interface is used for attributes of basic type \ which can be animated. + * The **`SVGAnimatedInteger`** interface is used for attributes of basic type \ which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger) */ @@ -21062,7 +21062,7 @@ declare var SVGAnimatedLength: { }; /** - * The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated. + * The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList) */ @@ -21171,7 +21171,7 @@ declare var SVGAnimatedString: { }; /** - * The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated. + * The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList) */ @@ -21265,7 +21265,7 @@ declare var SVGClipPathElement: { }; /** - * The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces. + * The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement) */ @@ -22683,7 +22683,7 @@ declare var SVGPolylineElement: { }; /** - * The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements. + * The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 9889fa209..a05fc1751 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -20956,7 +20956,7 @@ declare var SVGAnimateTransformElement: { }; /** - * The `SVGAnimatedAngle` interface is used for attributes of basic type \ which can be animated. + * The **`SVGAnimatedAngle`** interface is used for attributes of basic type \ which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle) */ @@ -20973,7 +20973,7 @@ declare var SVGAnimatedAngle: { }; /** - * The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated. + * The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean) */ @@ -21007,7 +21007,7 @@ declare var SVGAnimatedEnumeration: { }; /** - * The `SVGAnimatedInteger` interface is used for attributes of basic type \ which can be animated. + * The **`SVGAnimatedInteger`** interface is used for attributes of basic type \ which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger) */ @@ -21041,7 +21041,7 @@ declare var SVGAnimatedLength: { }; /** - * The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated. + * The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList) */ @@ -21150,7 +21150,7 @@ declare var SVGAnimatedString: { }; /** - * The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated. + * The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList) */ @@ -21244,7 +21244,7 @@ declare var SVGClipPathElement: { }; /** - * The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces. + * The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement) */ @@ -22662,7 +22662,7 @@ declare var SVGPolylineElement: { }; /** - * The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements. + * The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 4ff635367..2c68f3baf 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -20977,7 +20977,7 @@ declare var SVGAnimateTransformElement: { }; /** - * The `SVGAnimatedAngle` interface is used for attributes of basic type \ which can be animated. + * The **`SVGAnimatedAngle`** interface is used for attributes of basic type \ which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle) */ @@ -20994,7 +20994,7 @@ declare var SVGAnimatedAngle: { }; /** - * The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated. + * The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean) */ @@ -21028,7 +21028,7 @@ declare var SVGAnimatedEnumeration: { }; /** - * The `SVGAnimatedInteger` interface is used for attributes of basic type \ which can be animated. + * The **`SVGAnimatedInteger`** interface is used for attributes of basic type \ which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger) */ @@ -21062,7 +21062,7 @@ declare var SVGAnimatedLength: { }; /** - * The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated. + * The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList) */ @@ -21171,7 +21171,7 @@ declare var SVGAnimatedString: { }; /** - * The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated. + * The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList) */ @@ -21265,7 +21265,7 @@ declare var SVGClipPathElement: { }; /** - * The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces. + * The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement) */ @@ -22683,7 +22683,7 @@ declare var SVGPolylineElement: { }; /** - * The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements. + * The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio) */ diff --git a/inputfiles/mdn b/inputfiles/mdn index 1769ea9cd..63dd9b763 160000 --- a/inputfiles/mdn +++ b/inputfiles/mdn @@ -1 +1 @@ -Subproject commit 1769ea9cdbed38d2918ff21157ac7dff56b5eb19 +Subproject commit 63dd9b763192e1aa40b75c04b0c3aa53d8cb974a diff --git a/package-lock.json b/package-lock.json index d2721899c..32443e46f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -348,9 +348,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.10.tgz", - "integrity": "sha512-nfWBYU5kxYs8TlAh/+1zKSkNasow4U0M41DOmzdXCJlocUFFR1tZ+LCdHuxyr9ADzUpPZAVw3KoVcKszY8e8aw==", + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-6.0.11.tgz", + "integrity": "sha512-vcLCW2dvKfHGV4t/lkocstKvu15hfaMaAEaGTzL4wZ6ZWmI2aHbrFcO/LkK34jkFPjKXm3GHLm5h35u5WD4d9w==", "dev": true, "license": "CC0-1.0" },