[PR #463] [MERGED] Bump eslint-plugin-jest from 26.2.2 to 26.4.5 #466

Closed
opened 2026-03-29 18:08:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/463
Author: @dependabot[bot]
Created: 5/30/2022
Status: Merged
Merged: 5/30/2022
Merged by: @mergify[bot]

Base: developHead: dependabot/npm_and_yarn/eslint-plugin-jest-26.4.5


📝 Commits (1)

  • 876b1ad Bump eslint-plugin-jest from 26.2.2 to 26.4.5

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps eslint-plugin-jest from 26.2.2 to 26.4.5.

Release notes

Sourced from eslint-plugin-jest's releases.

v26.4.5

26.4.5 (2022-05-29)

Bug Fixes

  • expect-expect: include numbers when matching assert function names with wildcards (#1134) (2d0ef11)

v26.4.4

26.4.4 (2022-05-29)

Bug Fixes

  • don't consider template tags in the middle of a possible jest function chain to be valid (#1133) (430de17)

v26.4.3

26.4.3 (2022-05-29)

Bug Fixes

  • don't consider method calls on literals or new to be jest functions (#1132) (379ceb3)
  • produce valid code when when fixing properties accessed with square brackets (#1131) (6cd600d)

v26.4.2

26.4.2 (2022-05-28)

Bug Fixes

  • don't consider concurrent.skip and concurrent.only valid test functions (#1124) (0aa5eb6)
  • no-disabled-tests: use jest function call parser for checking number of args (#1126) (b67e389)

v26.4.1

26.4.1 (2022-05-28)

Bug Fixes

  • no-disabled-tests: switch to using jest function call parser (#1125) (32931c3)
  • support failing property on test functions (#1123) (6d75e8d)

v26.4.0

26.4.0 (2022-05-28)

Features

  • improve how jest function calls are resolved to account for import aliases (#1122) (781f00e)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

26.4.5 (2022-05-29)

Bug Fixes

  • expect-expect: include numbers when matching assert function names with wildcards (#1134) (2d0ef11)

26.4.4 (2022-05-29)

Bug Fixes

  • don't consider template tags in the middle of a possible jest function chain to be valid (#1133) (430de17)

26.4.3 (2022-05-29)

Bug Fixes

  • don't consider method calls on literals or new to be jest functions (#1132) (379ceb3)
  • produce valid code when when fixing properties accessed with square brackets (#1131) (6cd600d)

26.4.2 (2022-05-28)

Bug Fixes

  • don't consider concurrent.skip and concurrent.only valid test functions (#1124) (0aa5eb6)
  • no-disabled-tests: use jest function call parser for checking number of args (#1126) (b67e389)

26.4.1 (2022-05-28)

Bug Fixes

  • no-disabled-tests: switch to using jest function call parser (#1125) (32931c3)
  • support failing property on test functions (#1123) (6d75e8d)

26.4.0 (2022-05-28)

Features

  • improve how jest function calls are resolved to account for import aliases (#1122) (781f00e)

26.3.0 (2022-05-28)

Features

... (truncated)

Commits
  • 0008acf chore(release): 26.4.5 [skip ci]
  • 2d0ef11 fix(expect-expect): include numbers when matching assert function names with ...
  • a19bcf4 chore(release): 26.4.4 [skip ci]
  • 430de17 fix: don't consider template tags in the middle of a possible jest function c...
  • 44de2ad chore(release): 26.4.3 [skip ci]
  • 6cd600d fix: produce valid code when when fixing properties accessed with square brac...
  • 379ceb3 fix: don't consider method calls on literals or new to be jest functions (#...
  • 0b2d64d refactor: break utils up a bit and remove old/outdated types (#1127)
  • 963c536 chore(release): 26.4.2 [skip ci]
  • 0aa5eb6 fix: don't consider concurrent.skip and concurrent.only valid test functi...
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/joelwmale/webhook-action/pull/463 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/30/2022 **Status:** ✅ Merged **Merged:** 5/30/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-26.4.5` --- ### 📝 Commits (1) - [`876b1ad`](https://github.com/joelwmale/webhook-action/commit/876b1adeda102dc05e6359225c7035ffdf91dd78) Bump eslint-plugin-jest from 26.2.2 to 26.4.5 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.2.2 to 26.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v26.4.5</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5">26.4.5</a> (2022-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>expect-expect:</strong> include numbers when matching assert function names with wildcards (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1134">#1134</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083">2d0ef11</a>)</li> </ul> <h2>v26.4.4</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.3...v26.4.4">26.4.4</a> (2022-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>don't consider template tags in the middle of a possible jest function chain to be valid (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1133">#1133</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc">430de17</a>)</li> </ul> <h2>v26.4.3</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3">26.4.3</a> (2022-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>don't consider method calls on literals or <code>new</code> to be jest functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1132">#1132</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/379ceb31467bb957f6988821c57611e475e59313">379ceb3</a>)</li> <li>produce valid code when when fixing properties accessed with square brackets (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1131">#1131</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6cd600dbd4846fcb7ba8c7756ac0cf4b8b0e0a4b">6cd600d</a>)</li> </ul> <h2>v26.4.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2">26.4.2</a> (2022-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li>don't consider <code>concurrent.skip</code> and <code>concurrent.only</code> valid test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1124">#1124</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d">0aa5eb6</a>)</li> <li><strong>no-disabled-tests:</strong> use jest function call parser for checking number of args (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1126">#1126</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b67e389b401ee6adb31fbfd0a7f903312544e5e8">b67e389</a>)</li> </ul> <h2>v26.4.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1">26.4.1</a> (2022-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-disabled-tests:</strong> switch to using jest function call parser (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1125">#1125</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/32931c331d5eb5584c7b6a24306d834d620c8470">32931c3</a>)</li> <li>support <code>failing</code> property on test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1123">#1123</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6d75e8da7a33d1386db1f8d4a04544c42bec443e">6d75e8d</a>)</li> </ul> <h2>v26.4.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.3.0...v26.4.0">26.4.0</a> (2022-05-28)</h1> <h3>Features</h3> <ul> <li>improve how jest function calls are resolved to account for import aliases (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1122">#1122</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/781f00e0120a02e992e213042e05c0c03da90330">781f00e</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.4...v26.4.5">26.4.5</a> (2022-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>expect-expect:</strong> include numbers when matching assert function names with wildcards (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1134">#1134</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083">2d0ef11</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.3...v26.4.4">26.4.4</a> (2022-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>don't consider template tags in the middle of a possible jest function chain to be valid (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1133">#1133</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc">430de17</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.2...v26.4.3">26.4.3</a> (2022-05-29)</h2> <h3>Bug Fixes</h3> <ul> <li>don't consider method calls on literals or <code>new</code> to be jest functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1132">#1132</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/379ceb31467bb957f6988821c57611e475e59313">379ceb3</a>)</li> <li>produce valid code when when fixing properties accessed with square brackets (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1131">#1131</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6cd600dbd4846fcb7ba8c7756ac0cf4b8b0e0a4b">6cd600d</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.1...v26.4.2">26.4.2</a> (2022-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li>don't consider <code>concurrent.skip</code> and <code>concurrent.only</code> valid test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1124">#1124</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d">0aa5eb6</a>)</li> <li><strong>no-disabled-tests:</strong> use jest function call parser for checking number of args (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1126">#1126</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/b67e389b401ee6adb31fbfd0a7f903312544e5e8">b67e389</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.4.0...v26.4.1">26.4.1</a> (2022-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-disabled-tests:</strong> switch to using jest function call parser (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1125">#1125</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/32931c331d5eb5584c7b6a24306d834d620c8470">32931c3</a>)</li> <li>support <code>failing</code> property on test functions (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1123">#1123</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/6d75e8da7a33d1386db1f8d4a04544c42bec443e">6d75e8d</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.3.0...v26.4.0">26.4.0</a> (2022-05-28)</h1> <h3>Features</h3> <ul> <li>improve how jest function calls are resolved to account for import aliases (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1122">#1122</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/781f00e0120a02e992e213042e05c0c03da90330">781f00e</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.2...v26.3.0">26.3.0</a> (2022-05-28)</h1> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0008acf92e8e4ac2b77fefbe47f403a41ecdde4e"><code>0008acf</code></a> chore(release): 26.4.5 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/2d0ef11137dc556f8b1e08a510d70c0dbea8a083"><code>2d0ef11</code></a> fix(expect-expect): include numbers when matching assert function names with ...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/a19bcf44c8dfe83eeeb73b6da73f8890aef6c69d"><code>a19bcf4</code></a> chore(release): 26.4.4 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/430de17abc453da833a697c6ca425f2cc50febcc"><code>430de17</code></a> fix: don't consider template tags in the middle of a possible jest function c...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/44de2ad31a7cbfbb0840a880616ccfa884a4bf8f"><code>44de2ad</code></a> chore(release): 26.4.3 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/6cd600dbd4846fcb7ba8c7756ac0cf4b8b0e0a4b"><code>6cd600d</code></a> fix: produce valid code when when fixing properties accessed with square brac...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/379ceb31467bb957f6988821c57611e475e59313"><code>379ceb3</code></a> fix: don't consider method calls on literals or <code>new</code> to be jest functions (#...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0b2d64dcfd0e4a8873d2fd8b314f20e34b0f2a68"><code>0b2d64d</code></a> refactor: break utils up a bit and remove old/outdated types (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1127">#1127</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/963c536dd2e2a0e83ca2eef32e9bebcc9fbb0690"><code>963c536</code></a> chore(release): 26.4.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0aa5eb60f6ad53316b9ec9343c9d0240e7ff5f1d"><code>0aa5eb6</code></a> fix: don't consider <code>concurrent.skip</code> and <code>concurrent.only</code> valid test functi...</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.2...v26.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=26.2.2&new-version=26.4.5)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-29 18:08:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#466