[PR #165] [MERGED] Bump eslint from 7.22.0 to 7.23.0 #881

Closed
opened 2026-04-16 14:00:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/eslint-7.23.0


📝 Commits (1)

  • e0eed11 Bump eslint from 7.22.0 to 7.23.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.22.0 to 7.23.0.

Release notes

Sourced from eslint's releases.

v7.23.0

  • 687ccae Update: add option "allowInParentheses" to no-sequences (fixes #14197) (#14199) (Daniel Rentz)
  • dbf2529 Sponsors: Sync README with website (ESLint Jenkins)
  • 4bdf2c1 Sponsors: Sync README with website (ESLint Jenkins)
  • 49d1697 Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#14244) (Brandon Mills)
  • 43f1685 Update: --quiet should not supress --max-warnings (fixes #14202) (#14242) (Milos Djermanovic)
  • 909c727 Docs: Add valid example that shows vars in a block scope (#14230) (Ed S)
  • 28583eb Fix: no-mixed-operators false positives with ? : (fixes #14223) (#14226) (Milos Djermanovic)
  • a99eb2d Fix: Clarify line breaks in object-curly-newline (fixes #14024) (#14063) (armin yahya)
  • 8984c91 Update: eslint --env-info output os info (#14059) (薛定谔的猫)
  • 2a79306 Sponsors: Sync README with website (ESLint Jenkins)
  • ebd7026 Docs: Fix typo (#14225) (Greg Finley)
  • a2013fc Sponsors: Sync README with website (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v7.23.0 - March 26, 2021

  • 687ccae Update: add option "allowInParentheses" to no-sequences (fixes #14197) (#14199) (Daniel Rentz)
  • dbf2529 Sponsors: Sync README with website (ESLint Jenkins)
  • 4bdf2c1 Sponsors: Sync README with website (ESLint Jenkins)
  • 49d1697 Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#14244) (Brandon Mills)
  • 43f1685 Update: --quiet should not supress --max-warnings (fixes #14202) (#14242) (Milos Djermanovic)
  • 909c727 Docs: Add valid example that shows vars in a block scope (#14230) (Ed S)
  • 28583eb Fix: no-mixed-operators false positives with ? : (fixes #14223) (#14226) (Milos Djermanovic)
  • a99eb2d Fix: Clarify line breaks in object-curly-newline (fixes #14024) (#14063) (armin yahya)
  • 8984c91 Update: eslint --env-info output os info (#14059) (薛定谔的猫)
  • 2a79306 Sponsors: Sync README with website (ESLint Jenkins)
  • ebd7026 Docs: Fix typo (#14225) (Greg Finley)
  • a2013fc 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/165 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 3/29/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-7.23.0` --- ### 📝 Commits (1) - [`e0eed11`](https://github.com/joelwmale/webhook-action/commit/e0eed11e1750b4856a8444a317504671010a2116) Bump eslint from 7.22.0 to 7.23.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.22.0 to 7.23.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.23.0</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/687ccae517b8b815cf21e948f80d22e2bf118a99"><code>687ccae</code></a> Update: add option &quot;allowInParentheses&quot; to no-sequences (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14197">#14197</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14199">#14199</a>) (Daniel Rentz)</li> <li><a href="https://github.com/eslint/eslint/commit/dbf252964d9a2b8957cfe0aed5c87a6d4a5cce24"><code>dbf2529</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4bdf2c1dade27625b601080687ce95b8c229e491"><code>4bdf2c1</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/49d16977d969070e5240074e76036f56631a90d3"><code>49d1697</code></a> Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14244">#14244</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/43f1685356b9840e09631843ad9ccf0440a498b0"><code>43f1685</code></a> Update: <code>--quiet</code> should not supress <code>--max-warnings</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14202">#14202</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14242">#14242</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/909c7271b8d294bd884827ad5df02615b6ec5e82"><code>909c727</code></a> Docs: Add valid example that shows vars in a block scope (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14230">#14230</a>) (Ed S)</li> <li><a href="https://github.com/eslint/eslint/commit/28583eb8ada20f32579841bec3fbd60a018d5931"><code>28583eb</code></a> Fix: no-mixed-operators false positives with <code>? :</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14223">#14223</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14226">#14226</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a99eb2dc2a297d16e40a9feef3956668716c4eb5"><code>a99eb2d</code></a> Fix: Clarify line breaks in object-curly-newline (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14024">#14024</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14063">#14063</a>) (armin yahya)</li> <li><a href="https://github.com/eslint/eslint/commit/8984c91372e64d1e8dd2ce21b87b80977d57bff9"><code>8984c91</code></a> Update: eslint --env-info output os info (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14059">#14059</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/2a79306f71c4c80f1e3e73be2a140d07cf55c63d"><code>2a79306</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ebd70263f6e6fe597613d90f4b8de84710c2f3d6"><code>ebd7026</code></a> Docs: Fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14225">#14225</a>) (Greg Finley)</li> <li><a href="https://github.com/eslint/eslint/commit/a2013fcf996c8651bc760df21d900442828a6884"><code>a2013fc</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.23.0 - March 26, 2021</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/687ccae517b8b815cf21e948f80d22e2bf118a99"><code>687ccae</code></a> Update: add option &quot;allowInParentheses&quot; to no-sequences (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14197">#14197</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14199">#14199</a>) (Daniel Rentz)</li> <li><a href="https://github.com/eslint/eslint/commit/dbf252964d9a2b8957cfe0aed5c87a6d4a5cce24"><code>dbf2529</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4bdf2c1dade27625b601080687ce95b8c229e491"><code>4bdf2c1</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/49d16977d969070e5240074e76036f56631a90d3"><code>49d1697</code></a> Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14244">#14244</a>) (Brandon Mills)</li> <li><a href="https://github.com/eslint/eslint/commit/43f1685356b9840e09631843ad9ccf0440a498b0"><code>43f1685</code></a> Update: <code>--quiet</code> should not supress <code>--max-warnings</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14202">#14202</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14242">#14242</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/909c7271b8d294bd884827ad5df02615b6ec5e82"><code>909c727</code></a> Docs: Add valid example that shows vars in a block scope (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14230">#14230</a>) (Ed S)</li> <li><a href="https://github.com/eslint/eslint/commit/28583eb8ada20f32579841bec3fbd60a018d5931"><code>28583eb</code></a> Fix: no-mixed-operators false positives with <code>? :</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14223">#14223</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14226">#14226</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a99eb2dc2a297d16e40a9feef3956668716c4eb5"><code>a99eb2d</code></a> Fix: Clarify line breaks in object-curly-newline (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14024">#14024</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14063">#14063</a>) (armin yahya)</li> <li><a href="https://github.com/eslint/eslint/commit/8984c91372e64d1e8dd2ce21b87b80977d57bff9"><code>8984c91</code></a> Update: eslint --env-info output os info (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14059">#14059</a>) (薛定谔的猫)</li> <li><a href="https://github.com/eslint/eslint/commit/2a79306f71c4c80f1e3e73be2a140d07cf55c63d"><code>2a79306</code></a> Sponsors: Sync README with website (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ebd70263f6e6fe597613d90f4b8de84710c2f3d6"><code>ebd7026</code></a> Docs: Fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14225">#14225</a>) (Greg Finley)</li> <li><a href="https://github.com/eslint/eslint/commit/a2013fcf996c8651bc760df21d900442828a6884"><code>a2013fc</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/cd2e584aa5a87c425177fb84a9cd6b05624fec43"><code>cd2e584</code></a> 7.23.0</li> <li><a href="https://github.com/eslint/eslint/commit/11bdeaba923edd7ca1ed8ec36fa200e72c953f3d"><code>11bdeab</code></a> Build: changelog update for 7.23.0</li> <li><a href="https://github.com/eslint/eslint/commit/687ccae517b8b815cf21e948f80d22e2bf118a99"><code>687ccae</code></a> Update: add option &quot;allowInParentheses&quot; to no-sequences (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14197">#14197</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14199">#14199</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/dbf252964d9a2b8957cfe0aed5c87a6d4a5cce24"><code>dbf2529</code></a> Sponsors: Sync README with website</li> <li><a href="https://github.com/eslint/eslint/commit/4bdf2c1dade27625b601080687ce95b8c229e491"><code>4bdf2c1</code></a> Sponsors: Sync README with website</li> <li><a href="https://github.com/eslint/eslint/commit/49d16977d969070e5240074e76036f56631a90d3"><code>49d1697</code></a> Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14244">#14244</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/43f1685356b9840e09631843ad9ccf0440a498b0"><code>43f1685</code></a> Update: <code>--quiet</code> should not supress <code>--max-warnings</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14202">#14202</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14242">#14242</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/909c7271b8d294bd884827ad5df02615b6ec5e82"><code>909c727</code></a> Docs: Add valid example that shows vars in a block scope (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14230">#14230</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/28583eb8ada20f32579841bec3fbd60a018d5931"><code>28583eb</code></a> Fix: no-mixed-operators false positives with <code>? :</code> (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14223">#14223</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14226">#14226</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a99eb2dc2a297d16e40a9feef3956668716c4eb5"><code>a99eb2d</code></a> Fix: Clarify line breaks in object-curly-newline (fixes <a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14024">#14024</a>) (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/14063">#14063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v7.22.0...v7.23.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.22.0&new-version=7.23.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-04-16 14:00:01 -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#881