Skip to content

Commit 33dacfa

Browse files
Bump @types/vscode from 1.97.0 to 1.98.0 (#2796)
* Bump @types/vscode from 1.97.0 to 1.98.0 Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.97.0 to 1.98.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] <[email protected]> * Bump engine --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernie White <[email protected]>
1 parent 2d5382b commit 33dacfa

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/changelog.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ What's changed since pre-release v3.0.0-B0416:
3131
[#2769](https://github.com/microsoft/PSRule/pull/2769)
3232
- Bump NuGet.Protocol to v6.13.2.
3333
[#2788](https://github.com/microsoft/PSRule/pull/2788)
34-
- Bump vscode engine to v1.97.0.
35-
[#2759](https://github.com/microsoft/PSRule/pull/2759)
34+
- Bump vscode engine to v1.98.0.
35+
[#2796](https://github.com/microsoft/PSRule/pull/2796)
3636
- Bug fix:
3737
- Fixed custom emitter loaded too late by @BernieWhite.
3838
[#2775](https://github.com/microsoft/PSRule/issues/2775)

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Microsoft"
99
},
1010
"engines": {
11-
"vscode": "^1.97.0"
11+
"vscode": "^1.98.0"
1212
},
1313
"channel": "stable",
1414
"license": "SEE LICENSE IN LICENSE",
@@ -545,7 +545,7 @@
545545
"@types/fs-extra": "^11.0.4",
546546
"@types/mocha": "^10.0.10",
547547
"@types/node": "^22.13.9",
548-
"@types/vscode": "1.97.0",
548+
"@types/vscode": "1.98.0",
549549
"@typescript-eslint/eslint-plugin": "^8.26.0",
550550
"@typescript-eslint/parser": "^8.26.0",
551551
"@vscode/test-cli": "^0.0.10",

0 commit comments

Comments
 (0)