This repository was archived by the owner on Sep 29, 2020. It is now read-only.
Open
Conversation
Snyk has created this PR to upgrade tslint from 5.9.1 to 5.20.1. See this package in NPM: https://www.npmjs.com/package/tslint See this project in Snyk: https://app.snyk.io/org/narshe1412/project/c35b2ea4-1067-400f-8dcf-3b7e93af35e0?utm_source=github&utm_medium=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade tslint from 5.9.1 to 5.20.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.Release notes
Package name: tslint
-
5.20.1 - 2019-11-05
-
5.20.0 - 2019-09-10
- [bugfix] fix
- [bugfix] fix
- [bugfix] "ignore" option for
- [bugfix] fix
- [new-rule-option]
- [new-rule-option]:
- [new-rule-option]
- [chore] Upgrade
- Bas Bosman
- Tanmoy Bhowmik
- David Zulaica
- Maxime Kjaer
- @guidsdo
- Pavel Birukov
- Josh Goldberg
- Akshaya Srivatsa
-
5.19.0 - 2019-08-20
- [bugfix] relax
- [bugfix] fix
- [bugfix] fix
- [bugfix] improve
- [enhancement] add BigInt support to
- [enhancement]
- [new-rule-option]
- [new-rule-option]
- [new-rule-option]
- [new-rule]
- [new-rule]
- [new-rule]
- [new-rule]
- [docs] link to OSS fellowship medium post in README (#4821)
- Josh Pike
- Tanmoy Bhowmik
- Michael Withagen
- Evgeniy Timokhov
- Vitalij Krotov
- Josh Goldberg
- Veda
- Guido
- Robert Fink
- Max Sysoev
-
5.18.0 - 2019-06-21
- [feature] New
- [bugfix]
- [bugfix]
- [docs] Add tslint-playground link to README and bug report template (#4150)
- [enhancement]
- [new-fixer]
- [new-rule-option]
- [new-rule-option]
- [new-rule]
- [new-rule]
- Josh Goldberg
- smoehrle
- Mateusz Witkowski
- Andy Hanson
- John Wiseheart
- Eran Shabi
- Tibor Blenessy
- AndreasGassmann
- Ryan Waskiewicz
- Isabelle
-
5.17.0 - 2019-05-30
- [bugfix]
- [bugfix]
- [chore] Update devDependency mocha from v3.2.0 to v6.1.4 (#4669) (#4674)
- [chore] Update devDependency js-yaml from ^3.13.0 to ^3.13.1 (#4663)
- [chore] Update deprecated devDependency github to @octokit/rest (#4673)
- [chore] Update devDependency nyc from v13.3.0 to v14.1.1 (#4699)
- [deprecation]
- [documentation] Minor fix for
- [documentation] Fixed
- [enhancement] Allow const assertions in
- [new-fixer]
- Bjorn Stromberg
- Vitaliy Agoshkov
- knafteN
- Bowen Ni
- Waseem Ahmad
- Åsmund Grammeltvedt
- Eric Ferreira
- Zhen Tian
- Tom Lakesman
- zachkirsch
-
5.16.0 - 2019-04-16
-
5.15.0 - 2019-04-01
-
5.14.0 - 2019-03-13
-
5.13.1 - 2019-03-01
-
5.13.0 - 2019-02-23
-
5.12.1 - 2019-01-10
-
5.12.0 - 2018-12-18
-
5.11.0 - 2018-07-16
-
5.10.0 - 2018-05-03
-
5.9.1 - 2018-01-10
from tslint GitHub release notesNo changes from v5.20.0, just re-released to correctly mark with the
latestdist-tag on NPM.strict-boolean-expressionsfalse positive with"ignore-rhs"option (#4833)no-unnecessary-type-assertionno error when"strict": truein compiler flags (#4841)file-name-casingrule works correctly (#4848)array-typefalse positive for simple parenthesized types with "array-simple" option (#4844)object-literal-shorthandsupports{"property"?: "never", "method"?: "never"}as config options (#4842)allow-genericsoption forinvalid-voidrule (#4839)check-super-callsoption forunnecessary-constructorrule (#4813)diffdependency to v4.0.1 (#4845, #4852)Thanks to our contributors!
promise-function-asyncfor short parenthesized arrow functions (#4765)no-async-without-awaitfalse positive for abstract methods (#4782)strict-comparisonfalse positive fornullandundefinedliterals (#4786)no-angle-bracket-type-assertionautofix semantics with more parentheses (#4823)restrict-plus-operandsrule (#4814)await-promisenow supports new TypeScript 3.6 AST API symbols for async iterators (#4800)check-stringsandcheck-regexoptions formax-line-lengthrule (#4798)variable-declaration-ignore-functionoption fortypedefrule (#4769)ignore-blank-linesoption forobject-literal-sort-keysrule (#4808)no-for-in(#4747)invalid-void(#4736)strict-string-expressionsreports errors on type coercions found in string expressions (#4807)no-promise-as-boolean(#4790)Thanks to our contributors!
--print-configCLI flag (#4744)no-unnecessary-type-assertionno longer flagsx!non-null assertions if--strictNullChecksis not enabled (#3724)quotemarkhandles unbalanced quotes more gracefully without crashing (#4344)no-magic-numbersrule ignores arguments passed into default Number methods (#3668)comment-format(#3583)"allow-trailing-lowercase"option forcomment-formatrule (#3583)"ignore-accessors"foradjacent-overload-signaturesto ignore getters / setters overloads (#3718)no-async-without-await(#3945)strict-comparisons(#4519)Thanks to our contributors!
quotemarkbacktic option now ignores enum members, use strict declarations, lookup types, and strings containing octal escape sequences. (#4693)no-redundant-jsdocno longer errors onJSDocThisTag(#4690)no-use-before-declarerule for typescript >= 2.9.0 (#4695)variable-namerule metadata (#4731)no-unused-variableargument count (#4683)no-object-literal-type-assertion(#4681)unnecessary-constructor(#4694)Thanks to our contributors!
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs