Skip to content

Bump the eslint group with 3 updates#642

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-c774a07b76
Feb 9, 2026
Merged

Bump the eslint group with 3 updates#642
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-c774a07b76

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the eslint group with 3 updates: eslint-config-love, eslint-plugin-jest and typescript-eslint.

Updates eslint-config-love from 140.0.0 to 147.0.0

Release notes

Sourced from eslint-config-love's releases.

v147.0.0

147.0.0 (2026-01-22)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-unused-private-class-members

Features

  • @​typescript-eslint/no-unused-private-class-members (e4f5a60)

v146.0.0

146.0.0 (2026-01-22)

⚠ BREAKING CHANGES

  • require-yield

Features

v145.0.0

145.0.0 (2026-01-15)

⚠ BREAKING CHANGES

  • use eslint-community fork of eslint-plugin-eslint-comments

Features

  • use eslint-community fork of eslint-plugin-eslint-comments (502a6da), closes #2245

v144.0.0

144.0.0 (2026-01-08)

⚠ BREAKING CHANGES

  • require-unicode-regexp

Features

v143.0.0

143.0.0 (2026-01-08)

⚠ BREAKING CHANGES

  • require-atomic-updates

... (truncated)

Changelog

Sourced from eslint-config-love's changelog.

147.0.0 (2026-01-22)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-unused-private-class-members

Features

  • @​typescript-eslint/no-unused-private-class-members (e4f5a60)

146.0.0 (2026-01-22)

⚠ BREAKING CHANGES

  • require-yield

Features

145.0.0 (2026-01-15)

⚠ BREAKING CHANGES

  • use eslint-community fork of eslint-plugin-eslint-comments

Features

  • use eslint-community fork of eslint-plugin-eslint-comments (502a6da), closes #2245

144.0.0 (2026-01-08)

⚠ BREAKING CHANGES

  • require-unicode-regexp

Features

143.0.0 (2026-01-08)

⚠ BREAKING CHANGES

  • require-atomic-updates

Features

... (truncated)

Commits
  • ef9849e chore(release): 147.0.0 [skip ci]
  • e4f5a60 feat!: @​typescript-eslint/no-unused-private-class-members
  • 21f79d8 chore: intentionally no sort-vars
  • 0f7c879 chore: intentionally no sort-keys
  • 25ed811 chore: intentionally no sort-imports
  • b4e28cd chore: fix typo in code comment
  • 54aa67f chore(release): 146.0.0 [skip ci]
  • 311520f feat!: require-yield
  • f89b1c3 Merge pull request #2253 from mightyiam/dependabot/npm_and_yarn/lodash-es-4.1...
  • 9d98c08 chore(deps-dev): bump lodash-es from 4.17.21 to 4.17.23
  • Additional commits viewable in compare view

Updates eslint-plugin-jest from 29.11.0 to 29.12.1

Release notes

Sourced from eslint-plugin-jest's releases.

v29.12.1

29.12.1 (2026-01-02)

Bug Fixes

  • no-unnecessary-assertion: don't report for any and unknown types (#1918) (388a36c)

v29.12.0

29.12.0 (2025-12-30)

Features

  • prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#1914) (13bbd20)

v29.11.4

29.11.4 (2025-12-30)

Bug Fixes

  • prefer-mock-return-shorthand: ignore use of update expressions (#1913) (5713ac9)

v29.11.3

29.11.3 (2025-12-30)

Bug Fixes

  • prefer-mock-return-shorthand: ignore async implementations (#1912) (80288e2)

v29.11.2

29.11.2 (2025-12-29)

Bug Fixes

  • prefer-mock-return-shorthand: don't report mutable implementations (#1908) (b164700)

v29.11.1

29.11.1 (2025-12-29)

Bug Fixes

  • unbound-method: ignore inline use of jest.mocked(...) (#1862) (3a50b97)
Changelog

Sourced from eslint-plugin-jest's changelog.

29.12.1 (2026-01-02)

Bug Fixes

  • no-unnecessary-assertion: don't report for any and unknown types (#1918) (388a36c)

29.12.0 (2025-12-30)

Features

  • prefer-mock-return-shorthand: greatly improve checking if mutable variables are used (#1914) (13bbd20)

29.11.4 (2025-12-30)

Bug Fixes

  • prefer-mock-return-shorthand: ignore use of update expressions (#1913) (5713ac9)

29.11.3 (2025-12-30)

Bug Fixes

  • prefer-mock-return-shorthand: ignore async implementations (#1912) (80288e2)

29.11.2 (2025-12-29)

Bug Fixes

  • prefer-mock-return-shorthand: don't report mutable implementations (#1908) (b164700)

29.11.1 (2025-12-29)

Bug Fixes

  • unbound-method: ignore inline use of jest.mocked(...) (#1862) (3a50b97)
Commits
  • 45edad2 chore(release): 29.12.1 [skip ci]
  • 388a36c fix(no-unnecessary-assertion): don't report for any and unknown types (#1...
  • badfe77 docs: put rule descriptions after title (#1916)
  • ce44f84 chore: update eslint-remote-tester (#1915)
  • cc3cd98 chore(release): 29.12.0 [skip ci]
  • 13bbd20 feat(prefer-mock-return-shorthand): greatly improve checking if mutable varia...
  • eaa5549 chore(release): 29.11.4 [skip ci]
  • 5713ac9 fix(prefer-mock-return-shorthand): ignore use of update expressions (#1913)
  • e9f1a58 chore(release): 29.11.3 [skip ci]
  • 80288e2 fix(prefer-mock-return-shorthand): ignore async implementations (#1912)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.50.1 to 8.53.1

Release notes

Sourced from typescript-eslint's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

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

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)
  • eslint-plugin: add rule [strict-void-return] (#9707)
  • project-service: allow passing Partial<ts.server.ServerHost> to project service (#11932)

🩹 Fixes

  • eslint-plugin: replace unclear "error typed" with more helpful description (#11704)
  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)
  • typescript-estree: forbid type-only import with both default and named specifiers (#11930)
  • typescript-estree: fix syntax check for using declaration (#11910)
  • typescript-estree: forbid invalid class implements (#11934)
  • typescript-estree: forbid invalid "import equals" declaration (#11936)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#11935)

❤️ Thank You

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

v8.52.0

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.53.1 (2026-01-19)

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.53.0 (2026-01-12)

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.52.0 (2026-01-05)

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.51.0 (2025-12-29)

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@github-actions github-actions bot enabled auto-merge February 1, 2026 00:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-c774a07b76 branch from d66597b to 316693b Compare February 2, 2026 17:00
@slifty slifty force-pushed the dependabot/npm_and_yarn/eslint-c774a07b76 branch from 90ad108 to 2bcbb38 Compare February 9, 2026 21:05
Bumps the eslint group with 3 updates: [eslint-config-love](https://github.com/mightyiam/eslint-config-love), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).

Updates `eslint-config-love` from 140.0.0 to 147.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/master/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v140.0.0...v147.0.0)

Updates `eslint-plugin-jest` from 29.11.0 to 29.12.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.11.0...v29.12.1)

Updates `typescript-eslint` from 8.50.1 to 8.53.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.53.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint-config-love
  dependency-version: 147.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jest
  dependency-version: 29.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@slifty slifty force-pushed the dependabot/npm_and_yarn/eslint-c774a07b76 branch from 2bcbb38 to e8c2123 Compare February 9, 2026 21:20
@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.65%. Comparing base (aa1d6e0) to head (e8c2123).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #642   +/-   ##
=======================================
  Coverage   99.65%   99.65%           
=======================================
  Files          75       75           
  Lines         580      580           
  Branches       64       58    -6     
=======================================
  Hits          578      578           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot merged commit 7a85f37 into main Feb 9, 2026
9 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/eslint-c774a07b76 branch February 9, 2026 21:35
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments