Bump to TS 5.6.2

Also bumps `@types/node` to fix compat issues with new TS lib typings
This commit is contained in:
Matt Bierner
2024-10-03 11:53:22 -07:00
parent ab1e793c83
commit 8465a39a90
141 changed files with 5863 additions and 5236 deletions

View File

@ -8,12 +8,12 @@
"name": "shell-integration-sample",
"version": "0.0.1",
"devDependencies": {
"@types/node": "18.x",
"@types/node": "^20",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.14.0",
"eslint": "^8.57.0",
"typescript": "^5.5.2"
"typescript": "^5.6.2"
},
"engines": {
"vscode": "^1.93.0"
@ -203,12 +203,12 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.19.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.19.2"
}
},
"node_modules/@types/semver": {
@ -1697,9 +1697,9 @@
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
"dev": true
},
"node_modules/uri-js": {

View File

@ -28,11 +28,11 @@
"lint": "eslint src --ext ts"
},
"devDependencies": {
"@types/node": "18.x",
"@types/node": "^20",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.14.0",
"eslint": "^8.57.0",
"typescript": "^5.5.2"
"typescript": "^5.6.2"
}
}