Skip to content

Commit 89673e8

Browse files
authored
🤖 Update core dependencies
1 parent e53328b commit 89673e8

5 files changed

+108
-108
lines changed

baselines/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18602,7 +18602,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
1860218602
type IDBRequestReadyState = "done" | "pending";
1860318603
type IDBTransactionDurability = "default" | "relaxed" | "strict";
1860418604
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
18605-
type ImageOrientation = "flipY" | "none";
18605+
type ImageOrientation = "flipY" | "from-image";
1860618606
type ImageSmoothingQuality = "high" | "low" | "medium";
1860718607
type InsertPosition = "afterbegin" | "afterend" | "beforebegin" | "beforeend";
1860818608
type IterationCompositeOperation = "accumulate" | "replace";

baselines/serviceworker.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5847,7 +5847,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
58475847
type IDBRequestReadyState = "done" | "pending";
58485848
type IDBTransactionDurability = "default" | "relaxed" | "strict";
58495849
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
5850-
type ImageOrientation = "flipY" | "none";
5850+
type ImageOrientation = "flipY" | "from-image";
58515851
type ImageSmoothingQuality = "high" | "low" | "medium";
58525852
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
58535853
type KeyType = "private" | "public" | "secret";

baselines/sharedworker.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5855,7 +5855,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
58555855
type IDBRequestReadyState = "done" | "pending";
58565856
type IDBTransactionDurability = "default" | "relaxed" | "strict";
58575857
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
5858-
type ImageOrientation = "flipY" | "none";
5858+
type ImageOrientation = "flipY" | "from-image";
58595859
type ImageSmoothingQuality = "high" | "low" | "medium";
58605860
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
58615861
type KeyType = "private" | "public" | "secret";

baselines/webworker.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6171,7 +6171,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
61716171
type IDBRequestReadyState = "done" | "pending";
61726172
type IDBTransactionDurability = "default" | "relaxed" | "strict";
61736173
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
6174-
type ImageOrientation = "flipY" | "none";
6174+
type ImageOrientation = "flipY" | "from-image";
61756175
type ImageSmoothingQuality = "high" | "low" | "medium";
61766176
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
61776177
type KeyType = "private" | "public" | "secret";

0 commit comments

Comments
 (0)