[PR #239] [MERGED] Bump eslint-plugin-github from 4.1.3 to 4.1.5 #5581

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 33001ee Bump eslint-plugin-github from 4.1.3 to 4.1.5

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint-plugin-github from 4.1.3 to 4.1.5.

Release notes

Sourced from eslint-plugin-github's releases.

v4.1.5

Fix a bug in 4.1.4 which used an invalid value for the @typescript-eslint/no-shadow rule

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

v4.1.4

This release includes a fix to the no-shadow rule when enabled as part of the typescript configuration. Additionally, we've done some internal work and added more tests to the existing rules.

https://github.com/github/eslint-plugin-github/compare/v4.1.3...v4.1.4

Commits
  • 20afa89 4.1.5
  • 0939091 Merge pull request #131 from stephenotalora/typescript-no-shdow-fix
  • 6085d0b invalid value fix for typescript no-shadow rule
  • 618187b 4.1.4
  • ecc3f02 Merge pull request #127 from github/fix-no-shadow-rule-for-typescript
  • 7285de2 Use typescript-eslint rule in typescript config
  • 02531e6 Run npm audit fix
  • 1a8e491 Merge pull request #124 from github/eslint-plugin-eslint-plugin
  • b92e639 Prettier
  • 59cfbd2 Fix rule test properties order
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dustin.greif, a new releaser for eslint-plugin-github since your current version.


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/239 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/19/2021 **Status:** ✅ Merged **Merged:** 7/19/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-github-4.1.5` --- ### 📝 Commits (1) - [`33001ee`](https://github.com/joelwmale/webhook-action/commit/33001ee4af610f8219dc57831001e5251dc4b6bf) Bump eslint-plugin-github from 4.1.3 to 4.1.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 [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.3 to 4.1.5. <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.1.5</h2> <p>Fix a bug in 4.1.4 which used an invalid value for the <code>@typescript-eslint/no-shadow</code> rule</p> <p><a href="https://github.com/github/eslint-plugin-github/compare/v4.1.4...v4.1.5">https://github.com/github/eslint-plugin-github/compare/v4.1.4...v4.1.5</a></p> <h2>v4.1.4</h2> <p>This release includes a fix to the <code>no-shadow</code> rule when enabled as part of the <code>typescript</code> configuration. Additionally, we've done some internal work and added more tests to the existing rules.</p> <p><a href="https://github.com/github/eslint-plugin-github/compare/v4.1.3...v4.1.4">https://github.com/github/eslint-plugin-github/compare/v4.1.3...v4.1.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/eslint-plugin-github/commit/20afa892286f3e3ffcfd8a445412ac7b064b3820"><code>20afa89</code></a> 4.1.5</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/09390919cf2c6986600625721f44255b7b8b36cb"><code>0939091</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/eslint-plugin-github/issues/131">#131</a> from stephenotalora/typescript-no-shdow-fix</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/6085d0ba5e2921752bbf4256e4f922f50444ec7d"><code>6085d0b</code></a> invalid value fix for typescript no-shadow rule</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/618187b420514156699971be9b7e6eb988e9b6f3"><code>618187b</code></a> 4.1.4</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/ecc3f02b2748c02d8510a39a71f32d9cef154849"><code>ecc3f02</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/eslint-plugin-github/issues/127">#127</a> from github/fix-no-shadow-rule-for-typescript</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/7285de26b887db3d9bc7104d68718c8578302908"><code>7285de2</code></a> Use typescript-eslint rule in typescript config</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/02531e6aaa9110ca6a2e12b5b83719c867a573c2"><code>02531e6</code></a> Run <code>npm audit fix</code></li> <li><a href="https://github.com/github/eslint-plugin-github/commit/1a8e491c33dcb4c664f6b991925cd51596b45983"><code>1a8e491</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/eslint-plugin-github/issues/124">#124</a> from github/eslint-plugin-eslint-plugin</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/b92e639fa1a5e2cb1e018fe13f5e235282882876"><code>b92e639</code></a> Prettier</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/59cfbd2e2897a1e0b1c89aabf741b4da851d47e1"><code>59cfbd2</code></a> Fix rule test properties order</li> <li>Additional commits viewable in <a href="https://github.com/github/eslint-plugin-github/compare/v4.1.3...v4.1.5">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~dustin.greif">dustin.greif</a>, a new releaser for eslint-plugin-github since your current version.</p> </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.3&new-version=4.1.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-06-11 02:28:51 -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#5581