[PR #1742] [CLOSED] Bump eslint-plugin-unicorn from 60.0.0 to 61.0.1 #1665

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1742
Author: @dependabot[bot]
Created: 9/8/2025
Status: Closed

Base: nextHead: dependabot/npm_and_yarn/next/eslint-plugin-unicorn-61.0.1


📝 Commits (1)

  • cbcaed5 Bump eslint-plugin-unicorn from 60.0.0 to 61.0.1

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 60.0.0 to 61.0.1.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v61.0.1

  • prefer-classlist-toggle: Omit Element#classList.contains() call when fixing (#2732) 066f96b9

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.0...v61.0.1

v61.0.0

New rules

Improvements

  • Add unopinionated config (#2715) c13d09b8
  • Improve compatibility with optional chaining (#2727) 60b2ec5e
  • no-array-reduce: Report optional chaining and calling of .reduce() (#2721) caa1f8b8
  • prefer-type-error: Ignore error type check (#2729) d12fc01c

Fixes

  • prefer-includes: Fix compatibility with Vue SFC (#2704) 540a4d4b

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0

Commits

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/1742 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2025 **Status:** ❌ Closed **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-61.0.1` --- ### 📝 Commits (1) - [`cbcaed5`](https://github.com/DavidAnson/markdownlint/commit/cbcaed5f72e255c2069506955c64f9fb9afae0ed) Bump eslint-plugin-unicorn from 60.0.0 to 61.0.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 60.0.0 to 61.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/releases">eslint-plugin-unicorn's releases</a>.</em></p> <blockquote> <h2>v61.0.1</h2> <ul> <li><code>prefer-classlist-toggle</code>: Omit <code>Element#classList.contains()</code> call when fixing (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2732">#2732</a>) 066f96b9</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.0...v61.0.1">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.0...v61.0.1</a></p> <h2>v61.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-bigint-literals.md"><code>prefer-bigint-literals</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2722">#2722</a>) 1f4cb8a2</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-classlist-toggle.md"><code>prefer-classlist-toggle</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2731">#2731</a>) 5f27ec2a</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-module-attributes.md"><code>require-module-attributes</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2725">#2725</a>) 5f275e25</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-sort.md"><code>no-array-sort</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2713">#2713</a>) b70d1e8e</li> </ul> <h3>Improvements</h3> <ul> <li>Add <code>unopinionated</code> config (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2715">#2715</a>) c13d09b8</li> <li>Improve compatibility with optional chaining (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2727">#2727</a>) 60b2ec5e</li> <li><code>no-array-reduce</code>: Report optional chaining and calling of <code>.reduce()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2721">#2721</a>) caa1f8b8</li> <li><code>prefer-type-error</code>: Ignore error type check (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2729">#2729</a>) d12fc01c</li> </ul> <h3>Fixes</h3> <ul> <li><code>prefer-includes</code>: Fix compatibility with Vue SFC (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2704">#2704</a>) 540a4d4b</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/83e33b45667e65a55f6247024dd5d2617a626b11"><code>83e33b4</code></a> 61.0.1</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/066f96b9a244f421cef1b896b71949883977dc50"><code>066f96b</code></a> <code>prefer-classlist-toggle</code>: Omit <code>Element#classList.contains()</code> call when fixi...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/57749259d39724ed48ed3803fa9fe99af0c5aec5"><code>5774925</code></a> 61.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c13d09b8856b9420c200e4c5729efcfb59d43ae9"><code>c13d09b</code></a> Add <code>unopinionated</code> config (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2715">#2715</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/60b2ec5e5dd3e299409d43fc4c22580fcfa7f302"><code>60b2ec5</code></a> Improve compatibility with optional chaining (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2727">#2727</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f27ec2a595092d90a6b02335803bbf0047ad02a"><code>5f27ec2</code></a> Add <code>prefer-classlist-toggle</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2731">#2731</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5f275e251d3ccc04ab8fea891010fa7e512a4a97"><code>5f275e2</code></a> Add <code>require-module-attributes</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2725">#2725</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d12fc01c9d7d089f0445df6027b7bd318ab38955"><code>d12fc01</code></a> <code>prefer-type-error</code>: Ignore error type check (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2729">#2729</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/caa1f8b85c666cb49ebadba2cc75ffdf0f97cc8c"><code>caa1f8b</code></a> <code>no-array-reduce</code>: Report optional chaining and calling of <code>.reduce()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2721">#2721</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/494dfda0a365ff03fb2c9f6a2e545480f031b5c7"><code>494dfda</code></a> Remove useless <code>ecmaVersion</code> in tests (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2724">#2724</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-unicorn&package-manager=npm_and_yarn&previous-version=60.0.0&new-version=61.0.1)](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:04:33 +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#1665
No description provided.