Bump @types/vscode from 1.79.1 to 1.80.0 (#1191)

* Bump @types/vscode from 1.79.1 to 1.80.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.79.1 to 1.80.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] 2023-07-07 18:42:10 +10:00 коммит произвёл GitHub
Родитель c4627ddc33
Коммит b024f8df81
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 10 добавлений и 15 удалений

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

@ -17,14 +17,9 @@ trigger:
- 'release/*'
tags:
include:
- 'v1.*'
- 'v2.*'
pr:
branches:
include:
- 'main'
- 'release/*'
pr: none
stages:

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

@ -20,8 +20,8 @@ Continue reading to see the changes included in the latest version.
What's changed since v2.9.0:
- Engineering:
- Bump vscode engine to v1.78.1.
[#1167](https://github.com/microsoft/PSRule-vscode/pull/1167)
- Bump vscode engine to v1.80.0.
[#1191](https://github.com/microsoft/PSRule-vscode/pull/1191)
- Bump typescript to v5.1.6.
[#1185](https://github.com/microsoft/PSRule-vscode/pull/1185)
- Bump @vscode/test-electron to v2.3.3.

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

@ -17,7 +17,7 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.0",
"@types/vscode": "1.79.1",
"@types/vscode": "1.80.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vscode/test-electron": "^2.3.3",
@ -34,7 +34,7 @@
"typescript": "^5.1.6"
},
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.80.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -591,9 +591,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.79.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.79.1.tgz",
"integrity": "sha512-Ikwc4YbHABzqthrWfeAvItaAIfX9mdjMWxqNgTpGjhgOu0TMRq9LzyZ2yBK0JhYqoSjEubEPawf6zJgnl6Egtw==",
"version": "1.80.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.80.0.tgz",
"integrity": "sha512-qK/CmOdS2o7ry3k6YqU4zD3R2AYlJfbwBoSbKpBoP+GpXNE+0NEgJOli4n0bm0diK5kfBnchgCEj4igQz/44Hg==",
"dev": true
},
"node_modules/@typescript-eslint/eslint-plugin": {

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

@ -8,7 +8,7 @@
"name": "Bernie White"
},
"engines": {
"vscode": "^1.79.0"
"vscode": "^1.80.0"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/microsoft/PSRule-vscode/blob/main/README.md",
@ -486,7 +486,7 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.0",
"@types/vscode": "1.79.1",
"@types/vscode": "1.80.0",
"@types/fs-extra": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",