Skip to content

Commit 465d11b

Browse files
Bump @types/vscode from 1.73.0 to 1.73.1 (#922)
* Bump @types/vscode from 1.73.0 to 1.73.1 Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.73.0 to 1.73.1. - [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-patch ... 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>
1 parent aa83ee6 commit 465d11b

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ What's changed since v2.5.0:
3232
- Engineering:
3333
- Updated PSRule schema files.
3434
[#920](https://github.com/microsoft/PSRule-vscode/pull/920)
35-
- Bumps vscode engine to v1.73.0.
36-
[#914](https://github.com/microsoft/PSRule-vscode/pull/914)
35+
- Bumps vscode engine to v1.73.1.
36+
[#922](https://github.com/microsoft/PSRule-vscode/pull/922)
3737
- Bump vsce to v2.14.0.
3838
[#916](https://github.com/microsoft/PSRule-vscode/pull/916)
3939
- Bumps @vscode/test-electron to v2.2.0.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Bernie White"
99
},
1010
"engines": {
11-
"vscode": "^1.73.0"
11+
"vscode": "^1.73.1"
1212
},
1313
"license": "SEE LICENSE IN LICENSE",
1414
"homepage": "https://github.com/Microsoft/PSRule-vscode/blob/main/README.md",
@@ -406,7 +406,7 @@
406406
"@types/glob": "^8.0.0",
407407
"@types/mocha": "^10.0.0",
408408
"@types/node": "^18.11.9",
409-
"@types/vscode": "1.73.0",
409+
"@types/vscode": "1.73.1",
410410
"@types/fs-extra": "^9.0.13",
411411
"@typescript-eslint/eslint-plugin": "^5.43.0",
412412
"@typescript-eslint/parser": "^5.43.0",

0 commit comments

Comments
 (0)