[PR #1197] [MERGED] Bump eslint from 9.1.1 to 9.2.0 #3135

Closed
opened 2026-03-07 20:12:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1197
Author: @dependabot[bot]
Created: 5/6/2024
Status: Merged
Merged: 5/7/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • 5132bf4 Bump eslint from 9.1.1 to 9.2.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint from 9.1.1 to 9.2.0.

Release notes

Sourced from eslint's releases.

v9.2.0

Features

  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg )
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)

Bug Fixes

  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)

Documentation

  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)

Chores

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenkins)
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)
  • f316e20 ci: run tests in Node.js 22 (#18393) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.2.0 - May 3, 2024

  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413) (Milos Djermanovic)
  • c4c18e0 chore: package.json update for @​eslint/js release (Jenkins)
  • 284722c chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0f5df50 docs: Update README (GitHub Actions Bot)
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)
  • 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg )
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)
  • 1579ce0 docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)
  • f316e20 ci: run tests in Node.js 22 (#18393) (Francesco Trotta)
  • eeec413 fix: do not throw when defining a global named defineSetter (#18364) (唯然)
  • f12a02c docs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)
Commits
  • 271e7ab 9.2.0
  • 989ac9d Build: changelog update for 9.2.0
  • b346605 chore: upgrade @​eslint/js@​9.2.0 (#18413)
  • c4c18e0 chore: package.json update for @​eslint/js release
  • 284722c chore: package.json update for eslint-config-eslint release
  • 0f5df50 docs: Update README
  • 347d44f chore: remove eslintrc export from eslint-config-eslint (#18400)
  • 8485d76 feat: no-case-declarations add suggestions (#18388)
  • a498f35 feat: update Unicode letter detection in capitalized-comments rule (#18375)
  • 1579ce0 docs: update wording regarding indirect eval (#18394)
  • Additional commits viewable in compare view

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/1197 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-9.2.0` --- ### 📝 Commits (1) - [`5132bf4`](https://github.com/DavidAnson/markdownlint/commit/5132bf41c55e585025175e4c9e3c77f9c01baa33) Bump eslint from 9.1.1 to 9.2.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 9.1.1 to 9.2.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>v9.2.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8485d76134bdbd29230780fadc284c482cd1d963"><code>8485d76</code></a> feat: <code>no-case-declarations</code> add suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/18388">#18388</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/a498f35cef4df9c9f5387fafafaf482d913d5765"><code>a498f35</code></a> feat: update Unicode letter detection in capitalized-comments rule (<a href="https://redirect.github.com/eslint/eslint/issues/18375">#18375</a>) (Francesco Trotta)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/eeec41346738afb491958fdbf0bcf45a302ca1b7"><code>eeec413</code></a> fix: do not throw when defining a global named <strong>defineSetter</strong> (<a href="https://redirect.github.com/eslint/eslint/issues/18364">#18364</a>) (唯然)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/0f5df509a4bc00cff2c62b90fab184bdf0231322"><code>0f5df50</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/1579ce05cbb523cb5b04ff77fab06ba1ecd18dce"><code>1579ce0</code></a> docs: update wording regarding indirect eval (<a href="https://redirect.github.com/eslint/eslint/issues/18394">#18394</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/f12a02c5749d31beefe46d2753a0d68b56f2281d"><code>f12a02c</code></a> docs: update to eslint v9 in custom-rule-tutorial (<a href="https://redirect.github.com/eslint/eslint/issues/18383">#18383</a>) (唯然)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b3466052802a1586560ad56a8128d603284d58c2"><code>b346605</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18413">#18413</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c4c18e05fc866b73218dbe58b760546f39a2a620"><code>c4c18e0</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/284722ca8375c9a9e4f741bfdd78e765542da61f"><code>284722c</code></a> chore: package.json update for eslint-config-eslint release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/347d44f96b3d9d690e4f7380029e8a5a60b2fdc7"><code>347d44f</code></a> chore: remove eslintrc export from eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18400">#18400</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f316e2009a8aa902fa447a49b6b5e560848f0711"><code>f316e20</code></a> ci: run tests in Node.js 22 (<a href="https://redirect.github.com/eslint/eslint/issues/18393">#18393</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>v9.2.0 - May 3, 2024</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b3466052802a1586560ad56a8128d603284d58c2"><code>b346605</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18413">#18413</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c4c18e05fc866b73218dbe58b760546f39a2a620"><code>c4c18e0</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/284722ca8375c9a9e4f741bfdd78e765542da61f"><code>284722c</code></a> chore: package.json update for eslint-config-eslint release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/0f5df509a4bc00cff2c62b90fab184bdf0231322"><code>0f5df50</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/347d44f96b3d9d690e4f7380029e8a5a60b2fdc7"><code>347d44f</code></a> chore: remove eslintrc export from eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18400">#18400</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8485d76134bdbd29230780fadc284c482cd1d963"><code>8485d76</code></a> feat: <code>no-case-declarations</code> add suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/18388">#18388</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/a498f35cef4df9c9f5387fafafaf482d913d5765"><code>a498f35</code></a> feat: update Unicode letter detection in capitalized-comments rule (<a href="https://redirect.github.com/eslint/eslint/issues/18375">#18375</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/1579ce05cbb523cb5b04ff77fab06ba1ecd18dce"><code>1579ce0</code></a> docs: update wording regarding indirect eval (<a href="https://redirect.github.com/eslint/eslint/issues/18394">#18394</a>) (Kirk Waiblinger)</li> <li><a href="https://github.com/eslint/eslint/commit/f316e2009a8aa902fa447a49b6b5e560848f0711"><code>f316e20</code></a> ci: run tests in Node.js 22 (<a href="https://redirect.github.com/eslint/eslint/issues/18393">#18393</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/eeec41346738afb491958fdbf0bcf45a302ca1b7"><code>eeec413</code></a> fix: do not throw when defining a global named <strong>defineSetter</strong> (<a href="https://redirect.github.com/eslint/eslint/issues/18364">#18364</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/f12a02c5749d31beefe46d2753a0d68b56f2281d"><code>f12a02c</code></a> docs: update to eslint v9 in custom-rule-tutorial (<a href="https://redirect.github.com/eslint/eslint/issues/18383">#18383</a>) (唯然)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/271e7ab1adc45a7b2f66cfea55a54e6048d9749a"><code>271e7ab</code></a> 9.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/989ac9d1ba34cf8c11ccf8d675f13c3213de4c2e"><code>989ac9d</code></a> Build: changelog update for 9.2.0</li> <li><a href="https://github.com/eslint/eslint/commit/b3466052802a1586560ad56a8128d603284d58c2"><code>b346605</code></a> chore: upgrade <code>@​eslint/js</code><a href="https://github.com/9"><code>@​9</code></a>.2.0 (<a href="https://redirect.github.com/eslint/eslint/issues/18413">#18413</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c4c18e05fc866b73218dbe58b760546f39a2a620"><code>c4c18e0</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/284722ca8375c9a9e4f741bfdd78e765542da61f"><code>284722c</code></a> chore: package.json update for eslint-config-eslint release</li> <li><a href="https://github.com/eslint/eslint/commit/0f5df509a4bc00cff2c62b90fab184bdf0231322"><code>0f5df50</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/347d44f96b3d9d690e4f7380029e8a5a60b2fdc7"><code>347d44f</code></a> chore: remove eslintrc export from eslint-config-eslint (<a href="https://redirect.github.com/eslint/eslint/issues/18400">#18400</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8485d76134bdbd29230780fadc284c482cd1d963"><code>8485d76</code></a> feat: <code>no-case-declarations</code> add suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/18388">#18388</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a498f35cef4df9c9f5387fafafaf482d913d5765"><code>a498f35</code></a> feat: update Unicode letter detection in capitalized-comments rule (<a href="https://redirect.github.com/eslint/eslint/issues/18375">#18375</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/1579ce05cbb523cb5b04ff77fab06ba1ecd18dce"><code>1579ce0</code></a> docs: update wording regarding indirect eval (<a href="https://redirect.github.com/eslint/eslint/issues/18394">#18394</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.1.1...v9.2.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=9.1.1&new-version=9.2.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-07 20:12: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#3135
No description provided.