ericblade / mws-simple

nodejs Amazon MWS (Merchant Web Services) API in ~150 lines of code
MIT License
8 stars 5 forks source link

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

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency @typescript-eslint/eslint-plugin was updated from 2.25.0 to 2.26.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](https://travis-ci.org/github/ericblade/mws-simple/builds/668908523?utm_source=github_status&utm_medium=notification)).

Release Notes for v2.26.0

2.26.0 (2020-03-30)

Bug Fixes

  • eslint-plugin: [no-explicit-any] error with ignoreRestArgs (#1796) (638d84d)
  • eslint-plugin: [no-unsafe-call] allow import expressions (#1800) (4fa7107)
  • eslint-plugin: [no-unsafe-return] error with <TS3.7 (#1815) (f3160b4)

Features

  • eslint-plugin-tslint: support tslint 6 (#1809) (7d963fd)
  • typescript-estree: add option to ignore certain folders from glob resolution (#1802) (1e29e69)
Commits

The new version differs by 10 commits.

  • 151f89b chore: publish v2.26.0
  • 543bc79 docs(eslint-plugin): add missing invalid-void link to ROADMAP.md (#1816)
  • bfdffb4 chore: separate linting checks to their own step (#1801)
  • f3160b4 fix(eslint-plugin): [no-unsafe-return] error with <TS3.7 (#1815)
  • 1e29e69 feat(typescript-estree): add option to ignore certain folders from glob resolution (#1802)
  • 7d963fd feat(eslint-plugin-tslint): support tslint 6 (#1809)
  • 638d84d fix(eslint-plugin): [no-explicit-any] error with ignoreRestArgs (#1796)
  • 4fa7107 fix(eslint-plugin): [no-unsafe-call] allow import expressions (#1800)
  • b1b8284 docs(eslint-plugin): [prefer-readonly-parameter-types] fix invalid example (#1791)
  • 258fdd0 docs: title wording in root readme (#1787)

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 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.27.0

2.27.0 (2020-04-06)

Bug Fixes

  • eslint-plugin: [no-throw-literal] fix crash caused by getBaseTypes (#1830) (9d53c76)
  • eslint-plugin: [no-unsafe-call] fix incorrect selector (#1826) (8ec53a3)
  • eslint-plugin: [require-await] handle async generators (#1782) (9642d9d)
  • eslint-plugin: [no-explicit-any] constructor functions (& more) not ignored by ignoreRestArgs property (#1711) (ab8572e)
  • typescript-estree: add support for TS3.9 extra file extensions (#1833) (1f0ff41)

Features

  • eslint-plugin: new rule method-signature-style (#1685) (c49d771)
  • eslint-plugin: [member-ordering] sort members alphabetically (#263) (485e902)
  • eslint-plugin-internal: add plugin-test-formatting rule (#1821) (9b0023a)
  • experimental-utils: add types for suggestions from CLIEngine (#1844) (7c11bd6)
  • experimental-utils: update eslint types to match v6.8 (#1846) (16ce74d)
Commits

The new version differs by 14 commits.

  • bed7743 chore: publish v2.27.0
  • 16ce74d feat(experimental-utils): update eslint types to match v6.8 (#1846)
  • 7c11bd6 feat(experimental-utils): add types for suggestions from CLIEngine (#1844)
  • c49d771 feat(eslint-plugin): new rule method-signature-style (#1685)
  • ead0171 chore: fix issue template link (#1842)
  • d304a05 docs(eslint-plugin): [no-type-alias] fix typo (#1840)
  • ab8572e fix(eslint-plugin): no-explicit-any constructor functions (& mo… (#1711)
  • 485e902 feat(eslint-plugin): sort members alphabetically (#263)
  • 1f0ff41 fix(typescript-estree): add support for TS3.9 extra file extensions (#1833)
  • 9d53c76 fix(eslint-plugin): [no-throw-literal] fix crash caused by getBaseTypes (#1830)
  • 188b689 chore: turn on plugin-test-formatting rule (#1822)
  • 9642d9d fix(eslint-plugin): [require-await] handle async generators (#1782)
  • 8ec53a3 fix(eslint-plugin): [no-unsafe-call] fix incorrect selector (#1826)
  • 9b0023a feat(eslint-plugin-internal): add plugin-test-formatting rule (#1821)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.28.0

2.28.0 (2020-04-13)

Bug Fixes

  • eslint-plugin: [method-signature-style] handle multiline params (#1861) (5832a86)
  • eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#1880) (62b2278)
  • eslint-plugin: [unbound-method] false positive on property function initializer (#1890) (f1c3b18)
  • eslint-plugin: [unbound-method] ignore assignments to methods (#1736) (6b4680b)
  • eslint-plugin: no-empty-interface autofix (#1865) (829a2f7), closes #1864
  • eslint-plugin: use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#1728) (05030f8)

Features

  • eslint-plugin: [ban-ts-comment] support ts-expect-error (#1706) (469cff3)
  • eslint-plugin: [consistent-type-assertions] always allow const assertions (#1713) (af2c00d)
  • eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#1732) (2e9c202)
  • eslint-plugin: [explicit-module-boundary-types] add optio… (#1778) (3eee804)
  • eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#1763) (f5edb99)
  • eslint-plugin: [restrict-template-expressions] add option allowAny (#1762) (d44c0f9)
  • eslint-plugin: add rule prefer-reduce-type-parameter (#1707) (c92d240)
  • eslint-plugin: add rule prefer-ts-expect-error (#1705) (7021f21)
  • eslint-plugin: add rule no-unsafe-assignment (#1694) (a49b860)
Commits

The new version differs by 21 commits.

  • 73675d1 chore: publish v2.28.0
  • f1c3b18 fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)
  • 795fd1c chore: add markdownlint (#1889)
  • 7021f21 feat(eslint-plugin): add rule prefer-ts-expect-error (#1705)
  • 469cff3 feat(eslint-plugin): [ban-ts-comment] support ts-expect-error (#1706)
  • 05030f8 fix(eslint-plugin): use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#1728)
  • c92d240 feat(eslint-plugin): add rule prefer-reduce-type-parameter (#1707)
  • 2e9c202 feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)
  • 3eee804 feat(eslint-plugin): [explicit-module-boundary-types] add optio… (#1778)
  • 87b7dbb docs(eslint-plugin): cleanup: standardise extension doc style, mark deprecated rules (#1887)
  • f5edb99 feat(eslint-plugin): [no-base-to-string] add option to ignore tagged templates (#1763)
  • 6b4680b fix(eslint-plugin): [unbound-method] ignore assignments to methods (#1736)
  • d44c0f9 feat(eslint-plugin): [restrict-template-expressions] add option allowAny (#1762)
  • af2c00d feat(eslint-plugin): [consistent-type-assertions] always allow const assertions (#1713)
  • 62b2278 fix(eslint-plugin): [no-empty-interface] use suggestion fixer for ambient contexts (#1880)

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.29.0

2.29.0 (2020-04-20)

Bug Fixes

  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#1916) (369978e)

Features

  • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#1799) (cea51bf)
  • eslint-plugin: [restrict-template-expressions] add support for intersection types (#1803) (cc70e4f)
  • eslint-plugin: add extension rule init-declarations (#1814) (b01f5e7)
  • eslint-plugin: add extension rule keyword-spacing (#1739) (c5106dd)
Commits

The new version differs by 28 commits.

  • f3bef4c chore: publish v2.29.0
  • 81f5160 chore: add gh action to lock old issues and PRs (#1888)
  • b01f5e7 feat(eslint-plugin): add extension rule init-declarations (#1814)
  • cea51bf feat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs (#1799)
  • c5106dd feat(eslint-plugin): add extension rule keyword-spacing (#1739)
  • 369978e fix(eslint-plugin): [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#1916)
  • cc70e4f feat(eslint-plugin): [restrict-template-expressions] add support for intersection types (#1803)
  • 73675d1 chore: publish v2.28.0
  • f1c3b18 fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)
  • 795fd1c chore: add markdownlint (#1889)
  • 7021f21 feat(eslint-plugin): add rule prefer-ts-expect-error (#1705)
  • 469cff3 feat(eslint-plugin): [ban-ts-comment] support ts-expect-error (#1706)
  • 05030f8 fix(eslint-plugin): use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#1728)
  • c92d240 feat(eslint-plugin): add rule prefer-reduce-type-parameter (#1707)
  • 2e9c202 feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)

There are 28 commits in total.

See the full diff