[PR #1307] [MERGED] Bump eslint-plugin-unicorn from 54.0.0 to 55.0.0 #3221

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 5ccbe79 Bump eslint-plugin-unicorn from 54.0.0 to 55.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 54.0.0 to 55.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v55.0.0

New rules

Improvements

  • Add TypeScript types (#2382) 68e0f13

Fixes

  • no-single-promise-in-promise-methods: Remove broken autofix for Promise.all() (#2386) 8d28b6e
  • prefer-node-protocol: Ignore Bun modules (#2384) a45b24a
  • no-negation-in-equality-check: Ignore boolean type casting (#2379) 37e00dd

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.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/1307 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/25/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-55.0.0` --- ### 📝 Commits (1) - [`5ccbe79`](https://github.com/DavidAnson/markdownlint/commit/5ccbe79d8d1f637a2b03a7b1bbdcbdb81a381ca9) Bump eslint-plugin-unicorn from 54.0.0 to 55.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 54.0.0 to 55.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>v55.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-length-as-slice-end.md"><code>no-length-as-slice-end</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2400">#2400</a>) 3c33820</li> </ul> <h3>Improvements</h3> <ul> <li>Add TypeScript types (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2382">#2382</a>) 68e0f13</li> </ul> <h3>Fixes</h3> <ul> <li><code>no-single-promise-in-promise-methods</code>: Remove broken autofix for <code>Promise.all()</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2386">#2386</a>) 8d28b6e</li> <li><code>prefer-node-protocol</code>: Ignore Bun modules (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2384">#2384</a>) a45b24a</li> <li><code>no-negation-in-equality-check</code>: Ignore boolean type casting (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2379">#2379</a>) 37e00dd</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4db75c40d38ed543a30d9b7d147fc4bbea619965"><code>4db75c4</code></a> 55.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f3ca6a08a825966f6b240e765e263a88445171b5"><code>f3ca6a0</code></a> Switch <code>run-rules-on-codebase</code> script to use ESLint CLI directly (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2402">#2402</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/cb7abc529d3bd503836a7afca07b982b65698e1c"><code>cb7abc5</code></a> Get <code>globals</code> directly from <code>globals</code> package (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2395">#2395</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3c33820b07150ef703f704997fdc8e5e417acac8"><code>3c33820</code></a> Add <code>no-length-as-slice-end</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2400">#2400</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1deb9bb5edf27fdb2f656add11c924dfa59fdac9"><code>1deb9bb</code></a> <code>prefer-node-protocol</code>: Fix docs (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2392">#2392</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/68e0f133c2316537a339cb6c7b12eac6105386b6"><code>68e0f13</code></a> Add TypeScript types (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2382">#2382</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8d28b6e99d856828354d1a97babbbb35880e4638"><code>8d28b6e</code></a> <code>no-single-promise-in-promise-methods</code>: Remove broken autofix for `Promise.al...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a45b24a20cd5275c51bdfe996c82b020f65a5eff"><code>a45b24a</code></a> <code>prefer-node-protocol</code>: Ignore Bun modules (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2384">#2384</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/37e00ddc6b8e52f32616257b2d5188b13050b701"><code>37e00dd</code></a> <code>no-negation-in-equality-check</code>: Ignore boolean type casting (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2379">#2379</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.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=54.0.0&new-version=55.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:41 +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#3221
No description provided.