Skip to content

Commit 410adb1

Browse files
authored
deps: upgrade typescript to 5.8.2 (#16414)
1 parent 04f4386 commit 410adb1

File tree

3 files changed

+13
-29
lines changed

3 files changed

+13
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"terser": "^5.18.2",
181181
"testdouble": "^3.18.0",
182182
"typed-query-selector": "^2.11.2",
183-
"typescript": "5.5.3",
183+
"typescript": "5.8.2",
184184
"wait-for-expect": "^3.0.2",
185185
"webtreemap-cdt": "^3.2.1"
186186
},

types/internal/node.d.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@ declare global {
3030
/** Injected into the page when the `--debug` flag is used. */
3131
continueLighthouseRun(): void;
3232
}
33-
34-
// `fetchPriority` not defined in tsc as of 4.9.4.
35-
interface HTMLImageElement {
36-
/**
37-
* Sets the priority for fetches initiated by the element.
38-
* @see https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-fetchpriority
39-
*/
40-
fetchPriority: string;
41-
}
42-
interface HTMLLinkElement {
43-
/**
44-
* Sets the priority for fetches initiated by the element.
45-
* @see https://html.spec.whatwg.org/multipage/semantics.html#dom-link-fetchpriority
46-
*/
47-
fetchPriority: string;
48-
}
4933
}
5034

5135
export {};

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,11 +1479,11 @@
14791479
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
14801480

14811481
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
1482-
version "18.19.39"
1483-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.39.tgz#c316340a5b4adca3aee9dcbf05de385978590593"
1484-
integrity sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==
1482+
version "22.13.14"
1483+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.14.tgz#70d84ec91013dcd2ba2de35532a5a14c2b4cc912"
1484+
integrity sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==
14851485
dependencies:
1486-
undici-types "~5.26.4"
1486+
undici-types "~6.20.0"
14871487

14881488
"@types/node@^11.10.4":
14891489
version "11.15.54"
@@ -7244,10 +7244,10 @@ typedarray-to-buffer@^3.1.5:
72447244
dependencies:
72457245
is-typedarray "^1.0.0"
72467246

7247-
typescript@5.5.3:
7248-
version "5.5.3"
7249-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
7250-
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
7247+
typescript@5.8.2:
7248+
version "5.8.2"
7249+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
7250+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
72517251

72527252
uglify-js@^3.1.4:
72537253
version "3.14.4"
@@ -7264,10 +7264,10 @@ unbox-primitive@^1.0.1:
72647264
has-symbols "^1.0.2"
72657265
which-boxed-primitive "^1.0.2"
72667266

7267-
undici-types@~5.26.4:
7268-
version "5.26.5"
7269-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7270-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7267+
undici-types@~6.20.0:
7268+
version "6.20.0"
7269+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
7270+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
72717271

72727272
union-value@^1.0.0:
72737273
version "1.0.1"

0 commit comments

Comments
 (0)