alexgorbatchev / gulp-print

This is a very basic gulp plugin that prints names of files.
MIT License
31 stars 11 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @typescript-eslint/eslint-plugin was updated from 1.4.2 to 1.5.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 could not complete due to an error ([Details](https://travis-ci.org/alexgorbatchev/gulp-print/builds/509094088?utm_source=github_status&utm_medium=notification)).

Release Notes for 1.5.0

Bug Fixes

  • eslint-plugin: [interface-name-prefix] correct error message in always mode (#333) (097262f)
  • eslint-plugin: fix false positives for adjacent-overload-signatures regarding computed property names (#340) (f6e5118)
  • eslint-plugin: fix incorrect rule name (#357) (0a5146b)
  • typescript-estree: only call watch callback on new files (#367) (0ef07c4)

Features

  • eslint-plugin: Add unified-signature rule (#178) (6ffaa0b)
Commits

The new version differs by 10 commits.

  • c7db594 chore: publish v1.5.0
  • 0a5146b fix(eslint-plugin): fix incorrect rule name (#357)
  • 6ffaa0b feat(eslint-plugin): Add unified-signature rule (#178)
  • 0ef07c4 fix(typescript-estree): only call watch callback on new files (#367)
  • 3b28cac docs(eslint-plugin): rewrite member-ordering docs (#349)
  • 18484a2 chore(*): add lib to tsconfig.base.json (#347)
  • f6e5118 fix(eslint-plugin): fix false positives for adjacent-overload-signatures regarding computed property names (#340)
  • b66363a deps(*): Update jest (#337)
  • 097262f fix(eslint-plugin): [interface-name-prefix] correct error message in always mode (#333)
  • 00eae48 docs(eslint-plugin): fix no-useless-constructor examples (#329)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.4.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • ab3c1a1 chore: publish v1.6.0
  • a4f95d3 feat(*): change TypeScript version range to >=3.2.1 <3.5.0 (#399)
  • 95a948d chore: initial pull request templates
  • 5d81f8c docs(eslint-plugin): fix markdown format (#394)
  • 492b737 fix(parser): Make eslint traverse enum id (#383)
  • f29d1c9 fix(eslint-plugin): Fix allowExpressions false positives in explicit-function-return-type and incorrect documentation (#388)
  • cebcfe6 fix(eslint-plugin): no-type-alias: fix typeof alias erroring (#380)
  • bf04398 fix(typescript-estree): add ExportDefaultDeclaration to union DeclarationStatement (#378)
  • 643a223 fix(eslint-plugin): explicit-function-return-type: ensure class arrow methods are validated (#377)
  • 6f5c0fa docs(eslint-plugin): list rules requiring type info (#360)
  • ad0f2be fix(eslint-plugin): member-naming false flagging constructors (#376)
  • bea6b92 feat(eslint-plugin): allow explicit variable type with arrow functions (#260)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.8.0

Bug Fixes

  • eslint-plugin: [array-type] support readonly operator (#429) (8e2d2f5)
  • eslint-plugin: [explicit-function-return-type] Add handling for class properties (#502) (2c36325)
  • eslint-plugin: [no-extra-parens] Fix build error (298d66c)
  • eslint-plugin: [unbound-method] Work around class prototype bug (#499) (3219aa7)
  • eslint-plugin: correct eslint-recommended settings (d52a683)
  • eslint-plugin: explicit-func-return-type: support object types and as expressions (#459) (d19e512)
  • eslint-plugin: restrict-plus-operands: generic constraint support (#440) (3f305b1)
  • upgrade lockfile versions (#487) (f029dba)
  • eslint-plugin: Support more nodes no-extra-parens (2d15644)
  • eslint-plugin: support switch statement unbound-method (e99ca81)
  • typescript-estree: ensure parents are defined during subsequent parses (#500) (665278f)
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.9.0

1.9.0 (2019-05-12)

Bug Fixes

  • eslint-plugin: Add missing dependency (89c87cc), closes #516
  • eslint-plugin: Fix exported name of eslint-recommended (#513) (5c65350)

Features

  • eslint-plugin: add prefer-regexp-exec rule (#305) (f61d421)
greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

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 async identifier token typed as Keyword (#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.

  • cd96c38 chore: publish v1.12.0
  • b30e78d chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#693)
  • e0aeb18 feat(eslint-plugin): [explicit-function-return-type] add handling for usage as arguments (#680)
  • 6de19d3 fix(typescript-estree): fix async identifier token typed as Keyword (#681)
  • af70a59 feat(eslint-plugin): Add rule no-reference-import (#625)
  • 34e7d1e feat(eslint-plugin): add rule strict-boolean-expressions (#579)
  • 44677b4 docs(eslint-plugin): format array-type docs
  • 44b099d docs(eslint-plugin): Expand docs for array-type (#634)
  • b83ff5a docs: add link to eslint support in TS repo (#650)
  • 430d628 fix(eslint-plugin): handle const; (#633)
  • e325b72 feat(eslint-plugin): [ban-types] Support namespaced type (#616)
  • 606fc70 feat(eslint-plugin): [no-explicit-any] Add an optional fixer (#609)
  • 76b89a5 feat(eslint-plugin): added new rule prefer-readonly (#555)

See the full diff

greenkeeper[bot] commented 5 years ago

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-schema dependency (#675) (a5398ce)
  • eslint-plugin: remove imports from typescript-estree (#706) (ceb2d32), closes #705
  • eslint-plugin: undo breaking changes to recommended config (93f72e3)
  • utils: move typescript from peer dep to dev dep (#712) (f949355)
  • utils: RuleTester should not require a parser (#713) (158a417)

Features

  • eslint-plugin: add new rule no-misused-promises (#612) (28a131d)
  • eslint-plugin: add new rule require-await (#674) (807bc2d)
Commits

The new version differs by 14 commits.

  • c367b34 chore: publish v1.13.0
  • 78375ce chore: add check for dirty workspace post-install (#736)
  • 93f72e3 fix(eslint-plugin): undo breaking changes to recommended config
  • 807bc2d feat(eslint-plugin): add new rule require-await (#674)
  • f949355 fix(utils): move typescript from peer dep to dev dep (#712)
  • c1e5c37 docs: fix typo in no-misused-promises related links (#719)
  • 6be0d81 docs(eslint-plugin): correct no-magic-number docs (#717)
  • 66f9741 docs(eslint-plugin): mention member-delimiter-style in semi (#715)
  • 158a417 fix(utils): RuleTester should not require a parser (#713)
  • 28a131d feat(eslint-plugin): add new rule no-misused-promises (#612)
  • ceb2d32 fix(eslint-plugin): remove imports from typescript-estree (#706)
  • 9836fb7 docs: readme typo (#701)
  • c2ad091 chore(eslint-plugin): add config validation script to CI (#649)
  • a5398ce fix: Correct @types/json-schema dependency (#675)

See the full diff