Skip to content

Commit 81d251d

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (#1481)
Co-authored-by: saschanaz <[email protected]>
1 parent 5ea2fe8 commit 81d251d

5 files changed

+193
-165
lines changed

baselines/dom.generated.d.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -14878,6 +14878,13 @@ interface WEBGL_compressed_texture_etc1 {
1487814878
readonly COMPRESSED_RGB_ETC1_WEBGL: 0x8D64;
1487914879
}
1488014880

14881+
interface WEBGL_compressed_texture_pvrtc {
14882+
readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG: 0x8C00;
14883+
readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG: 0x8C01;
14884+
readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: 0x8C02;
14885+
readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: 0x8C03;
14886+
}
14887+
1488114888
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
1488214889
interface WEBGL_compressed_texture_s3tc {
1488314890
readonly COMPRESSED_RGB_S3TC_DXT1_EXT: 0x83F0;
@@ -18683,7 +18690,7 @@ type ResidentKeyRequirement = "discouraged" | "preferred" | "required";
1868318690
type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-content-box";
1868418691
type ResizeQuality = "high" | "low" | "medium" | "pixelated";
1868518692
type ResponseType = "basic" | "cors" | "default" | "error" | "opaque" | "opaqueredirect";
18686-
type ScrollBehavior = "auto" | "smooth";
18693+
type ScrollBehavior = "auto" | "instant" | "smooth";
1868718694
type ScrollLogicalPosition = "center" | "end" | "nearest" | "start";
1868818695
type ScrollRestoration = "auto" | "manual";
1868918696
type ScrollSetting = "" | "up";

baselines/serviceworker.generated.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -3343,6 +3343,13 @@ interface WEBGL_compressed_texture_etc1 {
33433343
readonly COMPRESSED_RGB_ETC1_WEBGL: 0x8D64;
33443344
}
33453345

3346+
interface WEBGL_compressed_texture_pvrtc {
3347+
readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG: 0x8C00;
3348+
readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG: 0x8C01;
3349+
readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: 0x8C02;
3350+
readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: 0x8C03;
3351+
}
3352+
33463353
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
33473354
interface WEBGL_compressed_texture_s3tc {
33483355
readonly COMPRESSED_RGB_S3TC_DXT1_EXT: 0x83F0;

baselines/sharedworker.generated.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -3207,6 +3207,13 @@ interface WEBGL_compressed_texture_etc1 {
32073207
readonly COMPRESSED_RGB_ETC1_WEBGL: 0x8D64;
32083208
}
32093209

3210+
interface WEBGL_compressed_texture_pvrtc {
3211+
readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG: 0x8C00;
3212+
readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG: 0x8C01;
3213+
readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: 0x8C02;
3214+
readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: 0x8C03;
3215+
}
3216+
32103217
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
32113218
interface WEBGL_compressed_texture_s3tc {
32123219
readonly COMPRESSED_RGB_S3TC_DXT1_EXT: 0x83F0;

baselines/webworker.generated.d.ts

+7
Original file line numberDiff line numberDiff line change
@@ -3497,6 +3497,13 @@ interface WEBGL_compressed_texture_etc1 {
34973497
readonly COMPRESSED_RGB_ETC1_WEBGL: 0x8D64;
34983498
}
34993499

3500+
interface WEBGL_compressed_texture_pvrtc {
3501+
readonly COMPRESSED_RGB_PVRTC_4BPPV1_IMG: 0x8C00;
3502+
readonly COMPRESSED_RGB_PVRTC_2BPPV1_IMG: 0x8C01;
3503+
readonly COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: 0x8C02;
3504+
readonly COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: 0x8C03;
3505+
}
3506+
35003507
/** The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats. */
35013508
interface WEBGL_compressed_texture_s3tc {
35023509
readonly COMPRESSED_RGB_S3TC_DXT1_EXT: 0x83F0;

0 commit comments

Comments
 (0)