Skip to content

Update core dependencies #2008

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
May 1, 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
7 changes: 4 additions & 3 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ interface AudioDataInit {

interface AudioDecoderConfig {
codec: string;
description?: BufferSource;
description?: AllowSharedBufferSource;
numberOfChannels: number;
sampleRate: number;
}
Expand Down Expand Up @@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
type?: BiquadFilterType;
}

interface BlobEventInit {
interface BlobEventInit extends EventInit {
data: Blob;
timecode?: DOMHighResTimeStamp;
}
Expand Down Expand Up @@ -15745,6 +15745,7 @@ declare var ImageBitmapRenderingContext: {

/**
* The **`ImageCapture`** interface of the MediaStream Image Capture API provides methods to enable the capture of images or photos from a camera or other photographic device.
* Available only in secure contexts.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
*/
Expand Down Expand Up @@ -21136,7 +21137,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
};

/**
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
*/
Expand Down
7 changes: 4 additions & 3 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ interface AudioDataInit {

interface AudioDecoderConfig {
codec: string;
description?: BufferSource;
description?: AllowSharedBufferSource;
numberOfChannels: number;
sampleRate: number;
}
Expand Down Expand Up @@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
type?: BiquadFilterType;
}

interface BlobEventInit {
interface BlobEventInit extends EventInit {
data: Blob;
timecode?: DOMHighResTimeStamp;
}
Expand Down Expand Up @@ -15725,6 +15725,7 @@ declare var ImageBitmapRenderingContext: {

/**
* The **`ImageCapture`** interface of the MediaStream Image Capture API provides methods to enable the capture of images or photos from a camera or other photographic device.
* Available only in secure contexts.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
*/
Expand Down Expand Up @@ -21115,7 +21116,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
};

/**
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
*/
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 @@ -66,7 +66,7 @@ interface AudioDataInit {

interface AudioDecoderConfig {
codec: string;
description?: BufferSource;
description?: AllowSharedBufferSource;
numberOfChannels: number;
sampleRate: number;
}
Expand Down
7 changes: 4 additions & 3 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ interface AudioDataInit {

interface AudioDecoderConfig {
codec: string;
description?: BufferSource;
description?: AllowSharedBufferSource;
numberOfChannels: number;
sampleRate: number;
}
Expand Down Expand Up @@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
type?: BiquadFilterType;
}

interface BlobEventInit {
interface BlobEventInit extends EventInit {
data: Blob;
timecode?: DOMHighResTimeStamp;
}
Expand Down Expand Up @@ -15745,6 +15745,7 @@ declare var ImageBitmapRenderingContext: {

/**
* The **`ImageCapture`** interface of the MediaStream Image Capture API provides methods to enable the capture of images or photos from a camera or other photographic device.
* Available only in secure contexts.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
*/
Expand Down Expand Up @@ -21136,7 +21137,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
};

/**
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface AudioDataInit {

interface AudioDecoderConfig {
codec: string;
description?: BufferSource;
description?: AllowSharedBufferSource;
numberOfChannels: number;
sampleRate: number;
}
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 @@ -66,7 +66,7 @@ interface AudioDataInit {

interface AudioDecoderConfig {
codec: string;
description?: BufferSource;
description?: AllowSharedBufferSource;
numberOfChannels: number;
sampleRate: number;
}
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 821 files
24 changes: 12 additions & 12 deletions package-lock.json

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