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 v38 (master) - autoclosed #30

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 26, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jsdoc 36.1.1 -> 38.0.7 age adoption passing confidence

Release Notes

gajus/eslint-plugin-jsdoc

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

v37.9.7

Compare Source

Bug Fixes
  • no-undefined-types: support unknown and const; fixes #​846 (b5b3e17)

v37.9.6

Compare Source

Bug Fixes
  • update devDeps, including gitdown to fix README URLs; fixes #​707 (2d69c70)

v37.9.5

Compare Source

Bug Fixes
  • stop reporting async function (unless with forceReturnsWithAsync) or Promise return with void type parameter; fixes #​845 (509baf9)

v37.9.4

Compare Source

Bug Fixes
  • require-jsdoc: avoid class jsdoc blocks suppressing errors for PropertyDefinition; fixes #​841 (ef68427)

v37.9.3

Compare Source

Bug Fixes
  • no-restricted-syntax, no-missing-syntax: update jsdoccomment to avoid breaking on bad types (at least until jsdoc-type-pratt-parser may support all expected); fixes #​842 (06c3163)

v37.9.2

Compare Source

Bug Fixes
  • valid-types: ensure requires checking works without module:; fixes #​840 (0cfdfd7)

v37.9.1

Compare Source

Bug Fixes
  • valid-types: require name for tutorial but disallow type (32447f0)

v37.9.0

Compare Source

Features
  • check-values: add checking of kind (eb92080)

v37.8.2

Compare Source

Bug Fixes
  • empty-tags: prevent tag content for interface in Closure mode (1b3212f)

v37.8.1

Compare Source

Bug Fixes
  • valid-types: allow dropping of typedef name and/or type by TypeScript (8847608)

v37.8.0

Compare Source

Features

v37.7.1

Compare Source

Bug Fixes
  • check-types: prevent parent objects from being reported in "typescript" mode even with generic preferredTypes match (unless there is unifyParentAndChildTypeChecks config); fixes #​800 (9d0a75d)

v37.7.0

Compare Source

Features

v37.6.3

Compare Source

Bug Fixes
  • check-types: allow changing of Object in typescript mode; mentioned in #​800 (6524c31)

v37.6.2

Compare Source

Bug Fixes

v37.6.1

Compare Source

Bug Fixes
  • surface jsdoc-type-pratt-parser fix, use pratt parser reexports from jsdoccomment, and allow patch version updates of jsdoccomment (which allows them now for the pratt parser) (f48766e)

v37.6.0

Compare Source

Features
  • update jsdoc-type-pratt-parser/jsdoccomment (adds predicates) (a009350)

v37.5.2

Compare Source

Bug Fixes
  • update jsdoccomment and jsdoc-type-pratt-parser (7d8afd8)

v37.5.1

Compare Source

Bug Fixes

v37.5.0

Compare Source

Features
  • no-multi-asterisks: add allowWhitespace option; fixes #​803 (6ddc79c)

v37.4.2

Compare Source

Bug Fixes
  • match-description: address issue with constructor being required with mainDescription false; fixes #​802 (80ab88a)
  • update jsdoc-type-pratt-parser (and jsdoccomment) (e793c66)

v37.4.1

Compare Source

Bug Fixes
  • updates jsdoc-type-pratt-parser and jsdoccomment to surface "module" as child fix; fixes #​806 (a7f3039)

v37.4.0

Compare Source

Features
  • require-returns-check, require-yields-check, require-throws: confirm that a "never" value is indeed present (508ea51)

v37.3.0

Compare Source

Features
  • valid-types: require whitelist of types and prevent names with suppress tag (c91e49c)

v37.2.8

Compare Source

Bug Fixes
  • require-returns-check, require-yields-check: avoid never being reported (3a27c39)

v37.2.7

Compare Source

Bug Fixes
  • no-missing-syntax: ensure checking all non-any contexts when any is being traversed (4433d7e)

v37.2.6

Compare Source

Bug Fixes
  • no-restricted-syntax, no-missing-syntax: check for generic context match rather than selector-specific one (36e0115)

v37.2.5

Compare Source

Bug Fixes
  • no-restricted-syntax: avoid matching contexts when in different items of contexts array; fixes #​818 (fbee6c8)
  • multiple contexts sharing the same context should not overwrite the previous (c91f54a)

v37.2.4

Compare Source

Bug Fixes
  • no-undefined-types: allow never (6af811b)

v37.2.3

Compare Source

Bug Fixes
  • no-undefined-types: avoid supress tag type checking in closure; fixes #​815 (fac3f20)

v37.2.2

Compare Source

Bug Fixes
  • require-jsdoc: ignore nested arrow functions and function expressions; fixes #​812 (c552b1c)

v37.2.1

Compare Source

Bug Fixes
  • require-jsdoc: avoid reporting inner functions missing jsdoc when pubilc-only jsdoc is being checked and missing; fixes #​812 (d62a2a7)

v37.2.0

Compare Source

Features
  • update jsdoccomment, surface export default fix; fixes #​810 (f04a444)

v37.1.0

Compare Source

Features
  • check-indentation: ensure masking through decorators within tags (fixes #​789) (ecd1c72)

v37.0.3

Compare Source

Bug Fixes

v37.0.2

Compare Source

Bug Fixes

v37.0.1

Compare Source

Bug Fixes

v37.0.0

Compare Source

Features
BREAKING CHANGES
  • Requires ESLint@^7.0.0 || ^8.0.0
  • Updates jsdoc-type-pratt-parser and jsdoccomment

Co-authored-by: Brett Zamir <brettz9@​yahoo.com>


Configuration

📅 Schedule: "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Etc/Greenwich.

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency eslint-plugin-jsdoc to v38 (master) Update dependency eslint-plugin-jsdoc to v38 (master) - autoclosed Apr 15, 2022
@renovate renovate bot closed this Apr 15, 2022
@renovate renovate bot deleted the renovate/master-eslint-plugin-jsdoc-38.x branch April 15, 2022 20:39
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

1 participant