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

πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 #25567

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot 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.1.4

Release Notes

gajus/eslint-plugin-jsdoc

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-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 8c62786 to e38d7a7 Compare November 13, 2019 06:07
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 13, 2019
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 14, 2019
@renovate-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from e38d7a7 to 6ecbf67 Compare November 19, 2019 00:09
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 19, 2019
@renovate-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 6ecbf67 to 46b7e1f Compare November 19, 2019 01:41
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 19, 2019
@renovate-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 46b7e1f to febd0f6 Compare November 19, 2019 09:19
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 19, 2019
@renovate-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from febd0f6 to 1ab2f9f Compare November 20, 2019 01:03
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 20, 2019
@renovate-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 1ab2f9f to 795c274 Compare November 20, 2019 04:22
@renovate-bot renovate-bot force-pushed the renovate/eslint-plugin-jsdoc-18.x branch from 795c274 to 7943e9d Compare November 20, 2019 12:56
@renovate-bot renovate-bot changed the title πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 πŸ“¦ Update dependency eslint-plugin-jsdoc to v18 Nov 20, 2019
@rsimha rsimha merged commit 532778f into ampproject:master Nov 20, 2019
@renovate-bot renovate-bot deleted the renovate/eslint-plugin-jsdoc-18.x branch November 20, 2019 17:26
micajuine-ho pushed a commit to micajuine-ho/amphtml that referenced this pull request Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants