LeetCode-OpenSource/ayanami

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 πŸ“Œ.

Your tests are still failing with this version. Compare changes

Your tests are still failing with this version. Compare changes

Release Notes for v1.10.2

1.10.2 (2019-06-10)

Bug Fixes

  • eslint-plugin: peerDep should specify semver major range (#602) (5589938)
Commits

The new version differs by 2 commits.

  • 0d10cb3 chore: publish v1.10.2
  • 5589938 fix(eslint-plugin): peerDep should specify semver major range (#602)

See the full diff

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

  • eslint-plugin: [no-explicit-any] ignoreRestArgs (#548) (753ad75)
  • eslint-plugin: add consistent-type-definitions rule (#463) (ec87d06)
  • eslint-plugin: add new rule no-empty-function (#626) (747bfcb)
  • eslint-plugin: add new rule no-floating-promises (#495) (61e6385)
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