[PR #453] [MERGED] Bump eslint-plugin-jest from 26.1.5 to 26.2.2 #5794

Closed
opened 2026-06-11 02:37:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 1e486a9 Bump eslint-plugin-jest from 26.1.5 to 26.2.2

📊 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.1.5 to 26.2.2.

Release notes

Sourced from eslint-plugin-jest's releases.

v26.2.2

26.2.2 (2022-05-14)

Bug Fixes

  • use the last reference definition when checking jest fn scope (#1109) (1b2b9c1)

v26.2.1

26.2.1 (2022-05-14)

Bug Fixes

  • use correct scope for checking references (#1107) (89ab1a0)

v26.2.0

26.2.0 (2022-05-13)

Features

Changelog

Sourced from eslint-plugin-jest's changelog.

26.2.2 (2022-05-14)

Bug Fixes

  • use the last reference definition when checking jest fn scope (#1109) (1b2b9c1)

26.2.1 (2022-05-14)

Bug Fixes

  • use correct scope for checking references (#1107) (89ab1a0)

26.2.0 (2022-05-13)

Features

Commits
  • 9a519e1 chore(release): 26.2.2 [skip ci]
  • 1b2b9c1 fix: use the last reference definition when checking jest fn scope (#1109)
  • 8c6a856 ci: use legacy peer dependencies for smoke test (#1110)
  • 9be403c chore(release): 26.2.1 [skip ci]
  • 89ab1a0 fix: use correct scope for checking references (#1107)
  • 7dd707f chore(release): 26.2.0 [skip ci]
  • 84d7a68 feat: support @jest/globals (#1094)
  • 48e994f chore(deps): update yarn to v3.2.1 (#1105)
  • e1ad881 chore(deps): update danger/danger-js action to v11.0.6 (#1104)
  • f328c47 chore(deps): lock file maintenance
  • 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/453 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/16/2022 **Status:** ✅ Merged **Merged:** 5/16/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-26.2.2` --- ### 📝 Commits (1) - [`1e486a9`](https://github.com/joelwmale/webhook-action/commit/1e486a98413e6f2a1c66fed859dab9e2c93b7217) Bump eslint-plugin-jest from 26.1.5 to 26.2.2 ### 📊 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.1.5 to 26.2.2. <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.2.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.1...v26.2.2">26.2.2</a> (2022-05-14)</h2> <h3>Bug Fixes</h3> <ul> <li>use the last reference definition when checking jest fn scope (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1109">#1109</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/1b2b9c1695a6dec1088daf0b44749100989226a4">1b2b9c1</a>)</li> </ul> <h2>v26.2.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.0...v26.2.1">26.2.1</a> (2022-05-14)</h2> <h3>Bug Fixes</h3> <ul> <li>use correct scope for checking references (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1107">#1107</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/89ab1a03c3f0eab53fd5af2f5051a4e4d010578e">89ab1a0</a>)</li> </ul> <h2>v26.2.0</h2> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.0">26.2.0</a> (2022-05-13)</h1> <h3>Features</h3> <ul> <li>support <code>@jest/globals</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1094">#1094</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/84d7a68e8c64720a46fddddbcb1ba248cd61fd08">84d7a68</a>)</li> </ul> </blockquote> </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.2.1...v26.2.2">26.2.2</a> (2022-05-14)</h2> <h3>Bug Fixes</h3> <ul> <li>use the last reference definition when checking jest fn scope (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1109">#1109</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/1b2b9c1695a6dec1088daf0b44749100989226a4">1b2b9c1</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.2.0...v26.2.1">26.2.1</a> (2022-05-14)</h2> <h3>Bug Fixes</h3> <ul> <li>use correct scope for checking references (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1107">#1107</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/89ab1a03c3f0eab53fd5af2f5051a4e4d010578e">89ab1a0</a>)</li> </ul> <h1><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.0">26.2.0</a> (2022-05-13)</h1> <h3>Features</h3> <ul> <li>support <code>@jest/globals</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1094">#1094</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/84d7a68e8c64720a46fddddbcb1ba248cd61fd08">84d7a68</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9a519e1ae2feb867457b88195170e54da7030e96"><code>9a519e1</code></a> chore(release): 26.2.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/1b2b9c1695a6dec1088daf0b44749100989226a4"><code>1b2b9c1</code></a> fix: use the last reference definition when checking jest fn scope (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1109">#1109</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/8c6a8562ebc27a8d1761f4cd58bdd278209624e2"><code>8c6a856</code></a> ci: use legacy peer dependencies for smoke test (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1110">#1110</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/9be403c21d4d8177b4c71666e6c283d3a46c0f5b"><code>9be403c</code></a> chore(release): 26.2.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/89ab1a03c3f0eab53fd5af2f5051a4e4d010578e"><code>89ab1a0</code></a> fix: use correct scope for checking references (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1107">#1107</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7dd707f3d7d328f23a60f63235ef181cbee0f707"><code>7dd707f</code></a> chore(release): 26.2.0 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/84d7a68e8c64720a46fddddbcb1ba248cd61fd08"><code>84d7a68</code></a> feat: support <code>@jest/globals</code> (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1094">#1094</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/48e994fc29cc851c1ab13c571620581eaeb59428"><code>48e994f</code></a> chore(deps): update yarn to v3.2.1 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1105">#1105</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e1ad8818dab0113f6a25dbed9ed90fdcdde465f3"><code>e1ad881</code></a> chore(deps): update danger/danger-js action to v11.0.6 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1104">#1104</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f328c47972ffa0edfcd66597c226ba1ecef68932"><code>f328c47</code></a> chore(deps): lock file maintenance</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.5...v26.2.2">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.1.5&new-version=26.2.2)](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-06-11 02:37:41 -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#5794