[PR #1030] [MERGED] Bump eslint from 8.52.0 to 8.53.0 #1173

Closed
opened 2026-03-03 02:02:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1030
Author: @dependabot[bot]
Created: 11/6/2023
Status: Merged
Merged: 11/6/2023
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/eslint-8.53.0


📝 Commits (2)

  • af81267 Bump eslint from 8.52.0 to 8.53.0
  • 8e07c60 Remove deprecated ESLint rules after version update.

📊 Changes

11 files changed (+9 additions, -58 deletions)

View changed files

📝 .eslintrc.json (+0 -18)
📝 demo/default.js (+0 -2)
📝 demo/markdownlint-browser.js (+6 -16)
📝 helpers/helpers.js (+0 -4)
📝 lib/markdownlint.js (+1 -2)
📝 lib/md051.js (+0 -1)
📝 micromark/exports-html.mjs (+1 -1)
📝 package.json (+1 -1)
📝 schema/build-config-example.js (+0 -3)
📝 test/markdownlint-test-config.js (+0 -4)
📝 test/markdownlint-test-custom-rules.js (+0 -6)

📄 Description

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)

🔄 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/DavidAnson/markdownlint/pull/1030 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/6/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-8.53.0` --- ### 📝 Commits (2) - [`af81267`](https://github.com/DavidAnson/markdownlint/commit/af8126749fb2b03fafb6922e55ee287e004fb490) Bump eslint from 8.52.0 to 8.53.0 - [`8e07c60`](https://github.com/DavidAnson/markdownlint/commit/8e07c60807c646998ab3c5656e8a070c3bc956a5) Remove deprecated ESLint rules after version update. ### 📊 Changes **11 files changed** (+9 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.eslintrc.json` (+0 -18) 📝 `demo/default.js` (+0 -2) 📝 `demo/markdownlint-browser.js` (+6 -16) 📝 `helpers/helpers.js` (+0 -4) 📝 `lib/markdownlint.js` (+1 -2) 📝 `lib/md051.js` (+0 -1) 📝 `micromark/exports-html.mjs` (+1 -1) 📝 `package.json` (+1 -1) 📝 `schema/build-config-example.js` (+0 -3) 📝 `test/markdownlint-test-config.js` (+0 -4) 📝 `test/markdownlint-test-custom-rules.js` (+0 -6) </details> ### 📄 Description 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:02:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1173
No description provided.