diff --git a/docs/changelog.md b/docs/changelog.md index 93dfb8e644..d25321b892 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -31,8 +31,8 @@ What's changed since pre-release v3.0.0-B0416: [#2769](https://github.com/microsoft/PSRule/pull/2769) - Bump NuGet.Protocol to v6.13.2. [#2788](https://github.com/microsoft/PSRule/pull/2788) - - Bump vscode engine to v1.97.0. - [#2759](https://github.com/microsoft/PSRule/pull/2759) + - Bump vscode engine to v1.98.0. + [#2796](https://github.com/microsoft/PSRule/pull/2796) - Bug fix: - Fixed custom emitter loaded too late by @BernieWhite. [#2775](https://github.com/microsoft/PSRule/issues/2775) diff --git a/package-lock.json b/package-lock.json index 88bd19fe34..2e3b063d36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.10", "@types/node": "^22.13.9", - "@types/vscode": "1.97.0", + "@types/vscode": "1.98.0", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "@vscode/test-cli": "^0.0.10", @@ -29,7 +29,7 @@ "typescript": "^5.8.2" }, "engines": { - "vscode": "^1.97.0" + "vscode": "^1.98.0" } }, "node_modules/@azure/abort-controller": { @@ -1029,9 +1029,9 @@ } }, "node_modules/@types/vscode": { - "version": "1.97.0", - "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.97.0.tgz", - "integrity": "sha512-ueE73loeOTe7olaVyqP9mrRI54kVPJifUPjblZo9fYcv1CuVLPOEKEkqW0GkqPC454+nCEoigLWnC2Pp7prZ9w==", + "version": "1.98.0", + "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.98.0.tgz", + "integrity": "sha512-+KuiWhpbKBaG2egF+51KjbGWatTH5BbmWQjSLMDCssb4xF8FJnW4nGH4nuAdOOfMbpD0QlHtI+C3tPq+DoKElg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index d12e69b9c3..a757e25df4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "name": "Microsoft" }, "engines": { - "vscode": "^1.97.0" + "vscode": "^1.98.0" }, "channel": "stable", "license": "SEE LICENSE IN LICENSE", @@ -545,7 +545,7 @@ "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.10", "@types/node": "^22.13.9", - "@types/vscode": "1.97.0", + "@types/vscode": "1.98.0", "@typescript-eslint/eslint-plugin": "^8.26.0", "@typescript-eslint/parser": "^8.26.0", "@vscode/test-cli": "^0.0.10",