Bump @types/vscode from 1.87.0 to 1.88.0 (#1392)

* Bump @types/vscode from 1.87.0 to 1.88.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.87.0 to 1.88.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vscode)

---
updated-dependencies:
- dependency-name: "@types/vscode"
  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] 2024-04-13 01:02:33 +10:00 коммит произвёл GitHub
Родитель e470abe579
Коммит 2a6a776ed9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 9 добавлений и 9 удалений

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

@ -34,8 +34,8 @@ What's changed since v2.9.0:
[#1314](https://github.com/microsoft/PSRule-vscode/pull/1314)
[#1330](https://github.com/microsoft/PSRule-vscode/pull/1330)
[#1344](https://github.com/microsoft/PSRule-vscode/pull/1344)
- Bump vscode engine to v1.87.0.
[#1363](https://github.com/microsoft/PSRule-vscode/pull/1363)
- Bump vscode engine to v1.88.0.
[#1392](https://github.com/microsoft/PSRule-vscode/pull/1392)
- Bump typescript to v5.4.4.
[#1390](https://github.com/microsoft/PSRule-vscode/pull/1390)
- Bump @vscode/test-electron to v2.3.9.

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

@ -16,7 +16,7 @@
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/vscode": "1.87.0",
"@types/vscode": "1.88.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vscode/test-electron": "^2.3.9",
@ -28,7 +28,7 @@
"typescript": "^5.4.4"
},
"engines": {
"vscode": "^1.87.0"
"vscode": "^1.88.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -686,9 +686,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.87.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.87.0.tgz",
"integrity": "sha512-y3yYJV2esWr8LNjp3VNbSMWG7Y43jC8pCldG8YwiHGAQbsymkkMMt0aDT1xZIOFM2eFcNiUc+dJMx1+Z0UT8fg==",
"version": "1.88.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.88.0.tgz",
"integrity": "sha512-rWY+Bs6j/f1lvr8jqZTyp5arRMfovdxolcqGi+//+cPDOh8SBvzXH90e7BiSXct5HJ9HGW6jATchbRTpTJpEkw==",
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {

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

@ -8,7 +8,7 @@
"name": "Microsoft"
},
"engines": {
"vscode": "^1.87.0"
"vscode": "^1.88.0"
},
"channel": "stable",
"license": "SEE LICENSE IN LICENSE",
@ -488,7 +488,7 @@
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/vscode": "1.87.0",
"@types/vscode": "1.88.0",
"@types/fs-extra": "^11.0.4",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",