Skip to content

Commit

Permalink
Bump @types/vscode from 1.92.0 to 1.93.0 (#256)
Browse files Browse the repository at this point in the history
* Bump @types/vscode from 1.92.0 to 1.93.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.92.0 to 1.93.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] <support@github.com>

* Update required engine version

VSCode is evergreen, so most users are expected to be on a recent version.
This ensures compatibility with the latest features and improvements.

Signed-off-by: Charlie Egan <charlie@styra.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Charlie Egan <charlie@styra.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
dependabot[bot] and charlieegan3 committed Sep 17, 2024
1 parent f2450e8 commit cc9a8bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "0.16.0",
"publisher": "tsandall",
"engines": {
"vscode": "^1.92.0"
"vscode": "^1.93.0"
},
"activationEvents": [
"onLanguage:rego",
Expand Down Expand Up @@ -316,7 +316,7 @@
"@types/mocha": "10.0.8",
"@types/node": "22.5.5",
"@types/semver": "^7.5.8",
"@types/vscode": "1.92.0",
"@types/vscode": "1.93.0",
"cspell": "^8.14.2",
"dprint": "^0.47.2",
"eslint": "^9.10.0",
Expand Down

0 comments on commit cc9a8bf

Please sign in to comment.