Skip to content
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

chore(deps): update dependency typescript to v5.6.3 #5153

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-java": "2.6.4",
"typescript": "5.4.5"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/client/graph-scaffolder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"npm-run-all2": "5.0.2",
"rimraf": "3.0.2",
"run-p": "0.0.0",
"typescript": "5.4.5",
"typescript": "5.6.3",
"yargs": "17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/client/hmi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@vitejs/plugin-vue": "4.6.2",
"@vitest/coverage-c8": "0.24.5",
"jsdom": "24.1.3",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-svg-loader": "4.0.0",
"vitest": "0.24.5",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8673,7 +8673,7 @@ __metadata:
npm-run-all2: "npm:5.0.2"
rimraf: "npm:3.0.2"
run-p: "npm:0.0.0"
typescript: "npm:5.4.5"
typescript: "npm:5.6.3"
yargs: "npm:17.7.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8882,7 +8882,7 @@ __metadata:
primevue: "npm:3.53.0"
pyodide: "npm:0.25.1"
sass: "npm:1.56.1"
typescript: "npm:5.4.5"
typescript: "npm:5.6.3"
uuid: "npm:9.0.1"
vega: "npm:5.30.0"
vega-embed: "npm:6.25.0"
Expand Down Expand Up @@ -14214,7 +14214,7 @@ __metadata:
lint-staged: "npm:15.2.10"
prettier: "npm:3.3.3"
prettier-plugin-java: "npm:2.6.4"
typescript: "npm:5.4.5"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14587,23 +14587,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=74658d"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/760f7d92fb383dbf7dee2443bf902f4365db2117f96f875cf809167f6103d55064de973db9f78fe8f31ec08fff52b2c969aee0d310939c0a3798ec75d0bca2e1
checksum: 10/dc4bec403cd33a204b655b1152a096a08e7bad2c931cb59ef8ff26b6f2aa541bf98f09fc157958a60c921b1983a8dde9a85b692f9de60fa8f574fd131e3ae4dd
languageName: node
linkType: hard

Expand Down
Loading