[PR #51] [MERGED] Bump eslint from 7.9.0 to 7.10.0 #5396

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

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/eslint-7.10.0


📝 Commits (1)

  • d2310e9 Bump eslint from 7.9.0 to 7.10.0

📊 Changes

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

View changed files

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

📄 Description

Bumps eslint from 7.9.0 to 7.10.0.

Release notes

Sourced from eslint's releases.

v7.10.0

  • 6919fbb Docs: Clarify that ignorePattern should be a string (refs #13029) (#13718) (Brandon Mills)
  • 07d9bea Update: Add ignorePattern to no-inline-comments (#13029) (Edie Lemoine)
  • d79bbe9 Docs: fix typo (#13717) (Alexander Liu)
  • 9b8490e Docs: grammatical error (#13687) (rajdeep)
  • cb44e93 Fix: prefer-destructuring invalid autofix with computed property access (#13704) (Milos Djermanovic)
  • 46c73b1 Upgrade: eslint-scope@5.1.1 (#13716) (Milos Djermanovic)
  • b7b12ba Chore: Move comment to make tests more organized (#13707) (Yusuke Tanaka)
  • 51674a4 Docs: Add missing quotes (#13714) (Lucio Paiva)
  • 7c34a98 Chore: remove mistakenly added file (#13710) (Milos Djermanovic)
  • 30b76c9 Docs: Clarify package.json requirement in Getting Started (refs #13549) (#13696) (Nicholas C. Zakas)
  • 044560d Sponsors: Sync README with website (ESLint Jenkins)
  • 54000d1 Sponsors: Sync README with website (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v7.10.0 - September 26, 2020

  • 6919fbb Docs: Clarify that ignorePattern should be a string (refs #13029) (#13718) (Brandon Mills)
  • 07d9bea Update: Add ignorePattern to no-inline-comments (#13029) (Edie Lemoine)
  • d79bbe9 Docs: fix typo (#13717) (Alexander Liu)
  • 9b8490e Docs: grammatical error (#13687) (rajdeep)
  • cb44e93 Fix: prefer-destructuring invalid autofix with computed property access (#13704) (Milos Djermanovic)
  • 46c73b1 Upgrade: eslint-scope@5.1.1 (#13716) (Milos Djermanovic)
  • b7b12ba Chore: Move comment to make tests more organized (#13707) (Yusuke Tanaka)
  • 51674a4 Docs: Add missing quotes (#13714) (Lucio Paiva)
  • 7c34a98 Chore: remove mistakenly added file (#13710) (Milos Djermanovic)
  • 30b76c9 Docs: Clarify package.json requirement in Getting Started (refs #13549) (#13696) (Nicholas C. Zakas)
  • 044560d Sponsors: Sync README with website (ESLint Jenkins)
  • 54000d1 Sponsors: Sync README with website (ESLint Jenkins)
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/51 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/28/2020 **Status:** ✅ Merged **Merged:** 9/28/2020 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-7.10.0` --- ### 📝 Commits (1) - [`d2310e9`](https://github.com/joelwmale/webhook-action/commit/d2310e93fe88520a890c56903d470ff3f9666ca6) Bump eslint from 7.9.0 to 7.10.0 ### 📊 Changes **2 files changed** (+18 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+17 -17) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.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.10.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/6919fbb83f86552b0f49ae749da866e4edc7c46a"><code>6919fbb</code></a> Docs: Clarify that ignorePattern should be a string (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13029">#13029</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13718">#13718</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/07d9bea7c6f953e8f754afffc9752edcee799431"><code>07d9bea</code></a> Update: Add ignorePattern to no-inline-comments (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13029">#13029</a>) (Edie Lemoine)</li> <li><a href="https://github.com/eslint/eslint/commit/d79bbe982930b53358d34ad91cc6e5eaac8ddede"><code>d79bbe9</code></a> Docs: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13717">#13717</a>) (Alexander Liu)</li> <li><a href="https://github.com/eslint/eslint/commit/9b8490ee6391c986b1314540a92b71d8c1e0efc4"><code>9b8490e</code></a> Docs: grammatical error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13687">#13687</a>) (rajdeep)</li> <li><a href="https://github.com/eslint/eslint/commit/cb44e93f4780e925a75a68ce2f7f6d065b5f756c"><code>cb44e93</code></a> Fix: prefer-destructuring invalid autofix with computed property access (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13704">#13704</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/46c73b159a5ceed2f7f26f254fd97e459fb0e81a"><code>46c73b1</code></a> Upgrade: eslint-scope@5.1.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13716">#13716</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b7b12ba0bd4e9c66883f11e97de8ed84b600cdaa"><code>b7b12ba</code></a> Chore: Move comment to make tests more organized (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13707">#13707</a>) (Yusuke Tanaka)</li> <li><a href="https://github.com/eslint/eslint/commit/51674a4113a1ca877094606bbf4938ab06cc1aad"><code>51674a4</code></a> Docs: Add missing quotes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13714">#13714</a>) (Lucio Paiva)</li> <li><a href="https://github.com/eslint/eslint/commit/7c34a982aaf93a02348f56c9ce887c7dcf51b5bd"><code>7c34a98</code></a> Chore: remove mistakenly added file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13710">#13710</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/30b76c9a13fae3dff59f7db406d6c66f11152973"><code>30b76c9</code></a> Docs: Clarify package.json requirement in Getting Started (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13549">#13549</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13696">#13696</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/044560dcc74db98b28e293da2e2f3b41ecbf5884"><code>044560d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/54000d13f27d5255851b5ac0606ad027e2b8d331"><code>54000d1</code></a> Sponsors: Sync README with website (ESLint Jenkins)</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.10.0 - September 26, 2020</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/6919fbb83f86552b0f49ae749da866e4edc7c46a"><code>6919fbb</code></a> Docs: Clarify that ignorePattern should be a string (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13029">#13029</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13718">#13718</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/07d9bea7c6f953e8f754afffc9752edcee799431"><code>07d9bea</code></a> Update: Add ignorePattern to no-inline-comments (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13029">#13029</a>) (Edie Lemoine)</li> <li><a href="https://github.com/eslint/eslint/commit/d79bbe982930b53358d34ad91cc6e5eaac8ddede"><code>d79bbe9</code></a> Docs: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13717">#13717</a>) (Alexander Liu)</li> <li><a href="https://github.com/eslint/eslint/commit/9b8490ee6391c986b1314540a92b71d8c1e0efc4"><code>9b8490e</code></a> Docs: grammatical error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13687">#13687</a>) (rajdeep)</li> <li><a href="https://github.com/eslint/eslint/commit/cb44e93f4780e925a75a68ce2f7f6d065b5f756c"><code>cb44e93</code></a> Fix: prefer-destructuring invalid autofix with computed property access (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13704">#13704</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/46c73b159a5ceed2f7f26f254fd97e459fb0e81a"><code>46c73b1</code></a> Upgrade: eslint-scope@5.1.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13716">#13716</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b7b12ba0bd4e9c66883f11e97de8ed84b600cdaa"><code>b7b12ba</code></a> Chore: Move comment to make tests more organized (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13707">#13707</a>) (Yusuke Tanaka)</li> <li><a href="https://github.com/eslint/eslint/commit/51674a4113a1ca877094606bbf4938ab06cc1aad"><code>51674a4</code></a> Docs: Add missing quotes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13714">#13714</a>) (Lucio Paiva)</li> <li><a href="https://github.com/eslint/eslint/commit/7c34a982aaf93a02348f56c9ce887c7dcf51b5bd"><code>7c34a98</code></a> Chore: remove mistakenly added file (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13710">#13710</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/30b76c9a13fae3dff59f7db406d6c66f11152973"><code>30b76c9</code></a> Docs: Clarify package.json requirement in Getting Started (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13549">#13549</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13696">#13696</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/044560dcc74db98b28e293da2e2f3b41ecbf5884"><code>044560d</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/54000d13f27d5255851b5ac0606ad027e2b8d331"><code>54000d1</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/1df7fa69967cc514a541c363eb52d845e1b1d8f0"><code>1df7fa6</code></a> 7.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/291142f4b739b343ab4fb48bf5bc4d7b19513178"><code>291142f</code></a> Build: changelog update for 7.10.0</li> <li><a href="https://github.com/eslint/eslint/commit/6919fbb83f86552b0f49ae749da866e4edc7c46a"><code>6919fbb</code></a> Docs: Clarify that ignorePattern should be a string (refs <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13029">#13029</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13718">#13718</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/07d9bea7c6f953e8f754afffc9752edcee799431"><code>07d9bea</code></a> Update: Add ignorePattern to no-inline-comments (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13029">#13029</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d79bbe982930b53358d34ad91cc6e5eaac8ddede"><code>d79bbe9</code></a> Docs: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13717">#13717</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9b8490ee6391c986b1314540a92b71d8c1e0efc4"><code>9b8490e</code></a> Docs: grammatical error (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13687">#13687</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/cb44e93f4780e925a75a68ce2f7f6d065b5f756c"><code>cb44e93</code></a> Fix: prefer-destructuring invalid autofix with computed property access (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13704">#13704</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/46c73b159a5ceed2f7f26f254fd97e459fb0e81a"><code>46c73b1</code></a> Upgrade: eslint-scope@5.1.1 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13716">#13716</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b7b12ba0bd4e9c66883f11e97de8ed84b600cdaa"><code>b7b12ba</code></a> Chore: Move comment to make tests more organized (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13707">#13707</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/51674a4113a1ca877094606bbf4938ab06cc1aad"><code>51674a4</code></a> Docs: Add missing quotes (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/13714">#13714</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.9.0...v7.10.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.9.0&new-version=7.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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:20:24 -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#5396