[PR #363] [MERGED] Bump eslint-plugin-jest from 25.3.0 to 25.3.2 #367

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

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/363
Author: @dependabot[bot]
Created: 12/28/2021
Status: Merged
Merged: 12/28/2021
Merged by: @mergify[bot]

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


📝 Commits (1)

  • ad54754 Bump eslint-plugin-jest from 25.3.0 to 25.3.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 25.3.0 to 25.3.2.

Release notes

Sourced from eslint-plugin-jest's releases.

v25.3.2

25.3.2 (2021-12-27)

Bug Fixes

  • no-large-snapshots: only count size of template string for inline snapshots (#1005) (5bea38f)
  • prefer-hooks-on-top: improve message & docs (#999) (f9e7ae2)

v25.3.1

25.3.1 (2021-12-27)

Bug Fixes

Changelog

Sourced from eslint-plugin-jest's changelog.

25.3.2 (2021-12-27)

Bug Fixes

  • no-large-snapshots: only count size of template string for inline snapshots (#1005) (5bea38f)
  • prefer-hooks-on-top: improve message & docs (#999) (f9e7ae2)

25.3.1 (2021-12-27)

Bug Fixes

Commits
  • c134cb4 chore(release): 25.3.2 [skip ci]
  • 875a90b chore(deps): update commitlint monorepo to v16 (#1004)
  • f9e7ae2 fix(prefer-hooks-on-top): improve message & docs (#999)
  • 5bea38f fix(no-large-snapshots): only count size of template string for inline snapsh...
  • 7739638 chore(release): 25.3.1 [skip ci]
  • aa428e6 fix(prefer-to-be): support template literals (#1006)
  • 4fe66ce ci: add smoke test workflow (#1000)
  • bf7027e chore(deps): lock file maintenance
  • 068ec0d chore(deps): update danger/danger-js action to v10.7.1 (#974)
  • 144d5d9 chore(deps): update yarn to v3.1.1 (#990)
  • 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/363 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/28/2021 **Status:** ✅ Merged **Merged:** 12/28/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-jest-25.3.2` --- ### 📝 Commits (1) - [`ad54754`](https://github.com/joelwmale/webhook-action/commit/ad54754bbb43cea565a14f0680a1f332a8660b1b) Bump eslint-plugin-jest from 25.3.0 to 25.3.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 25.3.0 to 25.3.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>v25.3.2</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.1...v25.3.2">25.3.2</a> (2021-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-large-snapshots:</strong> only count size of template string for inline snapshots (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1005">#1005</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/5bea38f9773ab686f08a7cc25247a782d50aa5ed">5bea38f</a>)</li> <li><strong>prefer-hooks-on-top:</strong> improve message &amp; docs (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/999">#999</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f9e7ae29233daad7bfea2230bea7266659299328">f9e7ae2</a>)</li> </ul> <h2>v25.3.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.0...v25.3.1">25.3.1</a> (2021-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-to-be:</strong> support template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1006">#1006</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/aa428e6598d5f7b259d3cec1bc505989a0fe9885">aa428e6</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/v25.3.1...v25.3.2">25.3.2</a> (2021-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>no-large-snapshots:</strong> only count size of template string for inline snapshots (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1005">#1005</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/5bea38f9773ab686f08a7cc25247a782d50aa5ed">5bea38f</a>)</li> <li><strong>prefer-hooks-on-top:</strong> improve message &amp; docs (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/999">#999</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/f9e7ae29233daad7bfea2230bea7266659299328">f9e7ae2</a>)</li> </ul> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.0...v25.3.1">25.3.1</a> (2021-12-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>prefer-to-be:</strong> support template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1006">#1006</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/aa428e6598d5f7b259d3cec1bc505989a0fe9885">aa428e6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/c134cb448da754835d2a0948316c5cb81ead4eb1"><code>c134cb4</code></a> chore(release): 25.3.2 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/875a90b72a5f2787fe823277bda795a4984c74cc"><code>875a90b</code></a> chore(deps): update commitlint monorepo to v16 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1004">#1004</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/f9e7ae29233daad7bfea2230bea7266659299328"><code>f9e7ae2</code></a> fix(prefer-hooks-on-top): improve message &amp; docs (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/999">#999</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/5bea38f9773ab686f08a7cc25247a782d50aa5ed"><code>5bea38f</code></a> fix(no-large-snapshots): only count size of template string for inline snapsh...</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/7739638cadbf1f891ada5eb573bc670f9ab5f094"><code>7739638</code></a> chore(release): 25.3.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/aa428e6598d5f7b259d3cec1bc505989a0fe9885"><code>aa428e6</code></a> fix(prefer-to-be): support template literals (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1006">#1006</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/4fe66ce2fd13a6a59b71f513dc02b4c388776435"><code>4fe66ce</code></a> ci: add smoke test workflow (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/1000">#1000</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/bf7027efe1e43f644ac564b7ef22e5e249f23a5c"><code>bf7027e</code></a> chore(deps): lock file maintenance</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/068ec0df07f9ac262cae3d97be1b6b4a3f1832c8"><code>068ec0d</code></a> chore(deps): update danger/danger-js action to v10.7.1 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/974">#974</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/144d5d9cc114751f57ffd7d6526da3904e62ab2d"><code>144d5d9</code></a> chore(deps): update yarn to v3.1.1 (<a href="https://github-redirect.dependabot.com/jest-community/eslint-plugin-jest/issues/990">#990</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v25.3.0...v25.3.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=25.3.0&new-version=25.3.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-03-29 18:03: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#367