[PR #1747] [MERGED] Bump eslint-plugin-unicorn from 60.0.0 to 61.0.2 #3517

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

📋 Pull Request Information

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

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


📝 Commits (2)

  • 2e46a97 Bump eslint-plugin-unicorn from 60.0.0 to 61.0.2
  • 37f8826 Address new code analysis issues from previous commit.

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 doc-build/build-rules.mjs (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 60.0.0 to 61.0.2.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v61.0.2

  • throw-new-error: Fix false positive for Effect library (#2740) 0ddf5ead
  • no-useless-undefined: Ignore Set#delete(undefined) (#2739) 99acd272
  • prefer-includes and prefer-array-index-of: Prevent crash on Vue files (#2645) a1da5182

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

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
  • 8d08510 61.0.2
  • 0ddf5ea throw-new-error: Fix false positive for Effect library (#2740)
  • 99acd27 no-useless-undefined: Ignore Set#delete(undefined) (#2739)
  • 7c5a419 Minor refactor to prefer-classlist-toggle rule (#2738)
  • a1da518 prefer-includes and prefer-array-index-of: Prevent crash on Vue files (#2...
  • 83e33b4 61.0.1
  • 066f96b prefer-classlist-toggle: Omit Element#classList.contains() call when fixi...
  • 5774925 61.0.0
  • c13d09b Add unopinionated config (#2715)
  • 60b2ec5 Improve compatibility with optional chaining (#2727)
  • Additional commits viewable 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/1747 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-61.0.2` --- ### 📝 Commits (2) - [`2e46a97`](https://github.com/DavidAnson/markdownlint/commit/2e46a97b6f6e2d46c2fdc443b0a726c261ef8c6e) Bump eslint-plugin-unicorn from 60.0.0 to 61.0.2 - [`37f8826`](https://github.com/DavidAnson/markdownlint/commit/37f8826c0c9380b6468357cae01f9048524eb150) Address new code analysis issues from previous commit. ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `doc-build/build-rules.mjs` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 60.0.0 to 61.0.2. <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.2</h2> <ul> <li><code>throw-new-error</code>: Fix false positive for Effect library (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2740">#2740</a>) 0ddf5ead</li> <li><code>no-useless-undefined</code>: Ignore <code>Set#delete(undefined)</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2739">#2739</a>) 99acd272</li> <li><code>prefer-includes</code> and <code>prefer-array-index-of</code>: Prevent crash on Vue files (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2645">#2645</a>) a1da5182</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...v61.0.2">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v61.0.1...v61.0.2</a></p> <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/8d0851076e2ba47646a29524dc2f12d05e3d3fb2"><code>8d08510</code></a> 61.0.2</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0ddf5ead59925482c8a598fcf7d5f270bde15b94"><code>0ddf5ea</code></a> <code>throw-new-error</code>: Fix false positive for Effect library (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2740">#2740</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/99acd272dcbe85bfd14f120ae488fb599af69d49"><code>99acd27</code></a> <code>no-useless-undefined</code>: Ignore <code>Set#delete(undefined)</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2739">#2739</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/7c5a419eaac88673c5291939497a72b9246f749d"><code>7c5a419</code></a> Minor refactor to <code>prefer-classlist-toggle</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2738">#2738</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a1da51829e1d09f86a034690afc5bc340dbaa296"><code>a1da518</code></a> <code>prefer-includes</code> and <code>prefer-array-index-of</code>: Prevent crash on Vue files (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2">#2</a>...</li> <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>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v60.0.0...v61.0.2">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.2)](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:14:09 +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#3517
No description provided.