Bump @vscode/vsce from 2.29.0 to 2.30.0 (#1472)

* Bump @vscode/vsce from 2.29.0 to 2.30.0

Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.29.0 to 2.30.0.
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](https://github.com/Microsoft/vsce/compare/v2.29.0...v2.30.0)

---
updated-dependencies:
- dependency-name: "@vscode/vsce"
  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-07-13 15:13:27 +10:00 коммит произвёл GitHub
Родитель fede4bcb01
Коммит 84b614bb05
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 8 удалений

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

@ -40,8 +40,8 @@ What's changed since v2.9.0:
[#1396](https://github.com/microsoft/PSRule-vscode/pull/1396)
- Bump @vscode/test-electron to v2.4.1.
[#1468](https://github.com/microsoft/PSRule-vscode/pull/1468)
- Bump @vscode/vsce to v2.27.0.
[#1438](https://github.com/microsoft/PSRule-vscode/pull/1438)
- Bump @vscode/vsce to v2.30.0.
[#1472](https://github.com/microsoft/PSRule-vscode/pull/1472)
- Bump glob to v11.0.0.
[#1470](https://github.com/microsoft/PSRule-vscode/pull/1470)
- Bump vscode-languageclient to v9.0.1.

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

@ -20,7 +20,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.15.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^2.27.0",
"@vscode/vsce": "^2.30.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"glob": "^11.0.0",
@ -1308,11 +1308,10 @@
}
},
"node_modules/@vscode/vsce": {
"version": "2.29.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.29.0.tgz",
"integrity": "sha512-63+aEO8SpjE6qKiIh2Cqy/P9zC7+USElGwpEdkyPp89xIBDBr5IqeNS3zkD3mp3wZqbvHIpJsCCNu74WQirYCg==",
"version": "2.30.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.30.0.tgz",
"integrity": "sha512-MBYpXdCY1SCdc2u/y11kmJuSODKFyZRpeRTQq5p4rSg05QSjSy5pz6h/BGLNdSahgXfKRBATEkjAcJFdJuDz8Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.1.0",
"@vscode/vsce-sign": "^2.0.0",

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

@ -503,7 +503,7 @@
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.15.0",
"@vscode/test-electron": "^2.4.1",
"@vscode/vsce": "^2.27.0",
"@vscode/vsce": "^2.30.0",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"glob": "^11.0.0",