Skip to content

build: update dependency typescript to v5.9.2 #2919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"piscina": "^5.0.0",
"send": "1.2.0",
"true-case-path": "2.2.1",
"typescript": "5.8.3",
"typescript": "5.9.2",
"wait-on": "^8.0.3",
"yargs": "18.0.0",
"protractor": "7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions bazel/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tmp": "^0.2.1",
"true-case-path": "^2.2.1",
"tslib": "^2.5.2",
"typescript": "5.8.3",
"typescript": "5.9.2",
"yargs": "18.0.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ __metadata:
tslint: "npm:^6.1.3"
tsx: "npm:^4.15.7"
typed-graphqlify: "npm:^3.1.1"
typescript: "npm:5.8.3"
typescript: "npm:5.9.2"
undici: "npm:^7.0.0"
wait-on: "npm:^8.0.0"
which: "npm:^5.0.0"
Expand Down Expand Up @@ -15793,13 +15793,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.8.3":
version: 5.8.3
resolution: "typescript@npm:5.8.3"
"typescript@npm:5.9.2":
version: 5.9.2
resolution: "typescript@npm:5.9.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
languageName: node
linkType: hard

Expand All @@ -15813,13 +15813,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
version: 5.8.3
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
version: 5.9.2
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
languageName: node
linkType: hard

Expand Down
Loading