Bump @vscode/vsce from 2.22.0 to 2.23.0 (#1336)
* Bump @vscode/vsce from 2.22.0 to 2.23.0 Bumps [@vscode/vsce](https://github.com/Microsoft/vsce) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/Microsoft/vsce/releases) - [Commits](https://github.com/Microsoft/vsce/compare/v2.22.0...v2.23.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:
Родитель
93635fe578
Коммит
7838900924
|
@ -39,8 +39,8 @@ What's changed since v2.9.0:
|
|||
[#1301](https://github.com/microsoft/PSRule-vscode/pull/1301)
|
||||
- Bump @vscode/test-electron to v2.3.8.
|
||||
[#1297](https://github.com/microsoft/PSRule-vscode/pull/1297)
|
||||
- Bump @vscode/vsce to v2.22.0.
|
||||
[#1277](https://github.com/microsoft/PSRule-vscode/pull/1277)
|
||||
- Bump @vscode/vsce to v2.23.0.
|
||||
[#1336](https://github.com/microsoft/PSRule-vscode/pull/1336)
|
||||
- Bump glob to v10.3.10.
|
||||
[#1254](https://github.com/microsoft/PSRule-vscode/pull/1254)
|
||||
- Bump vscode-languageclient to v9.0.1.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
||||
"@typescript-eslint/parser": "^6.19.1",
|
||||
"@vscode/test-electron": "^2.3.8",
|
||||
"@vscode/vsce": "^2.22.0",
|
||||
"@vscode/vsce": "^2.23.0",
|
||||
"esbuild": "^0.19.12",
|
||||
"eslint": "^8.56.0",
|
||||
"glob": "^10.3.10",
|
||||
|
@ -978,15 +978,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vscode/vsce": {
|
||||
"version": "2.22.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.22.0.tgz",
|
||||
"integrity": "sha512-8df4uJiM3C6GZ2Sx/KilSKVxsetrTBBIUb3c0W4B1EWHcddioVs5mkyDKtMNP0khP/xBILVSzlXxhV+nm2rC9A==",
|
||||
"version": "2.23.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.23.0.tgz",
|
||||
"integrity": "sha512-Wf9yN8feZf4XmUW/erXyKQvCL577u72AQv4AI4Cwt5o5NyE49C5mpfw3pN78BJYYG3qnSIxwRo7JPvEurkQuNA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"azure-devops-node-api": "^11.0.1",
|
||||
"chalk": "^2.4.2",
|
||||
"cheerio": "^1.0.0-rc.9",
|
||||
"commander": "^6.2.1",
|
||||
"find-yarn-workspace-root": "^2.0.0",
|
||||
"glob": "^7.0.6",
|
||||
"hosted-git-info": "^4.0.2",
|
||||
"jsonc-parser": "^3.2.0",
|
||||
|
@ -2216,6 +2217,15 @@
|
|||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/find-yarn-workspace-root": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
|
||||
"integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"micromatch": "^4.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/flat": {
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz",
|
||||
|
|
|
@ -497,7 +497,7 @@
|
|||
"glob": "^10.3.10",
|
||||
"mocha": "^10.2.0",
|
||||
"typescript": "^5.3.3",
|
||||
"@vscode/vsce": "^2.22.0",
|
||||
"@vscode/vsce": "^2.23.0",
|
||||
"@vscode/test-electron": "^2.3.8"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче