ant-design / ant-design-colors

:art: Color Palettes Calculator of Ant Design

Home Page:https://ant.design/docs/spec/colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of @typescript-eslint/eslint-plugin is breaking the build 🚨

greenkeeper opened this issue · comments

The devDependency @typescript-eslint/eslint-plugin was updated from 1.6.0 to 1.7.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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.7.0

Bug Fixes

  • eslint-plugin: indent: fix false positive on type parameters (#385) (d476f15)
  • eslint-plugin: no-object-literal-type-assertion: fix as const is reported (#390) (2521b85)
  • eslint-plugin: support BigInt in restrict-plus-operands rule (#344) (eee6d49), closes #309

Features

  • eslint-plugin: [member-accessibility] add more options (#322) (4b3d820)
  • eslint-plugin: add prefer-for-of rule (#338) (3e26ab6)
  • eslint-plugin: add prefer-includes rule (#294) (01c4dae), closes #284
  • eslint-plugin: add prefer-string-starts-ends-with rule (#289) (5592a2c), closes #285
  • eslint-plugin: added new rule await-promise (#192) (5311342)
  • eslint-plugin: added new rule unbound-method (#204) (6718906)
  • eslint-plugin: support type assertions in no-extra-parens rule (#311) (116ca75)
Commits

The new version differs by 17 commits.

  • 24a0d1e chore: publish v1.7.0
  • 9559323 chore: simplify git hooks (#445)
  • 6c50a99 docs(eslint-plugin): ban-types: fix example syntax (#430)
  • eee6d49 fix(eslint-plugin): support BigInt in restrict-plus-operands rule (#344)
  • ba0d524 docs(eslint-plugin): Correct link to no-unused-vars (#418)
  • 116ca75 feat(eslint-plugin): support type assertions in no-extra-parens rule (#311)
  • 5592a2c feat(eslint-plugin): add prefer-string-starts-ends-with rule (#289)
  • 5311342 feat(eslint-plugin): added new rule await-promise (#192)
  • 01c4dae feat(eslint-plugin): add prefer-includes rule (#294)
  • 12d47ae docs(eslint-plugin): as const with no-object-literal-type-assertion (#419)
  • 3e26ab6 feat(eslint-plugin): add prefer-for-of rule (#338)
  • d476f15 fix(eslint-plugin): indent: fix false positive on type parameters (#385)
  • 4b3d820 feat(eslint-plugin): [member-accessibility] add more options (#322)
  • 2521b85 fix(eslint-plugin): no-object-literal-type-assertion: fix as const is reported (#390)
  • 6f77ba6 chore: add some tests and refactor tsconfig path resolution (#412)

There are 17 commits in total.

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.6.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.