Skip to content

Commit 02ebf94

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 85485f9 commit 02ebf94

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

baselines/dom.generated.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ interface CacheQueryOptions {
272272
interface CanvasRenderingContext2DSettings {
273273
alpha?: boolean;
274274
colorSpace?: PredefinedColorSpace;
275+
colorType?: CanvasColorType;
275276
desynchronized?: boolean;
276277
willReadFrequently?: boolean;
277278
}
@@ -2016,6 +2017,7 @@ interface SVGBoundingBoxOptions {
20162017

20172018
interface ScrollIntoViewOptions extends ScrollOptions {
20182019
block?: ScrollLogicalPosition;
2020+
container?: ScrollIntoViewContainer;
20192021
inline?: ScrollLogicalPosition;
20202022
}
20212023

@@ -29644,6 +29646,7 @@ type BitrateMode = "constant" | "variable";
2964429646
type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
2964529647
type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
2964629648
type CanPlayTypeResult = "" | "maybe" | "probably";
29649+
type CanvasColorType = "float16" | "unorm8";
2964729650
type CanvasDirection = "inherit" | "ltr" | "rtl";
2964829651
type CanvasFillRule = "evenodd" | "nonzero";
2964929652
type CanvasFontKerning = "auto" | "none" | "normal";
@@ -29781,6 +29784,7 @@ type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-con
2978129784
type ResizeQuality = "high" | "low" | "medium" | "pixelated";
2978229785
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
2978329786
type ScrollBehavior = "auto" | "instant" | "smooth";
29787+
type ScrollIntoViewContainer = "all" | "nearest";
2978429788
type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
2978529789
type ScrollRestoration = "auto" | "manual";
2978629790
type ScrollSetting = "" | "up";

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

+4
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ interface CacheQueryOptions {
272272
interface CanvasRenderingContext2DSettings {
273273
alpha?: boolean;
274274
colorSpace?: PredefinedColorSpace;
275+
colorType?: CanvasColorType;
275276
desynchronized?: boolean;
276277
willReadFrequently?: boolean;
277278
}
@@ -2016,6 +2017,7 @@ interface SVGBoundingBoxOptions {
20162017

20172018
interface ScrollIntoViewOptions extends ScrollOptions {
20182019
block?: ScrollLogicalPosition;
2020+
container?: ScrollIntoViewContainer;
20192021
inline?: ScrollLogicalPosition;
20202022
}
20212023

@@ -29622,6 +29624,7 @@ type BitrateMode = "constant" | "variable";
2962229624
type CSSMathOperator = "clamp" | "invert" | "max" | "min" | "negate" | "product" | "sum";
2962329625
type CSSNumericBaseType = "angle" | "flex" | "frequency" | "length" | "percent" | "resolution" | "time";
2962429626
type CanPlayTypeResult = "" | "maybe" | "probably";
29627+
type CanvasColorType = "float16" | "unorm8";
2962529628
type CanvasDirection = "inherit" | "ltr" | "rtl";
2962629629
type CanvasFillRule = "evenodd" | "nonzero";
2962729630
type CanvasFontKerning = "auto" | "none" | "normal";
@@ -29759,6 +29762,7 @@ type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-con
2975929762
type ResizeQuality = "high" | "low" | "medium" | "pixelated";
2976029763
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
2976129764
type ScrollBehavior = "auto" | "instant" | "smooth";
29765+
type ScrollIntoViewContainer = "all" | "nearest";
2976229766
type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
2976329767
type ScrollRestoration = "auto" | "manual";
2976429768
type ScrollSetting = "" | "up";

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)