[PR #1443] [MERGED] Bump @stylistic/eslint-plugin from 2.11.0 to 2.12.0 #1473

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1443
Author: @dependabot[bot]
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • 5ad4d52 Bump @stylistic/eslint-plugin from 2.11.0 to 2.12.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps @stylistic/eslint-plugin from 2.11.0 to 2.12.0.

Release notes

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

v2.12.0

2.12.0 (2024-12-08)

Bug Fixes

  • comma-style: handles comma after default import and trailing comma (#600) (2d8d8ce)
  • function-call-spacing: remove invalid defaults from schema (#617) (0714754)
  • indent: consider CallExpression when offsetTernaryExpressions is true (#625) (55d3529)
  • jsx-wrap-multilines: text between replacement texts included in parentheses (#618) (0764252)

Documentation

Chores

Changelog

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

2.12.0 (2024-12-08)

Bug Fixes

  • comma-style: handles comma after default import and trailing comma (#600) (2d8d8ce)
  • function-call-spacing: remove invalid defaults from schema (#617) (0714754)
  • indent: consider CallExpression when offsetTernaryExpressions is true (#625) (55d3529)
  • jsx-wrap-multilines: text between replacement texts included in parentheses (#618) (0764252)

Documentation

Chores

Commits
  • b67f274 chore: release v2.12.0 (main) (#615)
  • 0714754 fix(function-call-spacing): remove invalid defaults from schema (#617)
  • 0764252 fix(jsx-wrap-multilines): text between replacement texts included in parenthe...
  • 55d3529 fix(indent): consider CallExpression when offsetTernaryExpressions is tru...
  • 2d8d8ce fix(comma-style): handles comma after default import and trailing comma (#600)
  • 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/1443 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-2.12.0` --- ### 📝 Commits (1) - [`5ad4d52`](https://github.com/DavidAnson/markdownlint/commit/5ad4d5210ed9b6b7bde0c84fcb7c6dd6de756fab) Bump @stylistic/eslint-plugin from 2.11.0 to 2.12.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.11.0 to 2.12.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.12.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.11.0...v2.12.0">2.12.0</a> (2024-12-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>comma-style:</strong> handles comma after default import and trailing comma (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/600">#600</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2d8d8ce57a12b597de1cffab8e9784b8e20fca15">2d8d8ce</a>)</li> <li><strong>function-call-spacing:</strong> remove invalid defaults from schema (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/617">#617</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07147543dad01ecdf99ebb17b00384f134926bc5">0714754</a>)</li> <li><strong>indent:</strong> consider <code>CallExpression</code> when <code>offsetTernaryExpressions</code> is true (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/625">#625</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55d3529bd8da0d5d944e0647713a8afa17296639">55d3529</a>)</li> <li><strong>jsx-wrap-multilines:</strong> text between replacement texts included in parentheses (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/618">#618</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07642521b779636a9580d5236a0e03fceaa74d58">0764252</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>support eslint v9 parser (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/631">#631</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/0e4b1cbd6df7f7ef45f99c5fe4bfc99bb595f009">0e4b1cb</a>)</li> </ul> <h3>Chores</h3> <ul> <li>release-please-mark (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ceff702a78e6abc0f714714fedfab3100d2f5625">ceff702</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.11.0...v2.12.0">2.12.0</a> (2024-12-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>comma-style:</strong> handles comma after default import and trailing comma (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/600">#600</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2d8d8ce57a12b597de1cffab8e9784b8e20fca15">2d8d8ce</a>)</li> <li><strong>function-call-spacing:</strong> remove invalid defaults from schema (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/617">#617</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07147543dad01ecdf99ebb17b00384f134926bc5">0714754</a>)</li> <li><strong>indent:</strong> consider <code>CallExpression</code> when <code>offsetTernaryExpressions</code> is true (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/625">#625</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55d3529bd8da0d5d944e0647713a8afa17296639">55d3529</a>)</li> <li><strong>jsx-wrap-multilines:</strong> text between replacement texts included in parentheses (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/618">#618</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07642521b779636a9580d5236a0e03fceaa74d58">0764252</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>support eslint v9 parser (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/631">#631</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/0e4b1cbd6df7f7ef45f99c5fe4bfc99bb595f009">0e4b1cb</a>)</li> </ul> <h3>Chores</h3> <ul> <li>release-please-mark (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ceff702a78e6abc0f714714fedfab3100d2f5625">ceff702</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b67f274b56f63ef92c1d358e24343a58a0d656b9"><code>b67f274</code></a> chore: release v2.12.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/615">#615</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07147543dad01ecdf99ebb17b00384f134926bc5"><code>0714754</code></a> fix(function-call-spacing): remove invalid defaults from schema (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/617">#617</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/07642521b779636a9580d5236a0e03fceaa74d58"><code>0764252</code></a> fix(jsx-wrap-multilines): text between replacement texts included in parenthe...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/55d3529bd8da0d5d944e0647713a8afa17296639"><code>55d3529</code></a> fix(indent): consider <code>CallExpression</code> when <code>offsetTernaryExpressions</code> is tru...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/2d8d8ce57a12b597de1cffab8e9784b8e20fca15"><code>2d8d8ce</code></a> fix(comma-style): handles comma after default import and trailing comma (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/600">#600</a>)</li> <li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.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.11.0&new-version=2.12.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:39 +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#1473
No description provided.