Skip to content

Update core dependencies #1911

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

Closed
Closed
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: 4 additions & 0 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ interface CacheQueryOptions {
interface CanvasRenderingContext2DSettings {
alpha?: boolean;
colorSpace?: PredefinedColorSpace;
colorType?: CanvasColorType;
desynchronized?: boolean;
willReadFrequently?: boolean;
}
Expand Down Expand Up @@ -2016,6 +2017,7 @@ interface SVGBoundingBoxOptions {

interface ScrollIntoViewOptions extends ScrollOptions {
block?: ScrollLogicalPosition;
container?: ScrollIntoViewContainer;
inline?: ScrollLogicalPosition;
}

Expand Down Expand Up @@ -29644,6 +29646,7 @@ type BitrateMode = "constant" | "variable";
type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
type CanPlayTypeResult = "" | "maybe" | "probably";
type CanvasColorType = "float16" | "unorm8";
type CanvasDirection = "inherit" | "ltr" | "rtl";
type CanvasFillRule = "evenodd" | "nonzero";
type CanvasFontKerning = "auto" | "none" | "normal";
Expand Down Expand Up @@ -29781,6 +29784,7 @@ type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-con
type ResizeQuality = "high" | "low" | "medium" | "pixelated";
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
type ScrollBehavior = "auto" | "instant" | "smooth";
type ScrollIntoViewContainer = "all" | "nearest";
type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
type ScrollRestoration = "auto" | "manual";
type ScrollSetting = "" | "up";
Expand Down
4 changes: 4 additions & 0 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ interface CacheQueryOptions {
interface CanvasRenderingContext2DSettings {
alpha?: boolean;
colorSpace?: PredefinedColorSpace;
colorType?: CanvasColorType;
desynchronized?: boolean;
willReadFrequently?: boolean;
}
Expand Down Expand Up @@ -2016,6 +2017,7 @@ interface SVGBoundingBoxOptions {

interface ScrollIntoViewOptions extends ScrollOptions {
block?: ScrollLogicalPosition;
container?: ScrollIntoViewContainer;
inline?: ScrollLogicalPosition;
}

Expand Down Expand Up @@ -29622,6 +29624,7 @@ type BitrateMode = "constant" | "variable";
type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
type CanPlayTypeResult = "" | "maybe" | "probably";
type CanvasColorType = "float16" | "unorm8";
type CanvasDirection = "inherit" | "ltr" | "rtl";
type CanvasFillRule = "evenodd" | "nonzero";
type CanvasFontKerning = "auto" | "none" | "normal";
Expand Down Expand Up @@ -29759,6 +29762,7 @@ type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-con
type ResizeQuality = "high" | "low" | "medium" | "pixelated";
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
type ScrollBehavior = "auto" | "instant" | "smooth";
type ScrollIntoViewContainer = "all" | "nearest";
type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
type ScrollRestoration = "auto" | "manual";
type ScrollSetting = "" | "up";
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

Loading