Skip to content

Commit 99e461e

Browse files
fix(deps): update typescript
1 parent b728661 commit 99e461e

File tree

10 files changed

+206
-163
lines changed

10 files changed

+206
-163
lines changed

.buildkite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"targz": "^1.0.1",
2727
"tmp": "^0.2.1",
2828
"ts-node": "^10.9.2",
29-
"typescript": "^5.5.3",
29+
"typescript": "^5.8.3",
3030
"utility-types": "^3.10.0"
3131
},
3232
"devDependencies": {

.buildkite/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,10 +1116,10 @@ ts-node@^10.9.2:
11161116
v8-compile-cache-lib "^3.0.1"
11171117
yn "3.1.1"
11181118

1119-
typescript@^5.5.3:
1120-
version "5.5.3"
1121-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
1122-
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
1119+
typescript@^5.8.3:
1120+
version "5.8.3"
1121+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
1122+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
11231123

11241124
universal-github-app-jwt@^1.0.1:
11251125
version "1.1.0"

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@docusaurus/module-type-aliases": "^3.2.1",
3333
"@docusaurus/tsconfig": "^3.2.1",
3434
"@docusaurus/types": "^3.2.1",
35-
"typescript": "~5.5.3"
35+
"typescript": "~5.8.3"
3636
},
3737
"browserslist": {
3838
"production": [

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"playwright-merge-html-reports": "^0.2.3",
2020
"slugify": "^1.6.5",
2121
"ts-node": "^10.9.2",
22-
"typescript": "^5.5.3"
22+
"typescript": "^5.8.3"
2323
}
2424
}

e2e/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,10 @@ tslib@^2.0.3:
350350
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
351351
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
352352

353-
typescript@^5.5.3:
354-
version "5.5.3"
355-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
356-
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
353+
typescript@^5.8.3:
354+
version "5.8.3"
355+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
356+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
357357

358358
undici-types@~5.26.4:
359359
version "5.26.5"

github_bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"smee-client": "^1.2.3",
4040
"ts-jest": "^29.2.5",
4141
"ts-node": "^10.9.2",
42-
"typescript": "^5.5.3"
42+
"typescript": "^5.8.3"
4343
},
4444
"engines": {
4545
"node": ">= 10.13.0"

github_bot/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3496,10 +3496,10 @@ typedarray-to-buffer@^3.1.5:
34963496
dependencies:
34973497
is-typedarray "^1.0.0"
34983498

3499-
typescript@^5.5.3:
3500-
version "5.5.3"
3501-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
3502-
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
3499+
typescript@^5.8.3:
3500+
version "5.8.3"
3501+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
3502+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
35033503

35043504
uglify-js@^3.1.4:
35053505
version "3.15.5"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@emotion/react": "^11.10.5",
7474
"@emotion/css": "^11.10.5",
7575
"@mdx-js/loader": "^1.6.6",
76-
"@microsoft/api-documenter": "^7.25.4",
77-
"@microsoft/api-extractor": "^7.47.0",
76+
"@microsoft/api-documenter": "^7.26.19",
77+
"@microsoft/api-extractor": "^7.52.3",
7878
"@semantic-release/changelog": "^6.0.1",
7979
"@semantic-release/commit-analyzer": "^9.0.2",
8080
"@semantic-release/exec": "^6.0.3",
@@ -104,8 +104,8 @@
104104
"@types/seedrandom": "^2.4.28",
105105
"@types/url-parse": "^1.4.3",
106106
"@types/uuid": "^8.3.4",
107-
"@typescript-eslint/eslint-plugin": "^7.16.1",
108-
"@typescript-eslint/parser": "^7.16.1",
107+
"@typescript-eslint/eslint-plugin": "^8.29.1",
108+
"@typescript-eslint/parser": "^8.29.1",
109109
"babel-loader": "^8.3.0",
110110
"autoprefixer": "^9.0.0",
111111
"backport": "^5.6.6",
@@ -164,7 +164,7 @@
164164
"ts-prune": "^0.10.3",
165165
"typedoc": "^0.25.4",
166166
"typedoc-plugin-markdown": "^4.0.0-next.36",
167-
"typescript": "^5.5.3",
167+
"typescript": "^5.8.3",
168168
"webpack": "^4.46.0",
169169
"webpack-cli": "^4.8.0",
170170
"webpack-dev-server": "^4.1.0"

storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"storybook-addon-toggles": "^0.0.3",
4444
"terser-webpack-plugin": "^4.2.3",
4545
"ts-loader": "8.4.0",
46-
"typescript": "^5.5.3"
46+
"typescript": "^5.8.3"
4747
}
4848
}

0 commit comments

Comments
 (0)