Skip to content

Update core dependencies #1986

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

Merged
merged 1 commit into from
Apr 18, 2025
Merged
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
4 changes: 2 additions & 2 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21058,7 +21058,7 @@ declare var SVGAnimatedNumber: {
};

/**
* The `SVGAnimatedNumber` interface is used for attributes which take a list of numbers and which can be animated.
* The **`SVGAnimatedNumberList`** interface represents a list of attributes of type \<number> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumberList)
*/
Expand All @@ -21082,7 +21082,7 @@ interface SVGAnimatedPoints {
}

/**
* The `SVGAnimatedPreserveAspectRatio` interface is used for attributes of type SVGPreserveAspectRatio which can be animated.
* The **`SVGAnimatedPreserveAspectRatio`** interface represents attributes of type SVGPreserveAspectRatio which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedPreserveAspectRatio)
*/
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21037,7 +21037,7 @@ declare var SVGAnimatedNumber: {
};

/**
* The `SVGAnimatedNumber` interface is used for attributes which take a list of numbers and which can be animated.
* The **`SVGAnimatedNumberList`** interface represents a list of attributes of type \<number> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedNumberList)
*/
Expand All @@ -21061,7 +21061,7 @@ interface SVGAnimatedPoints {
}

/**
* The `SVGAnimatedPreserveAspectRatio` interface is used for attributes of type SVGPreserveAspectRatio which can be animated.
* The **`SVGAnimatedPreserveAspectRatio`** interface represents attributes of type SVGPreserveAspectRatio which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedPreserveAspectRatio)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4588,7 +4588,7 @@ declare var MediaSourceHandle: {
};

/**
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a MediaStreamTrack object's source and generates a stream of media frames.
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrames.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaStreamTrackProcessor)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4588,7 +4588,7 @@ declare var MediaSourceHandle: {
};

/**
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a MediaStreamTrack object's source and generates a stream of media frames.
* The **`MediaStreamTrackProcessor`** interface of the Insertable Streams for MediaStreamTrack API consumes a video MediaStreamTrack object's source and generates a stream of VideoFrames.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaStreamTrackProcessor)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 283 files