[PR #560] [MERGED] Bump eslint from 8.23.1 to 8.24.0 #5901

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

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/eslint-8.24.0


📝 Commits (1)

  • 98be5e7 Bump eslint from 8.23.1 to 8.24.0

📊 Changes

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

View changed files

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

📄 Description

Bumps eslint from 8.23.1 to 8.24.0.

Release notes

Sourced from eslint's releases.

v8.24.0

Features

  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic)
  • b0d72c9 feat: add rule logical-assignment-operators (#16102) (fnx)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314) (Sosuke Suzuki)

Documentation

  • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16317) (AnnAngela)
  • bf7bd88 docs: fix warn severity description for new config files (#16324) (Nitin Kumar)
  • 8cc0bbe docs: use more clean link syntax (#16309) (Percy Ma)
  • 6ba269e docs: fix typo (#16288) (jjangga0214)

Chores

  • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)
  • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.24.0 - September 23, 2022

  • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)
  • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16317) (AnnAngela)
  • bf7bd88 docs: fix warn severity description for new config files (#16324) (Nitin Kumar)
  • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311) (Milos Djermanovic)
  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic)
  • b0d72c9 feat: add rule logical-assignment-operators (#16102) (fnx)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314) (Sosuke Suzuki)
  • 8cc0bbe docs: use more clean link syntax (#16309) (Percy Ma)
  • 6ba269e docs: fix typo (#16288) (jjangga0214)
Commits
  • a578780 8.24.0
  • f2cfacd Build: changelog update for 8.24.0
  • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339)
  • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16...
  • bf7bd88 docs: fix warn severity description for new config files (#16324)
  • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311)
  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308)
  • b0d72c9 feat: add rule logical-assignment-operators (#16102)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314)
  • 8cc0bbe docs: use more clean link syntax (#16309)
  • Additional commits viewable 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/560 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2022 **Status:** ✅ Merged **Merged:** 9/26/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.24.0` --- ### 📝 Commits (1) - [`98be5e7`](https://github.com/joelwmale/webhook-action/commit/98be5e7ec0e59db553d8ac591f2bfdf8cbce0cde) Bump eslint from 8.23.1 to 8.24.0 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+9 -9) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 8.23.1 to 8.24.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>v8.24.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf"><code>1729f9e</code></a> feat: account for <code>sourceType: &quot;commonjs&quot;</code> in the strict rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16308">#16308</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca"><code>b0d72c9</code></a> feat: add rule logical-assignment-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16102">#16102</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05"><code>f02bcd9</code></a> feat: <code>array-callback-return</code> support <code>findLast</code> and <code>findLastIndex</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16314">#16314</a>) (Sosuke Suzuki)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c"><code>2c152ff</code></a> docs: note false positive <code>Object.getOwnPropertyNames</code> in prefer-reflect (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16317">#16317</a>) (AnnAngela)</li> <li><a href="https://github.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f"><code>bf7bd88</code></a> docs: fix warn severity description for new config files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16324">#16324</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24"><code>8cc0bbe</code></a> docs: use more clean link syntax (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16309">#16309</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/6ba269ed673f965d081287b769c12beeb5f98887"><code>6ba269e</code></a> docs: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16288">#16288</a>) (jjangga0214)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af"><code>131e646</code></a> chore: Upgrade <code>@​humanwhocodes/config-array</code> for perf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16339">#16339</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012"><code>504fe59</code></a> perf: switch from object spread to <code>Object.assign</code> when merging globals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16311">#16311</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v8.24.0 - September 23, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af"><code>131e646</code></a> chore: Upgrade <code>@​humanwhocodes/config-array</code> for perf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16339">#16339</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c"><code>2c152ff</code></a> docs: note false positive <code>Object.getOwnPropertyNames</code> in prefer-reflect (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16317">#16317</a>) (AnnAngela)</li> <li><a href="https://github.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f"><code>bf7bd88</code></a> docs: fix warn severity description for new config files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16324">#16324</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012"><code>504fe59</code></a> perf: switch from object spread to <code>Object.assign</code> when merging globals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16311">#16311</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf"><code>1729f9e</code></a> feat: account for <code>sourceType: &quot;commonjs&quot;</code> in the strict rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16308">#16308</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca"><code>b0d72c9</code></a> feat: add rule logical-assignment-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16102">#16102</a>) (fnx)</li> <li><a href="https://github.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05"><code>f02bcd9</code></a> feat: <code>array-callback-return</code> support <code>findLast</code> and <code>findLastIndex</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16314">#16314</a>) (Sosuke Suzuki)</li> <li><a href="https://github.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24"><code>8cc0bbe</code></a> docs: use more clean link syntax (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16309">#16309</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/6ba269ed673f965d081287b769c12beeb5f98887"><code>6ba269e</code></a> docs: fix typo (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16288">#16288</a>) (jjangga0214)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/a57878014bb6af3b29cf3ebab9b55e0eea1855d9"><code>a578780</code></a> 8.24.0</li> <li><a href="https://github.com/eslint/eslint/commit/f2cfacd2fcb859c7898cfeafb33b119bd34ce57c"><code>f2cfacd</code></a> Build: changelog update for 8.24.0</li> <li><a href="https://github.com/eslint/eslint/commit/131e646e227b9aca3937fe287343bf2c3df408af"><code>131e646</code></a> chore: Upgrade <code>@​humanwhocodes/config-array</code> for perf (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16339">#16339</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2c152ff0fb709b99e62c19ecd2c95689efacbe4c"><code>2c152ff</code></a> docs: note false positive <code>Object.getOwnPropertyNames</code> in prefer-reflect (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16">#16</a>...</li> <li><a href="https://github.com/eslint/eslint/commit/bf7bd885a92046a6b6bcbcaaa1e78e9f2c4b482f"><code>bf7bd88</code></a> docs: fix warn severity description for new config files (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16324">#16324</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/504fe59b0e0f4f5a2afb6a69aaed5cb4ca631012"><code>504fe59</code></a> perf: switch from object spread to <code>Object.assign</code> when merging globals (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16311">#16311</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1729f9ea4d7b2945b2b701d72027fd4aace954cf"><code>1729f9e</code></a> feat: account for <code>sourceType: &quot;commonjs&quot;</code> in the strict rule (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16308">#16308</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b0d72c96b2a9cde7a5798c2b08ec4e70683c6aca"><code>b0d72c9</code></a> feat: add rule logical-assignment-operators (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16102">#16102</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/f02bcd91bf89b6c167d5346a36677fdb854f0c05"><code>f02bcd9</code></a> feat: <code>array-callback-return</code> support <code>findLast</code> and <code>findLastIndex</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16314">#16314</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8cc0bbe440dc5e6af6ef02f00d0514a40ca07c24"><code>8cc0bbe</code></a> docs: use more clean link syntax (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16309">#16309</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.23.1...v8.24.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=8.23.1&new-version=8.24.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-06-11 02:43:06 -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#5901