[PR #259] [MERGED] Bump eslint-plugin-github from 4.1.5 to 4.2.0 #4298

Closed
opened 2026-05-16 06:21:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/eslint-plugin-github-4.2.0


📝 Commits (1)

  • 468d6d8 Bump eslint-plugin-github from 4.1.5 to 4.2.0

📊 Changes

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

View changed files

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

📄 Description

Bumps eslint-plugin-github from 4.1.5 to 4.2.0.

Release notes

Sourced from eslint-plugin-github's releases.

v4.2.0

This release includes multiple new rules that we consider helpful when developing code in JavaScript.

Thanks to @​pablonete for their first contribution 🙌🏻

https://github.com/github/eslint-plugin-github/compare/v4.1.5...v4.2.0

Commits
  • a8ec7ad 4.2.0
  • f972b69 Merge pull request #132 from pablonete/add-no-only-tests
  • fd8d5fb Move package to normal dependency (no dev).
  • 9c94c72 Add to recommended rules, not to this own project linter rules.
  • 49b0564 Linter fix.
  • 24ea366 Add no-only-tests JS linter rule to detect test.only and suite.only
  • fd86832 Merge pull request #130 from github/more-rules
  • 27a84c3 Ignore some rules in the project itself
  • 31668aa Add a bunch of rules from github/github
  • See full diff 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/259 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/11/2021 **Status:** ✅ Merged **Merged:** 8/11/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-github-4.2.0` --- ### 📝 Commits (1) - [`468d6d8`](https://github.com/joelwmale/webhook-action/commit/468d6d818e542a1e1414310209eb543abcf2b2bb) Bump eslint-plugin-github from 4.1.5 to 4.2.0 ### 📊 Changes **2 files changed** (+48 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+47 -4) </details> ### 📄 Description Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.5 to 4.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> <blockquote> <h2>v4.2.0</h2> <p>This release includes multiple new rules that we consider helpful when developing code in JavaScript.</p> <p>Thanks to <a href="https://github.com/pablonete"><code>@​pablonete</code></a> for their first contribution 🙌🏻</p> <p><a href="https://github.com/github/eslint-plugin-github/compare/v4.1.5...v4.2.0">https://github.com/github/eslint-plugin-github/compare/v4.1.5...v4.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/eslint-plugin-github/commit/a8ec7ad42ce6111df6d8be08abf50a3a455d85c2"><code>a8ec7ad</code></a> 4.2.0</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/f972b69aed0794e8bb88ad5cee6f7b6d3008973e"><code>f972b69</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/eslint-plugin-github/issues/132">#132</a> from pablonete/add-no-only-tests</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/fd8d5fb5f98d05cc548eb22de0613565ec3f59e6"><code>fd8d5fb</code></a> Move package to normal dependency (no dev).</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/9c94c7278d3382fa758aa7751fdda4be176b73bc"><code>9c94c72</code></a> Add to recommended rules, not to this own project linter rules.</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/49b05643c3d8eb2d06476db1cec26e1767b63b83"><code>49b0564</code></a> Linter fix.</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/24ea366378a50fc9c1f044412863f09cbd507224"><code>24ea366</code></a> Add no-only-tests JS linter rule to detect test.only and suite.only</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/fd86832eb795c87c17b57b932b00cafbb926920c"><code>fd86832</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/eslint-plugin-github/issues/130">#130</a> from github/more-rules</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/27a84c3a6f9b744b0672e761e93183ab74c5f8e8"><code>27a84c3</code></a> Ignore some rules in the project itself</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/31668aab721250ce4dfb761b262b21260ca69880"><code>31668aa</code></a> Add a bunch of rules from <code>github/github</code></li> <li>See full diff in <a href="https://github.com/github/eslint-plugin-github/compare/v4.1.5...v4.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-github&package-manager=npm_and_yarn&previous-version=4.1.5&new-version=4.2.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-05-16 06:21:16 -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#4298