Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the eslint group with 3 updates in the /tools/code-style directory: eslint-config-love, eslint-plugin-jsdoc 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.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v57.0.0

57.0.0 (2025-09-13)

Features

  • extraRuleDefinitions.forbid option to jsdoc function (9f50083)
  • require-next-type, require-throws-type, require-yields-type: adds new rules and adds to recommended and required configs; fixes #1461 (0645428)

BREAKING CHANGES

  • require-next-type, require-throws-type, require-yields-type: It is unlikely to affect users but when using the jsdoc constructor with a recommended config , this commit removes throws and yields from the structuredTags settings recently added to the config output to require types for these tags in favor of the herein added equivalent recommended rules. (next is still part of structuredTags output, however, because this setting ensures the non-standard next tag is treated as allowable without need for separate configuration.)

Also:

  • chore: remove unused linting directives

v56.1.2

56.1.2 (2025-09-11)

Bug Fixes

v56.1.1

56.1.1 (2025-09-11)

Bug Fixes

  • iterateJsdoc export: ensure default has type (#1497) (d5fb1d1)

v56.1.0

56.1.0 (2025-09-11)

Features

  • type-formatting: add property, this, throws, and yields tags (#1496) (8886628)

v56.0.2

56.0.2 (2025-09-11)

Bug Fixes

... (truncated)

Commits
  • 0645428 feat(require-next-type, require-throws-type, require-yields-type): adds...
  • dc88471 docs: add docs
  • 78d9d3d refactor: avoid generic Function type
  • 9083d3d refactor: replace any types and specify specific settings types
  • 9f50083 feat: extraRuleDefinitions.forbid option to jsdoc function
  • be2b7ae fix(iterateJsdoc export): fix export (#1498)
  • d5fb1d1 fix(iterateJsdoc export): ensure default has type (#1497)
  • 8886628 feat(type-formatting): add property, this, throws, and yields tags ...
  • 2644c6e refactor: remove unnecessary lines in declaration file (#1495)
  • 5f00672 fix(getJsdocComment, iterateJsdoc): fix CJS type declarations (#1493)
  • Additional commits viewable 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 3 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) 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.0
- [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.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.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 13, 2025 11:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 15, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tools/code-style/eslint-21e4bd39ea branch September 15, 2025 10:24
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