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

Update dependency eslint-plugin-jsdoc to v10 #151

Merged
merged 1 commit into from
Jun 28, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 27, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-jsdoc dependencies major ^8.6.0 -> ^10.0.0

Release Notes

gajus/eslint-plugin-jsdoc

v10.0.0

Compare Source

Features
  • match-description, require-jsdoc, require-description: remove noDefaults option and change contexts to always override defaults (2b10a7a)
BREAKING CHANGES
  • match-description, require-jsdoc, require-description: Forcing a release here: changes actually included in prior commits

v9.1.0

Compare Source

Bug Fixes
  • match-description: tighten default regex to require punctuation at the end even if only a single character (58ca186)
  • match-description, require-description: allow contexts to work with any node type (299b095)
Features
  • match-description: allow mainDescription: string|false to override or disable main description separate from default (11cf9f5)
  • match-description: report line number and allow reporting multiple errors when main description validation fails (3b61dcc)
  • require-jsdoc: add contexts option to allow working with any node type (3e0775a)

v9.0.1

Compare Source

Bug Fixes
  • valid-types: liberalize to allow second path to @​borrows to be a name path beginning only with a name path operator, as jsdoc accepts (35df873)

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • a subset of rules updated to work on all JSDoc blocks rather than just function-like nodes

Changes apply to check-alignment, check-indentation, check-syntax, check-tag-names, check-types, newline-after-description, require-description-complete-sentence, require-hyphen-before-param-description, valid-types

  • previously rules mostly works only on function-like
    nodes, now a subset of rules are updated to work on all JSDocs.

v8.7.0

Compare Source

Bug Fixes
  • getJSDocComment: Check for parents of ClassExpression and ObjectExpression (27c9b5c)
  • match-description: tighten default regex to require punctuation at the end even if only a single character (da3d139)
Features
  • match-description: allow main description: string|boolean to override or disable main description separate from default (314557c)

v8.6.2

Compare Source

Bug Fixes
  • eslint: Add object expression in getJSDocComment (16b0288)
  • check for comments immediately above any node by default (8a03a5f)
  • check parents of ClassExpression for comment blocks (2ba2924)

v8.6.1

Compare Source

Bug Fixes
  • check-examples: when matchingFileName used, properly copy parser and load external rules for eslint 6 (383a557)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 27, 2019

Codecov Report

Merging #151 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #151   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            1      1           
  Lines            1      1           
======================================
  Hits             1      1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6987439...ffbef1b. Read the comment docs.

@eaviles eaviles merged commit 10aef57 into develop Jun 28, 2019
@renovate renovate bot deleted the feature/renovate-eslint-plugin-jsdoc-10.x branch June 28, 2019 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants