Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Updates eslint from 9.39.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates eslint-config-love from 134.0.0 to 140.0.0

Release notes

Sourced from eslint-config-love's releases.

v140.0.0

140.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • prefer-object-spread

Features

v139.0.0

139.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • prefer-object-has-own

Features

v138.0.1

138.0.1 (2025-12-18)

Reverts

  • Revert "ci: rm environment from publish job" (e0bb16a)

v138.0.0

138.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • prefer-numeric-literals

Features

  • prefer-numeric-literals (5fe5112)

v137.0.0

137.0.0 (2025-12-11)

⚠ BREAKING CHANGES

  • prefer-named-capture-group
  • prefer-exponentiation-operator

Features

... (truncated)

Changelog

Sourced from eslint-config-love's changelog.

140.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • prefer-object-spread

Features

139.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • prefer-object-has-own

Features

138.0.1 (2025-12-18)

Reverts

  • Revert "ci: rm environment from publish job" (e0bb16a)

138.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • prefer-numeric-literals

Features

  • prefer-numeric-literals (5fe5112)

137.0.0 (2025-12-11)

⚠ BREAKING CHANGES

  • prefer-named-capture-group
  • prefer-exponentiation-operator

Features

  • prefer-exponentiation-operator (a010301)
  • prefer-named-capture-group (49fbcb7)

136.0.0 (2025-12-04)

... (truncated)

Commits
  • c52d2ed chore(release): 140.0.0 [skip ci]
  • 1274725 feat!: prefer-object-spread
  • 1f98a70 chore(release): 139.0.0 [skip ci]
  • 3e9ab57 feat!: prefer-object-has-own
  • 00d8b48 chore(release): 138.0.1 [skip ci]
  • 0e71979 ci(publish): var and secret names
  • e0bb16a Revert "ci: rm environment from publish job"
  • 0e294f8 chore(release): 138.0.0 [skip ci]
  • ee234c1 ci: publish job GH_TOKEN -> GITHUB_TOKEN
  • d411ce5 ci: rm environment from publish job
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-config-love since your current version.


Updates eslint-plugin-jest from 29.2.1 to 29.11.0

Release notes

Sourced from eslint-plugin-jest's releases.

v29.11.0

29.11.0 (2025-12-23)

Features

  • create new prefer-mock-return-shorthand rule (#1897) (0eb94b6)

v29.10.1

29.10.1 (2025-12-22)

Bug Fixes

  • valid-expect-in-promise: don't crash on it.todo (#1896) (5511258)

v29.10.0

29.10.0 (2025-12-22)

Features

  • valid-title: ensure printf specifiers in .each titles are valid (#1892) (5db9b3b)

v29.9.0

29.9.0 (2025-12-22)

Features

  • no-unnecessary-assertion: support toBeNaN too (#1890) (1dd5e5d)

v29.8.0

29.8.0 (2025-12-22)

Features

  • create new valid-expect-with-promise rule (#1888) (753e5bb)

v29.7.0

29.7.0 (2025-12-22)

Features

v29.6.1

29.6.1 (2025-12-22)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

29.11.0 (2025-12-23)

Features

  • create new prefer-mock-return-shorthand rule (#1897) (0eb94b6)

29.10.1 (2025-12-22)

Bug Fixes

  • valid-expect-in-promise: don't crash on it.todo (#1896) (5511258)

29.10.0 (2025-12-22)

Features

  • valid-title: ensure printf specifiers in .each titles are valid (#1892) (5db9b3b)

29.9.0 (2025-12-22)

Features

  • no-unnecessary-assertion: support toBeNaN too (#1890) (1dd5e5d)

29.8.0 (2025-12-22)

Features

  • create new valid-expect-with-promise rule (#1888) (753e5bb)

29.7.0 (2025-12-22)

Features

29.6.1 (2025-12-22)

Bug Fixes

  • no-unnecessary-assertion: ignore resolve and reject chains (for now) (#1887) (64a5f0c)

29.6.0 (2025-12-21)

... (truncated)

Commits
  • c42bc74 chore(release): 29.11.0 [skip ci]
  • 0eb94b6 feat: create new prefer-mock-return-shorthand rule (#1897)
  • 37ad071 chore(release): 29.10.1 [skip ci]
  • 5511258 fix(valid-expect-in-promise): don't crash on it.todo (#1896)
  • af94bf1 chore(release): 29.10.0 [skip ci]
  • 5db9b3b feat(valid-title): ensure printf specifiers in .each titles are valid (#1892)
  • 6d0f038 refactor: don't return the result of void functions (#1895)
  • a8f5f33 refactor: remove unneeded optional chains and other conditions (#1894)
  • b8b3110 test(no-deprecated-functions): remove unneeded async function (#1893)
  • 306c825 test: deduplicate typescript-related code (#1889)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.48.0 to 8.50.1

Release notes

Sourced from typescript-eslint's releases.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

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

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

❤️ Thank You

  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

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

v8.48.1

8.48.1 (2025-12-02)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.50.1 (2025-12-22)

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.50.0 (2025-12-15)

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.49.0 (2025-12-08)

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.48.1 (2025-12-02)

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
  • d520b88 chore(release): publish 8.50.1
  • c62e858 chore(release): publish 8.50.0
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 8fe3445 chore(release): publish 8.48.1
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 1, 2026
@github-actions github-actions bot enabled auto-merge January 1, 2026 00:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-6b8e4d0be3 branch 3 times, most recently from 3dcedfb to 63bfa32 Compare January 2, 2026 02:19
dependabot bot and others added 2 commits January 1, 2026 21:35
Bumps the eslint group with 4 updates: [eslint](https://github.com/eslint/eslint), [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` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v9.39.2)

Updates `eslint-config-love` from 134.0.0 to 140.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@v134.0.0...v140.0.0)

Updates `eslint-plugin-jest` from 29.2.1 to 29.11.0
- [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.2.1...v29.11.0)

Updates `typescript-eslint` from 8.48.0 to 8.50.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.50.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-config-love
  dependency-version: 140.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-jest
  dependency-version: 29.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-version: 8.50.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-6b8e4d0be3 branch from 63bfa32 to 8b813a3 Compare January 2, 2026 02:35
@slifty
Copy link
Contributor

slifty commented Jan 2, 2026

We violated this lint rule -- included a fix as a separate commit (so needs review)

@github-actions github-actions bot merged commit efae549 into main Jan 5, 2026
6 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/eslint-6b8e4d0be3 branch January 5, 2026 21:40
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.

3 participants