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

chore(deps): update dependency eslint-plugin-jsdoc to v30.7.13 #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jsdoc 30.5.1 -> 30.7.13 age adoption passing confidence

Release Notes

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v30.7.13

Compare Source

Bug Fixes
  • require-hyphen-before-param-description: regression failing to only check for hyphen at beginning; fixes #​665 (acc3fc1)

v30.7.12

Compare Source

Bug Fixes
  • require-jsdoc: skip past type annotations when seeking backward through decorators; fixes #​659 (62abd11)

v30.7.11

Compare Source

Bug Fixes
  • no-bad-blocks: avoid erring with /* */ comment (4e6c73d)

v30.7.10

Compare Source

Bug Fixes
  • check-examples: disable no-new for check-examples and default param checking (590d54e)
  • require-hyphen-before-param-description: allow whitespace before hyphen when checking for hyphens; fixes #​664 (fb906de)

v30.7.9

Compare Source

Bug Fixes

v30.7.8

Compare Source

Bug Fixes

v30.7.7

Compare Source

Bug Fixes
  • require-jsdoc: regression causing uncommented nested syntax to be reported with publicOnly even when export was commented; fixes #​654 (bcd465f)

v30.7.6

Compare Source

Bug Fixes
  • check-examples: disable strict for expressions (245e4a7)

v30.7.5

Compare Source

Bug Fixes
  • ensure all rules marked with recommended status; add table property for recommended status; fixes #​652 (4e699c4)

v30.7.4

Compare Source

Bug Fixes
  • match-description, no-undefined-types, require-description-complete-sentence, require-hyphen-before-param-description, valid-types: parse template properly; fixes #​653 (122a9b5)

v30.7.3

Compare Source

Bug Fixes
  • check-examples: Check defaults, params, properties as expressions (6163f3c)

v30.7.2

Compare Source

Bug Fixes
  • check-examples: use jsdoc-defaults, jsdoc-params, and jsdoc-properties as default extensions to allow these to have their own overrides (39fb1cb)

v30.7.1

Compare Source

Bug Fixes
  • check-examples: Set checkDefaults, checkParams, checkProperties defaults to false (2de1011)

v30.7.0

Compare Source

Features
  • check-examples: add options checkDefaults, checkParams, checkProperties; fixes #​473 (262a474)

v30.6.5

Compare Source

Bug Fixes
  • valid-types: Ensure module tag operates as though module: prefix is present (so as to create valid namepath when valid); fixes #​649 (2e0f2a6)

v30.6.4

Compare Source

Bug Fixes
  • require-jsdoc: for publicOnly ESM, adds direct ancestor check, allowing, e.g., TSPropertySignature and TSMethodSignature; fixes #​647 (2b55275)

v30.6.3

Compare Source

Bug Fixes
  • require-jsdoc: Avoid error when comment block above export of TSDeclareFunction; fixes #​645 (0b95ba5)

v30.6.2

Compare Source

Bug Fixes
  • require-jsdoc: support TSTypeAliasDeclaration with publicOnly (42a9b35)

v30.6.1

Compare Source

Bug Fixes
  • require-jsdoc: support TSInterfaceDeclaration with publicOnly (3ae8e61)

v30.6.0

Compare Source

Features
  • add ignoreInternal setting to ignore blocks with [@internal](https://redirect.github.com/internal) tags; fixes #​639 (80e16d0)

v30.5.3

Compare Source

Bug Fixes
  • no-bad-blocks: ensure reports bad blocks with descriptions (9a56863)

v30.5.2

Compare Source

Bug Fixes
  • require-jsdoc: allow contexts to be usable in place of require items (a1d95e6)
  • require-jsdoc: support TSEnumDeclaration with publicOnly; fixes #​640 (63ef3bc)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@commit-lint
Copy link

commit-lint bot commented Sep 25, 2020

Chore

  • deps: update dependency eslint-plugin-jsdoc to v30.7.13 (ad444b5)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 22492f9 to d291ed5 Compare September 27, 2020 03:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.5.2 chore(deps): update dependency eslint-plugin-jsdoc to v30.5.3 Sep 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from d291ed5 to 0030e24 Compare September 27, 2020 11:40
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.5.3 chore(deps): update dependency eslint-plugin-jsdoc to v30.6.0 Sep 27, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 0030e24 to 02db18a Compare September 28, 2020 13:00
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.6.0 chore(deps): update dependency eslint-plugin-jsdoc to v30.6.1 Sep 28, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 02db18a to de42080 Compare September 29, 2020 16:07
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.6.1 chore(deps): update dependency eslint-plugin-jsdoc to v30.6.2 Sep 29, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from de42080 to aed6fec Compare October 2, 2020 17:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.6.2 chore(deps): update dependency eslint-plugin-jsdoc to v30.6.3 Oct 2, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from aed6fec to 8ab11c5 Compare October 9, 2020 02:08
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.6.3 chore(deps): update dependency eslint-plugin-jsdoc to v30.6.4 Oct 9, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 8ab11c5 to f7def09 Compare October 14, 2020 00:32
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.6.4 chore(deps): update dependency eslint-plugin-jsdoc to v30.6.5 Oct 14, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from f7def09 to 785575d Compare October 19, 2020 14:39
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.6.5 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.1 Oct 19, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 785575d to 112651a Compare October 19, 2020 15:03
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.1 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.2 Oct 19, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 112651a to b41fddd Compare October 19, 2020 16:04
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.2 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.3 Oct 19, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from b41fddd to 5fd6f51 Compare October 31, 2020 06:19
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.3 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.4 Oct 31, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 5fd6f51 to 3256568 Compare October 31, 2020 07:22
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.4 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.5 Oct 31, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 3256568 to 8c28cff Compare November 1, 2020 05:26
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.5 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.6 Nov 1, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 8c28cff to f5d6350 Compare November 5, 2020 04:07
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.6 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.7 Nov 5, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from f5d6350 to a69b98c Compare November 14, 2020 11:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.7 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.8 Nov 14, 2020
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from a69b98c to 902c418 Compare January 7, 2021 07:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v30.7.8 chore(deps): update dependency eslint-plugin-jsdoc to v30.7.13 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-30.x branch from 902c418 to ad444b5 Compare November 20, 2022 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants