[PR #1476] [MERGED] Bump @stylistic/eslint-plugin from 2.13.0 to 3.0.1 #3339

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1476
Author: @dependabot[bot]
Created: 1/30/2025
Status: Merged
Merged: 1/30/2025
Merged by: @DavidAnson

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


📝 Commits (1)

  • 31069e2 Bump @stylistic/eslint-plugin from 2.13.0 to 3.0.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps @stylistic/eslint-plugin from 2.13.0 to 3.0.1.

Release notes

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

v3.0.1

3.0.1 (2025-01-29)

Bug Fixes

v3.0.0

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

Changelog

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

3.0.1 (2025-01-29)

Bug Fixes

3.0.0 (2025-01-25)

⚠ BREAKING CHANGES

  • indent-binary-ops: remove unnecessary logic (#645)
  • cross test function-call-spacing (#565)
  • comma-style: turn off all exceptions option by default (#602)

Features

  • comma-style: turn off all exceptions option by default (#602) (c424d63)
  • cross test function-call-spacing (#565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#667) (8dd68e2)

Bug Fixes

  • jsx-wrap-multilines: prevent crash when using tabs (#653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)

Documentation

Chores

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/1476 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-3.0.1` --- ### 📝 Commits (1) - [`31069e2`](https://github.com/DavidAnson/markdownlint/commit/31069e241bf44d1bcefb8df8cf3693cebb78108c) Bump @stylistic/eslint-plugin from 2.13.0 to 3.0.1 ### 📊 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 2.13.0 to 3.0.1. <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>v3.0.1</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v3.0.0...v3.0.1">3.0.1</a> (2025-01-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> unpin typescript-eslint deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/673">#673</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9fb672df83c5138a3f521f281e37babb307606bc">9fb672d</a>)</li> </ul> <h2>v3.0.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.13.0...v3.0.0">3.0.0</a> (2025-01-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)</li> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c424d63eda46bc471d871d699b375d84ff3262bb">c424d63</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6">80ec2e4</a>)</li> <li><strong>quotes:</strong> Option to allow template literals only to avoid escape (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/643">#643</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822">5558bdb</a>)</li> <li><strong>type-generic-spacing:</strong> remove whitespaces in generic types (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/667">#667</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda">8dd68e2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>jsx-wrap-multilines:</strong> prevent crash when using tabs (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/653">#653</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6">8cbc9f8</a>)</li> <li><strong>plus:</strong> dependencies bundle (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba9ed81029c7cc06a38a36f16faf443138bd4800">ba9ed81</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add <code>flat: true</code> to flat config customize example (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/669">#669</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4710771c11548a4b854c89188351d0d4a1b27fd7">4710771</a>)</li> <li>typo (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/662">#662</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0">a87f5bd</a>)</li> </ul> <h3>Chores</h3> <ul> <li>cross test <code>indent</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/563">#563</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8">80c5486</a>)</li> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546">a06ed18</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/v3.0.0...v3.0.1">3.0.1</a> (2025-01-29)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> unpin typescript-eslint deps (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/673">#673</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9fb672df83c5138a3f521f281e37babb307606bc">9fb672d</a>)</li> </ul> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.13.0...v3.0.0">3.0.0</a> (2025-01-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>)</li> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>comma-style:</strong> turn off all exceptions option by default (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/602">#602</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/c424d63eda46bc471d871d699b375d84ff3262bb">c424d63</a>)</li> <li>cross test <code>function-call-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/565">#565</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80ec2e4e3dc5c06e4c0837ac38b41bfad337bfe6">80ec2e4</a>)</li> <li><strong>quotes:</strong> Option to allow template literals only to avoid escape (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/643">#643</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822">5558bdb</a>)</li> <li><strong>type-generic-spacing:</strong> remove whitespaces in generic types (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/667">#667</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda">8dd68e2</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>jsx-wrap-multilines:</strong> prevent crash when using tabs (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/653">#653</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6">8cbc9f8</a>)</li> <li><strong>plus:</strong> dependencies bundle (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ba9ed81029c7cc06a38a36f16faf443138bd4800">ba9ed81</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>add <code>flat: true</code> to flat config customize example (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/669">#669</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4710771c11548a4b854c89188351d0d4a1b27fd7">4710771</a>)</li> <li>typo (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/662">#662</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0">a87f5bd</a>)</li> </ul> <h3>Chores</h3> <ul> <li>cross test <code>indent</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/563">#563</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8">80c5486</a>)</li> <li><strong>indent-binary-ops:</strong> remove unnecessary logic (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/645">#645</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546">a06ed18</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/21704b67ff164adc31921110d9a2b5a18d96dfa3"><code>21704b6</code></a> chore: release v3.0.1 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/674">#674</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/770a0a84e238c6ab3dea96e5f7cb71ebf28e68d3"><code>770a0a8</code></a> chore: release v3.0.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/660">#660</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8dd68e2c7dd6720ce2c0e6fcdbe9c0573c3a1eda"><code>8dd68e2</code></a> feat(type-generic-spacing): remove whitespaces in generic types (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/667">#667</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/50b23715ff68439efdbaf0ec1c6b8c7b651410fa"><code>50b2371</code></a> chore: update deps</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dd40b057bcec2309c8c0697429990dee838915c2"><code>dd40b05</code></a> chore: typo (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/663">#663</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a87f5bd4e6428b5887359b5e793d36fbdd9376a0"><code>a87f5bd</code></a> docs: typo (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/662">#662</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/a06ed180b4b5a09d7bd0f2e06eff76b70f265546"><code>a06ed18</code></a> refactor(indent-binary-ops)!: remove unnecessary logic (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/645">#645</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8cbc9f85d6b8b75acb3eac6e606d2361cc1d2af6"><code>8cbc9f8</code></a> fix(jsx-wrap-multilines): prevent crash when using tabs (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/653">#653</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5558bdbb2eb989b81bf7b91c62d5e9f1c80bb822"><code>5558bdb</code></a> feat(quotes): Option to allow template literals only to avoid escape (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/643">#643</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/80c5486682a1ff3ecea525cdf4e3d27d0e2a0bb8"><code>80c5486</code></a> test: cross test <code>indent</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/563">#563</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/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=2.13.0&new-version=3.0.1)](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:13:15 +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#3339
No description provided.