Skip to content

Commit c953a84

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 99ce5eb commit c953a84

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

baselines/dom.generated.d.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -4634,7 +4634,11 @@ interface CSSStyleDeclaration {
46344634
fontSize: string;
46354635
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
46364636
fontSizeAdjust: string;
4637-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4637+
/**
4638+
* @deprecated
4639+
*
4640+
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4641+
*/
46384642
fontStretch: string;
46394643
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
46404644
fontStyle: string;
@@ -5068,8 +5072,11 @@ interface CSSStyleDeclaration {
50685072
textAlignLast: string;
50695073
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
50705074
textAnchor: string;
5075+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
50715076
textBox: string;
5077+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
50725078
textBoxEdge: string;
5079+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
50735080
textBoxTrim: string;
50745081
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
50755082
textCombineUpright: string;

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -4628,7 +4628,11 @@ interface CSSStyleDeclaration {
46284628
fontSize: string;
46294629
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
46304630
fontSizeAdjust: string;
4631-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4631+
/**
4632+
* @deprecated
4633+
*
4634+
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4635+
*/
46324636
fontStretch: string;
46334637
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
46344638
fontStyle: string;
@@ -5062,8 +5066,11 @@ interface CSSStyleDeclaration {
50625066
textAlignLast: string;
50635067
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
50645068
textAnchor: string;
5069+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
50655070
textBox: string;
5071+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
50665072
textBoxEdge: string;
5073+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
50675074
textBoxTrim: string;
50685075
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
50695076
textCombineUpright: string;

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)