Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 8.52.0 to 8.53.0 in /webapp #573

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps eslint from 8.52.0 to 8.53.0.

Release notes

Sourced from eslint's releases.

v8.53.0

Features

  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)

Chores

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.53.0 - November 3, 2023

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 6, 2023
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Nov 6, 2023
@crickman crickman self-assigned this Nov 6, 2023
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/eslint-8.53.0 branch from 3ed7452 to 0f9b7fb Compare November 6, 2023 17:02
@crickman crickman added this pull request to the merge queue Nov 6, 2023
Merged via the queue into main with commit e39d94d Nov 6, 2023
6 checks passed
@crickman crickman deleted the dependabot/npm_and_yarn/webapp/eslint-8.53.0 branch November 6, 2023 17:08
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.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.53.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a>
feat: Deprecate formatting rules (<a
href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a>
feat: Add suggestions for no-prototype-builtins (<a
href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)
(Yonathan Randolph)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce"><code>1ad6257</code></a>
fix: ensure that exit code for fatal errors is not overwritten (<a
href="https://redirect.github.com/eslint/eslint/issues/17683">#17683</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f"><code>b329ea7</code></a>
fix: add <code>;</code> after JSX nodes in
<code>no-object-constructor</code> autofix (<a
href="https://redirect.github.com/eslint/eslint/issues/17672">#17672</a>)
(Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a>
docs: change position of return to top button (<a
href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a>
docs: update twitter icon to new X icon (<a
href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09"><code>4164b2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f"><code>8651895</code></a>
docs: Fix tabs in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/17653">#17653</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4"><code>3aec1c5</code></a>
docs: explained rule fixers and suggestions (<a
href="https://redirect.github.com/eslint/eslint/issues/17657">#17657</a>)
(Josh Goldberg ✨)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a>
chore: remove metascraper (<a
href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a>
chore: Update dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a>
test: fix ESLint tests for caching (<a
href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021"><code>db06a7f</code></a>
ci: bump actions/setup-node from 3 to 4 (<a
href="https://redirect.github.com/eslint/eslint/issues/17676">#17676</a>)
(dependabot[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b"><code>994596b</code></a>
ci: run tests in Node.js 21 (<a
href="https://redirect.github.com/eslint/eslint/issues/17673">#17673</a>)
(Francesco Trotta)</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.53.0 - November 3, 2023</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a>
chore: remove metascraper (<a
href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a>
chore: Update dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a>
docs: change position of return to top button (<a
href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a>
feat: Deprecate formatting rules (<a
href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a>
test: fix ESLint tests for caching (<a
href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a>
feat: Add suggestions for no-prototype-builtins (<a
href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)
(Yonathan Randolph)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a>
docs: update twitter icon to new X icon (<a
href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce"><code>1ad6257</code></a>
fix: ensure that exit code for fatal errors is not overwritten (<a
href="https://redirect.github.com/eslint/eslint/issues/17683">#17683</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09"><code>4164b2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f"><code>8651895</code></a>
docs: Fix tabs in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/17653">#17653</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4"><code>3aec1c5</code></a>
docs: explained rule fixers and suggestions (<a
href="https://redirect.github.com/eslint/eslint/issues/17657">#17657</a>)
(Josh Goldberg ✨)</li>
<li><a
href="https://github.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021"><code>db06a7f</code></a>
ci: bump actions/setup-node from 3 to 4 (<a
href="https://redirect.github.com/eslint/eslint/issues/17676">#17676</a>)
(dependabot[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f"><code>b329ea7</code></a>
fix: add <code>;</code> after JSX nodes in
<code>no-object-constructor</code> autofix (<a
href="https://redirect.github.com/eslint/eslint/issues/17672">#17672</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b"><code>994596b</code></a>
ci: run tests in Node.js 21 (<a
href="https://redirect.github.com/eslint/eslint/issues/17673">#17673</a>)
(Francesco Trotta)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/cb9393dd9f160d3dbff27a39b9ce8e24303e3b6f"><code>cb9393d</code></a>
8.53.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/ec361d14b0c623ea3ae569c784608431454f33e2"><code>ec361d1</code></a>
Build: changelog update for 8.53.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a>
chore: remove metascraper (<a
href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a>
chore: Update dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a>
docs: change position of return to top button (<a
href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a>
feat: Deprecate formatting rules (<a
href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a>
test: fix ESLint tests for caching (<a
href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a>
feat: Add suggestions for no-prototype-builtins (<a
href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a>
docs: update twitter icon to new X icon (<a
href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.52.0...v8.53.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.52.0&new-version=8.53.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.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.53.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a>
feat: Deprecate formatting rules (<a
href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a>
feat: Add suggestions for no-prototype-builtins (<a
href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)
(Yonathan Randolph)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce"><code>1ad6257</code></a>
fix: ensure that exit code for fatal errors is not overwritten (<a
href="https://redirect.github.com/eslint/eslint/issues/17683">#17683</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f"><code>b329ea7</code></a>
fix: add <code>;</code> after JSX nodes in
<code>no-object-constructor</code> autofix (<a
href="https://redirect.github.com/eslint/eslint/issues/17672">#17672</a>)
(Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a>
docs: change position of return to top button (<a
href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a>
docs: update twitter icon to new X icon (<a
href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09"><code>4164b2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f"><code>8651895</code></a>
docs: Fix tabs in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/17653">#17653</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4"><code>3aec1c5</code></a>
docs: explained rule fixers and suggestions (<a
href="https://redirect.github.com/eslint/eslint/issues/17657">#17657</a>)
(Josh Goldberg ✨)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a>
chore: remove metascraper (<a
href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a>
chore: Update dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a>
test: fix ESLint tests for caching (<a
href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021"><code>db06a7f</code></a>
ci: bump actions/setup-node from 3 to 4 (<a
href="https://redirect.github.com/eslint/eslint/issues/17676">#17676</a>)
(dependabot[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b"><code>994596b</code></a>
ci: run tests in Node.js 21 (<a
href="https://redirect.github.com/eslint/eslint/issues/17673">#17673</a>)
(Francesco Trotta)</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.53.0 - November 3, 2023</p>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a>
chore: remove metascraper (<a
href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a>
chore: Update dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a>
chore: package.json update for <code>@​eslint/js</code> release (ESLint
Jenkins)</li>
<li><a
href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a>
docs: change position of return to top button (<a
href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a>
feat: Deprecate formatting rules (<a
href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)
(Nicholas C. Zakas)</li>
<li><a
href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a>
test: fix ESLint tests for caching (<a
href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a>
feat: Add suggestions for no-prototype-builtins (<a
href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)
(Yonathan Randolph)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a>
docs: update twitter icon to new X icon (<a
href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)
(Tanuj Kanti)</li>
<li><a
href="https://github.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce"><code>1ad6257</code></a>
fix: ensure that exit code for fatal errors is not overwritten (<a
href="https://redirect.github.com/eslint/eslint/issues/17683">#17683</a>)
(Milos Djermanovic)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09"><code>4164b2c</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="https://github.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f"><code>8651895</code></a>
docs: Fix tabs in rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/17653">#17653</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4"><code>3aec1c5</code></a>
docs: explained rule fixers and suggestions (<a
href="https://redirect.github.com/eslint/eslint/issues/17657">#17657</a>)
(Josh Goldberg ✨)</li>
<li><a
href="https://github.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021"><code>db06a7f</code></a>
ci: bump actions/setup-node from 3 to 4 (<a
href="https://redirect.github.com/eslint/eslint/issues/17676">#17676</a>)
(dependabot[bot])</li>
<li><a
href="https://github.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f"><code>b329ea7</code></a>
fix: add <code>;</code> after JSX nodes in
<code>no-object-constructor</code> autofix (<a
href="https://redirect.github.com/eslint/eslint/issues/17672">#17672</a>)
(Francesco Trotta)</li>
<li><a
href="https://github.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b"><code>994596b</code></a>
ci: run tests in Node.js 21 (<a
href="https://redirect.github.com/eslint/eslint/issues/17673">#17673</a>)
(Francesco Trotta)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/eslint/commit/cb9393dd9f160d3dbff27a39b9ce8e24303e3b6f"><code>cb9393d</code></a>
8.53.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/ec361d14b0c623ea3ae569c784608431454f33e2"><code>ec361d1</code></a>
Build: changelog update for 8.53.0</li>
<li><a
href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a>
chore: remove metascraper (<a
href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a>
chore: Update dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a>
docs: change position of return to top button (<a
href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a>
feat: Deprecate formatting rules (<a
href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a>
test: fix ESLint tests for caching (<a
href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a>
feat: Add suggestions for no-prototype-builtins (<a
href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)</li>
<li><a
href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a>
docs: update twitter icon to new X icon (<a
href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.52.0...v8.53.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.52.0&new-version=8.53.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code webapp Pull requests that update Typescript code
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

1 participant