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

fix(deps): update dependency eslint-plugin-jsdoc to v30 #132

Merged
merged 1 commit into from
Aug 8, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2020

This PR contains the following updates:

Package Type Update New value References Sourcegraph
eslint-plugin-jsdoc dependencies major ^30.2.1 source code search for "eslint-plugin-jsdoc"

Release Notes

gajus/eslint-plugin-jsdoc

v30.2.1

Compare Source

Bug Fixes
  • check-examples: disable jsdoc/require-jsdoc (88c93bb)

v30.2.0

Compare Source

Features
  • require-param: add checkDestructuredRoots option; fixes #​616 (3c06f09)

v30.1.0

Compare Source

Features
  • check-param-names: add checkDestructured option to allow disabling of destructured checking; fixes part of #​616 (c4d1b80)

v30.0.3

Compare Source

Bug Fixes
  • require-jsdoc: handle MethodDefinition context without erring when using exemptEmptyFunctions and exemptEmptyConstructors; fixes #​613 (08b5820)

v30.0.2

Compare Source

Bug Fixes
  • require-jsdoc: ensure conditionally checking Property/ObjectProperty/ClassProperty as parents for arrow function expressions; fixes #​612 (eac8357)

v30.0.1

Compare Source

Bug Fixes
  • require-jsdoc: avoid error with checkConstructors: false when attempting to check tags; fixes #​611 (854fb24)

v30.0.0

Compare Source

Features
  • check-types, no-undefined-types, valid-types: Add structuredTags setting to control whether the type and namepath portions should be checked for validity and whether such portions are required, and to let user-defined "namepath-defining" tags be added to defined types. Closes #​481 (89f2ad0)
  • valid-types: change allowEmptyNamepaths default to false, ensuring tags which expect names per docs will be reported (842381a)
BREAKING CHANGES
  • check-types, no-undefined-types, valid-types: Drops checkSeesForNamepaths setting. Use {settings: {jsdoc: {structuredTags: {name: 'namepath', type: false, required: ['name'],}}}} instead.

Also:
1. Clarifies in more cases where a problem is specific to the mode or not
2. Reports simultaneous invalid name and type errors
3. typdef now requires allowEmptyNamepaths: false, to report empty names (as with other tags)
4. Requires a name for event and external (and extends in jsdoc mode); some tweaking of other tags per docs


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team August 7, 2020 23:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch 2 times, most recently from 540fa8d to df64031 Compare August 8, 2020 08:25
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from df64031 to e13de3b Compare August 8, 2020 08:33
@felixfbecker felixfbecker merged commit 8312734 into master Aug 8, 2020
@felixfbecker felixfbecker deleted the renovate/eslint-plugin-jsdoc-30.x branch August 8, 2020 10:44
@sourcegraph-bot
Copy link

🎉 This PR is included in version 0.20.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants