Bump eslint from 8.52.0 to 8.53.0 in /client #128

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/client/eslint-8.53.0 into main 2023-11-11 18:59:20 +00:00
dependabot[bot] commented 2023-11-06 00:27:43 +00:00 (Migrated from github.com)

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)
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>
cloudflare-workers-and-pages[bot] commented 2023-11-06 00:27:45 +00:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a989863
Status:   Deploy successful!
Preview URL: https://7c2e2bde.powertools.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-clie-btji.powertools.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>a989863</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://7c2e2bde.powertools.pages.dev'>https://7c2e2bde.powertools.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-npm-and-yarn-clie-btji.powertools.pages.dev'>https://dependabot-npm-and-yarn-clie-btji.powertools.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/powertools/7c2e2bde-466b-459a-ad55-434259769530)
This repo is archived. You cannot comment on pull requests.
No description provided.