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

Build(deps-dev): Bump eslint-plugin-jest-dom from 5.1.0 to 5.4.0 #5720

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eslint-plugin-jest-dom from 5.1.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)

v5.2.0

5.2.0 (2024-03-21)

Features

  • add should-be-fine support for flat configs (#343) (a3b6695)

v5.1.1

5.1.1 (2024-03-21)

Bug Fixes

  • prefer-to-have-style: handle toHaveProperty with variable property name (#347) (622c191)
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)
  • a3b6695 feat: add should-be-fine support for flat configs (#343)
  • 622c191 fix(prefer-to-have-style): handle toHaveProperty with variable property nam...
  • 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-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 5.1.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.1.0...v5.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
@inmantaci inmantaci added the merge-tool-ready This ticket is ready to be merged in label Apr 29, 2024
@inmantaci
Copy link
Contributor

Processing this pull request

inmantaci pushed a commit that referenced this pull request Apr 29, 2024
…5720)

Bumps [eslint-plugin-jest-dom](https://github.com/testing-library/eslint-plugin-jest-dom) from 5.1.0 to 5.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/testing-library/eslint-plugin-jest-dom/releases">eslint-plugin-jest-dom's releases</a>.</em></p>
<blockquote>
<h2>v5.4.0</h2>
<h1><a href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.3.0...v5.4.0">5.4.0</a> (2024-04-19)</h1>
<h3>Features</h3>
<ul>
<li>support ESLint v9 (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/355">#355</a>) (<a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/3965c8fe025efb028c576fffd2408cf23dde56e3">3965c8f</a>)</li>
</ul>
<h2>v5.3.0</h2>
<h1><a href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.2.0...v5.3.0">5.3.0</a> (2024-04-19)</h1>
<h3>Features</h3>
<ul>
<li>allow <code>testing-library/dom</code> v10 (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/362">#362</a>) (<a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/60a3a37907176d68bce5400cddd6c5dff89c672c">60a3a37</a>)</li>
</ul>
<h3>Reverts</h3>
<ul>
<li>downgrade <code>codecov/codecov-action</code> (again) (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/351">#351</a>) (<a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/18afe30adab44a1c3fa96b9669b299178c5517b2">18afe30</a>)</li>
</ul>
<h2>v5.2.0</h2>
<h1><a href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.1.1...v5.2.0">5.2.0</a> (2024-03-21)</h1>
<h3>Features</h3>
<ul>
<li>add should-be-fine support for flat configs (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/343">#343</a>) (<a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/a3b6695330dceee19afd74e7e3afc8f3c30cf42c">a3b6695</a>)</li>
</ul>
<h2>v5.1.1</h2>
<h2><a href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.1.0...v5.1.1">5.1.1</a> (2024-03-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-to-have-style:</strong> handle <code>toHaveProperty</code> with variable property name (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/347">#347</a>) (<a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/622c191e13d69c248640547f45309eaf65e238bc">622c191</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/3965c8fe025efb028c576fffd2408cf23dde56e3"><code>3965c8f</code></a> feat: support ESLint v9 (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/355">#355</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/de56a198f3b1311c1ed2abc1e84160be94f5f6e8"><code>de56a19</code></a> ci: update matrix node version conditions (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/364">#364</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/3fc5b102d0d44c470059106d5fa4b5de002fe71a"><code>3fc5b10</code></a> ci: don't run <code>@testing-library/dom</code> v10 against Node 12.x (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/365">#365</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/60a3a37907176d68bce5400cddd6c5dff89c672c"><code>60a3a37</code></a> feat: allow <code>testing-library/dom</code> v10 (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/362">#362</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/7478eba21f5c6458b5a73abf03ad913fb3ec97cd"><code>7478eba</code></a> ci: only test against latest versions of ESLint majors (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/363">#363</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/227d0f86a8acc1cff52261f93f26761aa0b404bd"><code>227d0f8</code></a> ci: update matrix of node versions to test against (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/361">#361</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/18afe30adab44a1c3fa96b9669b299178c5517b2"><code>18afe30</code></a> revert: downgrade <code>codecov/codecov-action</code> (again) (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/351">#351</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/7ddc1f63b0b81d98ff1fc2f0b2792811deaba92a"><code>7ddc1f6</code></a> chore(deps): bump codecov/codecov-action from 3 to 4 (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/350">#350</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/a3b6695330dceee19afd74e7e3afc8f3c30cf42c"><code>a3b6695</code></a> feat: add should-be-fine support for flat configs (<a href="https://redirect.github.com/testing-library/eslint-plugin-jest-dom/issues/343">#343</a>)</li>
<li><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commit/622c191e13d69c248640547f45309eaf65e238bc"><code>622c191</code></a> fix(prefer-to-have-style): handle <code>toHaveProperty</code> with variable property nam...</li>
<li>Additional commits viewable in <a href="https://github.com/testing-library/eslint-plugin-jest-dom/compare/v5.1.0...v5.4.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest-dom&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=5.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>
@inmantaci
Copy link
Contributor

Merged into branches master, iso7 in 701ea28

@inmantaci inmantaci closed this Apr 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@inmantaci inmantaci deleted the dependabot/npm_and_yarn/eslint-plugin-jest-dom-5.4.0 branch April 29, 2024 12:35
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 merge-tool-ready This ticket is ready to be merged in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant