-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of tslint is breaking the build 🚨 #177
Comments
Version 5.3.2 just got published.Your tests are still failing with this version. Compare the changes 🚨 Release Notesv5.3.2
|
Version 5.4.3 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv5.4.3🛠 Bugfixes
|
Version 5.5.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv5.5.0Editor's note: This release features an important bugfix for overlapping fixes when using 🎉 New rules and options
🛠 Bugfixes & enhancements
Thanks to our contributors!
|
Version 5.6.0 just got published.Your tests are passing again with this version. Explicitly upgrade to this version 🚀 Release Notesv5.6.0🎉 New rules, options, and fixers
🛠 Bugfixes & enhancements
Thanks to our contributors!
|
Fixed by #190 |
Greenkeeper somehow does not raise a PR to update tslint, repoen this issue for trying to close this issue via PR to see if it'll work correctly next time. |
Version 5.3.0 of tslint just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As tslint is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v5.3.0This change may require a change to tslint.json
prefer-switch
: Change defaultmin-cases
to 3. (#2669)🎉 Notable features & enhancements
outputAbsolutePaths
option (#2667)prefer-object-spread
(#2624)encoding
(#2368)prefer-conditional-expression
(#2363)indent
support indent size (#2723)object-literal-sort-keys
addsignore-case
(#2592)quotemark
: Addavoid-template
option (#2766)await-promise
: What's considered a "Promise" is now configurable. (#2661)indent
(#2723)typedef-whitespace
(#2718)variable-name
(#2672)typedef
: Use name or parameters for error location (#2460)object-literal-sort-keys
: check shorthand properties (#2592)space-before-function-paren
: Handleget
/set
accessor (#2700)typedef-whitespace
added checks for arrow function, call and construct signature (#2718)no-object-literal-type-assertion
: Allow cast toany
(#2671)-p
option handles directories (#2756)tsconfig.json
is found next totslint.json
(#2769)return-undefined
: Treat a return typevoid | undefined
same asvoid
(#2731)no-unnecessary-initializer
: HandleBindingElement
anywhere, not just in aVariableDeclaration
. (#2707)jsdoc-format
: correctly handle alignment in files with BOM (#2619)jsdoc-format
: don't treat empty comments (/**/
) as jsdoc (#2619)typedef-whitespace
don't warn for leading whitespace if token is preceded by line break (#2718)jsdoc-format
: fixed error position if line ends with\r\n
(#2619)prefer-switch
: add missing checks for some expressions (#2686)prefer-template
: Allow"a" + "b" + "c"
. (#2741)prefer-const
: fix false positive with variable declared outside of for-of or for-in (#2760)--project
: fix file matching with relative path totsconfig.json
(#2688)no-default-export
: correctly handleexport default abstract class {...}
(#2630)no-mergeable-namespace
: display correct line in error message (#2656)object-literal-sort-keys
: handle object spread correctly (#2592)await-promise
: Consider types derived from a Promise in union types too. (#2661)no-unsafe-any
: Fix bug where number literal in type position was flagged as an unsafeany
. (#2712)Lint.Utils.objectify
(#2764)Thanks to our contributors!
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: