[PR #1370] [MERGED] Bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 #3270

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 376fadf Bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0
  • 2051167 Address new violations of @stylistic/no-extra-parens.

📊 Changes

6 files changed (+8 additions, -8 deletions)

View changed files

📝 doc/CustomRules.md (+2 -2)
📝 package.json (+1 -1)
📝 test/markdownlint-test-micromark.mjs (+1 -1)
📝 test/rules/any-blockquote.js (+2 -2)
📝 test/rules/lint-javascript.js (+1 -1)
📝 test/rules/validate-json.js (+1 -1)

📄 Description

Bumps @stylistic/eslint-plugin from 2.8.0 to 2.9.0.

Release notes

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

v2.9.0

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

Changelog

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

2.9.0 (2024-10-05)

Features

  • add indent option tabLength to customize config (#538) (91a18e7)
  • curly-newline: add new rule (#548) (049c20e)
  • Improve indent in template literals (#553) (9130c94)
  • jsx/jsx-closing-tag-location: add location option to customize indentation (#550) (ae09edd)

Bug Fixes

  • quotes: only when allowTemplateLiterals set, allow template literals to avoid escape sequences (#544) (7e3a0d3)

Documentation

Chores

Commits
  • 40ba040 chore: release v2.9.0 (main) (#536)
  • 049c20e feat(curly-newline): add new rule (#548)
  • ae09edd feat(jsx/jsx-closing-tag-location): add location option to customize indentat...
  • 7e3a0d3 fix(quotes): only when allowTemplateLiterals set, allow template literals to ...
  • 9130c94 feat: Improve indent in template literals (#553)
  • ff69053 chore: sort imports
  • e9087d3 test: cross test merged rules (rest) (#529)
  • 91a18e7 feat: add indent option tabLength to customize config (#538)
  • 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/1370 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-2.9.0` --- ### 📝 Commits (2) - [`376fadf`](https://github.com/DavidAnson/markdownlint/commit/376fadf52219dd24f1952c661c10dfd3ae19d80c) Bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 - [`2051167`](https://github.com/DavidAnson/markdownlint/commit/20511676b80de9262720500773cfdc15284b6813) Address new violations of @stylistic/no-extra-parens. ### 📊 Changes **6 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `doc/CustomRules.md` (+2 -2) 📝 `package.json` (+1 -1) 📝 `test/markdownlint-test-micromark.mjs` (+1 -1) 📝 `test/rules/any-blockquote.js` (+2 -2) 📝 `test/rules/lint-javascript.js` (+1 -1) 📝 `test/rules/validate-json.js` (+1 -1) </details> ### 📄 Description Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 2.8.0 to 2.9.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.9.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.8.0...v2.9.0">2.9.0</a> (2024-10-05)</h2> <h3>Features</h3> <ul> <li>add indent option tabLength to customize config (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/538">#538</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/91a18e7a1af7f46c0a125e93c68ac7bc5004d74d">91a18e7</a>)</li> <li><strong>curly-newline:</strong> add new rule (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/548">#548</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/049c20e409eb69b19e2fa7434ca5b13276d8adf5">049c20e</a>)</li> <li>Improve indent in template literals (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/553">#553</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9130c94eff8a0c97dbee2057c4e9b5891339ce44">9130c94</a>)</li> <li><strong>jsx/jsx-closing-tag-location:</strong> add location option to customize indentation (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/550">#550</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ae09edda14304e85df1426a7eb79e68d4fd029ba">ae09edd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>quotes:</strong> only when allowTemplateLiterals set, allow template literals to avoid escape sequences (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/544">#544</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e3a0d3b1989e708e0bad9a6315c4a91c34a4948">7e3a0d3</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>typo (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/534">#534</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9573674cb7a15885255a4c20f0e92a588886fabc">9573674</a>)</li> </ul> <h3>Chores</h3> <ul> <li>cross test merged rules (rest) (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/529">#529</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e9087d3e5fd9f7966c86091a4349d7244ace1fc7">e9087d3</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.8.0...v2.9.0">2.9.0</a> (2024-10-05)</h2> <h3>Features</h3> <ul> <li>add indent option tabLength to customize config (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/538">#538</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/91a18e7a1af7f46c0a125e93c68ac7bc5004d74d">91a18e7</a>)</li> <li><strong>curly-newline:</strong> add new rule (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/548">#548</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/049c20e409eb69b19e2fa7434ca5b13276d8adf5">049c20e</a>)</li> <li>Improve indent in template literals (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/553">#553</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9130c94eff8a0c97dbee2057c4e9b5891339ce44">9130c94</a>)</li> <li><strong>jsx/jsx-closing-tag-location:</strong> add location option to customize indentation (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/550">#550</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ae09edda14304e85df1426a7eb79e68d4fd029ba">ae09edd</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>quotes:</strong> only when allowTemplateLiterals set, allow template literals to avoid escape sequences (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/544">#544</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e3a0d3b1989e708e0bad9a6315c4a91c34a4948">7e3a0d3</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>typo (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/534">#534</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9573674cb7a15885255a4c20f0e92a588886fabc">9573674</a>)</li> </ul> <h3>Chores</h3> <ul> <li>cross test merged rules (rest) (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/529">#529</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e9087d3e5fd9f7966c86091a4349d7244ace1fc7">e9087d3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/40ba04098b350df7972403d05de36bffb86f22e2"><code>40ba040</code></a> chore: release v2.9.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/536">#536</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/049c20e409eb69b19e2fa7434ca5b13276d8adf5"><code>049c20e</code></a> feat(curly-newline): add new rule (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/548">#548</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ae09edda14304e85df1426a7eb79e68d4fd029ba"><code>ae09edd</code></a> feat(jsx/jsx-closing-tag-location): add location option to customize indentat...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7e3a0d3b1989e708e0bad9a6315c4a91c34a4948"><code>7e3a0d3</code></a> fix(quotes): only when allowTemplateLiterals set, allow template literals to ...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/9130c94eff8a0c97dbee2057c4e9b5891339ce44"><code>9130c94</code></a> feat: Improve indent in template literals (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/553">#553</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/ff6905308fa7cca27b0131d27e0c8f5b964ecb5a"><code>ff69053</code></a> chore: sort imports</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/e9087d3e5fd9f7966c86091a4349d7244ace1fc7"><code>e9087d3</code></a> test: cross test merged rules (rest) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/529">#529</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/91a18e7a1af7f46c0a125e93c68ac7bc5004d74d"><code>91a18e7</code></a> feat: add indent option tabLength to customize config (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/538">#538</a>)</li> <li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.9.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.8.0&new-version=2.9.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:12:55 +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#3270
No description provided.