An in-range update of @typescript-eslint/eslint-plugin is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
The devDependency @typescript-eslint/eslint-plugin was updated from 1.11.0 to 1.12.0.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
@typescript-eslint/eslint-plugin is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for v1.12.0
1.12.0 (2019-07-12)
Bug Fixes
- eslint-plugin: handle
const;(#633) (430d628), closes #441 - typescript-estree: fix
asyncidentifier token typed asKeyword(#681) (6de19d3)
Features
- eslint-plugin: [ban-types] Support namespaced type (#616) (e325b72)
- eslint-plugin: [explicit-function-return-type] add handling for usage as arguments (#680) (e0aeb18)
- eslint-plugin: [no-explicit-any] Add an optional fixer (#609) (606fc70)
- eslint-plugin: Add rule no-reference-import (#625) (af70a59)
- eslint-plugin: add rule strict-boolean-expressions (#579) (34e7d1e)
- eslint-plugin: added new rule prefer-readonly (#555) (76b89a5)
Commits
The new version differs by 13 commits.
cd96c38chore: publish v1.12.0b30e78dchore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#693)e0aeb18feat(eslint-plugin): [explicit-function-return-type] add handling for usage as arguments (#680)6de19d3fix(typescript-estree): fixasyncidentifier token typed asKeyword(#681)af70a59feat(eslint-plugin): Add rule no-reference-import (#625)34e7d1efeat(eslint-plugin): add rule strict-boolean-expressions (#579)44677b4docs(eslint-plugin): format array-type docs44b099ddocs(eslint-plugin): Expand docs for array-type (#634)b83ff5adocs: add link to eslint support in TS repo (#650)430d628fix(eslint-plugin): handleconst;(#633)e325b72feat(eslint-plugin): [ban-types] Support namespaced type (#616)606fc70feat(eslint-plugin): [no-explicit-any] Add an optional fixer (#609)76b89a5feat(eslint-plugin): added new rule prefer-readonly (#555)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 1.11.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency@typescript-eslint/eslint-plugin was updated from1.12.0to1.13.0.
Your tests are still failing with this version. Compare changes
Release Notes for v1.13.0
1.13.0 (2019-07-21)
Bug Fixes
- Correct
@types/json-schemadependency (#675) (a5398ce) - eslint-plugin: remove imports from typescript-estree (#706) (ceb2d32), closes #705
- eslint-plugin: undo breaking changes to recommended config (93f72e3)
- utils: move
typescriptfrom peer dep to dev dep (#712) (f949355) - utils: RuleTester should not require a parser (#713) (158a417)
Features
Commits
The new version differs by 14 commits.
c367b34chore: publish v1.13.078375cechore: add check for dirty workspace post-install (#736)93f72e3fix(eslint-plugin): undo breaking changes to recommended config807bc2dfeat(eslint-plugin): add new rule require-await (#674)f949355fix(utils): movetypescriptfrom peer dep to dev dep (#712)c1e5c37docs: fix typo in no-misused-promises related links (#719)6be0d81docs(eslint-plugin): correctno-magic-numberdocs (#717)66f9741docs(eslint-plugin): mention member-delimiter-style in semi (#715)158a417fix(utils): RuleTester should not require a parser (#713)28a131dfeat(eslint-plugin): add new rule no-misused-promises (#612)ceb2d32fix(eslint-plugin): remove imports from typescript-estree (#706)9836fb7docs: readme typo (#701)c2ad091chore(eslint-plugin): add config validation script to CI (#649)a5398cefix: Correct@types/json-schemadependency (#675)
See the full diff