Skip to content

Commit

Permalink
Bump eslint from 8.23.1 to 8.24.0 (#626)
Browse files Browse the repository at this point in the history
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2022
1 parent 0233857 commit 9448f37
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9448f37

Please sign in to comment.