ng-packaged
ng-packaged copied to clipboard
build: update tslint to version ~6.0.0-beta1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| tslint (source) | devDependencies | major | ~5.18.0 -> ~6.0.0-beta1 |
Release Notes
palantir/tslint
v6.0.0-beta1
No changes from v6.0.0-beta0, just re-released to correctly mark with the beta and next dist-tags on NPM.
v6.0.0-beta0
- :fire: BREAKING CHANGES :fire:
- [api] Changed default formatter to stylish (#4872)
- [enhancement] Removed formatting and whitespace rules from
tslint:recommendedconfiguration (#4871) - [enhancement] Removed pedantic rules from
tslint:recommendedconfiguration (#4312) - [enhancement]
vsoformatter now reports severity of rule failures (#4286) - [enhancement]
typedefrulearrow-call-signatureoption is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533) - [bugfix]
ordered-importsis now consistent with TypeScript's Organise Imports ordering (#4064) - [bugfix]
member-orderingnow checks property accessors (getters and setters) (#3984)
- Other changes
- [bugfix] Removed deprecated rules from
tslint:allconfiguration (#4862) - [bugfix] Preserve significant zeros in fixer for number-literal-format (#4856)
- [bugfix]
no-redundant-jsdocallow@authortag (#4854) - [bugfix]
RuleFailure#toJson()no longer forces rule severity to be an uppercase string (#2622) - [bugfixfix]
return-undefinedrule now works with TS 3.7 (#4866) - [enhancement]
prefer-switchis more lenient withifstatements containing multiple OR conditions without anyelseclause (#4873) - [enhancement]
completed-doc: add support for constructor documentation (#4861) - [new-rule-option]
case-insensitive-legacyforordered-importsrule (#4064) - [docs]
import-blacklist: add some options examples (#4858) - [docs] Update custom rule example to use recursive walker (#4883)
- [bugfix] Removed deprecated rules from
Thanks to our contributors!
- J Rob Gant
- Tanmoy Bhowmik
- 谭九鼎
- Ahmed Ghoneim
- Josh Goldberg
- Andrew Boyton
- Peter Sandor
- Vincent Langlet
- Adrian Leonhard
- Philipp Foedermayr
- Brian Olore
- andrew bernard
- joon1030
v5.20.1
No changes from v5.20.0, just re-released to correctly mark with the latest dist-tag on NPM.
v5.20.0
- [bugfix] fix
strict-boolean-expressionsfalse positive with"ignore-rhs"option (#4833) - [bugfix] fix
no-unnecessary-type-assertionno error when"strict": truein compiler flags (#4841) - [bugfix] "ignore" option for
file-name-casingrule works correctly (#4848) - [bugfix] fix
array-typefalse positive for simple parenthesized types with "array-simple" option (#4844) - [new-rule-option]
object-literal-shorthandsupports{"property"?: "never", "method"?: "never"}as config options (#4842) - [new-rule-option]:
allow-genericsoption forinvalid-voidrule (#4839) - [new-rule-option]
check-super-callsoption forunnecessary-constructorrule (#4813) - [chore] Upgrade
diffdependency to v4.0.1 (#4845, #4852)
Thanks to our contributors!
- Bas Bosman
- Tanmoy Bhowmik
- David Zulaica
- Maxime Kjaer
- @guidsdo
- Pavel Birukov
- Josh Goldberg
- Akshaya Srivatsa
v5.19.0
- [bugfix] relax
promise-function-asyncfor short parenthesized arrow functions (#4765) - [bugfix] fix
no-async-without-awaitfalse positive for abstract methods (#4782) - [bugfix] fix
strict-comparisonsfalse positive fornullandundefinedliterals (#4786) - [bugfix] improve
no-angle-bracket-type-assertionautofix semantics with more parentheses (#4823) - [enhancement] add BigInt support to
restrict-plus-operandsrule (#4814) - [enhancement]
await-promisenow supports new TypeScript 3.6 AST API symbols for async iterators (#4800) - [new-rule-option]
check-stringsandcheck-regexoptions formax-line-lengthrule (#4798) - [new-rule-option]
variable-declaration-ignore-functionoption fortypedefrule (#4769) - [new-rule-option]
ignore-blank-linesoption forobject-literal-sort-keysrule (#4808) - [new-rule]
no-for-in(#4747) - [new-rule]
invalid-void(#4736) - [new-rule]
strict-string-expressionsreports errors on type coercions found in string expressions (#4807) - [new-rule]
no-promise-as-boolean(#4790) - [docs] link to OSS fellowship medium post in README (#4821)
Thanks to our contributors!
- Josh Pike
- Tanmoy Bhowmik
- Michael Withagen
- Evgeniy Timokhov
- Vitalij Krotov
- Josh Goldberg
- Veda
- Guido
- Robert Fink
- Max Sysoev
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 becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.