Skip to content

Bump eslint-plugin-jest from 28.14.0 to 29.0.1 in /src/TodoApp #1498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eslint-plugin-jest from 28.14.0 to 29.0.1.

Release notes

Sourced from eslint-plugin-jest's releases.

v29.0.1

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

v29.0.0

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16
Changelog

Sourced from eslint-plugin-jest's changelog.

29.0.1 (2025-06-18)

Bug Fixes

  • update semantic-release config so new v29 major is marked as latest on npm (#1772) (531c8ba)

29.0.0 (2025-06-18)

Bug Fixes

  • remove jest/no-alias-methods from styles config (d3bf1dc)

Features

  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v6 (fe61a40)
  • drop support for [@typescript-eslint](https://github.com/typescript-eslint) v7 (5ca65d3)
  • drop support for ESLint v7 (b06e7d0)
  • drop support for ESLint v8.x prior to v8.57.0 (d79765a)
  • drop support for Node v16 (aaf62cd)
  • drop support for Node v18 (598880c)
  • drop support for Node v20.x prior to v20.12.0 (2f2fb68)
  • drop support for Node v21 (a366393)
  • drop support for Node v23 (1fb1a67)
  • unbound-method: remove docs.recommended and docs.requiresTypeChecking properties (945651c)

BREAKING CHANGES

  • dropped support for ESLint v8.x prior to v8.57.0
  • dropped support for Node v20.x prior to v20.12.0
  • dropped support for Node v23
  • dropped support for Node v18
  • unbound-method: removed docs.recommend and docs.requiresTypeChecking from unbound-method
  • dropped support for @typescript-eslint v7
  • dropped support for @typescript-eslint v6
  • jest/no-alias-methods has been removed from the styles config as its already in the recommended config
  • dropped support for ESLint v7
  • dropped support for Node v21
  • dropped support for Node v16
Commits
  • 0206a8a chore(release): 29.0.1 [skip ci]
  • 1a9d310 docs: remove duplicate changelog entry (again) (#1774)
  • f3deac1 chore(release): 29.0.0 [skip ci]
  • 6eade92 docs: remove duplicate changelog entry (#1773)
  • 5b4cb54 chore(release): 29.0.0 [skip ci]
  • 531c8ba fix: update semantic-release config so new v29 major is marked as latest on `...
  • fc41e8d chore(release): 29.0.0 [skip ci]
  • d4caa67 refactor: remove ESLint context fallbacks
  • 854cef4 feat: drop support for ESLint v8.x prior to v8.57.0
  • 83c130b feat: drop support for Node v20.x prior to v20.12.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.14.0 to 29.0.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@v28.14.0...v29.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 19, 2025
Copy link
Contributor

@costellobot costellobot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependency update.

@costellobot costellobot bot enabled auto-merge (squash) June 19, 2025 04:11
@costellobot costellobot bot merged commit ebdd95f into main Jun 19, 2025
10 checks passed
@costellobot costellobot bot deleted the dependabot/npm_and_yarn/src/TodoApp/eslint-plugin-jest-29.0.1 branch June 19, 2025 04:17
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.

0 participants