[PR #1260] [MERGED] Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 #3184

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1260
Author: @dependabot[bot]
Created: 6/17/2024
Status: Merged
Merged: 6/18/2024
Merged by: @DavidAnson

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


📝 Commits (1)

  • bdd83da Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 53.0.0 to 54.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v54.0.0

New rules

Breaking

Improvements

  • Add name to flat configs (#2377) ac8536e
  • prefer-array-some: Check Array#{findIndex,findLastIndex}() (#2370) 10568ab
  • prefer-includes: Check .lastIndexOf() (#2368) d812ad1
  • prefer-string-raw: Ignore strings in Enums (#2354) 175ea04

Fixes

  • Fix edge cases when add new to calls (#2352) d8f8161

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.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/1260 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-54.0.0` --- ### 📝 Commits (1) - [`bdd83da`](https://github.com/DavidAnson/markdownlint/commit/bdd83da98b3c4ba054481cac35e1840d74ea2ecf) Bump eslint-plugin-unicorn from 53.0.0 to 54.0.0 ### 📊 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 53.0.0 to 54.0.0. <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>v54.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negation-in-equality-check.md"><code>no-negation-in-equality-check</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2353">#2353</a>) 8957a03</li> </ul> <h3>Breaking</h3> <ul> <li><code>prefer-array-find</code>: Change <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-find.md#checkfromlast"><code>checkFromLast</code></a> default value to <code>true</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2367">#2367</a>) a449af9</li> </ul> <h3>Improvements</h3> <ul> <li>Add name to flat configs (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2377">#2377</a>) ac8536e</li> <li><code>prefer-array-some</code>: Check <code>Array#{findIndex,findLastIndex}()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2370">#2370</a>) 10568ab</li> <li><code>prefer-includes</code>: Check <code>.lastIndexOf()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2368">#2368</a>) d812ad1</li> <li><code>prefer-string-raw</code>: Ignore strings in Enums (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2354">#2354</a>) 175ea04</li> </ul> <h3>Fixes</h3> <ul> <li>Fix edge cases when add <code>new</code> to calls (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2352">#2352</a>) d8f8161</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/fce6ce390cc156282b507107427fc27322955039"><code>fce6ce3</code></a> 54.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/10568ab392207010ca0da4bbb8e4720e3c23d704"><code>10568ab</code></a> <code>prefer-array-some</code>: Check <code>Array#{findIndex,findLastIndex}()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2370">#2370</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ac8536e540ceeed0fe24740cdc00551f49f7f603"><code>ac8536e</code></a> Add name to flat configs (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2377">#2377</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1490bb62e33c55d765483c0ac565959c4ffc378e"><code>1490bb6</code></a> Tests: Update <code>eslint-remote-tester</code> to v4 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2376">#2376</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2616ce33bdd43b7c8f3e724c27c69026b5dd54ea"><code>2616ce3</code></a> Clean <code>run-rules-on-codebase</code> script (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2369">#2369</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d812ad1fa93b294d0225469115538350aa3637c8"><code>d812ad1</code></a> <code>prefer-includes</code>: Check <code>.lastIndexOf()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2368">#2368</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a449af99e863f103de101058abc7bf4eccb6297a"><code>a449af9</code></a> <code>prefer-array-find</code>: Change <code>checkFromLast</code> default value to <code>true</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2367">#2367</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8957a03032a59b82e6bbf557843a0af312affa15"><code>8957a03</code></a> Add <code>no-negation-in-equality-check</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2353">#2353</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3a282acdf8ef3c9407c88a09ff1a86894ea0a8bf"><code>3a282ac</code></a> Add &quot;bug&quot; label to bug reports</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/810575620e3d9d90c60c2d6c5f2098c0a7b0348d"><code>8105756</code></a> Update <code>@typescript-eslint/parse</code> to v8 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2358">#2358</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v53.0.0...v54.0.0">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=53.0.0&new-version=54.0.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:30 +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#3184
No description provided.