Skip to content

Commit

Permalink
Bump @types/vscode from 1.95.0 to 1.96.0 (#733)
Browse files Browse the repository at this point in the history
* Bump @types/vscode from 1.95.0 to 1.96.0

Bumps [@types/vscode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vscode) from 1.95.0 to 1.96.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]>
Co-authored-by: Valery Yatsynovich <[email protected]>
  • Loading branch information
dependabot[bot] and valfirst authored Jan 19, 2025
1 parent 37b8454 commit 40f6e80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Bump VS Code engine from 1.95.0 to 1.96.0

## [0.2.3] - 2025-01-19
* Bump VS Code engine from 1.94.0 to 1.95.0
* Bump version of Gradle used to build projects from 8.10.2 to 8.12
Expand Down
14 changes: 7 additions & 7 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 @@ -11,7 +11,7 @@
},
"license": "Apache-2.0",
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.0"
},
"categories": [
"Debuggers",
Expand Down Expand Up @@ -265,7 +265,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"@types/sinon": "^17.0.2",
"@types/vscode": "^1.95.0",
"@types/vscode": "^1.96.0",
"sinon": "^19.0.2",
"mocha": "^11.0.1",
"tslint": "^6.1.3",
Expand Down

0 comments on commit 40f6e80

Please sign in to comment.