Skip to content

Commit

Permalink
Bump @types/vscode from 1.58.1 to 1.59.0 (#358)
Browse files Browse the repository at this point in the history
* Bump @types/vscode from 1.58.1 to 1.59.0

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

* Bump engine and update change log

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <bewhite@microsoft.com>
  • Loading branch information
dependabot[bot] and BernieWhite committed Aug 8, 2021
1 parent cd95d89 commit 8a2cf07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Continue reading to see the changes included in the latest version.

## Unreleased

What's changed since v1.2.0:

- Engineering:
- Bump vscode engine to v1.59.0. [#358](https://github.com/microsoft/PSRule-vscode/pull/358)

## v1.2.0

What's changed since v1.1.0:
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 @@ -8,7 +8,7 @@
"name": "Bernie White"
},
"engines": {
"vscode": "^1.58.1"
"vscode": "^1.59.0"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/Microsoft/PSRule-vscode/blob/main/README.md",
Expand Down Expand Up @@ -247,7 +247,7 @@
"@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.13",
"@types/vscode": "1.58.1",
"@types/vscode": "1.59.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"esbuild": "^0.12.18",
Expand Down

0 comments on commit 8a2cf07

Please sign in to comment.