todos-in / todohub

Github action to automatically create issues from TODOs in code
MIT License
2 stars 0 forks source link

Bump eslint-plugin-jest from 27.9.0 to 28.2.0 #114

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps eslint-plugin-jest from 27.9.0 to 28.2.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v28.2.0

28.2.0 (2024-04-06)

Features

  • support providing aliases for @jest/globals package (#1543) (744d4f6)

v28.1.1

28.1.1 (2024-04-06)

Bug Fixes

  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)

v28.1.0

28.1.0 (2024-04-06)

Features

v28.0.0

28.0.0 (2024-04-06)

Bug Fixes

  • allow ESLint 9 as peer dependency (#1547) (3c5e167)
  • drop support for Node 19 (#1548) (c87e388)
  • no-large-snapshots: avoid instanceof RegExp check for ESLint v9 compatibility (#1542) (af4a9c9)

Features

BREAKING CHANGES

  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

28.2.0 (2024-04-06)

Features

  • support providing aliases for @jest/globals package (#1543) (744d4f6)

28.1.1 (2024-04-06)

Bug Fixes

  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)

28.1.0 (2024-04-06)

Features

28.0.0 (2024-04-06)

Bug Fixes

  • allow ESLint 9 as peer dependency (#1547) (3c5e167)
  • drop support for Node 19 (#1548) (c87e388)
  • no-large-snapshots: avoid instanceof RegExp check for ESLint v9 compatibility (#1542) (af4a9c9)

Features

BREAKING CHANGES

  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14
  • removed no-if in favor of no-conditional-in-test

28.0.0-next.7 (2024-04-06)

... (truncated)

Commits
  • 9f918bc chore(release): 28.2.0 [skip ci]
  • 744d4f6 feat: support providing aliases for @jest/globals package (#1543)
  • 8f59e2b chore(release): 28.1.1 [skip ci]
  • b4b7cbc fix(max-expects): properly reset counter when exiting a test case (#1550)
  • 6aaabc4 chore(release): 28.1.0 [skip ci]
  • 37478d8 feat: add prefer-importing-jest-globals rule (#1490)
  • 9aa7aee chore: remove patch (#1549)
  • 5bc0b88 chore(release): 28.0.0 [skip ci]
  • 7ecbae2 Merge pull request #1531 from jest-community/next
  • 9854767 chore(deps): update wagoid/commitlint-github-action action to v6 (#1539)
  • 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 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)