Skip to content

Update eslint (major) #596

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

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

Update eslint (major) #596

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-jsdoc 50.6.11 -> 51.4.1 age confidence
eslint-plugin-unicorn 59.0.0 -> 60.0.0 age confidence

Release Notes

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

v51.4.1

Compare Source

Bug Fixes

v51.4.0

Compare Source

Features

v51.3.4

Compare Source

Bug Fixes

v51.3.3

Compare Source

Bug Fixes
  • no-undefined-types: add Intl to global types and ensure arbitrary properties of globals can be addressed; fixes #​1423 (#​1424) (feb65e4)

v51.3.2

Compare Source

Bug Fixes
  • multiline-blocks: for requireSingleLineUnderCount, ensure multi-line types nullify checks (#​1422) (9b8efbd)

v51.3.1

Compare Source

Bug Fixes

v51.3.0

Compare Source

Features

v51.2.3

Compare Source

Bug Fixes
  • require-template, no-undefined-types, valid-types: properly parse template tags with defaults; fixes #​1418 (#​1419) (35e95a1)

v51.2.2

Compare Source

Bug Fixes

v51.2.1

Compare Source

Bug Fixes
  • no-undefined-types: also allow globals defined on languageOptions (#​1415) (e9ff4c7)

v51.2.0

Compare Source

Features

v51.1.3

Compare Source

Bug Fixes
  • no-undefined-types: liberalize checks to reallow for unknown properties on imports and defined globals; fixes #​1412 (#​1413) (a083c81)

v51.1.2

Compare Source

Bug Fixes

v51.1.1

Compare Source

Bug Fixes

v51.1.0

Compare Source

Features

v51.0.7

Compare Source

Bug Fixes
  • check-template-names: checks class body for comments where template names used; fixes #​1354 (#​1407) (ae2b314)

v51.0.6

Compare Source

Bug Fixes
  • require-jsdoc: update jsdoccomment (and espree) to get comment-finding for overloaded functions; fixes #​1369 (#​1406) (26ae169)

v51.0.5

Compare Source

Bug Fixes
  • no-undefined-types: check existence of class methods/properties (#​1405) (fcc7b26)

v51.0.4

Compare Source

Bug Fixes

v51.0.3

Compare Source

Bug Fixes

v51.0.2

Compare Source

Bug Fixes

v51.0.1

Compare Source

Bug Fixes

v51.0.0

Compare Source

chore
BREAKING CHANGES
  • Requires Node 20.11.0+

Also:

  • chore: upgrade are-docs-informative
  • refactor: use import.meta.dirname

v50.8.0

Compare Source

Features
  • getJsdocProcessorPlugin: allow exampleCodeRegex and rejectExampleCodeRegex to be RegExp objects (#​1395) (285a03c)

v50.7.1

Compare Source

Bug Fixes

v50.7.0

Compare Source

Features
  • getJsdocProcessorPlugin: add allowedLanguagesToProcess option (#​1392) (0adbf43)

v50.6.17

Compare Source

Bug Fixes

v50.6.16

Compare Source

Bug Fixes
  • valid-types: fix parsing of expressions like [@returns](https://redirect.github.com/returns) {[@​link](https://redirect.github.com/link) SomeType}; fixes #​1381 (#​1382) (2bd7242)

v50.6.15

Compare Source

Bug Fixes

v50.6.14

Compare Source

Bug Fixes
  • lines-before-block: Switch to a whitelist of punctuators (#​1385) (0a30832)

v50.6.13

Compare Source

Bug Fixes

v50.6.12

Compare Source

Bug Fixes
  • no-undefined-types: workaround parse-imports-exports bug in handling trailing whitespace; fixes #​1373 (#​1384) (f32989c)
sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v60.0.0

Compare Source

Breaking
New rules
Improvements
Fixes
  • no-array-callback-reference: Fix optional chaining expressions being ignored (#​2694) ad27922
  • no-unnecessary-await: Fix handling of experimental pipeline operator (#​2658) 2b8ebe5

v59.0.1

Compare Source

  • prefer-single-call: Fix crash on CallExpression followed by FunctionDeclaration (#​2639) 3114dd9


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin, 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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 12, 2025
@renovate renovate bot requested a review from Shinigami92 as a code owner June 12, 2025 22:29
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 12, 2025
Copy link
Contributor

github-actions bot commented Jun 12, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 94.69% (🎯 90%)
🟰 ±0%
2697 / 2848
🟢 Statements 94.69% (🎯 90%)
🟰 ±0%
2697 / 2848
🟢 Functions 96.36% (🎯 90%)
🟰 ±0%
106 / 110
🟢 Branches 93.03% (🎯 90%)
🟰 ±0%
641 / 689
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Unchanged Files
src/doctype-shortcut-registry.ts 100% 100% 100% 100%
src/index.ts 93.18% 100% 71.42% 93.18% 79-81, 84-86
src/logger.ts 77.46% 90.9% 81.81% 77.46% 37-46, 93-94, 153-157
src/printer.ts 94.26% 94.25% 100% 94.26% 337-338, 374-375, 524-526, 538-547, 552-565, 613-649, 665-666, 704-705, 790-794, 1143-1144, 1237-1238, 1265, 1274-1275, 1566-1567, 1613-1614, 1939-1945, 1983-1988
src/options/common.ts 100% 100% 100% 100%
src/options/constants.ts 100% 100% 100% 100%
src/options/converge.ts 100% 60% 100% 100%
src/options/index.ts 100% 100% 100% 100%
src/options/pug-attribute-separator.ts 89.74% 75% 100% 89.74% 52-55
src/options/pug-class-location.ts 100% 100% 100% 100%
src/options/pug-class-notation.ts 100% 100% 100% 100%
src/options/pug-closing-bracket-indent-depth.ts 100% 100% 100% 100%
src/options/pug-comment-preserve-spaces.ts 100% 100% 100% 100%
src/options/pug-explicit-div.ts 100% 100% 100% 100%
src/options/pug-framework.ts 100% 100% 100% 100%
src/options/pug-id-notation.ts 100% 100% 100% 100%
src/options/pug-preserve-attribute-brackets.ts 100% 100% 100% 100%
src/options/pug-preserve-whitespace.ts 100% 100% 100% 100%
src/options/pug-single-file-component-indentation.ts 100% 100% 100% 100%
src/options/pug-wrap-attributes.ts 100% 100% 100% 100%
src/options/types.ts 100% 100% 100% 100%
src/options/attribute-sorting/index.ts 100% 100% 100% 100%
src/options/attribute-sorting/utils.ts 95.69% 94.44% 100% 95.69% 82-83, 94-95
src/options/empty-attributes/index.ts 100% 100% 100% 100%
src/options/empty-attributes/types.ts 100% 100% 100% 100%
src/options/empty-attributes/utils.ts 100% 100% 100% 100%
src/utils/angular.ts 100% 100% 100% 100%
src/utils/common.ts 89.67% 86.11% 100% 89.67% 19-20, 27-28, 56-57, 258-259, 262-263, 269-272, 331-332
src/utils/script-mime-types.ts 87.5% 83.33% 100% 87.5% 42-43, 49-50
src/utils/svelte.ts 100% 100% 100% 100%
src/utils/vue.ts 100% 100% 100% 100%
Generated in workflow #760 for commit 4312a0a by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/major-eslint branch 8 times, most recently from ab85c4f to d065f21 Compare June 24, 2025 08:47
@renovate renovate bot force-pushed the renovate/major-eslint branch 4 times, most recently from 92dc56c to 9e3347e Compare July 2, 2025 18:04
@renovate renovate bot force-pushed the renovate/major-eslint branch from 9e3347e to 45be0da Compare July 7, 2025 10:29
@renovate renovate bot force-pushed the renovate/major-eslint branch 2 times, most recently from 8fb1d12 to 4c743a4 Compare July 16, 2025 16:50
@renovate renovate bot force-pushed the renovate/major-eslint branch from 4c743a4 to 4312a0a Compare July 21, 2025 17:39
@renovate renovate bot changed the title Update dependency eslint-plugin-jsdoc to v51 Update eslint (major) Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants