[PR #1970] [MERGED] Bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0 #3684

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1970
Author: @dependabot[bot]
Created: 2/20/2026
Status: Merged
Merged: 2/20/2026
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/stylistic/eslint-plugin-5.9.0


📝 Commits (1)

  • 5d9b78a Bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps @stylistic/eslint-plugin from 5.8.0 to 5.9.0.

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.9.0

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)

Chores

  • lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
  • no-extra-parens: simplify fixer (#1133) (3504e1f)
  • on-var-declaration-per-line: simplify fixer (#1132) (c827fde)
Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)

Chores

  • lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
  • no-extra-parens: simplify fixer (#1133) (3504e1f)
  • on-var-declaration-per-line: simplify fixer (#1132) (c827fde)
Commits
  • 96ce1c7 chore: release v5.9.0 (main) (#1131)
  • 5d99706 feat: support ESLint 10 (#1066)
  • cfb6296 fix(no-extra-parens): don't report jsdoc type assertion by default (#1100)
  • 501e838 feat(no-trailing-spaces): support more file types (#1138)
  • 8f5cc9e feat(padding-line-between-statements): support selector-based statement match...
  • 9e7f422 fix(indent): ignore when source code is not ESTree (#1139)
  • 4a96eae fix(comma-dangle): prevent crash when linting non-js files (#1140)
  • 18b961e refactor(lines-around-comment): improve extensibility of allow boundary check...
  • 3504e1f refactor(no-extra-parens): simplify fixer (#1133)
  • c827fde refactor(on-var-declaration-per-line): simplify fixer (#1132)
  • 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 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/1970 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/20/2026 **Status:** ✅ Merged **Merged:** 2/20/2026 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-5.9.0` --- ### 📝 Commits (1) - [`5d9b78a`](https://github.com/DavidAnson/markdownlint/commit/5d9b78a4c431593d67b2d49dc7bf88f842706bac) Bump @stylistic/eslint-plugin from 5.8.0 to 5.9.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.8.0 to 5.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/releases"><code>@​stylistic/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v5.9.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.8.0...v5.9.0">5.9.0</a> (2026-02-19)</h2> <h3>Features</h3> <ul> <li><strong>no-trailing-spaces:</strong> support more file types (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1138">#1138</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/501e8383bd9b27ff3e8d5e66c43e4ac7877fc862">501e838</a>)</li> <li><strong>padding-line-between-statements:</strong> support selector-based statement matchers (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1134">#1134</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8f5cc9ee69b58de1dc00a9a487a1461de2d3494b">8f5cc9e</a>)</li> <li>support ESLint 10 (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1066">#1066</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5d99706e7c156af617a7ed935bd9bbe87630738a">5d99706</a>)</li> <li>update deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1141">#1141</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f29fcff09f86ac7d9feff8a9f954bbeed32e91db">f29fcff</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>comma-dangle:</strong> check tsx file correctly (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1127">#1127</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/271da423f8d47e264e5a9e1ded444eaa7b208c43">271da42</a>)</li> <li><strong>comma-dangle:</strong> prevent crash when linting non-js files (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1140">#1140</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4a96eae4e31998904bc3c2b5c0719920a7984f98">4a96eae</a>)</li> <li><strong>indent:</strong> ignore when source code is not ESTree (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1139">#1139</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9e7f42264b9462e21c269568e506977d5abac8ed">9e7f422</a>)</li> <li><strong>no-extra-parens:</strong> don't report jsdoc type assertion by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1100">#1100</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cfb62964a3daf488903ee33c88b23bade7009cac">cfb6296</a>)</li> <li><strong>object-curly-spacing:</strong> correctly handle object patterns with type annotations (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1129">#1129</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5aaaec61ed9f4f7cc4fb431e5628f5d67e48be3c">5aaaec6</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>lines-around-comment:</strong> improve extensibility of allow boundary checks (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1136">#1136</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/18b961eacd7a37dc772a3669e236e60773965d9d">18b961e</a>)</li> <li><strong>no-extra-parens:</strong> simplify fixer (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1133">#1133</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/3504e1fa3901f68d7d028465a1c0f779077db7eb">3504e1f</a>)</li> <li><strong>on-var-declaration-per-line:</strong> simplify fixer (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1132">#1132</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c827fde7e77e2a66b0873c41d10bb8e02cb2bf66">c827fde</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md"><code>@​stylistic/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.8.0...v5.9.0">5.9.0</a> (2026-02-19)</h2> <h3>Features</h3> <ul> <li><strong>no-trailing-spaces:</strong> support more file types (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1138">#1138</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/501e8383bd9b27ff3e8d5e66c43e4ac7877fc862">501e838</a>)</li> <li><strong>padding-line-between-statements:</strong> support selector-based statement matchers (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1134">#1134</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8f5cc9ee69b58de1dc00a9a487a1461de2d3494b">8f5cc9e</a>)</li> <li>support ESLint 10 (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1066">#1066</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5d99706e7c156af617a7ed935bd9bbe87630738a">5d99706</a>)</li> <li>update deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1141">#1141</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f29fcff09f86ac7d9feff8a9f954bbeed32e91db">f29fcff</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>comma-dangle:</strong> check tsx file correctly (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1127">#1127</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/271da423f8d47e264e5a9e1ded444eaa7b208c43">271da42</a>)</li> <li><strong>comma-dangle:</strong> prevent crash when linting non-js files (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1140">#1140</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4a96eae4e31998904bc3c2b5c0719920a7984f98">4a96eae</a>)</li> <li><strong>indent:</strong> ignore when source code is not ESTree (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1139">#1139</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9e7f42264b9462e21c269568e506977d5abac8ed">9e7f422</a>)</li> <li><strong>no-extra-parens:</strong> don't report jsdoc type assertion by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1100">#1100</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cfb62964a3daf488903ee33c88b23bade7009cac">cfb6296</a>)</li> <li><strong>object-curly-spacing:</strong> correctly handle object patterns with type annotations (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1129">#1129</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5aaaec61ed9f4f7cc4fb431e5628f5d67e48be3c">5aaaec6</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>lines-around-comment:</strong> improve extensibility of allow boundary checks (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1136">#1136</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/18b961eacd7a37dc772a3669e236e60773965d9d">18b961e</a>)</li> <li><strong>no-extra-parens:</strong> simplify fixer (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1133">#1133</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/3504e1fa3901f68d7d028465a1c0f779077db7eb">3504e1f</a>)</li> <li><strong>on-var-declaration-per-line:</strong> simplify fixer (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/1132">#1132</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c827fde7e77e2a66b0873c41d10bb8e02cb2bf66">c827fde</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/96ce1c7e165ee2a0322afdd7dde9a594ab6dbd70"><code>96ce1c7</code></a> chore: release v5.9.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1131">#1131</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5d99706e7c156af617a7ed935bd9bbe87630738a"><code>5d99706</code></a> feat: support ESLint 10 (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1066">#1066</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cfb62964a3daf488903ee33c88b23bade7009cac"><code>cfb6296</code></a> fix(no-extra-parens): don't report jsdoc type assertion by default (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1100">#1100</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/501e8383bd9b27ff3e8d5e66c43e4ac7877fc862"><code>501e838</code></a> feat(no-trailing-spaces): support more file types (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1138">#1138</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8f5cc9ee69b58de1dc00a9a487a1461de2d3494b"><code>8f5cc9e</code></a> feat(padding-line-between-statements): support selector-based statement match...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9e7f42264b9462e21c269568e506977d5abac8ed"><code>9e7f422</code></a> fix(indent): ignore when source code is not ESTree (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1139">#1139</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4a96eae4e31998904bc3c2b5c0719920a7984f98"><code>4a96eae</code></a> fix(comma-dangle): prevent crash when linting non-js files (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1140">#1140</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/18b961eacd7a37dc772a3669e236e60773965d9d"><code>18b961e</code></a> refactor(lines-around-comment): improve extensibility of allow boundary check...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/3504e1fa3901f68d7d028465a1c0f779077db7eb"><code>3504e1f</code></a> refactor(no-extra-parens): simplify fixer (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1133">#1133</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c827fde7e77e2a66b0873c41d10bb8e02cb2bf66"><code>c827fde</code></a> refactor(on-var-declaration-per-line): simplify fixer (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/1132">#1132</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.9.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stylistic/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.8.0&new-version=5.9.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 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:14:58 +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#3684
No description provided.