Update typescript to version 5.6.2

This is unblocked because in commit bb302dd the default value for the
constructor got removed, which apparently confused TypeScript before.

Fixes #18770.
This commit is contained in:
Tim van der Meij 2024-09-23 20:33:05 +02:00
parent b65b7747b6
commit c8af3f14d3
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -59,7 +59,7 @@
"terser-webpack-plugin": "^5.3.10", "terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10", "tsc-alias": "^1.8.10",
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"vinyl": "^3.0.0", "vinyl": "^3.0.0",
"webpack": "^5.94.0", "webpack": "^5.94.0",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
@ -13783,9 +13783,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.5.4", "version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@ -54,7 +54,7 @@
"terser-webpack-plugin": "^5.3.10", "terser-webpack-plugin": "^5.3.10",
"tsc-alias": "^1.8.10", "tsc-alias": "^1.8.10",
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"vinyl": "^3.0.0", "vinyl": "^3.0.0",
"webpack": "^5.94.0", "webpack": "^5.94.0",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",