Skip to content

Commit b2b5199

Browse files
committed
JS: Bump TypeScript dependency to 5.9
1 parent 2100dc1 commit b2b5199

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Ruby [10]_,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
2828
Rust [11]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``"
2929
Swift [12]_,"Swift 5.4-6.1","Swift compiler","``.swift``"
30-
TypeScript [13]_,"2.6-5.8",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
30+
TypeScript [13]_,"2.6-5.9",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
3131

3232
.. container:: footnote-group
3333

javascript/extractor/lib/typescript/package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/extractor/lib/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript-parser-wrapper",
33
"private": true,
44
"dependencies": {
5-
"typescript": "^5.8.2"
5+
"typescript": "5.9"
66
},
77
"scripts": {
88
"build": "tsc --project tsconfig.json",

0 commit comments

Comments
 (0)