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 v7 #125

Merged
merged 1 commit into from
May 28, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 24, 2019

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-jsdoc dependencies major ^6.0.3 -> ^7.1.0 source

Release Notes

gajus/eslint-plugin-jsdoc

v7.1.0

Compare Source

Features
  • add settings overrideReplacesDocs, augmentsExtendsReplacesDocs, implementsReplacesDocs and apply to require-param, require-description, require-example, and require-returns for exempting all of these from errors in the case of the presence of [@override](https://github.com/override), [@augments](https://github.com/augments)/[@extends](https://github.com/extends), or [@implements](https://github.com/implements), respectively. (9cc49a2)

v7.0.2

Compare Source

Bug Fixes
  • avoid errors when tags not present or invalidTypes is empty (cda6839)

v7.0.1

Compare Source

Bug Fixes
  • require-returns: Ensure that [@returns](https://github.com/returns) {undefined} tags with return undefined are not reported (5c8a011)

v7.0.0

Compare Source

  • Merge pull request #​259 from brettz9/check-types-preferred-generic-specific (2605705), closes #​259
BREAKING CHANGES
  • Cause preferredTypes setting not to apply by default to parent types; need to target type name with "<>" appended to target parent types (and only parent types); can alternatively; also adds option unifyParentAndChildTypeChecks to restore the old behavior

Allows for warning against overly generic types only (e.g., Array without its own children) or against the parent type only (to disallow Array.<someType>)

To restore old behavior, also target type names with "<>" or set the unifyParentAndChildTypeChecks option.


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 May 24, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #125   +/-   ##
======================================
  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 55fab7e...4aadd81. Read the comment docs.

@renovate renovate bot force-pushed the feature/renovate-eslint-plugin-jsdoc-7.x branch 4 times, most recently from 60bbab8 to 0bd60cc Compare May 28, 2019 14:50
@renovate renovate bot force-pushed the feature/renovate-eslint-plugin-jsdoc-7.x branch from 0bd60cc to 4aadd81 Compare May 28, 2019 15:25
@eaviles eaviles merged commit 25d4b5e into develop May 28, 2019
@renovate
Copy link
Author

renovate bot commented May 28, 2019

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 7.x releases. However, if you upgrade to 7.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the feature/renovate-eslint-plugin-jsdoc-7.x branch May 28, 2019 16:07
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