Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue May 22, 2018 · 11 comments
Open

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

greenkeeper bot opened this issue May 22, 2018 · 11 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented May 22, 2018

Version 3.7.1 of eslint-plugin-jsdoc was just published.

Branch Build failing 🚨
Dependency eslint-plugin-jsdoc
Current Version 3.7.0
Type devDependency

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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v3.7.1

3.7.1 (2018-05-22)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 59673c4 fix: add settings (fixes #75)
  • 83ff68f docs: generate docs (fixes #74)

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 19, 2018

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

Release Notes for v3.9.0

3.9.0 (2018-10-19)

Bug Fixes

Features

  • add require-description (#91) (1778446)
  • set line locations when reporting violations (#88) (95df73e)
Commits

The new version differs by 13 commits.

  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)
  • 767a788 fix: @ private skip require checks (#86)
  • e496523 fix: update dependencies (#81)
  • 605ef1c feat: add support for reporting individual lines of jsdoc infraction (#82)
  • c315d55 fix: upgrade eslint peer dep to actually required minimum (#80)
  • c25b2e5 refactor: move bin to src
  • 448259d style: fix bin style

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2018

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

Release Notes for v3.9.1

3.9.1 (2018-10-23)

Bug Fixes

  • support valid colon for require-description-complete-sentence rule (#98) (dc2f86f)
Commits

The new version differs by 14 commits.

  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)
  • 767a788 fix: @ private skip require checks (#86)
  • e496523 fix: update dependencies (#81)
  • 605ef1c feat: add support for reporting individual lines of jsdoc infraction (#82)
  • c315d55 fix: upgrade eslint peer dep to actually required minimum (#80)
  • c25b2e5 refactor: move bin to src
  • 448259d style: fix bin style

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2018

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

Release Notes for v3.10.0

3.10.0 (2018-12-07)

Bug Fixes

  • remove additional space after newline with comment asterisk (#113) (efdeea4)

Features

  • remove deprecated rulesConfig (3e4c84f)
Commits

The new version differs by 21 commits.

  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2018

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

Release Notes for v3.11.0

3.11.0 (2018-12-07)

Features

  • optionally loosen requireParam when implements/augments/extends present on tag or parent (#116) (7a34bb1), closes #100
Commits

The new version differs by 23 commits.

  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2018

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

Release Notes for v3.12.0

3.12.0 (2018-12-07)

Features

Commits

The new version differs by 24 commits.

  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 8, 2018

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

Release Notes for v3.12.1

3.12.1 (2018-12-08)

Bug Fixes

  • crash on invalid JSDoc class comment (#120) (9a38896)
Commits

The new version differs by 25 commits.

  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig
  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)
  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2018

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

Release Notes for v3.13.0

3.13.0 (2018-12-09)

Features

Commits

The new version differs by 29 commits.

  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings
  • 599e124 chore: update .editorconfig

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 9, 2018

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

Release Notes for v3.14.0

3.14.0 (2018-12-09)

Features

  • add allowInlineConfig and reportUnusedDisableDirectives (#126) (1b69b04)
Commits

The new version differs by 30 commits.

  • 1b69b04 feat: add allowInlineConfig and reportUnusedDisableDirectives (#126)
  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license
  • 347e795 docs: generate docs
  • dcb7e5e style: clean up style warnings

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2018

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

Release Notes for v3.14.1

3.14.1 (2018-12-19)

Bug Fixes

  • allow for array value props to be defined (#136) (3c0e3c6)
Commits

The new version differs by 32 commits.

  • 3c0e3c6 fix: allow for array value props to be defined (#136)
  • c12b14c fix:upgrade comment-parser (fixes #122)
  • 1b69b04 feat: add allowInlineConfig and reportUnusedDisableDirectives (#126)
  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig
  • b1549d5 chore: reset version in package.json (configured by semantic-release)
  • 452d94a docs: bump license

There are 32 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 31, 2018

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

Release Notes for v3.15.0

3.15.0 (2018-12-31)

Features

Commits

The new version differs by 34 commits.

  • 5cddd06 feat: require-returns (#138)
  • 14a9aab docs: update README.md
  • 3c0e3c6 fix: allow for array value props to be defined (#136)
  • c12b14c fix:upgrade comment-parser (fixes #122)
  • 1b69b04 feat: add allowInlineConfig and reportUnusedDisableDirectives (#126)
  • 442285d chore: update ESLint devDeps (#123)
  • 32e56f9 chore: add package-lock.json to .gitignore (#124)
  • 41b240f feat: check-examples rule (#119)
  • b32e6ba docs: allowImplementsWithoutParam and allowAugmentsExtendsWithoutParam and updating allowOverrideWithoutParam (#125)
  • 9a38896 fix: crash on invalid JSDoc class comment (#120)
  • 5bd0fb7 feat: support <ArrayPattern> (Fixes #94) (#117)
  • 7a34bb1 feat: optionally loosen requireParam when implements/augments/extends present on tag or parent (#116)
  • 559b287 test: deprecated Mocha --compilers flag (#115)
  • efdeea4 fix: remove additional space after newline with comment asterisk (#113)
  • 3e4c84f feat: remove deprecated rulesConfig

There are 34 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants