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: "commonjs"</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: "commonjs"</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: "commonjs"</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 />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
develop← Head:dependabot/npm_and_yarn/eslint-8.24.0📝 Commits (1)
98be5e7Bump 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.
Changelog
Sourced from eslint's changelog.
Commits
a5787808.24.0f2cfacdBuild: changelog update for 8.24.0131e646chore: Upgrade@humanwhocodes/config-arrayfor perf (#16339)2c152ffdocs: note false positiveObject.getOwnPropertyNamesin prefer-reflect (#16...bf7bd88docs: fix warn severity description for new config files (#16324)504fe59perf: switch from object spread toObject.assignwhen merging globals (#16311)1729f9efeat: account forsourceType: "commonjs"in the strict rule (#16308)b0d72c9feat: add rule logical-assignment-operators (#16102)f02bcd9feat:array-callback-returnsupportfindLastandfindLastIndex(#16314)8cc0bbedocs: use more clean link syntax (#16309)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.