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 v18 - autoclosed #280

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 13, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-jsdoc devDependencies major 17.1.2 -> 18.11.0

Release Notes

gajus/eslint-plugin-jsdoc

v18.11.0

Compare Source

Features
  • match-description, require-description, require-example: allow "any" for contexts; fixes #​325 (50d3b4d)

v18.10.0

Compare Source

Features
  • check-access: allow ignorePrivate setting to work with access private tag. (cf37cc6)

v18.9.0

Compare Source

Features
  • check-types: add option exemptTagContexts to exempt type-checking (certain types or any types) on specific tags; fixes #​255 (5d99663)

v18.8.0

Compare Source

Features
  • require-description-complete-sentence: add abbreviations option; fixes #​424 (f70fd6c)

v18.7.0

Compare Source

Features
  • require-file-overview: add rule for every file to have a file tag; fixes #​55 (7839625)

v18.6.2

Compare Source

Bug Fixes
  • empty-tags: ensure rule is still checked when a private tag is present despite even a true ignorePrivate setting. (c5b8e09)

v18.6.1

Compare Source

Bug Fixes
  • ensure ignorePrivate setting works with iterateAllJsdocs rules (9703aba)

v18.6.0

Compare Source

Features
  • require-jsdoc: allow simple decorators to intervene between comment block and context object; fixes part of #​455 (641479b)

v18.5.0

Compare Source

Features
  • check-param-names: add option allowExtraTrailingParamDocs to avoid reporting additional [@param](https://togithub.com/param)'s beyond actual function's arguments; fixes #​450 (4532e66)

v18.4.4

Compare Source

Bug Fixes
  • require-returns: should only report errors with async functions when forceReturnsWithAsync is set (13f5533)

v18.4.3

Compare Source

Bug Fixes
  • require-param: update comment-parser to surface fix for asterisk followed immediately by non-space; add test; fixes #​443 (dd5f015)
  • should apply corrected parse description for all rules as may otherwise parse previous tags differently (d6ccd45)

v18.4.2

Compare Source

Bug Fixes
  • check-types: surface jsdoctypeparser fix for new() with arrow functions; @​Elberet (373fb43)

v18.4.1

Compare Source

Bug Fixes
  • check-param-names: failure to handle default params with spacing; closes #​377 (c361ef6)

v18.4.0

Compare Source

Features
  • check-examples: add no-multiple-empty-lines by default (67df3dd)

v18.3.0

Compare Source

Features
  • validateDescription: tighten constraint (3b5e301)

v18.2.2

Compare Source

Bug Fixes
  • valid-types: ensure reporting "must have a type" when type is known to be required (b36053e)
  • valid-types: ensure when in closure mode, that this and define tags have types (b6e2699)

v18.2.1

Compare Source

Bug Fixes
  • check-types, no-undefined-types, valid-types: look within curly brackets of this and define tags (and if present within export) when in Closure mode; fixes #​430 (7022f65)

v18.2.0

Compare Source

Features
  • check-examples: support global regexes and other flags besides now default "u" (i.e., any of gimys); fixes #​331 (5587e02)

v18.1.6

Compare Source

Bug Fixes
  • check-examples: only exclude optional initial space from description, not initial newline (needed for line counts, and rules) (0e89cc8)

v18.1.5

Compare Source

Bug Fixes
  • newline-after-description: correctly treat carriage return immediately after newline as ending with a newline; fixes #​437 (2fd8ecc)
  • newline-after-description: when finding last description line, don't look beyond the length of the description. (242202f)

v18.1.4

Compare Source

Bug Fixes
  • ensure comment is only matched by /**\s at beginning of text (eeab3d2)

v18.1.3

Compare Source

Bug Fixes
  • newline-after-description: only treat comments with whitespace after two asterisks only as jsdoc (3d61126)

v18.1.2

Compare Source

Bug Fixes
  • newline-after-description: avoid erring on encountering sequence of carriage returns (or other non-whitespace) as sole content of jsdoc block description (fixes #​433) (e453b2d)

v18.1.1

Compare Source

Bug Fixes
  • newline-after-description: handle carriage returns properly: fixes #​431 (a38b28b)

v18.1.0

Compare Source

Features
  • check-values: add licensePattern option to allow delimiting portion of license description to extract (eed7dde)

v18.0.1

Compare Source

Bug Fixes
  • check-values: check for whole SPDX expression, not only single identifiers (e058efa)

v18.0.0

Compare Source

Bug Fixes
  • check-param-names: use ponyfill as such; avoid defining Object.entries when not present (ea1a626)
Features
  • check-access: add rule to check access levels (f919d5a)
  • empty-tags: expect certain tags to be empty (66ebda9)
  • check-values: add new rule for checking special tag values (within version, since, license, author) (5543c29)
BREAKING CHANGES
  • check-values: Adds to recommended.
  1. @version - Checks that there is a present and valid
    semver version value.
  2. @since - As with @version
  3. @license - Checks that there is a present and valid SPDX identifier
    or is present within an allowedLicenses option.
  4. @author - Checks there is a value present, and if the option
    allowedAuthors is present, ensure that the author value is one
    of these array items.
  • check-access: New rule updates recommended

Checks @access for allowed values and prohibits multiple access
modifier tags on the same block

  • empty-tags: Added rule to recommended.

May add additional tags to check for emptiness using tags 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch 5 times, most recently from 7b2eafb to 552753f Compare November 20, 2019 01:03
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch 3 times, most recently from 59f5d61 to b462b85 Compare November 25, 2019 16:50
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch 9 times, most recently from 4fea425 to 8c61013 Compare December 4, 2019 07:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 8c61013 to 241974d Compare December 9, 2019 16:36
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch 5 times, most recently from 6da8f14 to 79c913b Compare December 28, 2019 07:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch 4 times, most recently from 2b0b030 to 515d108 Compare December 31, 2019 02:51
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 515d108 to 4c4a203 Compare December 31, 2019 03:03
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v18 chore(deps): update dependency eslint-plugin-jsdoc to v18 - autoclosed Dec 31, 2019
@renovate renovate bot closed this Dec 31, 2019
@renovate renovate bot deleted the renovate/eslint-plugin-jsdoc-18.x branch December 31, 2019 03:28
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.

None yet

3 participants