[PR #1684] [MERGED] Bump @stylistic/eslint-plugin from 5.1.0 to 5.2.0 #1614

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1684
Author: @dependabot[bot]
Created: 7/17/2025
Status: Merged
Merged: 7/17/2025
Merged by: @DavidAnson

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


📝 Commits (1)

  • a1f5040 Bump @stylistic/eslint-plugin from 5.1.0 to 5.2.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps @stylistic/eslint-plugin from 5.1.0 to 5.2.0.

Release notes

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

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

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

5.2.0 (2025-07-16)

Features

  • add warnOnce utility for deprecation warnings (#867) (f015822)
  • indent: introduce returnType for FunctionDeclaration and FunctionExpression (#884) (c0a09fb)
  • indent: support TSTypeAliasDeclaration (#796) (c62afea)
  • keyword-spacing: support ImportAttribute (#863) (08d4193)
  • multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
  • no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
  • object-curly-spacing: support ImportAttribute (#862) (000f2f4)
  • support AccessorProperty (#829) (2143f34)

Bug Fixes

  • disallow extra properties in rule options (#883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#861) (ddd14c8)

Documentation

  • enhance readability (#880) (4a5fe59)
  • fix link of no-unexpected-multiline (#847) (0639099)
  • operator-linebreak: add description for "ignore" option earlier (#866) (46e43f5)

Chores

Commits
  • 38232bd chore: release v5.2.0 (main) (#860)
  • f015822 feat: add warnOnce utility for deprecation warnings (#867)
  • 693941c chore: update deps (#885)
  • 7d4aa27 feat(no-extra-parens): support part of TS Nodes (#873)
  • b2ece9f feat(multiline-comment-style): add support for exclamation comments (#876)
  • bac5f3f fix: disallow extra properties in rule options (#883)
  • 2143f34 feat: support AccessorProperty (#829)
  • c0a09fb feat(indent): introduce returnType for FunctionDeclaration and `FunctionE...
  • 08d4193 feat(keyword-spacing): support ImportAttribute (#863)
  • 000f2f4 feat(object-curly-spacing): support ImportAttribute (#862)
  • 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/1684 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-5.2.0` --- ### 📝 Commits (1) - [`a1f5040`](https://github.com/DavidAnson/markdownlint/commit/a1f5040edbcd4140e2613323c5b7ad716bbdbb3c) Bump @stylistic/eslint-plugin from 5.1.0 to 5.2.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.1.0 to 5.2.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.2.0</h2> <h3>   🚀 Features</h3> <ul> <li>Support <code>AccessorProperty</code>  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/829">eslint-stylistic/eslint-stylistic#829</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2143f349"><!-- raw HTML omitted -->(2143f)<!-- raw HTML omitted --></a></li> <li>Add <code>warnOnce</code> utility for deprecation warnings  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/867">eslint-stylistic/eslint-stylistic#867</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f0158222"><!-- raw HTML omitted -->(f0158)<!-- raw HTML omitted --></a></li> <li><strong>indent</strong>: <ul> <li>Support <code>TSTypeAliasDeclaration</code>  -  by <a href="https://github.com/shixianqin"><code>@​shixianqin</code></a>, <strong>Vida Xie</strong> and <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/796">eslint-stylistic/eslint-stylistic#796</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c62afeab"><!-- raw HTML omitted -->(c62af)<!-- raw HTML omitted --></a></li> <li>Introduce <code>returnType</code> for <code>FunctionDeclaration</code> and <code>FunctionExpression</code>  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/884">eslint-stylistic/eslint-stylistic#884</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c0a09fb4"><!-- raw HTML omitted -->(c0a09)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>keyword-spacing</strong>: <ul> <li>Support <code>ImportAttribute</code>  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/863">eslint-stylistic/eslint-stylistic#863</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/08d41938"><!-- raw HTML omitted -->(08d41)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>multiline-comment-style</strong>: <ul> <li>Add support for exclamation comments  -  by <a href="https://github.com/IronGeek"><code>@​IronGeek</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/876">eslint-stylistic/eslint-stylistic#876</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b2ece9f0"><!-- raw HTML omitted -->(b2ece)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>no-extra-parens</strong>: <ul> <li>Support part of TS Nodes  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/873">eslint-stylistic/eslint-stylistic#873</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7d4aa27c"><!-- raw HTML omitted -->(7d4aa)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>object-curly-spacing</strong>: <ul> <li>Support <code>ImportAttribute</code>  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/862">eslint-stylistic/eslint-stylistic#862</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/000f2f49"><!-- raw HTML omitted -->(000f2)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Disallow extra properties in rule options  -  by <a href="https://github.com/andreww2012"><code>@​andreww2012</code></a> and <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/883">eslint-stylistic/eslint-stylistic#883</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bac5f3f5"><!-- raw HTML omitted -->(bac5f)<!-- raw HTML omitted --></a></li> <li><strong>indent</strong>: Align first element when <code>VariableDeclarator</code> is <code>first</code>  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/861">eslint-stylistic/eslint-stylistic#861</a> <a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ddd14c83"><!-- raw HTML omitted -->(ddd14)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.1.0...v5.2.0">View changes on GitHub</a></h5> </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.1.0...v5.2.0">5.2.0</a> (2025-07-16)</h2> <h3>Features</h3> <ul> <li>add <code>warnOnce</code> utility for deprecation warnings (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/867">#867</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f0158222e8a97fcbb9d0e7c921e4f3de1baa1816">f015822</a>)</li> <li><strong>indent:</strong> introduce <code>returnType</code> for <code>FunctionDeclaration</code> and <code>FunctionExpression</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/884">#884</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c0a09fb48859bac61bb6a53704dc326f16d824aa">c0a09fb</a>)</li> <li><strong>indent:</strong> support <code>TSTypeAliasDeclaration</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/796">#796</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c62afeab8695e2271267be5dc5dff59d35ad2f42">c62afea</a>)</li> <li><strong>keyword-spacing:</strong> support <code>ImportAttribute</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/863">#863</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/08d4193872c5d335f881fce2d3ba5a4699cda383">08d4193</a>)</li> <li><strong>multiline-comment-style:</strong> add support for exclamation comments (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/876">#876</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b2ece9f09fa968a8c4866d61b231ec57897b0e43">b2ece9f</a>)</li> <li><strong>no-extra-parens:</strong> support part of TS Nodes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/873">#873</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7d4aa27c0378c58023b133cea4018b0ba069308f">7d4aa27</a>)</li> <li><strong>object-curly-spacing:</strong> support <code>ImportAttribute</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/862">#862</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/000f2f49e706a63ed478eb7390284ed7558e78dd">000f2f4</a>)</li> <li>support <code>AccessorProperty</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/829">#829</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2143f34976e80a3f43db7838706d4180e736f981">2143f34</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>disallow extra properties in rule options (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/883">#883</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bac5f3f5623264a6fe88dd0b56f959f0401acc07">bac5f3f</a>)</li> <li><strong>indent:</strong> align first element when <code>VariableDeclarator</code> is <code>first</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/861">#861</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ddd14c83cf77344a1775df745b1abca01543f5d6">ddd14c8</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>enhance readability (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/880">#880</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4a5fe59f528021fa2e6e8f787d2f21a69739391b">4a5fe59</a>)</li> <li>fix link of <code>no-unexpected-multiline</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/847">#847</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/06390997277f78dba4f24e1830d5ffbc332360bb">0639099</a>)</li> <li><strong>operator-linebreak:</strong> add description for &quot;ignore&quot; option earlier (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/866">#866</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/46e43f5b79fa8d253bd63bf4b22e2e2f6b1d0268">46e43f5</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>indent:</strong> cleanup cases (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/859">#859</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9d8a9c6303f29c236ffbdf5a63cf7f67c418d68c">9d8a9c6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/38232bd02c7a8af391be60886641fa71b0e36488"><code>38232bd</code></a> chore: release v5.2.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/860">#860</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f0158222e8a97fcbb9d0e7c921e4f3de1baa1816"><code>f015822</code></a> feat: add <code>warnOnce</code> utility for deprecation warnings (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/867">#867</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/693941c706327a97a87992de56dccd4e1a77c601"><code>693941c</code></a> chore: update deps (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/885">#885</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7d4aa27c0378c58023b133cea4018b0ba069308f"><code>7d4aa27</code></a> feat(no-extra-parens): support part of TS Nodes (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/873">#873</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b2ece9f09fa968a8c4866d61b231ec57897b0e43"><code>b2ece9f</code></a> feat(multiline-comment-style): add support for exclamation comments (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/876">#876</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bac5f3f5623264a6fe88dd0b56f959f0401acc07"><code>bac5f3f</code></a> fix: disallow extra properties in rule options (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/883">#883</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2143f34976e80a3f43db7838706d4180e736f981"><code>2143f34</code></a> feat: support <code>AccessorProperty</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/829">#829</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c0a09fb48859bac61bb6a53704dc326f16d824aa"><code>c0a09fb</code></a> feat(indent): introduce <code>returnType</code> for <code>FunctionDeclaration</code> and `FunctionE...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/08d4193872c5d335f881fce2d3ba5a4699cda383"><code>08d4193</code></a> feat(keyword-spacing): support <code>ImportAttribute</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/863">#863</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/000f2f49e706a63ed478eb7390284ed7558e78dd"><code>000f2f4</code></a> feat(object-curly-spacing): support <code>ImportAttribute</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/862">#862</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.2.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.1.0&new-version=5.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-03 02:04:19 +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#1614
No description provided.