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] <support@dependabot.com> * required tslint change Co-authored-by: Tyler James Leonhardt <tylerl0706@gmail.com>
1 parent 3d92d5d commit 33654e1

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)