Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2025

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

Updates eslint-config-love from 133.0.0 to 134.0.0

Release notes

Sourced from eslint-config-love's releases.

v134.0.0

134.0.0 (2025-11-20)

⚠ BREAKING CHANGES

  • no-useless-concat
  • no-useless-assignment
  • no-unused-private-class-members
  • no eqeqeq exception for null
  • no-await-in-loop

Features

Changelog

Sourced from eslint-config-love's changelog.

134.0.0 (2025-11-20)

⚠ BREAKING CHANGES

  • no-useless-concat
  • no-useless-assignment
  • no-unused-private-class-members
  • no eqeqeq exception for null
  • no-await-in-loop

Features

Commits
  • 6d4d332 chore(release): 134.0.0 [skip ci]
  • 4c1352c Merge pull request #2224 from mightyiam/ci-latest-npm
  • 74910ce ci: use latest npm
  • e142477 feat!: no-useless-concat
  • 0123db4 feat!: no-useless-assignment
  • 4d9580c feat!: no-unused-private-class-members
  • daeabaf chore: intentionally no no-unsafe-optional-chaining
  • c2a49fd chore: intentionally no no-underscore-dangle
  • d4867d9 chore: intentionally no no-undefined
  • 313c416 Merge pull request #2222 from mightyiam/no-eq-null
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 61.1.12 to 61.4.0

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.4.0

61.4.0 (2025-11-20)

Features

v61.3.0

61.3.0 (2025-11-19)

Features

v61.2.1

61.2.1 (2025-11-13)

Bug Fixes

  • require-param: ensure all structures with interfaces do not trigger with interfaceExemptsParamsCheck: true (39a5b0a)
  • tag-lines: avoid reformatting post-delimiter spacing; fixes #1593 (702b226)

v61.2.0

61.2.0 (2025-11-12)

Features

  • sort-tags: add tagExceptions to allow additional lines per tag; fixes #1594 (85a1ea1)
Commits
  • 99c7fbd feat: add require-rejects rule; fixes #755
  • 03adf63 refactor: forbid inconsistent indentation with new option
  • edaf615 feat: allowIndentedSections option; fixes #541
  • bba6dd8 chore(deps-dev): bump glob from 11.0.3 to 11.1.0
  • 7d032f2 chore: update lock file
  • 702b226 fix(tag-lines): avoid reformatting post-delimiter spacing; fixes #1593
  • 39a5b0a fix(require-param): ensure all structures with interfaces do not trigger w...
  • 92a87f7 test: remove deprecated type from tests
  • 85a1ea1 feat(sort-tags): add tagExceptions to allow additional lines per tag; fix...
  • See full diff in compare view

Updates eslint-plugin-tsdoc from 0.4.0 to 0.5.0

Changelog

Sourced from eslint-plugin-tsdoc's changelog.

0.5.0

Tue, 11 Nov 2025 00:51:42 GMT

Minor changes

  • Normalize builtin imports.
  • Use a more robust method to find the project root.
Commits
  • b6cf4d2 Bump versions [skip ci]
  • fe1c73c Update changelogs [skip ci]
  • bfa9fe9 Merge pull request #448 from iclanton/handle-ts-built-in-directives
  • 87c923c Update dependencies and general repo cleanup. (#446)
  • cbe26fe Update rushstack dependencies.
  • See full diff in compare view

Updates typescript-eslint from 8.46.3 to 8.47.0

Release notes

Sourced from typescript-eslint's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.47.0 (2025-11-17)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.46.4 (2025-11-10)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits

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-tsdoc](https://github.com/microsoft/tsdoc/tree/HEAD/eslint-plugin) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `eslint-config-love` from 133.0.0 to 134.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@v133.0.0...v134.0.0)

Updates `eslint-plugin-jsdoc` from 61.1.12 to 61.4.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@v61.1.12...v61.4.0)

Updates `eslint-plugin-tsdoc` from 0.4.0 to 0.5.0
- [Changelog](https://github.com/microsoft/tsdoc/blob/main/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/microsoft/tsdoc/commits/eslint-plugin-tsdoc_v0.5.0/eslint-plugin)

Updates `typescript-eslint` from 8.46.3 to 8.47.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.47.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-version: 134.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-tsdoc
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.47.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 Nov 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 22, 2025 11:03
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.

1 participant