[PR #1466] [MERGED] Bump @stylistic/eslint-plugin from 2.12.1 to 2.13.0 #1486

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • e740e71 Bump @stylistic/eslint-plugin from 2.12.1 to 2.13.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

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

Release notes

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

v2.13.0

2.13.0 (2025-01-13)

Features

  • key-spacing: add ignoredNodes option (#640) (33ae1f6)
  • no-extra-parens: introduce nestedConditionalExpressions option (#657) (bf63800)
  • padded-blocks: add start and end options (#655) (cf49939)

Bug Fixes

  • indent-binary-ops: correctly handle TypeAliasDeclaration (#647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#644) (d708587)

Documentation

Chores

  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646) (6da7c42)
Changelog

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

2.13.0 (2025-01-13)

Features

  • key-spacing: add ignoredNodes option (#640) (33ae1f6)
  • no-extra-parens: introduce nestedConditionalExpressions option (#657) (bf63800)
  • padded-blocks: add start and end options (#655) (cf49939)

Bug Fixes

  • indent-binary-ops: correctly handle TypeAliasDeclaration (#647) (ca2aabc)
  • indent-binary-ops: indent on multiline assignment (#644) (d708587)

Documentation

Chores

  • replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646) (6da7c42)
Commits
  • ce9c082 chore: release v2.13.0 (main) (#639)
  • d708587 fix(indent-binary-ops): indent on multiline assignment (#644)
  • cf49939 feat(padded-blocks): add start and end options (#655)
  • bf63800 feat(no-extra-parens): introduce nestedConditionalExpressions option (#657)
  • ca2aabc fix(indent-binary-ops): correctly handle TypeAliasDeclaration (#647)
  • 6da7c42 refactor: replace deprecated isSpaceBetweenTokens with isSpaceBetween (#646)
  • eea9267 docs: fix incorrect breadcrumbs (#642)
  • 33ae1f6 feat(key-spacing): add ignoredNodes option (#640)
  • d427d47 docs(indent): fix incorrect option description (#638)
  • See full diff 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/1466 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-2.13.0` --- ### 📝 Commits (1) - [`e740e71`](https://github.com/DavidAnson/markdownlint/commit/e740e713f22f3b0098f6f96096ec3b67e111fa23) Bump @stylistic/eslint-plugin from 2.12.1 to 2.13.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 2.12.1 to 2.13.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>v2.13.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.12.1...v2.13.0">2.13.0</a> (2025-01-13)</h2> <h3>Features</h3> <ul> <li><strong>key-spacing:</strong> add ignoredNodes option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/640">#640</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/33ae1f6fbeb15f36967998fe566b74df7db8d3d5">33ae1f6</a>)</li> <li><strong>no-extra-parens:</strong> introduce <code>nestedConditionalExpressions</code> option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/657">#657</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bf63800c49218d554c79b4da6513c8ef90f59857">bf63800</a>)</li> <li><strong>padded-blocks:</strong> add start and end options (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/655">#655</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cf49939a716a8f66f2d5be1d043a7c736133a986">cf49939</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent-binary-ops:</strong> correctly handle <code>TypeAliasDeclaration</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/647">#647</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca2aabc52a9d219cd16889cc9c4ea8b04d6af054">ca2aabc</a>)</li> <li><strong>indent-binary-ops:</strong> indent on multiline assignment (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/644">#644</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d7085874e84d7113a140878650f90f4efae87766">d708587</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix incorrect breadcrumbs (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/642">#642</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/eea92676326d26ec3786d2e2ee842507678fb565">eea9267</a>)</li> <li><strong>indent:</strong> fix incorrect option description (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/638">#638</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d427d47c430b5d9db90349438eaaa2c30b083511">d427d47</a>)</li> </ul> <h3>Chores</h3> <ul> <li>replace deprecated <code>isSpaceBetweenTokens</code> with <code>isSpaceBetween</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/646">#646</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6da7c42da0633ad9c8156910200c592cbe888a30">6da7c42</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/v2.12.1...v2.13.0">2.13.0</a> (2025-01-13)</h2> <h3>Features</h3> <ul> <li><strong>key-spacing:</strong> add ignoredNodes option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/640">#640</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/33ae1f6fbeb15f36967998fe566b74df7db8d3d5">33ae1f6</a>)</li> <li><strong>no-extra-parens:</strong> introduce <code>nestedConditionalExpressions</code> option (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/657">#657</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bf63800c49218d554c79b4da6513c8ef90f59857">bf63800</a>)</li> <li><strong>padded-blocks:</strong> add start and end options (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/655">#655</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cf49939a716a8f66f2d5be1d043a7c736133a986">cf49939</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent-binary-ops:</strong> correctly handle <code>TypeAliasDeclaration</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/647">#647</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca2aabc52a9d219cd16889cc9c4ea8b04d6af054">ca2aabc</a>)</li> <li><strong>indent-binary-ops:</strong> indent on multiline assignment (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/644">#644</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d7085874e84d7113a140878650f90f4efae87766">d708587</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>fix incorrect breadcrumbs (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/642">#642</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/eea92676326d26ec3786d2e2ee842507678fb565">eea9267</a>)</li> <li><strong>indent:</strong> fix incorrect option description (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/638">#638</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d427d47c430b5d9db90349438eaaa2c30b083511">d427d47</a>)</li> </ul> <h3>Chores</h3> <ul> <li>replace deprecated <code>isSpaceBetweenTokens</code> with <code>isSpaceBetween</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/646">#646</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6da7c42da0633ad9c8156910200c592cbe888a30">6da7c42</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ce9c082bb4858879e2507ff804bc050eabc52203"><code>ce9c082</code></a> chore: release v2.13.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/639">#639</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d7085874e84d7113a140878650f90f4efae87766"><code>d708587</code></a> fix(indent-binary-ops): indent on multiline assignment (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/644">#644</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/cf49939a716a8f66f2d5be1d043a7c736133a986"><code>cf49939</code></a> feat(padded-blocks): add start and end options (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/655">#655</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/bf63800c49218d554c79b4da6513c8ef90f59857"><code>bf63800</code></a> feat(no-extra-parens): introduce <code>nestedConditionalExpressions</code> option (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/657">#657</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ca2aabc52a9d219cd16889cc9c4ea8b04d6af054"><code>ca2aabc</code></a> fix(indent-binary-ops): correctly handle <code>TypeAliasDeclaration</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/647">#647</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/6da7c42da0633ad9c8156910200c592cbe888a30"><code>6da7c42</code></a> refactor: replace deprecated <code>isSpaceBetweenTokens</code> with <code>isSpaceBetween</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/646">#646</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/eea92676326d26ec3786d2e2ee842507678fb565"><code>eea9267</code></a> docs: fix incorrect breadcrumbs (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/642">#642</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/33ae1f6fbeb15f36967998fe566b74df7db8d3d5"><code>33ae1f6</code></a> feat(key-spacing): add ignoredNodes option (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/640">#640</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d427d47c430b5d9db90349438eaaa2c30b083511"><code>d427d47</code></a> docs(indent): fix incorrect option description (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/638">#638</a>)</li> <li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.13.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=2.12.1&new-version=2.13.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:03:42 +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#1486
No description provided.