Skip to content

Commit 7824ec8

Browse files
authored
Update typescript 5.9.3 → 6.0.2 (major) (#5920)
2 parents 89555c5 + 5dee6fa commit 7824ec8

3 files changed

Lines changed: 9 additions & 33 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"stylelint": "^17.3.0",
177177
"stylelint-config-idiomatic-order": "^10.0.0",
178178
"stylelint-config-standard": "^40.0.0",
179-
"typescript": "^5.9.3",
179+
"typescript": "^6.0.2",
180180
"typescript-eslint": "^8.56.0",
181181
"workbox-cli": "^7.4.0",
182182
"yargs": "^18.0.0"

src/test/fixtures/mocks/intersection-observer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export function autoMockIntersectionObserver(autoTrigger: boolean = true) {
6060
observers.delete(instance);
6161
}),
6262
takeRecords: jest.fn(),
63+
scrollMargin: options.scrollMargin ?? '',
6364
};
6465

6566
observers.set(instance, item);

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -10364,16 +10364,7 @@ string-length@^4.0.2:
1036410364
char-regex "^1.0.2"
1036510365
strip-ansi "^6.0.0"
1036610366

10367-
"string-width-cjs@npm:string-width@^4.2.0":
10368-
version "4.2.3"
10369-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10370-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10371-
dependencies:
10372-
emoji-regex "^8.0.0"
10373-
is-fullwidth-code-point "^3.0.0"
10374-
strip-ansi "^6.0.1"
10375-
10376-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10367+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1037710368
version "4.2.3"
1037810369
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1037910370
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10503,7 +10494,7 @@ stringify-object@^3.3.0:
1050310494
is-obj "^1.0.1"
1050410495
is-regexp "^1.0.0"
1050510496

10506-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10497+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1050710498
version "6.0.1"
1050810499
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1050910500
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10517,13 +10508,6 @@ strip-ansi@^0.3.0:
1051710508
dependencies:
1051810509
ansi-regex "^0.2.1"
1051910510

10520-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10521-
version "6.0.1"
10522-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10523-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10524-
dependencies:
10525-
ansi-regex "^5.0.1"
10526-
1052710511
strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
1052810512
version "7.1.2"
1052910513
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
@@ -11090,10 +11074,10 @@ typescript-eslint@^8.56.0:
1109011074
"@typescript-eslint/typescript-estree" "8.56.0"
1109111075
"@typescript-eslint/utils" "8.56.0"
1109211076

11093-
typescript@^5.9.3:
11094-
version "5.9.3"
11095-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
11096-
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
11077+
typescript@^6.0.2:
11078+
version "6.0.2"
11079+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
11080+
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
1109711081

1109811082
typical@^5.0.0, typical@^5.2.0:
1109911083
version "5.2.0"
@@ -11900,16 +11884,7 @@ workbox-window@7.4.0, workbox-window@^7.4.0:
1190011884
"@types/trusted-types" "^2.0.2"
1190111885
workbox-core "7.4.0"
1190211886

11903-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11904-
version "7.0.0"
11905-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11906-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11907-
dependencies:
11908-
ansi-styles "^4.0.0"
11909-
string-width "^4.1.0"
11910-
strip-ansi "^6.0.0"
11911-
11912-
wrap-ansi@^7.0.0:
11887+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1191311888
version "7.0.0"
1191411889
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1191511890
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)