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 v28 #113

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2020

This PR contains the following updates:

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

Release Notes

gajus/eslint-plugin-jsdoc

v28.6.1

Compare Source

Bug Fixes
  • require-throws: arrow function expressions should check body only; fixes #​597 (e5387f1)

v28.6.0

Compare Source

Features
  • require-jsdoc: add enableFixer option; if set to false, will avoid fixer; fixes #​372 (c39fd75)

v28.5.1

Compare Source

Bug Fixes
  • valid-types: ensure checking property tags for valid namepath (0f5996b)

v28.5.0

Compare Source

Bug Fixes
  • valid-types, no-undefined-types, check-types: have mode default to typescript when typescript-eslint/parser is on; fixes #​593 (8e9195a)
Features
  • valid-types: for extends, package and access tags (e.g., private), report bracketed type in non-Closure mode; fixes #​356 (c134928)

v28.4.0

Compare Source

Features
  • valid-types, no-undefined-types: check module for namepath in non-"typescript" mode; fixes part of #​356 (947836a)

v28.3.0

Compare Source

Features
  • check-syntax: only check against Closure syntax in "jsdoc" and "typescript" mode; fixes part of #​356 (8dfdd0b)

v28.2.0

Compare Source

Features
  • check-tag-names: for "closure" mode, prefer "return" over "returns"; fixes part of #​356 (fceb74c)

v28.1.0

Compare Source

Features
  • valid-types: disallow namepath on interface tag for Closure mode; continue checking on jsdoc; fixes part of #​356 (#​587) (794aea8)

v28.0.0

Compare Source

Features
  • check-types, no-undefined-types, valid-types: use mode-aware type parsing; fixes part of #​356; fixes #​495 (6341e27)
  • check-types, no-undefined-types, valid-types: use mode-aware type parsing; fixes part of #​356; fixes #​495 (#​586) (f98a8e4)
BREAKING CHANGES
  • check-types, no-undefined-types, valid-types: Requires Node 10+

Also:
1. Adds "permissive" mode
2. Checks "param" for valid namepaths

  • check-types, no-undefined-types, valid-types: Requires Node 10+

Also:
1. Adds "permissive" mode
2. Checks "param" for valid namepaths
3. Refactors to use updated/better Node 10+ syntax/packages

v27.1.2

Compare Source

Bug Fixes
  • require-jsdoc: place comment block above any decorators; fixes #​571 (d5f8159)

v27.1.1

Compare Source

Bug Fixes
  • no-undefined-types: if no scope found, resume checking current node for template tags; fixes #​578, fixes #​579 (fed7586)

v27.1.0

Compare Source

Features

v27.0.7

Compare Source

Bug Fixes
  • check-param-names, require-param: handle ts constructor as arg; fixes #​576 (bd11a73)

v27.0.6

Compare Source

Bug Fixes
  • check-param-names: destructured parameters inclusion check (params containing other params as substrings); closes #​575 (f29f9e2)

v27.0.5

Compare Source

Bug Fixes
  • check-param-names, require-param: handle TSIndexSignature early to avoid throwing; fixes #​570 (5b814fc)

v27.0.4

Compare Source

Bug Fixes
  • check-types: ensure conversion to [] array type also wraps unions in parentheses; fixes #​565 (5714411)

v27.0.3

Compare Source

Bug Fixes
  • no-undefined-types: handle missing comment nodes on ancestors; fixes #​561 (0bc67fc)

v27.0.2

Compare Source

Bug Fixes
  • no-undefined-types: avoid using flatMap for older Node; fixes #​560 (cf6290f)

v27.0.1

Compare Source

Bug Fixes
  • no-undefined-types: consider template type as defined when on functions within its scope; fixes part of #​559 (f4d69ab)

v27.0.0

Compare Source

Features
  • require-hyphen-before-param-description: add tags option for setting specific tags (or any tags) to follow rules for or against hyphen descriptions; now allows property to be set differently than param; fixes #​553 (a764861)
BREAKING CHANGES
  • require-hyphen-before-param-description: {checkProperties: true} should be replaced by: {tags: {'property': 'always|never'}}

v26.0.2

Compare Source

Bug Fixes
  • require-jsdoc: pass over decorators with nested arguments above class declarations in finding jsdoc block; fixes #​557 (ca97fcf)

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 July 1, 2020 09:59
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-28.x branch from 07495cf to 3f7bb36 Compare July 1, 2020 10:01
@felixfbecker felixfbecker merged commit 7170e0e into master Jul 7, 2020
@felixfbecker felixfbecker deleted the renovate/eslint-plugin-jsdoc-28.x branch July 7, 2020 08:48
@sourcegraph-bot
Copy link

🎉 This PR is included in version 0.19.6 🎉

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