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

Closed
greenkeeper bot opened this issue May 12, 2020 · 5 comments · Fixed by #7
Closed

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

greenkeeper bot opened this issue May 12, 2020 · 5 comments · Fixed by #7

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented May 12, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


The devDependency eslint-plugin-jsdoc was updated from 25.2.0 to 25.2.1.

🚨 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

Release Notes for v25.2.1

25.2.1 (2020-05-12)

Bug Fixes

  • check-param-names, require-param: check ExperimentalRestProperty from babel-eslint as with RestElement; fixes #536 (d330391)
Commits

The new version differs by 3 commits.

  • d330391 fix(check-param-names, require-param): check ExperimentalRestProperty from babel-eslint as with RestElement; fixes #536
  • aaae00e test(require-jsdoc): show exclusion of constructor
  • 87c6384 chore: bump regextras version

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 May 12, 2020

After pinning to 25.2.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 12, 2020

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

Release Notes for v25.3.0

25.3.0 (2020-05-12)

Features

  • check-param-names, check-property-names: add enableFixer option (3d5ee0c)
Commits

The new version differs by 2 commits.

  • 9901cd3 - Switch to default false for enableFixer
  • 3d5ee0c feat(check-param-names, check-property-names): add enableFixer option

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 12, 2020

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

Release Notes for v25.3.1

25.3.1 (2020-05-12)

Bug Fixes

  • check-param-name, check-property-names, empty-tags, no-defaults, no-types, require-property: avoid mangled indent with fixers, e.g., on class methods (8d5d837)
  • require-description, implements-on-classes: fix constructor detection if MethodDefinition (including with any) is the context; fixes #534 (1a69565)
  • require-returns, implements-on-classes, no-types: fix iterating function detection to include an explicit MethodDefinition context (82fb8c9)
Commits

The new version differs by 7 commits.

  • 82fb8c9 fix(require-returns, implements-on-classes, no-types): fix iterating function detection to include an explicit MethodDefinition context
  • 8d5d837 fix(check-param-name, check-property-names, empty-tags, no-defaults, no-types, require-property): avoid mangled indent with fixers, e.g., on class methods
  • 1a69565 fix(require-description, implements-on-classes): fix constructor detection if MethodDefinition (including with any) is the context; fixes #534
  • 0aa6667 refactor: add use strict to ncurc file
  • 488d2c4 chore: update devDep.
  • 9901cd3 - Switch to default false for enableFixer
  • 3d5ee0c feat(check-param-names, check-property-names): add enableFixer option

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 13, 2020

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

Release Notes for v25.4.0

25.4.0 (2020-05-13)

Features

  • require-param: add checkDestructured option; fixes #530 (4df57a8)
Commits

The new version differs by 8 commits.

  • 4df57a8 feat(require-param): add checkDestructured option; fixes #530
  • 82fb8c9 fix(require-returns, implements-on-classes, no-types): fix iterating function detection to include an explicit MethodDefinition context
  • 8d5d837 fix(check-param-name, check-property-names, empty-tags, no-defaults, no-types, require-property): avoid mangled indent with fixers, e.g., on class methods
  • 1a69565 fix(require-description, implements-on-classes): fix constructor detection if MethodDefinition (including with any) is the context; fixes #534
  • 0aa6667 refactor: add use strict to ncurc file
  • 488d2c4 chore: update devDep.
  • 9901cd3 - Switch to default false for enableFixer
  • 3d5ee0c feat(check-param-names, check-property-names): add enableFixer option

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2020

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

Release Notes for v25.4.1

25.4.1 (2020-05-14)

Bug Fixes

  • workaround for 'constructor' key in tagNamePreference; fixes #537 (ed0fa4e)
Commits

The new version differs by 12 commits.

  • 1b21b25 - refactor: Reduce lodash dependency
  • ed0fa4e fix: workaround for 'constructor' key in tagNamePreference; fixes #537
  • fa3e717 docs: update README
  • 5bd63ff refactor: replace reliance on lodash by replacing get with optional chaining and nullish coalescing operator
  • 4df57a8 feat(require-param): add checkDestructured option; fixes #530
  • 82fb8c9 fix(require-returns, implements-on-classes, no-types): fix iterating function detection to include an explicit MethodDefinition context
  • 8d5d837 fix(check-param-name, check-property-names, empty-tags, no-defaults, no-types, require-property): avoid mangled indent with fixers, e.g., on class methods
  • 1a69565 fix(require-description, implements-on-classes): fix constructor detection if MethodDefinition (including with any) is the context; fixes #534
  • 0aa6667 refactor: add use strict to ncurc file
  • 488d2c4 chore: update devDep.
  • 9901cd3 - Switch to default false for enableFixer
  • 3d5ee0c feat(check-param-names, check-property-names): add enableFixer option

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

Successfully merging a pull request may close this issue.

0 participants