[PR #184] [MERGED] Bump eslint from 7.24.0 to 7.25.0 #188

Closed
opened 2026-03-29 17:57:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/eslint-7.25.0


📝 Commits (1)

  • 805b150 Bump eslint from 7.24.0 to 7.25.0

📊 Changes

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

View changed files

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

📄 Description

Bumps eslint from 7.24.0 to 7.25.0.

Release notes

Sourced from eslint's releases.

v7.25.0

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #14324) (#14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#14313) (Nitin Kumar)
Changelog

Sourced from eslint's changelog.

v7.25.0 - April 23, 2021

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #14324) (#14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#14313) (Nitin Kumar)
Commits

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/184 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/26/2021 **Status:** ✅ Merged **Merged:** 4/26/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-7.25.0` --- ### 📝 Commits (1) - [`805b150`](https://github.com/joelwmale/webhook-action/commit/805b150dfb296cac85dcbf29c67051d8da010489) Bump eslint from 7.24.0 to 7.25.0 ### 📊 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](https://github.com/eslint/eslint) from 7.24.0 to 7.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v7.25.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5df5e4a9976964fcf4dc67e241d4e22ec1370fe0"><code>5df5e4a</code></a> Update: highlight last write reference for no-unused-vars (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14324">#14324</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14335">#14335</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/00238729329b86b4f8af89ebfe278da3095a6075"><code>0023872</code></a> Docs: Add deprecated note to <code>working-with-rules-deprecated</code> page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14344">#14344</a>) (Michael Novotny)</li> <li><a href="https://github.com/eslint/eslint/commit/36fca70fa29ab65080076810de98e09133254b8a"><code>36fca70</code></a> Chore: Upgrade eslump to 3.0.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14350">#14350</a>) (Stephen Wade)</li> <li><a href="https://github.com/eslint/eslint/commit/59b689a0b3fa658b8380431007cc1facb4617a3b"><code>59b689a</code></a> Chore: add node v16 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14355">#14355</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/35a1f5e967e4e87360d3e70d3fca0f7adeeaa1d7"><code>35a1f5e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fb0a92b3d2fed4a17bc39b7f02c540cd1175ec7d"><code>fb0a92b</code></a> Chore: rename misspelled identifier in test (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14346">#14346</a>) (Tobias Nießen)</li> <li><a href="https://github.com/eslint/eslint/commit/f2babb1069194166e0ac1afd1269bbd06ac299b6"><code>f2babb1</code></a> Docs: update pull request template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14336">#14336</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/02dde29eeb523ca24bc4ae7797d38627c3ba9fe9"><code>02dde29</code></a> Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14332">#14332</a>) (Nate-Wilkins)</li> <li><a href="https://github.com/eslint/eslint/commit/07d14c304c358fbc9c3d318e1377d2b2bda9179f"><code>07d14c3</code></a> Chore: remove extraneous command from lint-staged config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14314">#14314</a>) (James George)</li> <li><a href="https://github.com/eslint/eslint/commit/41b3570b6c014c534bb3208ed00050fd99842101"><code>41b3570</code></a> Update: lint code block with same extension but different content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14227">#14227</a>) (JounQin)</li> <li><a href="https://github.com/eslint/eslint/commit/eb299966bdc3920dd2c6f9774d95103d242fc409"><code>eb29996</code></a> Docs: add more examples with arrow functions for no-sequences rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14313">#14313</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/master/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v7.25.0 - April 23, 2021</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/5df5e4a9976964fcf4dc67e241d4e22ec1370fe0"><code>5df5e4a</code></a> Update: highlight last write reference for no-unused-vars (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14324">#14324</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14335">#14335</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/00238729329b86b4f8af89ebfe278da3095a6075"><code>0023872</code></a> Docs: Add deprecated note to <code>working-with-rules-deprecated</code> page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14344">#14344</a>) (Michael Novotny)</li> <li><a href="https://github.com/eslint/eslint/commit/36fca70fa29ab65080076810de98e09133254b8a"><code>36fca70</code></a> Chore: Upgrade eslump to 3.0.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14350">#14350</a>) (Stephen Wade)</li> <li><a href="https://github.com/eslint/eslint/commit/59b689a0b3fa658b8380431007cc1facb4617a3b"><code>59b689a</code></a> Chore: add node v16 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14355">#14355</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/35a1f5e967e4e87360d3e70d3fca0f7adeeaa1d7"><code>35a1f5e</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fb0a92b3d2fed4a17bc39b7f02c540cd1175ec7d"><code>fb0a92b</code></a> Chore: rename misspelled identifier in test (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14346">#14346</a>) (Tobias Nießen)</li> <li><a href="https://github.com/eslint/eslint/commit/f2babb1069194166e0ac1afd1269bbd06ac299b6"><code>f2babb1</code></a> Docs: update pull request template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14336">#14336</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/02dde29eeb523ca24bc4ae7797d38627c3ba9fe9"><code>02dde29</code></a> Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14332">#14332</a>) (Nate-Wilkins)</li> <li><a href="https://github.com/eslint/eslint/commit/07d14c304c358fbc9c3d318e1377d2b2bda9179f"><code>07d14c3</code></a> Chore: remove extraneous command from lint-staged config (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14314">#14314</a>) (James George)</li> <li><a href="https://github.com/eslint/eslint/commit/41b3570b6c014c534bb3208ed00050fd99842101"><code>41b3570</code></a> Update: lint code block with same extension but different content (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14227">#14227</a>) (JounQin)</li> <li><a href="https://github.com/eslint/eslint/commit/eb299966bdc3920dd2c6f9774d95103d242fc409"><code>eb29996</code></a> Docs: add more examples with arrow functions for no-sequences rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14313">#14313</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/8a77b661bc921c3408bae01b3aa41579edfc6e58"><code>8a77b66</code></a> 7.25.0</li> <li><a href="https://github.com/eslint/eslint/commit/2c7c558fe1a45b707e0335326eae210598d2fc2c"><code>2c7c558</code></a> Build: changelog update for 7.25.0</li> <li><a href="https://github.com/eslint/eslint/commit/5df5e4a9976964fcf4dc67e241d4e22ec1370fe0"><code>5df5e4a</code></a> Update: highlight last write reference for no-unused-vars (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14324">#14324</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14">#14</a>...</li> <li><a href="https://github.com/eslint/eslint/commit/00238729329b86b4f8af89ebfe278da3095a6075"><code>0023872</code></a> Docs: Add deprecated note to <code>working-with-rules-deprecated</code> page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14344">#14344</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/36fca70fa29ab65080076810de98e09133254b8a"><code>36fca70</code></a> Chore: Upgrade eslump to 3.0.0 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14350">#14350</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/59b689a0b3fa658b8380431007cc1facb4617a3b"><code>59b689a</code></a> Chore: add node v16 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14355">#14355</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/35a1f5e967e4e87360d3e70d3fca0f7adeeaa1d7"><code>35a1f5e</code></a> Sponsors: Sync README with website</li> <li><a href="https://github.com/eslint/eslint/commit/fb0a92b3d2fed4a17bc39b7f02c540cd1175ec7d"><code>fb0a92b</code></a> Chore: rename misspelled identifier in test (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14346">#14346</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f2babb1069194166e0ac1afd1269bbd06ac299b6"><code>f2babb1</code></a> Docs: update pull request template (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14336">#14336</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/02dde29eeb523ca24bc4ae7797d38627c3ba9fe9"><code>02dde29</code></a> Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14332">#14332</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.24.0...v7.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=7.24.0&new-version=7.25.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 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 17:57:40 -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#188