Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps eslint-plugin-jest from 27.9.0 to 28.11.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v28.11.0

28.11.0 (2025-01-15)

Features

  • valid-expect: allow calling expect with no arguments (#1688) (ff0349e)

v28.10.1

28.10.1 (2025-01-15)

Bug Fixes

  • padding-around-test-blocks: update description (#1691) (9cb4ecc)

v28.10.0

28.10.0 (2024-12-19)

Features

  • unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)

v28.9.0

28.9.0 (2024-11-05)

Features

v28.8.3

28.8.3 (2024-09-04)

Bug Fixes

  • prefer-importing-jest-globals: don't add imports in the middle of statements (#1645) (9c4197c)

v28.8.2

28.8.2 (2024-09-02)

Performance Improvements

  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#1646) (0660242)

v28.8.1

28.8.1 (2024-08-29)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

28.11.0 (2025-01-15)

Features

  • valid-expect: allow calling expect with no arguments (#1688) (ff0349e)

28.10.1 (2025-01-15)

Bug Fixes

  • padding-around-test-blocks: update description (#1691) (9cb4ecc)

28.10.0 (2024-12-19)

Features

  • unbound-method: ignore functions passed to jest.mocked (#1681) (d868636)

28.9.0 (2024-11-05)

Features

28.8.3 (2024-09-04)

Bug Fixes

  • prefer-importing-jest-globals: don't add imports in the middle of statements (#1645) (9c4197c)

28.8.2 (2024-09-02)

Performance Improvements

  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#1646) (0660242)

28.8.1 (2024-08-29)

Bug Fixes

  • prefer-importing-jest-globals: support typescript-eslint parser (#1639) (307f6a7)

28.8.0 (2024-08-07)

... (truncated)

Commits
  • 53427f0 chore(release): 28.11.0 [skip ci]
  • ff0349e feat(valid-expect): allow calling expect with no arguments (#1688)
  • deb6609 chore(release): 28.10.1 [skip ci]
  • 9cb4ecc fix(padding-around-test-blocks): update description (#1691)
  • eecc6e6 chore: downgrade markdown-link-check to known working version and make it l...
  • f05e76d chore: add Node 23 to CI (#1695)
  • 8c89634 chore(deps): update dependency eslint-config-prettier to v10 (#1694)
  • 320e949 chore(deps): update dependency is-ci to v4 (#1682)
  • 9c91509 chore: update package urls for homepage, repository, and bugs (#1693)
  • 3377cae chore(deps): lock file maintenance (#1692)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2025
@contentful-automation contentful-automation bot enabled auto-merge (squash) January 16, 2025 00:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 269c7bb to b857656 Compare January 16, 2025 00:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from b857656 to 786f2fa Compare January 17, 2025 00:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 786f2fa to 6226e53 Compare January 24, 2025 03:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 6226e53 to 799a634 Compare January 27, 2025 00:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 799a634 to c00c08a Compare January 29, 2025 01:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from c00c08a to 0d00e11 Compare February 3, 2025 01:13
contentful-automation[bot]
contentful-automation bot previously approved these changes Feb 3, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 0d00e11 to 2fc3d47 Compare February 5, 2025 01:02
contentful-automation[bot]
contentful-automation bot previously approved these changes Feb 5, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 2fc3d47 to 9e8e9a4 Compare February 10, 2025 01:26
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.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@v27.9.0...v28.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch from 9e8e9a4 to a50f739 Compare February 14, 2025 00:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 28, 2025

Superseded by #3014.

@dependabot dependabot bot closed this May 28, 2025
auto-merge was automatically disabled May 28, 2025 00:12

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-jest-28.11.0 branch May 28, 2025 00:12
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.

0 participants