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

Bump eslint-plugin-jsdoc from 28.6.1 to 30.0.2 #1385

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eslint-plugin-jsdoc from 28.6.1 to 30.0.2.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v30.0.2

30.0.2 (2020-07-20)

Bug Fixes

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

v30.0.1

30.0.1 (2020-07-20)

Bug Fixes

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

v30.0.0

30.0.0 (2020-07-19)

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

v29.2.0

29.2.0 (2020-07-13)

Features

  • require-description: report more precisely the action to take when "body" descriptionStyle is set and where user has a desc/description tag; fixes #608 (#609) (69fd79d)

v29.1.4

29.1.4 (2020-07-12)

Bug Fixes

Commits
  • eac8357 fix(require-jsdoc): ensure conditionally checking Property/`ObjectPropert...
  • c44ba78 docs: indent fix
  • 854fb24 fix(require-jsdoc): avoid error with checkConstructors: false when attemp...
  • 842381a feat(valid-types): change allowEmptyNamepaths default to false, ensurin...
  • 89f2ad0 feat(check-types, no-undefined-types, valid-types): Add `structuredTags...
  • 69fd79d feat(require-description): report more precisely the action to take when "b...
  • 6f94d12 docs: wrapping to 80 chars. (for IDE that don't have wrapping set)
  • 20fe098 - CI: Make default fields explicit and use non-aliased jobs over matrix t...
  • ef7b294 fix(check-types, no-undefined-types, valid-types): In jsdoc mode, ensur...
  • e305cce fix(check-types, no-undefined-types, valid-types): In TypeScript or Clo...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 28.6.1 to 30.0.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v28.6.1...v30.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Update one or more dependencies version label Jul 20, 2020
@hipstersmoothie hipstersmoothie merged commit 6073901 into master Jul 21, 2020
@hipstersmoothie hipstersmoothie deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-30.0.2 branch July 21, 2020 16:20
@adierkens
Copy link
Collaborator

🚀 PR was released in v9.47.2 🚀

@adierkens adierkens added the released This issue/pull request has been released. label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update one or more dependencies version released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants