so5 / get-ami

get official AMI
MIT License
0 stars 0 forks source link

An in-range update of eslint-plugin-jsdoc is breaking the build 🚨 #14

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency eslint-plugin-jsdoc was updated from 15.8.1 to 15.8.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-jsdoc 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 - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v15.8.2

15.8.2 (2019-08-20)

Bug Fixes

  • check-tag-names: ensure replacement field overrides a default tag name preference; fixes #367 (8fceb2e)
Commits

The new version differs by 2 commits.

  • 8fceb2e fix(check-tag-names): ensure replacement field overrides a default tag name preference; fixes #367
  • ea275f1 chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update

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 15.8.1 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

Release Notes for v15.8.3

15.8.3 (2019-08-20)

Bug Fixes

  • no-undefined-types: avoid flat-map-polyfill entirely; further further fix for #366 (fd71277)
Commits

The new version differs by 1 commits.

  • fd71277 fix(no-undefined-types): avoid flat-map-polyfill entirely; further further fix for #366

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.8.4

15.8.4 (2019-08-30)

Bug Fixes

  • require-jsdoc: avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358 (874adab)
Commits

The new version differs by 9 commits.

  • 874adab fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
  • 5bb9182 refactor(require-jsdoc): remove redundant check
  • 21b28ae docs(require-returns): Fix typo
  • d4b9218 Merge pull request #371 from IgorNovozhilov/patch-1
  • 5ca7e01 chore: update devDeps; avoid lint-staged
  • b4a4c89 Add type "symbol" to noUndefinedTypes
  • 6e966f4 Merge commit 'b92107fb0db55400a810bb01ccb0baba69baf33a'
  • 9443adc chore: update lint-staged for husky issue: typicode/husky#247
  • b92107f chore(CI): stop running broken npm script check-readme

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.0

15.9.0 (2019-09-01)

Bug Fixes

  • require-example: add fixer for missing declaration (though can do nothing with missing description); fixes part of #336 (ea3e057)
  • require-jsdoc: add fixer to add empty jsdoc block (b48cf1d)
  • require-param: skip destructuring; fixes #352 (though still need to handle #11 ) (c8d0611)
  • require-returns-check: check WithStatement for return statements (37e8300)

Features

  • allow empty line between jsdoc and jscode (#353) (19a6590)
  • check-types: Add symbol and bigint to native types (fixes #360) (23846fc)
  • valid-types: Add more type checks (f5c485d)
Commits

The new version differs by 40 commits.

  • 12ae7c6 Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
  • 902fac0 testing: ensure we don't report see with link even with checkSeesForNamepaths option on
  • 6081ff2 testing: remove namepath in test checking for empty namepath
  • 439fd99 refactor: rename variable without redundant "either"
  • 24e8a57 docs: add todo comment to ensure handling gcc when mode added
  • 6b7ab34 refactor: remove mandatory type items from optional type items list and query both
  • 4aca635 Merge branch 'master' into add-more-type-checks-to-valid-types
  • 112f244 chore: report unused disable directives in eslint
  • 6116b0f refactor: remove unused disable directives
  • cb02b85 Merge branch 'master' into add-more-type-checks-to-valid-types
  • bccfebe Call namepaths namepath instead of types in error messages
  • 668ea89 Add couple more tests and reuse some utilites to fix coverage
  • b897250 Refactor utils naming
  • 5e0f9a5 Completely ignore @see {@link ...} tag in parser
  • 403c9db Merge branch 'master' into feature/add-more-type-checks-to-valid-types

There are 40 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 v15.9.1

15.9.1 (2019-09-01)

Bug Fixes

  • valid-types: treat module, enum, member/var, and typedef as having optional type; fixes #375 (6c7a5de)
Commits

The new version differs by 2 commits.

  • 6c7a5de fix(valid-types): treat module, enum, member/var, and typedef as having optional type; fixes #375
  • 4511325 chore: bump eslint

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.2

15.9.2 (2019-09-14)

Bug Fixes

  • no-undefined-types: add void to allowable types; fixes #381 (ebf92c5)
Commits

The new version differs by 5 commits.

  • ebf92c5 fix(no-undefined-types): add void to allowable types; fixes #381
  • 7b2caa9 chore: update devDeps (Babel and typescript related)
  • 1a9d21f chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
  • 439ded7 chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
  • 9d3c8b7 chore: update husky devDep.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.3

15.9.3 (2019-09-26)

Bug Fixes

  • require-jsdoc: allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385 (c523384)
Commits

The new version differs by 3 commits.

  • c523384 fix(require-jsdoc): allow TSInterfaceDeclaration to find jsdoc block preceding export; fixes #385
  • b7e93f0 chore: update devDeps (Babel and linting related)
  • bd17eac chore: bump eslint and typescript-eslint/parser

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.4

15.9.4 (2019-09-27)

Bug Fixes

  • avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386 (f77144d)
Commits

The new version differs by 1 commits.

  • f77144d fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.5

15.9.5 (2019-09-27)

Bug Fixes

  • require-jsdoc: have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386 (3558377)
Commits

The new version differs by 1 commits.

  • 3558377 fix(require-jsdoc): have reporting cover entire first line of function so more visible; (causes endLine to be removed); #386

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.6

15.9.6 (2019-10-02)

Bug Fixes

Commits

The new version differs by 5 commits.

  • 756520a fix(check-indentation): update function and variable names
  • 41af93c fix(check-indentation): fix code style issue
  • d7aa4e8 fix(check-indentation): excludeTags option, add tests, default on
  • 933b74a fix(check-indentation): update README, default to false, lint ok
  • 6de2256 fix(check-indentation): ignore example code blocks

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.7

15.9.7 (2019-10-02)

Bug Fixes

Commits

The new version differs by 2 commits.

  • cce70b0 fix(check-indentation): validate tag names passed to excludeTags
  • f60537a fix(check-indentation): #334 - ignore content enclosed in "code blocks"

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.8

15.9.8 (2019-10-03)

Bug Fixes

  • check-indentation: Loosen tag pattern to allowable jsdoc tags (326d2b5)
Commits

The new version differs by 2 commits.

  • 326d2b5 fix(check-indentation): Loosen tag pattern to allowable jsdoc tags
  • 04d84a1 fix(require-description-complete-sentence); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.9

15.9.9 (2019-10-04)

Bug Fixes

  • check-types: allow albeit questionable variadic without operand function(...); fixes #389 (24dd328)
Commits

The new version differs by 4 commits.

  • 24dd328 fix(check-types): allow albeit questionable variadic without operand function(...); fixes #389
  • 0eba9c9 chore: update devDeps; lint
  • c4bda06 Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
  • 55b2a8e test(check-indentation): additional assertions

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.9.10

15.9.10 (2019-10-05)

Bug Fixes

  • check-types: surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type) (c0171c7)
Commits

The new version differs by 1 commits.

  • c0171c7 fix(check-types): surface jsdoctypeparser publishing fix for variadic without operand function(...) (impacting check-types fixes of such a type)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.10.0

15.10.0 (2019-10-09)

Features

  • add require-param fixer (f5aa476)
  • require-param: add fixer (893916c)
Commits

The new version differs by 4 commits.

  • f5aa476 feat: add require-param fixer
  • 893916c feat(require-param): add fixer
  • 32ffdb5 chore: update devDeps (Babel, typescript-eslint parser)
  • e370510 test(check-examples): add TypeScript examples

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.10.1

15.10.1 (2019-10-12)

Bug Fixes

  • require-jsdoc: allow additional contexts to block preceeding export and find jsdoc (c0f4494)
Commits

The new version differs by 3 commits.

  • c0f4494 fix(require-jsdoc): allow additional contexts to block preceeding export and find jsdoc
  • eb8edca docs(newline-after-description): option explanation inverted; fixes #397
  • 6985ce5 docs: update README

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.11.0

15.11.0 (2019-10-12)

Features

  • check-tag-names: allow undocumented jsdoc modifies tag and missing closure tags (e791ec3)
Commits

The new version differs by 1 commits.

  • e791ec3 feat(check-tag-names): allow undocumented jsdoc modifies tag and missing closure tags

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.11.1

15.11.1 (2019-10-15)

Bug Fixes

  • valid-types: add undocumented modifies so its types will be checked (474ecb0)
Commits

The new version differs by 5 commits.

  • 474ecb0 fix(valid-types): add undocumented modifies so its types will be checked
  • 8861f4d docs: in applicable tag listings, yield missing in check-types and augments and extends missing in check-types and no-undefined-types
  • 1c0d12b docs: update docs (shows additional jsdoc-supported tags)
  • 2ec7182 refactor: avoid caps consistently (and export typescript tags for future use)
  • 3d1decc testing: derive tag names for test file programmatically

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.12.1

15.12.1 (2019-10-23)

Bug Fixes

  • require-jsdoc: avoid erring (or traversing) on object spread in parsing for defined symbols; fixes #378 (6ab617f)
Commits

The new version differs by 11 commits.

  • 6ab617f fix(require-jsdoc): avoid erring (or traversing) on object spread in parsing for defined symbols; fixes #378
  • 022d5da chore: update typescript-eslint/parser, glob devDeps
  • e531a02 refactor: unused var. declaration; unneeded check; unused return value
  • 6664d20 testing(require-description, require-example, require-param, require-returns): Add exemptedBy tests that nevertheless fail
  • 2df43ce docs(check-alignment, require-jsdoc): incomplete info on contexts
  • cf44628 chore: update mocha, semantic-release devDeps
  • a7bd9cd refactoring: avoid fixer for subsequent items
  • cd44885 testing(require-param): indicate absence of effect on destructuring
  • fc4d68e feat(require-param): change fixer to fix all missing tags at once
  • f174401 chore: update devDeps (Babel, typescript, husky)
  • fa82a11 docs: further code comment clarifications on types/namepaths

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v15.12.2

15.12.2 (2019-10-29)

Bug Fixes

  • Alignment fixer should use indentation character from sourceCode. (2e3c3cd)
Commits

The new version differs by 6 commits.

  • fc46821 Merge pull request #412 from kaidjohnson/fix/alignment-fixer
  • a0897c1 - Testing: Make tabs explicit
  • dd7d19f Add test case for fixing check-alignment with tabs.
  • 2e3c3cd fix: Alignment fixer should use indentation character from sourceCode.
  • 9b36869 chore: update eslint and semantic-release devDeps and apply linting updates
  • 16023ad docs: missing jsdoc param

See the full diff