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 linting dependencies (major) - autoclosed #11

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^7.29.0 -> ^8.0.1 age adoption passing confidence
eslint-plugin-jsdoc ^30.7.13 -> ^36.1.1 age adoption passing confidence
eslint-plugin-mocha ^8.2.0 -> ^9.0.0 age adoption passing confidence
eslint-plugin-promise ^4.3.1 -> ^5.1.0 age adoption passing confidence
eslint-plugin-unicorn ^28.0.2 -> ^37.0.1 age adoption passing confidence

Release Notes

eslint/eslint

v8.0.1

Compare Source

v8.0.0

Compare Source

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

gajus/eslint-plugin-jsdoc

v36.1.1

Compare Source

Bug Fixes
  • check-indentation: ensure decorators in fenced code blocks do not terminate ignoring of indentation in code blocks; fixes #​789 (0f4d8e0)

v36.1.0

Compare Source

Bug Fixes
  • check-values: avoid capturing carriage return with license check; fixes #​783 (98a6d35)
Features

v36.0.8

Compare Source

Bug Fixes
  • with comment-parser allowing lower version, liberalize engines; fixes #​774 (63640e0)

v36.0.7

Compare Source

Bug Fixes

v36.0.6

Compare Source

Bug Fixes
  • include comment-parser patched version (0ace59d)

v36.0.5

Compare Source

Bug Fixes
  • update jsdoccomment and jsdoc-type-pratt-parser (80334d8)

v36.0.4

Compare Source

Bug Fixes
  • update jsdoccomment (in case executing version (like IDE) is an older version not affected by engines, should now work) (508bf18)

v36.0.3

Compare Source

Bug Fixes
  • update dep. jsdoccomment (c8eee8f)

v36.0.2

Compare Source

Bug Fixes
  • carriage returns and fixers (f9a27e3)

v36.0.1

Compare Source

Bug Fixes
  • trigger new release which for Node 14 requires at least ^14.14.0 (a469b83)

v36.0.0

Compare Source

chore
  • require Node ^12.20, ^14.13, or 16+ for exports pattern support (9eed57e)
BREAKING CHANGES
  • Update to minimum versions needed by comment-parser ESM update

v35.5.1

Compare Source

Bug Fixes

v35.5.0

Compare Source

Features
  • require-returns-check: add exemptGenerators option (default on for typescript mode) to allow [@returns](https://togithub.com/returns) to be present even without return (8ef41a1)

v35.4.7

Compare Source

Bug Fixes
  • require-returns: handle contexts TSFunctionType, TSMethodSignature, MethodDefinition; fixes #​767 (fdca227)

v35.4.6

Compare Source

Bug Fixes
  • require-param: if adding params, convert single-line block to multiline; fixes #​771 (641cdee)

v35.4.5

Compare Source

Bug Fixes
  • valid-types: allow and require types on [@extends](https://togithub.com/extends) for TypeScript as used in docs (and not name) (6989699)

v35.4.4

Compare Source

Bug Fixes
  • tag-lines: allow any in tags[tag].lines option to allow lines per tag when otherwise blocked (52d7eff)

v35.4.3

Compare Source

Bug Fixes
  • check-line-alignment: preserve carriage returns; fixes #​745 (27521d2)

v35.4.2

Compare Source

Bug Fixes
  • check-examples: auto-disable no-empty-function rule for expression checking; clear it is a no-op in this context (5a928db)

v35.4.1

Compare Source

Bug Fixes

v35.4.0

Compare Source

Features

v35.3.2

Compare Source

Bug Fixes
  • stop reporting for async functions with throw missing [@throws](https://togithub.com/throws); fixes #​722 (f7c8038)

v35.3.1

Compare Source

Bug Fixes
  • valid-types: parse name paths as permissive. (657c67c)

v35.3.0

Compare Source

Features

v35.2.0

Compare Source

Features
  • no-missing-syntax, no-restricted-syntax, etc.: assume any context if context omitted (2dcd9ad)

v35.1.3

Compare Source

Bug Fixes
  • require-jsdoc: exemptEmptyFunctions option could trigger problematic return value checking behavior with no-argument functions (3089a92)

v35.1.2

Compare Source

Bug Fixes
  • update jsdoc-type-pratt-parser (1745fca)

v35.1.1

Compare Source

Bug Fixes
  • update jsdoc-type-pratt-parser (liberalizes ID start to support underscores and start/continue to support other Unicode) (1a6de5e)

v35.1.0

Compare Source

Bug Fixes
  • no-missing-syntax, no-restricted-syntax: support "any" with comment including global comments (dc641cc)
Features
  • use jsdoc-type-pratt-parser (647d47e)

v35.0.0

Compare Source

Bug Fixes
  • multiline-blocks: Enable (noZeroLineText and noFinalLineText will apply by default) (b81e25d)
BREAKING CHANGES
  • multiline-blocks: Should have been enabled by default

Also adds newer rules to doc listing

v34.8.2

Compare Source

Bug Fixes

v34.8.1

Compare Source

Bug Fixes
  • tag-lines: avoid false positive for "never" when line break occurs in the middle of a tag description. (3496011)
  • tag-lines: ensure a middle-of-block empty line doesn't suppress "always" errors (33aa921)

v34.8.0

Compare Source

Features
  • tag-lines: add tags option to override behavior on a tag-specific basis (including only applying to tag(s)); fixes #​734 (6e5e76d)

v34.7.0

Compare Source

Features
  • multiline-blocks: add noFinalLineText option; fixes #​738 (03d3f40)

v34.6.3

Compare Source

Bug Fixes
  • multiline-blocks: fix merging of lines to prevent removal of spaces, though removing where needed (9af6e36)

v34.6.2

Compare Source

Bug Fixes
  • multiline-blocks: ensure noZeroLineText checks when noMultilineBlocks is true but not matching; fixes #​737 (19f60ac)

v34.6.1

Compare Source

Bug Fixes
  • no-multi-asterisks: avoid false positives and erring in fixer of single line blocks; fixes #​735 (355da58)

v34.6.0

Compare Source

Features
  • no-multi-asterisks rule to prevent multiple asterisks with middle delimiters or at end

Configuration

📅 Schedule: "before 2pm on Tuesday,before 2pm on Friday" in timezone Europe/Stockholm.

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

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

@renovate renovate bot force-pushed the renovate/major-linting branch 3 times, most recently from 727a4fb to 3d33724 Compare June 29, 2021 02:39
@renovate renovate bot force-pushed the renovate/major-linting branch from 3d33724 to 9c359e5 Compare July 1, 2021 22:37
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from 18ae2a7 to 507e8fb Compare July 12, 2021 22:39
@renovate renovate bot force-pushed the renovate/major-linting branch 6 times, most recently from 1da6fc3 to 679446b Compare July 26, 2021 22:01
@renovate renovate bot force-pushed the renovate/major-linting branch 2 times, most recently from e28b85a to 46c9903 Compare July 29, 2021 22:19
@renovate renovate bot changed the title Update linting dependencies (major) Update linting dependencies (major) - autoclosed May 9, 2022
@renovate renovate bot closed this May 9, 2022
@renovate renovate bot deleted the renovate/major-linting branch May 9, 2022 08:31
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