Skip to content

Commit 33654e1

Browse files
Bump tslint from 5.20.1 to 6.0.0 (#2442)
* Bump tslint from 5.20.1 to 6.0.0 Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.0.0. - [Release notes](https://github.com/palantir/tslint/releases) - [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md) - [Commits](palantir/tslint@5.20.1...6.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * required tslint change Co-authored-by: Tyler James Leonhardt <[email protected]>
1 parent 3d92d5d commit 33654e1

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"mock-fs": "~4.10.4",
6565
"rewire": "~4.0.1",
6666
"sinon": "~8.1.1",
67-
"tslint": "~5.20.1",
67+
"tslint": "~6.0.0",
6868
"typescript": "~3.5.3",
6969
"vsce": "~1.64.0",
7070
"vscode-test": "~1.3.0"

src/logging.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class Logger implements ILogger {
116116

117117
public async writeAndShowErrorWithActions(
118118
message: string,
119-
actions: Array<{ prompt: string; action: () => Promise<void> }>) {
119+
actions: { prompt: string; action: () => Promise<void> }[]) {
120120
this.writeError(message);
121121

122122
const fullActions = [

0 commit comments

Comments
 (0)