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 v39 #801

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jsdoc 37.9.7 -> 39.9.1 age adoption passing confidence

Release Notes

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

v39.9.1

Compare Source

v39.9.0

Compare Source

v39.8.0

Compare Source

v39.7.5

Compare Source

v39.7.4

Compare Source

v39.7.3

Compare Source

v39.7.2

Compare Source

v39.7.1

Compare Source

v39.7.0

Compare Source

v39.6.10

Compare Source

v39.6.9

Compare Source

v39.6.8

Compare Source

v39.6.7

Compare Source

v39.6.6

Compare Source

v39.6.5

Compare Source

v39.6.4

Compare Source

Bug Fixes
  • require-return-checks: check return statements prior to last line; fixes #​935 (65e927b)

v39.6.3

Compare Source

Bug Fixes

v39.6.2

Compare Source

Bug Fixes

v39.6.1

Compare Source

Bug Fixes
  • no-restricted-syntax: update jsdoccomment to be able to use new descriptionStartLine, descriptionEndLine, and hasPreterminalDescription properties; fixes #​830 (d68d742)

v39.6.0

Compare Source

Features
  • check-types: add skipRootChecking option to preferredTypes setting; fixes #​863 (e5da5bb)

v39.5.1

Compare Source

Bug Fixes
  • require-returns-check: ensure breaks in final switch do not fulfill check for all branches returning (691a414)

v39.5.0

Compare Source

Features

v39.4.0

Compare Source

Features
  • require-param-type, require-param-description: add exemptDestructuredRootsFromChecks setting; fixes #​752 (da1c85f)

v39.3.25

Compare Source

Bug Fixes
  • update jsdoccomment and devDep. (94f784f)

v39.3.24

Compare Source

Bug Fixes
  • require-returns-check, require-yields-check: check for undefined/void within union; fixes #​925 (cfbdf8b)

v39.3.23

Compare Source

Bug Fixes
  • require-returns-check: allow implicit-return finally if other try-catch branches returning; fixes #​926 (12da503)

v39.3.22

Compare Source

Bug Fixes
  • valid-types: report problems with name parsing (e247d67)

v39.3.21

Compare Source

Bug Fixes
  • require-param: do not cache by comment node; fixes #​901 (867edc3)

v39.3.20

Compare Source

Bug Fixes
  • require-returns-check: allow for missing catch or finalizer and missing case contents; fixes #​924 (4fabdd6)

v39.3.19

Compare Source

Bug Fixes
  • require-param: be tolerant if this is not included as [@param](https://redirect.github.com/param); fixes #​919 (c1f21f8)

v39.3.18

Compare Source

Bug Fixes
  • require-returns-check: check child nodes of consequents; fixes #​923 (dc1f875)

v39.3.17

Compare Source

Bug Fixes
  • require-returns-check: throw statements to be exempted from final check if elsewhere in function; fixes #​892 (87c1c2a)

v39.3.16

Compare Source

Bug Fixes
  • check-param-names: tolerate documented "this" param; fixes #​919 (5d20bdf)

v39.3.15

Compare Source

Bug Fixes
  • require-returns-check: checks that all branches of final node return; fixes #​892 (bdd6af2)

v39.3.14

Compare Source

Bug Fixes

v39.3.13

Compare Source

Bug Fixes
  • check-param-names: properly handle index offset (0729508)

v39.3.12

Compare Source

Bug Fixes

v39.3.6

Compare Source

Bug Fixes
  • ensure TSDeclareFunction is checked by default where function contexts are expected; closes #​897 (25d2a7f)

v39.3.5

Compare Source

Bug Fixes
  • check-tag-names: constructor tag and tagNamePreference (#​899) (4f8d242)

v39.3.4

Compare Source

Bug Fixes
  • avoid erring out with missing function and any context (07a9fe3)

v39.3.3

Compare Source

Bug Fixes
  • check-line-alignment: if no types are present, avoid allocating extra space; fixes #​891 (26e7357)

v39.3.2

Compare Source

Bug Fixes
  • no-undefined-types: ensure parsing takes into account template names with defaults (374daac)

v39.3.1

Compare Source

Bug Fixes
  • update jsdoccomment to support default template values; fixes #​887 (53e4174)

v39.3.0

Compare Source

Features
  • update es-joy/jsdoccomment with jsdoc-type-pratt-parser update (new() keyword for TypeScript types) (66658c0)

v39.2.9

Compare Source

Bug Fixes
  • check-values: handle mismatched licensePattern; fixes #​884 (f4a9249)

v39.2.8

Compare Source

Bug Fixes

v39.2.7

Compare Source

Bug Fixes
  • require-jsdoc: report missing blocks to next line of function with explicit column, but only as far as needed (not as far as first line's column) (e53b441)

v39.2.6

Compare Source

Bug Fixes

v39.2.5

Compare Source

Bug Fixes
  • update jsdoccomment and devDep. (fb0c83f)

v39.2.4

Compare Source

Bug Fixes
  • require-jsdoc: proper reporting of end line numbers; fixes #​843 (4270b75)

v39.2.3

Compare Source

Bug Fixes

v39.2.2

Compare Source

Bug Fixes
  • comment: updates jsdoccomment (0eef81c)

v39.2.1

Compare Source

Bug Fixes
  • regression with checking TS MethodDefinition params (041de5f)

v39.2.0

Compare Source

Features
  • require-jsdoc: add minLineCount option to avoid reporting short functions/contexts; fixes #​870 (199aa4a)
  • support inline minLineCount (288363e)

v39.1.1

Compare Source

Bug Fixes
  • require-jsdoc: detect ClassDeclaration as referenced public export and ClassExpression methods; fixes #​648 (520c7be)

v39.1.0

Compare Source

Features
  • target Node 14 in builds now that using it (806deca)

v39.0.1

Compare Source

Bug Fixes
  • add enableFixer option to require-example (7416331)

v39.0.0

Compare Source

chore
BREAKING CHANGES
  • Node 12 is soon entering EOL.

Also:

v38.1.6

Compare Source

Bug Fixes
  • no-restricted-syntax, no-missing-syntax: pass on parser's visitorKeys to esquery (f873e32)

v38.1.5

Compare Source

Bug Fixes
  • no-restricted-syntax: include comment in templates and in default error message if present (cc031b8)

v38.1.4

Compare Source

Bug Fixes
  • no-undefined-types: add TypeScript utility types (globally allowed types); fixes #​839 (bf9f994)

v38.1.3

Compare Source

Bug Fixes
  • check-types, no-undefined-types: safer optional chaining (63a96ee)

v38.1.2

Compare Source

Bug Fixes
  • check-types: proper use of optional chaining; fixes #​861 (7dbdd9f)

v38.1.1

Compare Source

Bug Fixes
  • check-types: for jsdoc mode, avoid objecting to upper-case; fixes #​860 (d11d271)

v38.1.0

Compare Source

Features
  • unless the user supplies their own object type preferredTypes, prefer object for plain objects and otherwise prefer Object<>; fixes #​800 (#​855) (0f27282)

v38.0.8

Compare Source

Bug Fixes
  • check-tag-names: allow internal for TypeScript mode; fixes #​859 (a530862)
  • sort-tags: add place for internal (89ad7f5)

v38.0.7

Compare Source

Performance Improvements

v38.0.6

Compare Source

Bug Fixes
  • ensure bad JSDoc blocks do not cause errors (outside of no-bad-blocks); fixes #​853 (17fe2ca)

v38.0.5

Compare Source

Bug Fixes
  • update jsdoccomment, comment-parser, debug (63d18d2)

v38.0.4

Compare Source

Bug Fixes
  • require-jsdoc: allow TSTypeLiteral and TSTypeAliasDeclaration to have TSPropertySignature checks pass through them toward public export for publicOnly checks; fixes #​852 (19e4f6f)

v38.0.3

Compare Source

Bug Fixes
  • valid-types: update es-joy/jsdoccomment (5e8e0c7)

v38.0.2

Compare Source

Bug Fixes
  • match-description: single empty line was not being reported (ec34e66)

v38.0.1

Compare Source

Bug Fixes
  • match-name: perform replacements for names appearing after multiline types (a23168d)

v38.0.0

Compare Source

Bug Fixes
  • match-description: adjust default to allow for trailing whitespace but do check for such WS now (a31a8fd)
Features
BREAKING CHANGES
  • match-description: match-description regular expressions now need to take account for trailing whitespace

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch 2 times, most recently from dfdb762 to 36a4aea Compare April 22, 2022 14:23
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch 2 times, most recently from 32688bb to 1a91795 Compare April 29, 2022 15:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch 2 times, most recently from c37de1f to d1345f6 Compare May 27, 2022 14:54
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from d1345f6 to 830d39f Compare June 18, 2022 05:01
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from 830d39f to b5d9722 Compare July 1, 2022 17:12
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from b5d9722 to 74b8acc Compare July 29, 2022 17:13
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from 74b8acc to 7cd1a0a Compare August 12, 2022 15:53
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from 7cd1a0a to a1c1156 Compare November 20, 2022 09:29
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from a1c1156 to ec59bf7 Compare March 31, 2023 14:33
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-39.x branch from ec59bf7 to 7db8df1 Compare October 13, 2023 14:25
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