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 🚨 #44

Open
greenkeeper bot opened this issue Apr 1, 2019 · 6 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Apr 1, 2019

The devDependency eslint-plugin-jsdoc was updated from 4.6.0 to 4.7.0.

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

Release Notes for v4.7.0

4.7.0 (2019-04-01)

Features

  • make check-returns ignore abstract methods (7505604)
Commits

The new version differs by 2 commits.

  • 7505604 feat: make check-returns ignore abstract methods
  • b1301d6 Makes "Check Returns" ignore abstract methods.

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
Contributor Author

greenkeeper bot commented Apr 1, 2019

After pinning to 4.6.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
Contributor Author

greenkeeper bot commented Apr 4, 2019

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

Release Notes for v4.8.0

4.8.0 (2019-04-04)

Features

  • add fixer to check-tag-names (22096fb)
  • add rule check-alignment (b596e09), closes #76
  • add rule check-indentation (42706cb)
  • add rule check-syntax (e03be63)
Commits

The new version differs by 12 commits.

  • ea84996 Merge pull request #187 from vulkd/vk/rule-check-indentation
  • 62a56f5 Merge pull request #186 from vulkd/vk/rule-check-alignment
  • 676a617 Merge pull request #185 from vulkd/vk/rule-check-syntax
  • 5c82899 Merge pull request #184 from vulkd/vk/add-fixer-for-check-tag-names
  • 3ffb569 docs: generate docs
  • 9d22831 docs: generate docs
  • b596e09 feat: add rule check-alignment
  • 05685b1 docs: generate docs
  • 3889927 docs: generate docs
  • 22096fb feat: add fixer to check-tag-names
  • e03be63 feat: add rule check-syntax
  • 42706cb feat: add rule check-indentation

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

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

Release Notes for v4.8.1

4.8.1 (2019-04-08)

Bug Fixes

Commits

The new version differs by 24 commits.

  • 7794dd6 fix: require returns
  • a053125 docs: generate docs
  • 9033898 Suppress require-returns for @override, @constructor, and class constructor
  • 0f4a878 Merge pull request #146 from sandersn/parse-typescript-types
  • a99dc37 Fix blank-line lint
  • a81160e docs: generate docs
  • 14f7480 Merge branch 'master' into parse-typescript-types
  • 2d1e1fc Fix trailing-comma lint
  • 88347e7 docs: generate docs
  • fe2b3c2 Update jsdoctypeparser to 3.1.0 + test arrow types
  • ea84996 Merge pull request #187 from vulkd/vk/rule-check-indentation
  • 62a56f5 Merge pull request #186 from vulkd/vk/rule-check-alignment
  • 676a617 Merge pull request #185 from vulkd/vk/rule-check-syntax
  • 5c82899 Merge pull request #184 from vulkd/vk/add-fixer-for-check-tag-names
  • 3ffb569 docs: generate docs

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2019

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

Release Notes for v4.8.2

4.8.2 (2019-04-08)

Bug Fixes

  • require-returns-check false positive (2093ab5), closes #142
Commits

The new version differs by 26 commits.

  • bcaf02e Merge pull request #195 from golopot/require-returns-check-false-positive
  • 2093ab5 fix: require-returns-check false positive
  • 7794dd6 fix: require returns
  • a053125 docs: generate docs
  • 9033898 Suppress require-returns for @override, @constructor, and class constructor
  • 0f4a878 Merge pull request #146 from sandersn/parse-typescript-types
  • a99dc37 Fix blank-line lint
  • a81160e docs: generate docs
  • 14f7480 Merge branch 'master' into parse-typescript-types
  • 2d1e1fc Fix trailing-comma lint
  • 88347e7 docs: generate docs
  • fe2b3c2 Update jsdoctypeparser to 3.1.0 + test arrow types
  • ea84996 Merge pull request #187 from vulkd/vk/rule-check-indentation
  • 62a56f5 Merge pull request #186 from vulkd/vk/rule-check-alignment
  • 676a617 Merge pull request #185 from vulkd/vk/rule-check-syntax

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2019

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

Release Notes for v4.8.3

4.8.3 (2019-04-09)

Bug Fixes

Commits

The new version differs by 28 commits.

  • 49af10a Merge pull request #197 from golopot/fix-valid-types-link
  • c01f42e fix: make valid-types ignore @link (fixes #143)
  • bcaf02e Merge pull request #195 from golopot/require-returns-check-false-positive
  • 2093ab5 fix: require-returns-check false positive
  • 7794dd6 fix: require returns
  • a053125 docs: generate docs
  • 9033898 Suppress require-returns for @override, @constructor, and class constructor
  • 0f4a878 Merge pull request #146 from sandersn/parse-typescript-types
  • a99dc37 Fix blank-line lint
  • a81160e docs: generate docs
  • 14f7480 Merge branch 'master' into parse-typescript-types
  • 2d1e1fc Fix trailing-comma lint
  • 88347e7 docs: generate docs
  • fe2b3c2 Update jsdoctypeparser to 3.1.0 + test arrow types
  • ea84996 Merge pull request #187 from vulkd/vk/rule-check-indentation

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 11, 2019

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

Release Notes for v4.8.4

4.8.4 (2019-05-11)

Bug Fixes

  • update GitSpo badge URL (0b04319)
Commits

The new version differs by 58 commits.

  • 9c586c5 docs: generate docs
  • 0b04319 fix: update GitSpo badge URL
  • 9922684 Merge branch 'master' of github.com:gajus/eslint-plugin-jsdoc
  • 25cbc06 docs: generate docs
  • ae9bcc4 docs: add GitSpo mentions badge
  • a075dec Merge pull request #212 from brettz9/issue-210-callback
  • ff57654 Merge pull request #213 from brettz9/expand-check-types
  • 8754dcd - Expand types checked
  • cf31761 - Allow callback-defined types in noUndefinedTypes ; fixes #210; also adds null, undefined, Array, Object, RegExp, Date, Function
  • 4640a35 Merge pull request #207 from TuckerWhitehouse/check-tag-names-replacement
  • dc6857a Merge pull request #205 from allthesignals/master
  • 3742994 docs: use semantic tags to describe relationship between files
  • 6eb8324 docs: remove superfluous comment
  • 69b1b51 Re-enable sort-keys property style; re-order keys to comply
  • 54d063d Remove unnecessary comment

There are 58 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