[PR #1350] [MERGED] Bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0 #3248

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 084b800 Bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

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

Release notes

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

v2.8.0

2.8.0 (2024-09-09)

Features

  • indent: indention inside TemplateLiteral always start at level one (#528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)

Bug Fixes

  • indent-binary-ops: improve nested handling, close #530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#535) (b89ae5e)

Documentation

Changelog

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

2.8.0 (2024-09-09)

Features

  • indent: indention inside TemplateLiteral always start at level one (#528) (d2f92c0)
  • remove @types/eslint (5ea3d6a)

Bug Fixes

  • indent-binary-ops: improve nested handling, close #530 (af1c21a)
  • move spacing rules about as and satisfies from type-annontation-spacing to keyword-spacing (#535) (b89ae5e)

Documentation

Commits
  • 5b045e5 chore: release v2.8.0 (main) (#533)
  • 58f0fe2 chore: lint
  • 51a13f4 chore: lint
  • af1c21a fix(indent-binary-ops): improve nested handling, close #530
  • d2f92c0 feat(indent): indention inside TemplateLiteral always start at level one (#528)
  • b89ae5e fix: move spacing rules about as and satisfies from `type-annontation-spa...
  • 5ea3d6a feat: remove @types/eslint
  • 8b38a02 chore: linting to sort imports
  • 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/1350 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/stylistic/eslint-plugin-2.8.0` --- ### 📝 Commits (1) - [`084b800`](https://github.com/DavidAnson/markdownlint/commit/084b800614b1d4c945055d7a09ed7419db840e96) Bump @stylistic/eslint-plugin from 2.7.2 to 2.8.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.7.2 to 2.8.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.8.0</h2> <h2><a href="https://github.com/eslint-stylistic/eslint-stylistic/compare/v2.7.2...v2.8.0">2.8.0</a> (2024-09-09)</h2> <h3>Features</h3> <ul> <li><strong>indent:</strong> indention inside TemplateLiteral always start at level one (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/528">#528</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d2f92c0a04292b05ddbc785c7803be8f94935f80">d2f92c0</a>)</li> <li>remove <code>@types/eslint</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5ea3d6ac78ffd269a14bb86b848b1b4a3c8ca1d1">5ea3d6a</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent-binary-ops:</strong> improve nested handling, close <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/530">#530</a> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/af1c21a4666e3a3d927c05f5f977a37c1477640a">af1c21a</a>)</li> <li>move spacing rules about <code>as</code> and <code>satisfies</code> from <code>type-annontation-spacing</code> to <code>keyword-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/535">#535</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b89ae5e8f588fc68d59df7c5d7a14559d878c331">b89ae5e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>redirect rule docs, close <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/532">#532</a> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7b92cfd6f9de8deeef646112254addabaf54f4d5">7b92cfd</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.7.2...v2.8.0">2.8.0</a> (2024-09-09)</h2> <h3>Features</h3> <ul> <li><strong>indent:</strong> indention inside TemplateLiteral always start at level one (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/528">#528</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d2f92c0a04292b05ddbc785c7803be8f94935f80">d2f92c0</a>)</li> <li>remove <code>@types/eslint</code> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5ea3d6ac78ffd269a14bb86b848b1b4a3c8ca1d1">5ea3d6a</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>indent-binary-ops:</strong> improve nested handling, close <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/530">#530</a> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/af1c21a4666e3a3d927c05f5f977a37c1477640a">af1c21a</a>)</li> <li>move spacing rules about <code>as</code> and <code>satisfies</code> from <code>type-annontation-spacing</code> to <code>keyword-spacing</code> (<a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/535">#535</a>) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b89ae5e8f588fc68d59df7c5d7a14559d878c331">b89ae5e</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>redirect rule docs, close <a href="https://redirect.github.com/eslint-stylistic/eslint-stylistic/issues/532">#532</a> (<a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/7b92cfd6f9de8deeef646112254addabaf54f4d5">7b92cfd</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5b045e5c8a47ca032497362114e72b76bbd0d5ed"><code>5b045e5</code></a> chore: release v2.8.0 (main) (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/533">#533</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/58f0fe239b8409d29cab1b0ed1d746e3d52bb412"><code>58f0fe2</code></a> chore: lint</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/51a13f485295445ce0cf3560f673c99fc692d112"><code>51a13f4</code></a> chore: lint</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/af1c21a4666e3a3d927c05f5f977a37c1477640a"><code>af1c21a</code></a> fix(indent-binary-ops): improve nested handling, close <a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/530">#530</a></li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/d2f92c0a04292b05ddbc785c7803be8f94935f80"><code>d2f92c0</code></a> feat(indent): indention inside TemplateLiteral always start at level one (<a href="https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin/issues/528">#528</a>)</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/b89ae5e8f588fc68d59df7c5d7a14559d878c331"><code>b89ae5e</code></a> fix: move spacing rules about <code>as</code> and <code>satisfies</code> from `type-annontation-spa...</li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/5ea3d6ac78ffd269a14bb86b848b1b4a3c8ca1d1"><code>5ea3d6a</code></a> feat: remove <code>@types/eslint</code></li> <li><a href="https://github.com/eslint-stylistic/eslint-stylistic/commit/8b38a0212e65752c748e8819f8283f3e06077771"><code>8b38a02</code></a> chore: linting to sort imports</li> <li>See full diff in <a href="https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.8.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.7.2&new-version=2.8.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:49 +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#3248
No description provided.