[PR #1426] [MERGED] Bump @stylistic/eslint-plugin from 2.10.1 to 2.11.0 #3309

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1426
Author: @dependabot[bot]
Created: 11/19/2024
Status: Merged
Merged: 11/20/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • d54531b Bump @stylistic/eslint-plugin from 2.10.1 to 2.11.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

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

Release notes

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

v2.11.0

2.11.0 (2024-11-19)

Features

  • comma-dangle: add support for Import Attributes (#586) (4c177c3)
  • comma-style: add support for more syntax (#597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#605) (f732798)
  • function-paren-newline: add support for Import Attributes (#585) (4ede153)

Bug Fixes

Build Related

  • deps: bump codecov/codecov-action from 4 to 5 (#612) (047a384)
Changelog

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

2.11.0 (2024-11-19)

Features

  • comma-dangle: add support for Import Attributes (#586) (4c177c3)
  • comma-style: add support for more syntax (#597) (922151c)
  • function-call-argument-newline: add support for Import Attributes (#603) (8ee0c24)
  • function-call-spacing: add optionalChain to control the space around the optional chain (#605) (f732798)
  • function-paren-newline: add support for Import Attributes (#585) (4ede153)

Bug Fixes

Build Related

  • deps: bump codecov/codecov-action from 4 to 5 (#612) (047a384)
Commits
  • 11e83d8 chore: release v2.11.0 (main) (#613)
  • 8ee0c24 feat(function-call-argument-newline): add support for Import Attributes (#603)
  • 4c177c3 feat(comma-dangle): add support for Import Attributes (#586)
  • 4ede153 feat(function-paren-newline): add support for Import Attributes (#585)
  • 922151c feat(comma-style): add support for more syntax (#597)
  • f732798 feat(function-call-spacing): add optionalChain to control the space around ...
  • 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/1426 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/19/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-2.11.0` --- ### 📝 Commits (1) - [`d54531b`](https://github.com/DavidAnson/markdownlint/commit/d54531b10fc954919f6a9a440d3fb55424dda31e) Bump @stylistic/eslint-plugin from 2.10.1 to 2.11.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.10.1 to 2.11.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.11.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.10.1...v2.11.0">2.11.0</a> (2024-11-19)</h2> <h3>Features</h3> <ul> <li><strong>comma-dangle:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/586">#586</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4c177c35057652e3872f65756fa62dc05b34cf93">4c177c3</a>)</li> <li><strong>comma-style:</strong> add support for more syntax (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/597">#597</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/922151c98b2dc75ad4a135f082050b9dd1b26d11">922151c</a>)</li> <li><strong>function-call-argument-newline:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/603">#603</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8ee0c24da827c36da3df2e9724744b88fc3aa988">8ee0c24</a>)</li> <li><strong>function-call-spacing:</strong> add <code>optionalChain</code> to control the space around the <code>optional chain</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/605">#605</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f73279887c755db71e47cb3248fea746fb34e783">f732798</a>)</li> <li><strong>function-paren-newline:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/585">#585</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4ede153af46af01ed3250e16365975e034631455">4ede153</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix the <code>update</code> script in <code>Windows</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/604">#604</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dede11938e3e15a9e36efefeb548eaa1f3cb1484">dede119</a>)</li> </ul> <h3>Build Related</h3> <ul> <li><strong>deps:</strong> bump codecov/codecov-action from 4 to 5 (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/612">#612</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/047a3840e43bea3731c5bef629e18a06b10c55a8">047a384</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.10.1...v2.11.0">2.11.0</a> (2024-11-19)</h2> <h3>Features</h3> <ul> <li><strong>comma-dangle:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/586">#586</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4c177c35057652e3872f65756fa62dc05b34cf93">4c177c3</a>)</li> <li><strong>comma-style:</strong> add support for more syntax (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/597">#597</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/922151c98b2dc75ad4a135f082050b9dd1b26d11">922151c</a>)</li> <li><strong>function-call-argument-newline:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/603">#603</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8ee0c24da827c36da3df2e9724744b88fc3aa988">8ee0c24</a>)</li> <li><strong>function-call-spacing:</strong> add <code>optionalChain</code> to control the space around the <code>optional chain</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/605">#605</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f73279887c755db71e47cb3248fea746fb34e783">f732798</a>)</li> <li><strong>function-paren-newline:</strong> add support for Import Attributes (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/585">#585</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4ede153af46af01ed3250e16365975e034631455">4ede153</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>fix the <code>update</code> script in <code>Windows</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/604">#604</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/dede11938e3e15a9e36efefeb548eaa1f3cb1484">dede119</a>)</li> </ul> <h3>Build Related</h3> <ul> <li><strong>deps:</strong> bump codecov/codecov-action from 4 to 5 (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/612">#612</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/047a3840e43bea3731c5bef629e18a06b10c55a8">047a384</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/11e83d8adbd9e92c3ed443236f525a342056d36b"><code>11e83d8</code></a> chore: release v2.11.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/613">#613</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8ee0c24da827c36da3df2e9724744b88fc3aa988"><code>8ee0c24</code></a> feat(function-call-argument-newline): add support for Import Attributes (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/603">#603</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4c177c35057652e3872f65756fa62dc05b34cf93"><code>4c177c3</code></a> feat(comma-dangle): add support for Import Attributes (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/586">#586</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/4ede153af46af01ed3250e16365975e034631455"><code>4ede153</code></a> feat(function-paren-newline): add support for Import Attributes (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/585">#585</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/922151c98b2dc75ad4a135f082050b9dd1b26d11"><code>922151c</code></a> feat(comma-style): add support for more syntax (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/597">#597</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/f73279887c755db71e47cb3248fea746fb34e783"><code>f732798</code></a> feat(function-call-spacing): add <code>optionalChain</code> to control the space around ...</li> <li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.11.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.10.1&new-version=2.11.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-07 20:13:06 +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#3309
No description provided.