Skip to content

Commit bd2941d

Browse files
fix(deps): update typescript
1 parent b751a10 commit bd2941d

10 files changed

Lines changed: 292 additions & 223 deletions

File tree

.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": "^6.0.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@^6.0.3:
1120+
version "6.0.3"
1121+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
1122+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
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.10.0",
3333
"@docusaurus/tsconfig": "^3.10.0",
3434
"@docusaurus/types": "^3.10.0",
35-
"typescript": "~5.5.3"
35+
"typescript": "~6.0.3"
3636
},
3737
"resolutions": {
3838
"webpack": "5.105.1"

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9031,10 +9031,10 @@ typedarray-to-buffer@^3.1.5:
90319031
dependencies:
90329032
is-typedarray "^1.0.0"
90339033

9034-
typescript@~5.5.3:
9035-
version "5.5.4"
9036-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
9037-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
9034+
typescript@~6.0.3:
9035+
version "6.0.3"
9036+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
9037+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
90389038

90399039
undici-types@~7.16.0:
90409040
version "7.16.0"

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"playwright-merge-html-reports": "^0.2.3",
2222
"slugify": "^1.6.5",
2323
"ts-node": "^10.9.2",
24-
"typescript": "^5.5.3"
24+
"typescript": "^6.0.3"
2525
}
2626
}

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@^6.0.3:
354+
version "6.0.3"
355+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
356+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
357357

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"@emotion/css": "^11.10.5",
7777
"@emotion/react": "^11.10.5",
7878
"@mdx-js/loader": "^1.6.6",
79-
"@microsoft/api-documenter": "^7.25.4",
80-
"@microsoft/api-extractor": "^7.47.0",
79+
"@microsoft/api-documenter": "^7.30.3",
80+
"@microsoft/api-extractor": "^7.58.5",
8181
"@semantic-release/changelog": "^6.0.1",
8282
"@semantic-release/exec": "^7.1.0",
8383
"@semantic-release/git": "^10.0.1",
@@ -105,8 +105,8 @@
105105
"@types/seedrandom": "^2.4.28",
106106
"@types/url-parse": "^1.4.3",
107107
"@types/uuid": "^8.3.4",
108-
"@typescript-eslint/eslint-plugin": "^7.16.1",
109-
"@typescript-eslint/parser": "^7.16.1",
108+
"@typescript-eslint/eslint-plugin": "^8.58.2",
109+
"@typescript-eslint/parser": "^8.58.2",
110110
"autoprefixer": "^9.0.0",
111111
"babel-loader": "^8.3.0",
112112
"backport": "^5.6.6",
@@ -163,7 +163,7 @@
163163
"ts-prune": "^0.10.3",
164164
"typedoc": "^0.25.4",
165165
"typedoc-plugin-markdown": "^4.0.0-next.36",
166-
"typescript": "^5.5.3",
166+
"typescript": "^6.0.3",
167167
"webpack": "^4.46.0",
168168
"webpack-cli": "^4.8.0",
169169
"webpack-dev-server": "^4.1.0"

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"re-reselect": "^4.0.1",
4949
"react-redux": "^8.1.3",
5050
"redux": "^4.2.1",
51-
"ts-debounce": "^4.0.0",
51+
"ts-debounce": "^5.0.0",
5252
"utility-types": "^3.10.0",
5353
"uuid": "^9",
5454
"luxon": "^1.25.0"

storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"storybook-addon-toggles": "^0.0.3",
4545
"terser-webpack-plugin": "^4.2.3",
4646
"ts-loader": "8.4.0",
47-
"typescript": "^5.5.3"
47+
"typescript": "^6.0.3"
4848
}
4949
}

0 commit comments

Comments
 (0)