Skip to content

chore(deps): bump the eslint group across 1 directory with 4 updates#1401

Merged
jkowalleck merged 1 commit intomasterfrom
dependabot/npm_and_yarn/tools/code-style/eslint-f6ac6d3441
Jun 24, 2025
Merged

chore(deps): bump the eslint group across 1 directory with 4 updates#1401
jkowalleck merged 1 commit intomasterfrom
dependabot/npm_and_yarn/tools/code-style/eslint-f6ac6d3441

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2025

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

Updates eslint-config-love from 120.0.0 to 121.0.0

Release notes

Sourced from eslint-config-love's releases.

v121.0.0

121.0.0 (2025-06-21)

⚠ BREAKING CHANGES

  • import/enforce-node-protocol-usage and minimum eslint-plugin-import v2.32.0

Features

  • import/enforce-node-protocol-usage (a9d8391)
Changelog

Sourced from eslint-config-love's changelog.

121.0.0 (2025-06-21)

⚠ BREAKING CHANGES

  • import/enforce-node-protocol-usage and minimum eslint-plugin-import v2.32.0

Features

  • import/enforce-node-protocol-usage (a9d8391)
Commits
  • 34c7a73 chore(release): 121.0.0 [skip ci]
  • 0827546 Merge pull request #2120 from mightyiam/renovate/eslint-plugin-import-2.x-loc...
  • a9d8391 feat!: import/enforce-node-protocol-usage
  • 5ecb88b Merge pull request #2119 from mightyiam/renovate/lodash-4.x
  • ca01d3b chore(deps): update dependency @​types/lodash to v4.17.18
  • a29392c Merge pull request #2118 from mightyiam/renovate/typescript-eslint-packages
  • a9dcc34 chore(deps): update typescript-eslint packages to v8.34.1
  • c9525c5 Merge pull request #2116 from mightyiam/renovate/lefthook-1.x
  • 3885c92 chore(deps): update dependency lefthook to v1.11.14
  • ed3ec57 Merge pull request #2115 from mightyiam/renovate/node-24.x
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.31.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates eslint-plugin-jsdoc from 51.0.1 to 51.1.1

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v51.1.1

51.1.1 (2025-06-21)

Bug Fixes

  • require-jsdoc: check interfaces within file for comment blocks; fixes #768 (#1410) (2875c2d)

v51.1.0

51.1.0 (2025-06-21)

Features

  • lines-before-block: add default-on ignoreSingleLines option; fixes #1295 (#1408) (b0faae7)

v51.0.7

51.0.7 (2025-06-21)

Bug Fixes

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

v51.0.6

51.0.6 (2025-06-21)

Bug Fixes

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

v51.0.5

51.0.5 (2025-06-21)

Bug Fixes

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

v51.0.4

51.0.4 (2025-06-20)

Bug Fixes

  • no-undefined-types: mark sister method and property names as defined; fixes #1403 ; fixes #1119 (#1404) (9bb554a)

v51.0.3

51.0.3 (2025-06-17)

... (truncated)

Commits
  • 2875c2d fix(require-jsdoc): check interfaces within file for comment blocks; fixes ...
  • b0faae7 feat(lines-before-block): add default-on ignoreSingleLines option; fixes ...
  • ae2b314 fix(check-template-names): checks class body for comments where template na...
  • 26ae169 fix(require-jsdoc): update jsdoccomment (and espree) to get comment-finding...
  • fcc7b26 fix(no-undefined-types): check existence of class methods/properties (#1405)
  • 9bb554a fix(no-undefined-types): mark sister method and property names as defined; ...
  • ec387d6 fix: revert are-docs-informative while still using CJS; fixes #1400 (#1401)
  • 6855000 fix: revert "fix: require node v22"; fixes #1398 (#1402)
  • See full diff in compare view

Updates typescript-eslint from 8.34.0 to 8.34.1

Release notes

Sourced from typescript-eslint's releases.

v8.34.1

8.34.1 (2025-06-16)

🩹 Fixes

  • types: add 2026/17 to EcmaVersion (#11304)
  • typescript-estree: emit a Literal instead of Identifier for constructor when the identifier is a string (#11299)
  • visitor-keys: bump eslint-visitor-keys dependency (#11294)

❤️ Thank You

  • David Archibald
  • overlookmotel
  • Tao

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

Changelog

Sourced from typescript-eslint's changelog.

8.34.1 (2025-06-16)

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-import](https://github.com/import-js/eslint-plugin-import), [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 120.0.0 to 121.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@v120.0.0...v121.0.0)

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `eslint-plugin-jsdoc` from 51.0.1 to 51.1.1
- [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@v51.0.1...v51.1.1)

Updates `typescript-eslint` from 8.34.0 to 8.34.1
- [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.34.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-version: 121.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 51.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 21, 2025 12:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2025
@jkowalleck jkowalleck merged commit 832c8a6 into master Jun 24, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tools/code-style/eslint-f6ac6d3441 branch June 24, 2025 20:55
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