Bump typescript from 5.2.2 to 5.3.2 (#1289)

* Bump typescript from 5.2.2 to 5.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump change log

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-12-02 17:17:31 +10:00 коммит произвёл GitHub
Родитель a6bec44459
Коммит 4620a19e67
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -28,8 +28,8 @@ What's changed since v2.9.0:
[#1261](https://github.com/microsoft/PSRule-vscode/pull/1261)
- Bump vscode engine to v1.84.1.
[#1278](https://github.com/microsoft/PSRule-vscode/pull/1278)
- Bump typescript to v5.2.2.
[#1231](https://github.com/microsoft/PSRule-vscode/pull/1231)
- Bump typescript to v5.3.2.
[#1289](https://github.com/microsoft/PSRule-vscode/pull/1289)
- Bump @vscode/test-electron to v2.3.6.
[#1271](https://github.com/microsoft/PSRule-vscode/pull/1271)
- Bump @vscode/vsce to v2.22.0.

8
package-lock.json сгенерированный
Просмотреть файл

@ -31,7 +31,7 @@
"minimist": ">=1.2.8",
"mocha": "^10.2.0",
"nth-check": ">=2.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"engines": {
"vscode": "^1.84.0"
@ -4111,9 +4111,9 @@
}
},
"node_modules/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

Просмотреть файл

@ -490,7 +490,7 @@
"markdown-it": "^13.0.2",
"minimist": ">=1.2.8",
"mocha": "^10.2.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"@vscode/vsce": "^2.22.0",
"@vscode/test-electron": "^2.3.6",
"nth-check": ">=2.1.1",