Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps the eslint group with 4 updates in the /tools/code-style directory: eslint-config-love, eslint-plugin-jsdoc, eslint-plugin-n and typescript-eslint.

Updates eslint-config-love from 122.0.0 to 125.0.0

Release notes

Sourced from eslint-config-love's releases.

v125.0.0

125.0.0 (2025-09-11)

⚠ BREAKING CHANGES

  • prefer-spread

Features

v124.0.0

124.0.0 (2025-09-11)

⚠ BREAKING CHANGES

  • no-script-url

Features

v123.0.0

123.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • deps: minimum eslint v9.35.0

Features

  • deps: minimum eslint v9.35.0 (5075c9b)
Changelog

Sourced from eslint-config-love's changelog.

125.0.0 (2025-09-11)

⚠ BREAKING CHANGES

  • prefer-spread

Features

124.0.0 (2025-09-11)

⚠ BREAKING CHANGES

  • no-script-url

Features

123.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • deps: minimum eslint v9.35.0

Features

  • deps: minimum eslint v9.35.0 (5075c9b)
Commits
  • c768239 chore(release): 125.0.0 [skip ci]
  • 3742f57 Merge pull request #2185 from mightyiam/prefer-spread
  • 70eefd2 feat!: prefer-spread
  • 2f157f8 Merge pull request #2184 from mightyiam/no-warning-comments
  • 140a2b3 chore: intentionally no use no-warning-comments
  • e899f37 Merge pull request #2183 from mightyiam/no-ternary
  • 6b15605 chore: intentionally no use no-ternary
  • 837106d chore(release): 124.0.0 [skip ci]
  • 27c6f60 Merge pull request #2182 from mightyiam/no-script-url
  • c8fa077 feat!: no-script-url
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 54.4.0 to 57.0.8

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v57.0.8

57.0.8 (2025-09-14)

Bug Fixes

v57.0.7

57.0.7 (2025-09-14)

Bug Fixes

v57.0.6

57.0.6 (2025-09-14)

Bug Fixes

  • examples configs: disable @typescript-eslint/no-unsed-vars (#1507) (34e5910)

v57.0.5

57.0.5 (2025-09-14)

Bug Fixes

  • types: add missing configs to index.configs type (#1505) (f019adf)

v57.0.4

57.0.4 (2025-09-14)

Bug Fixes

v57.0.3

57.0.3 (2025-09-13)

Bug Fixes

  • valid-types: avoid reporting for next (handled by own rule) (#1503) (76b8406)

v57.0.2

57.0.2 (2025-09-13)

... (truncated)

Commits
  • 6692d0e fix(types): plugin property should be an intersection; fixes #1509 (#1510)
  • 03a8a69 fix: CJS export regression; fixes #1478 (#1508)
  • 34e5910 fix(examples configs): disable @typescript-eslint/no-unsed-vars (#1507)
  • d137021 docs(processor): demonstrate use with TypeScript (#1506)
  • f019adf fix(types): add missing configs to index.configs type (#1505)
  • ab14982 fix(jsdoc/examples/rules and jsdoc/default-expressions/rules configs): ad...
  • 76b8406 fix(valid-types): avoid reporting for next (handled by own rule) (#1503)
  • 91f1c30 fix(extraRuleDefinitions.forbid jsdoc function option): point default link ...
  • 33a4529 fix(require-next-type, require-throws-type, require-yields-type): fix U...
  • 0645428 feat(require-next-type, require-throws-type, require-yields-type): adds...
  • Additional commits viewable in compare view

Updates eslint-plugin-n from 17.21.3 to 17.22.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.22.0

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Changelog

Sourced from eslint-plugin-n's changelog.

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)
Commits
  • bb77606 chore(master): release 17.22.0 (#469)
  • 0ab562b feat: support latest node 22 (#474)
  • fd0c192 feat: Add missing features from node 20.19.0 (#473)
  • 844155c fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are support...
  • 91a56d0 fix(ci): bump markdowncli-lint version (#468)
  • See full diff in compare view

Updates typescript-eslint from 8.42.0 to 8.43.0

Release notes

Sourced from typescript-eslint's releases.

v8.43.0

8.43.0 (2025-09-08)

🚀 Features

  • typescript-estree: disallow empty type parameter/argument lists (#11563)

🩹 Fixes

  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
  • rule-tester: normalize paths before checking if they escape cwd (#11525)
  • scope-manager: exclude Program from DefinitionBase node types (#11469)
  • type-utils: add union type support to TypeOrValueSpecifier (#11526)
  • typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.43.0 (2025-09-08)

🩹 Fixes

  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • ef9173c chore(release): publish 8.43.0
  • d8ca5ef fix(eslint-plugin): [no-deprecated] should report deprecated exports and reex...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the eslint group with 4 updates in the /tools/code-style directory: [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint-config-love` from 122.0.0 to 125.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v122.0.0...v125.0.0)

Updates `eslint-plugin-jsdoc` from 54.4.0 to 57.0.8
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v54.4.0...v57.0.8)

Updates `eslint-plugin-n` from 17.21.3 to 17.22.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.21.3...v17.22.0)

Updates `typescript-eslint` from 8.42.0 to 8.43.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.43.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-version: 125.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 57.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-version: 17.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 15, 2025 10:59
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2025
Signed-off-by: Jan Kowalleck <[email protected]>
@jkowalleck jkowalleck merged commit 7605e71 into main Sep 15, 2025
37 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tools/code-style/eslint-efa8cc4d16 branch September 15, 2025 11:15
@codacy-production
Copy link

codacy-production bot commented Sep 15, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.08% (target: -1.00%) (target: 90.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (312add1) 26223 25731 98.12%
Head commit (f1fcbb2) 26223 (+0) 25710 (-21) 98.04% (-0.08%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1299) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

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.

2 participants