Skip to content
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

Bump the jest group across 1 directory with 2 updates #3056

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2024

Bumps the jest group with 2 updates in the / directory: eslint-plugin-jest and eslint-plugin-jest-dom.

Updates eslint-plugin-jest from 27.9.0 to 28.3.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.3.0

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)

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

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)

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

... (truncated)

Commits
  • bd6b918 chore(release): 28.3.0 [skip ci]
  • c464ae3 feat: prefer importing jest globals for specific types (#1568)
  • 2f21f33 refactor(expect-expect): remove unneeded array (#1571)
  • fe09d8a chore: remove eslint v9 as a dev dependency for now (#1569)
  • 20c8703 ci: test against Node 22 (#1565)
  • a63be2a ci: prioritize labelling pull requests based on their title rather than their...
  • 589c82b chore(deps): lock file maintenance
  • 08cbf8d chore: drop the tools from regenerate-docs command and remove other old r...
  • ff36ec2 test: remove some trailing whitespace (#1560)
  • 462e336 chore(deps): update dependency eslint-plugin-n to v17 (#1553)
  • Additional commits viewable in compare view

Updates eslint-plugin-jest-dom from 5.2.0 to 5.4.0

Release notes

Sourced from eslint-plugin-jest-dom's releases.

v5.4.0

5.4.0 (2024-04-19)

Features

v5.3.0

5.3.0 (2024-04-19)

Features

Reverts

  • downgrade codecov/codecov-action (again) (#351) (18afe30)
Commits
  • 3965c8f feat: support ESLint v9 (#355)
  • de56a19 ci: update matrix node version conditions (#364)
  • 3fc5b10 ci: don't run @testing-library/dom v10 against Node 12.x (#365)
  • 60a3a37 feat: allow testing-library/dom v10 (#362)
  • 7478eba ci: only test against latest versions of ESLint majors (#363)
  • 227d0f8 ci: update matrix of node versions to test against (#361)
  • 18afe30 revert: downgrade codecov/codecov-action (again) (#351)
  • 7ddc1f6 chore(deps): bump codecov/codecov-action from 3 to 4 (#350)
  • 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 Apr 30, 2024
Bumps the jest group with 2 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom).


Updates `eslint-plugin-jest` from 27.9.0 to 28.3.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.3.0)

Updates `eslint-plugin-jest-dom` from 5.2.0 to 5.4.0
- [Release notes](https://github.com/testing-library/eslint-plugin-jest-dom/releases)
- [Commits](testing-library/eslint-plugin-jest-dom@v5.2.0...v5.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jest-c3dea768af branch from 67aa81e to 337cfdb Compare April 30, 2024 23:03
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-c3dea768af branch May 1, 2024 03:46
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.

None yet

0 participants