Skip to content

Commit fe2d57c

Browse files
Bump typescript from 5.8.3 to 5.9.3 (#160)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tro <throos@amazon.de>
1 parent 2f82d8b commit fe2d57c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ts-jest": "^29.4.4",
4444
"ts-node": "^10.9.2",
4545
"typedoc": "^0.28.13",
46-
"typescript": "~5.8.3",
46+
"typescript": "~5.9.3",
4747
"typescript-eslint": "^8.18.0"
4848
},
4949
"resolutions": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ __metadata:
20262026
ts-jest: "npm:^29.4.4"
20272027
ts-node: "npm:^10.9.2"
20282028
typedoc: "npm:^0.28.13"
2029-
typescript: "npm:~5.8.3"
2029+
typescript: "npm:~5.9.3"
20302030
typescript-eslint: "npm:^8.18.0"
20312031
languageName: unknown
20322032
linkType: soft
@@ -5175,23 +5175,23 @@ __metadata:
51755175
languageName: node
51765176
linkType: hard
51775177

5178-
"typescript@npm:~5.8.3":
5179-
version: 5.8.3
5180-
resolution: "typescript@npm:5.8.3"
5178+
"typescript@npm:~5.9.3":
5179+
version: 5.9.3
5180+
resolution: "typescript@npm:5.9.3"
51815181
bin:
51825182
tsc: bin/tsc
51835183
tsserver: bin/tsserver
5184-
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
5184+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
51855185
languageName: node
51865186
linkType: hard
51875187

5188-
"typescript@patch:typescript@npm%3A~5.8.3#optional!builtin<compat/typescript>":
5189-
version: 5.8.3
5190-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
5188+
"typescript@patch:typescript@npm%3A~5.9.3#optional!builtin<compat/typescript>":
5189+
version: 5.9.3
5190+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
51915191
bin:
51925192
tsc: bin/tsc
51935193
tsserver: bin/tsserver
5194-
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
5194+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
51955195
languageName: node
51965196
linkType: hard
51975197

0 commit comments

Comments
 (0)