An in-range update of @typescript-eslint/eslint-plugin is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
The devDependency @typescript-eslint/eslint-plugin was updated from 1.9.0 to 1.10.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
- β ci/circleci: build: Your tests failed on CircleCI (Details).
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.9.0 your tests are passing again. Downgrade this dependency π.
- The
devDependency@typescript-eslint/eslint-plugin was updated from1.9.0to1.10.1.
Your tests are still failing with this version. Compare changes
- The
devDependency@typescript-eslint/eslint-plugin was updated from1.10.1to1.10.2.
Your tests are still failing with this version. Compare changes
- The
devDependency@typescript-eslint/eslint-plugin was updated from1.10.2to1.11.0.
Your tests are still failing with this version. Compare changes
Release Notes for v1.11.0
1.11.0 (2019-06-23)
Bug Fixes
- eslint-plugin: [no-magic-numbers] add support for enums (#543) (5c40d01)
- eslint-plugin: [promise-function-async] allow any as return value (#553) (9a387b0)
- eslint-plugin: Remove duplicated code (#611) (c4df4ff)
- parser: add simpleTraverse, replaces private ESLint util (#628) (aa206c4)
- typescript-estree: fix more cases with double slash in JSX text (#607) (34cfa53)
Features
Commits
The new version differs by 16 commits.
a53fc71chore: publish v1.11.065ae2a2chore: add CHANGELOG.md files to .prettierignorecd80fd3chore: FUNDING.yml with new open-collective link (#638)ec87d06feat(eslint-plugin): addconsistent-type-definitionsrule (#463)747bfcbfeat(eslint-plugin): add new rule no-empty-function (#626)aa206c4fix(parser): add simpleTraverse, replaces private ESLint util (#628)34cfa53fix(typescript-estree): fix more cases with double slash in JSX text (#607)9a387b0fix(eslint-plugin): [promise-function-async] allow any as return value (#553)48548eadocs(eslint-plugin): [no-explicit-any] correct docsc14ade7docs(eslint-plugin): Update ROADMAP.md to clarify ban-types status (#622)50aa43cdocs: Fix grammar in README.md (#619)5c40d01fix(eslint-plugin): [no-magic-numbers] add support for enums (#543)753ad75feat(eslint-plugin): [no-explicit-any] ignoreRestArgs (#548)c4df4fffix(eslint-plugin): Remove duplicated code (#611)61e6385feat(eslint-plugin): add new rule no-floating-promises (#495)
There are 16 commits in total.
See the full diff