Skip to content

chore(deps): update dependency eslint-plugin-jsdoc to v37.9.7#22

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-jsdoc-37.x
Open

chore(deps): update dependency eslint-plugin-jsdoc to v37.9.7#22
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-jsdoc-37.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

gajus/eslint-plugin-jsdoc

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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 1, 2021

Codecov Report

Merging #22 (a737a24) into main (7a09685) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           53        53           
  Branches         5         5           
=========================================
  Hits            53        53           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a09685...a737a24. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.1.0 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.0 Dec 9, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch 2 times, most recently from 05507b5 to 1713f8b Compare December 15, 2021 01:05
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.0 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.1 Dec 15, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 1713f8b to d701fcb Compare December 15, 2021 13:22
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.1 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.2 Dec 15, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from d701fcb to 12ffc4b Compare December 17, 2021 06:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.2 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.3 Dec 17, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 12ffc4b to 89b7d38 Compare December 17, 2021 16:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.3 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.4 Dec 17, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 89b7d38 to e74adbf Compare December 18, 2021 02:53
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.4 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.5 Dec 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from e74adbf to bf9361a Compare December 18, 2021 03:57
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.5 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.6 Dec 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from bf9361a to 417b242 Compare December 18, 2021 05:18
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.6 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.7 Dec 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 417b242 to 85ae987 Compare December 18, 2021 08:25
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.7 chore(deps): update dependency eslint-plugin-jsdoc to v37.2.8 Dec 18, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 85ae987 to a2f28d8 Compare December 19, 2021 11:43
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.2.8 chore(deps): update dependency eslint-plugin-jsdoc to v37.3.0 Dec 19, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from a2f28d8 to 1bf0208 Compare December 20, 2021 09:13
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.3.0 chore(deps): update dependency eslint-plugin-jsdoc to v37.4.0 Dec 20, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 1bf0208 to e6269c8 Compare December 28, 2021 15:51
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.4.0 chore(deps): update dependency eslint-plugin-jsdoc to v37.4.2 Dec 28, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from e6269c8 to 37bd66c Compare December 31, 2021 12:36
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.4.2 chore(deps): update dependency eslint-plugin-jsdoc to v37.5.0 Dec 31, 2021
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 37bd66c to b8f60e9 Compare January 3, 2022 14:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.5.0 chore(deps): update dependency eslint-plugin-jsdoc to v37.5.1 Jan 3, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from b8f60e9 to 5129c00 Compare January 8, 2022 14:42
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.5.1 chore(deps): update dependency eslint-plugin-jsdoc to v37.5.2 Jan 8, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from 5129c00 to fc3bf1f Compare January 9, 2022 14:15
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.5.2 chore(deps): update dependency eslint-plugin-jsdoc to v37.6.0 Jan 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from fc3bf1f to f0e6446 Compare January 9, 2022 16:49
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.6.0 chore(deps): update dependency eslint-plugin-jsdoc to v37.6.1 Jan 9, 2022
@renovate renovate bot force-pushed the renovate/eslint-plugin-jsdoc-37.x branch from f0e6446 to a737a24 Compare March 7, 2022 16:58
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-jsdoc to v37.6.1 chore(deps): update dependency eslint-plugin-jsdoc to v37.9.7 Mar 7, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant