An in-range update of @typescript-eslint/eslint-plugin is breaking the build π¨
Closed 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.0
to1.10.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
@typescript-eslint/eslint-plugin was updated from1.10.1
to1.10.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
@typescript-eslint/eslint-plugin was updated from1.10.2
to1.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.
a53fc71
chore: publish v1.11.0
65ae2a2
chore: add CHANGELOG.md files to .prettierignore
cd80fd3
chore: FUNDING.yml with new open-collective link (#638)
ec87d06
feat(eslint-plugin): add
consistent-type-definitions
rule (#463)747bfcb
feat(eslint-plugin): add new rule no-empty-function (#626)
aa206c4
fix(parser): add simpleTraverse, replaces private ESLint util (#628)
34cfa53
fix(typescript-estree): fix more cases with double slash in JSX text (#607)
9a387b0
fix(eslint-plugin): [promise-function-async] allow any as return value (#553)
48548ea
docs(eslint-plugin): [no-explicit-any] correct docs
c14ade7
docs(eslint-plugin): Update ROADMAP.md to clarify ban-types status (#622)
50aa43c
docs: Fix grammar in README.md (#619)
5c40d01
fix(eslint-plugin): [no-magic-numbers] add support for enums (#543)
753ad75
feat(eslint-plugin): [no-explicit-any] ignoreRestArgs (#548)
c4df4ff
fix(eslint-plugin): Remove duplicated code (#611)
61e6385
feat(eslint-plugin): add new rule no-floating-promises (#495)
There are 16 commits in total.
See the full diff