Skip to content

Commit 0456b2e

Browse files
authored
Update dependency tslint to v6 (GoogleCloudPlatform#1622)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tslint](https://palantir.github.io/tslint) ([source](https://togithub.com/palantir/tslint)) | devDependencies | major | [`^5.11.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/tslint/5.20.1/6.1.0) | --- ### Release Notes <details> <summary>palantir/tslint</summary> ### [`v6.1.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v610) [Compare Source](https://togithub.com/palantir/tslint/compare/6.0.0...6.1.0) - [enhancement] Upgrade to TypeScript 3.8, support new syntax ([#&#8203;4915](https://togithub.com/palantir/tslint/issues/4915)) - [docs][`no-object-literal-type-assertion`](<https://palantir.github.io/tslint/rules/no-object-literal-type-assertion/>) fix typo in rule description ([#&#8203;4911](https://togithub.com/palantir/tslint/issues/4911)) Thanks to our contributors! - Daniel Zwelling - Ryan Delaney ### [`v6.0.0`](https://togithub.com/palantir/tslint/blob/master/CHANGELOG.md#v600) [Compare Source](https://togithub.com/palantir/tslint/compare/5.20.1...6.0.0) This version has been marked as deprecated on NPM to encourage users to migrate to ESLint. - [bugfix] fix `enforce-trailing-newline` option in [`file-header`](https://palantir.github.io/tslint/rules/file-header/) rule ([#&#8203;4890](https://togithub.com/palantir/tslint/issues/4890)) - [bugfix] avoid writing to temp files with `writeFileSync` on macOS 10.15 ([#&#8203;4887](https://togithub.com/palantir/tslint/issues/4887)) - [bugfix] fix crash in [`completed-docs`](https://palantir.github.io/tslint/rules/completed/) rule when tag contents are undefined ([#&#8203;4895](https://togithub.com/palantir/tslint/issues/4895)) - [docs] fix example code of Radix rule ([#&#8203;4892](https://togithub.com/palantir/tslint/issues/4892)) - [docs] Add missing colon after `[error]` in testing rules documentation ([#&#8203;4903](https://togithub.com/palantir/tslint/issues/4903)) Thanks to our contributors! - Ivan Sorokin - Tanmoy Bhowmik - Meng Wang - Jay Bhagat - Aman Sharma - Josh Goldberg </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/nodejs-docs-samples).
1 parent 8eca189 commit 0456b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appengine/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"devDependencies": {
2626
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2727
"@types/express": "^4.16.0",
28-
"tslint": "^5.11.0"
28+
"tslint": "^6.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)