Skip to content

Commit 050627a

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent fad434b commit 050627a

14 files changed

+94
-19
lines changed

baselines/dom.generated.d.ts

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851
textAlignLast: string;
68526852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853
textAnchor: string;
6854+
textAutospace: string;
68546855
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68556856
textBox: string;
68566857
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -10692,7 +10693,7 @@ declare var Document: {
1069210693
prototype: Document;
1069310694
new(): Document;
1069410695
/**
10695-
* The **`parseHTMLUnsafe()`** static method of the Document object is used to parse an HTML input, optionally filtering unwanted HTML elements and attributes, in order to create a new Document instance.
10696+
* The **`parseHTMLUnsafe()`** static method of the Document object is used to parse HTML input, optionally filtering unwanted HTML elements and attributes, in order to create a new Document instance.
1069610697
*
1069710698
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/parseHTMLUnsafe_static)
1069810699
*/
@@ -11366,7 +11367,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1136611367
*/
1136711368
setAttributeNodeNS(attr: Attr): Attr | null;
1136811369
/**
11369-
* The **`setHTMLUnsafe()`** method of the Element interface is used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.
11370+
* The **`setHTMLUnsafe()`** method of the Element interface is used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.
1137011371
*
1137111372
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)
1137211373
*/
@@ -12405,6 +12406,12 @@ interface FontFace {
1240512406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1240612407
*/
1240712408
unicodeRange: string;
12409+
/**
12410+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12411+
*
12412+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12413+
*/
12414+
variationSettings: string;
1240812415
/**
1240912416
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1241012417
*
@@ -18152,7 +18159,7 @@ declare var Headers: {
1815218159
*/
1815318160
interface Highlight {
1815418161
/**
18155-
* It is possible to create Range objects that overlap in a document.
18162+
* The `priority` property of the Highlight interface is a number used to determine which highlight's styles should be used to resolve style conflicts in overlapping parts.
1815618163
*
1815718164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/priority)
1815818165
*/
@@ -25616,7 +25623,7 @@ declare var RTCPeerConnectionIceEvent: {
2561625623
*/
2561725624
interface RTCRtpReceiver {
2561825625
/**
25619-
* The **`jitterBufferTarget`** property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter buffer should hold media before playing it out.
25626+
* The **`jitterBufferTarget`** property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter should hold media before playing it out.
2562025627
*
2562125628
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpReceiver/jitterBufferTarget)
2562225629
*/
@@ -31166,7 +31173,7 @@ interface ShadowRoot extends DocumentFragment, DocumentOrShadowRoot {
3116631173
*/
3116731174
getHTML(options?: GetHTMLOptions): string;
3116831175
/**
31169-
* The **`setHTMLUnsafe()`** method of the ShadowRoot interface can be used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and then use it to replace the existing tree in the Shadow DOM.
31176+
* The **`setHTMLUnsafe()`** method of the ShadowRoot interface can be used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and then use it to replace the existing tree in the Shadow DOM.
3117031177
*
3117131178
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ShadowRoot/setHTMLUnsafe)
3117231179
*/

baselines/serviceworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,12 @@ interface FontFace {
39663966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967
*/
39683968
unicodeRange: string;
3969+
/**
3970+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971+
*
3972+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973+
*/
3974+
variationSettings: string;
39693975
/**
39703976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977
*

baselines/sharedworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,12 @@ interface FontFace {
36493649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650
*/
36513651
unicodeRange: string;
3652+
/**
3653+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654+
*
3655+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656+
*/
3657+
variationSettings: string;
36523658
/**
36533659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660
*

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6844,6 +6844,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68446844
textAlignLast: string;
68456845
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68466846
textAnchor: string;
6847+
textAutospace: string;
68476848
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68486849
textBox: string;
68496850
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -10684,7 +10685,7 @@ declare var Document: {
1068410685
prototype: Document;
1068510686
new(): Document;
1068610687
/**
10687-
* The **`parseHTMLUnsafe()`** static method of the Document object is used to parse an HTML input, optionally filtering unwanted HTML elements and attributes, in order to create a new Document instance.
10688+
* The **`parseHTMLUnsafe()`** static method of the Document object is used to parse HTML input, optionally filtering unwanted HTML elements and attributes, in order to create a new Document instance.
1068810689
*
1068910690
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/parseHTMLUnsafe_static)
1069010691
*/
@@ -11356,7 +11357,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1135611357
*/
1135711358
setAttributeNodeNS(attr: Attr): Attr | null;
1135811359
/**
11359-
* The **`setHTMLUnsafe()`** method of the Element interface is used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.
11360+
* The **`setHTMLUnsafe()`** method of the Element interface is used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.
1136011361
*
1136111362
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)
1136211363
*/
@@ -12394,6 +12395,12 @@ interface FontFace {
1239412395
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1239512396
*/
1239612397
unicodeRange: string;
12398+
/**
12399+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12400+
*
12401+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12402+
*/
12403+
variationSettings: string;
1239712404
/**
1239812405
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1239912406
*
@@ -18131,7 +18138,7 @@ declare var Headers: {
1813118138
*/
1813218139
interface Highlight {
1813318140
/**
18134-
* It is possible to create Range objects that overlap in a document.
18141+
* The `priority` property of the Highlight interface is a number used to determine which highlight's styles should be used to resolve style conflicts in overlapping parts.
1813518142
*
1813618143
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/priority)
1813718144
*/
@@ -25595,7 +25602,7 @@ declare var RTCPeerConnectionIceEvent: {
2559525602
*/
2559625603
interface RTCRtpReceiver {
2559725604
/**
25598-
* The **`jitterBufferTarget`** property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter buffer should hold media before playing it out.
25605+
* The **`jitterBufferTarget`** property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter should hold media before playing it out.
2559925606
*
2560025607
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpReceiver/jitterBufferTarget)
2560125608
*/
@@ -31144,7 +31151,7 @@ interface ShadowRoot extends DocumentFragment, DocumentOrShadowRoot {
3114431151
*/
3114531152
getHTML(options?: GetHTMLOptions): string;
3114631153
/**
31147-
* The **`setHTMLUnsafe()`** method of the ShadowRoot interface can be used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and then use it to replace the existing tree in the Shadow DOM.
31154+
* The **`setHTMLUnsafe()`** method of the ShadowRoot interface can be used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and then use it to replace the existing tree in the Shadow DOM.
3114831155
*
3114931156
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ShadowRoot/setHTMLUnsafe)
3115031157
*/

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,12 @@ interface FontFace {
39663966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967
*/
39683968
unicodeRange: string;
3969+
/**
3970+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971+
*
3972+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973+
*/
3974+
variationSettings: string;
39693975
/**
39703976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977
*

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,12 @@ interface FontFace {
36493649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650
*/
36513651
unicodeRange: string;
3652+
/**
3653+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654+
*
3655+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656+
*/
3657+
variationSettings: string;
36523658
/**
36533659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660
*

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4658,6 +4658,12 @@ interface FontFace {
46584658
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
46594659
*/
46604660
unicodeRange: string;
4661+
/**
4662+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
4663+
*
4664+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
4665+
*/
4666+
variationSettings: string;
46614667
/**
46624668
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
46634669
*

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851
textAlignLast: string;
68526852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853
textAnchor: string;
6854+
textAutospace: string;
68546855
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68556856
textBox: string;
68566857
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -10692,7 +10693,7 @@ declare var Document: {
1069210693
prototype: Document;
1069310694
new(): Document;
1069410695
/**
10695-
* The **`parseHTMLUnsafe()`** static method of the Document object is used to parse an HTML input, optionally filtering unwanted HTML elements and attributes, in order to create a new Document instance.
10696+
* The **`parseHTMLUnsafe()`** static method of the Document object is used to parse HTML input, optionally filtering unwanted HTML elements and attributes, in order to create a new Document instance.
1069610697
*
1069710698
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/parseHTMLUnsafe_static)
1069810699
*/
@@ -11366,7 +11367,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1136611367
*/
1136711368
setAttributeNodeNS(attr: Attr): Attr | null;
1136811369
/**
11369-
* The **`setHTMLUnsafe()`** method of the Element interface is used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.
11370+
* The **`setHTMLUnsafe()`** method of the Element interface is used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and those that don't belong in the context, and then using it to replace the element's subtree in the DOM.
1137011371
*
1137111372
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setHTMLUnsafe)
1137211373
*/
@@ -12405,6 +12406,12 @@ interface FontFace {
1240512406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1240612407
*/
1240712408
unicodeRange: string;
12409+
/**
12410+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12411+
*
12412+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12413+
*/
12414+
variationSettings: string;
1240812415
/**
1240912416
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1241012417
*
@@ -18152,7 +18159,7 @@ declare var Headers: {
1815218159
*/
1815318160
interface Highlight {
1815418161
/**
18155-
* It is possible to create Range objects that overlap in a document.
18162+
* The `priority` property of the Highlight interface is a number used to determine which highlight's styles should be used to resolve style conflicts in overlapping parts.
1815618163
*
1815718164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/priority)
1815818165
*/
@@ -25616,7 +25623,7 @@ declare var RTCPeerConnectionIceEvent: {
2561625623
*/
2561725624
interface RTCRtpReceiver {
2561825625
/**
25619-
* The **`jitterBufferTarget`** property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter buffer should hold media before playing it out.
25626+
* The **`jitterBufferTarget`** property of the RTCRtpReceiver interface is a DOMHighResTimeStamp that indicates the application's preferred duration, in milliseconds, for which the jitter should hold media before playing it out.
2562025627
*
2562125628
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpReceiver/jitterBufferTarget)
2562225629
*/
@@ -31166,7 +31173,7 @@ interface ShadowRoot extends DocumentFragment, DocumentOrShadowRoot {
3116631173
*/
3116731174
getHTML(options?: GetHTMLOptions): string;
3116831175
/**
31169-
* The **`setHTMLUnsafe()`** method of the ShadowRoot interface can be used to parse a string of HTML into a DocumentFragment, optionally filtering out unwanted elements and attributes, and then use it to replace the existing tree in the Shadow DOM.
31176+
* The **`setHTMLUnsafe()`** method of the ShadowRoot interface can be used to parse HTML input into a DocumentFragment, optionally filtering out unwanted elements and attributes, and then use it to replace the existing tree in the Shadow DOM.
3117031177
*
3117131178
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ShadowRoot/setHTMLUnsafe)
3117231179
*/

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,12 @@ interface FontFace {
39663966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967
*/
39683968
unicodeRange: string;
3969+
/**
3970+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971+
*
3972+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973+
*/
3974+
variationSettings: string;
39693975
/**
39703976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977
*

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,12 @@ interface FontFace {
36493649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650
*/
36513651
unicodeRange: string;
3652+
/**
3653+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654+
*
3655+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656+
*/
3657+
variationSettings: string;
36523658
/**
36533659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660
*

0 commit comments

Comments
 (0)