Skip to content

Update core dependencies #2118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
textAlignLast: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
textAnchor: string;
textAutospace: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
textBox: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
Expand Down Expand Up @@ -12405,6 +12406,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down Expand Up @@ -25616,7 +25623,7 @@ declare var RTCPeerConnectionIceEvent: {
*/
interface RTCRtpReceiver {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpReceiver/jitterBufferTarget)
*/
Expand Down
6 changes: 6 additions & 0 deletions baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
6 changes: 6 additions & 0 deletions baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3649,6 +3649,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
9 changes: 8 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6844,6 +6844,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
textAlignLast: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
textAnchor: string;
textAutospace: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
textBox: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
Expand Down Expand Up @@ -12394,6 +12395,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down Expand Up @@ -25595,7 +25602,7 @@ declare var RTCPeerConnectionIceEvent: {
*/
interface RTCRtpReceiver {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpReceiver/jitterBufferTarget)
*/
Expand Down
6 changes: 6 additions & 0 deletions baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
6 changes: 6 additions & 0 deletions baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3649,6 +3649,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
6 changes: 6 additions & 0 deletions baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4658,6 +4658,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
9 changes: 8 additions & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
textAlignLast: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
textAnchor: string;
textAutospace: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
textBox: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
Expand Down Expand Up @@ -12405,6 +12406,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down Expand Up @@ -25616,7 +25623,7 @@ declare var RTCPeerConnectionIceEvent: {
*/
interface RTCRtpReceiver {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpReceiver/jitterBufferTarget)
*/
Expand Down
6 changes: 6 additions & 0 deletions baselines/ts5.6/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3966,6 +3966,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
6 changes: 6 additions & 0 deletions baselines/ts5.6/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3649,6 +3649,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
6 changes: 6 additions & 0 deletions baselines/ts5.6/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4658,6 +4658,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
6 changes: 6 additions & 0 deletions baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4658,6 +4658,12 @@ interface FontFace {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
*/
unicodeRange: string;
/**
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
*/
variationSettings: string;
/**
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
*
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 413 files
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.