[PR #1165] [MERGED] Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 #1261

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 426c27a Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 51.0.1 to 52.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v52.0.0

New rules

Improvements

  • filename-case: Add option for multiple file extensions (#2186) 4594020
  • import-style: Support node: protocol (#2297) c28a086
  • prefer-array-find: Check array.filter().at(0) (#2284) e6074fe
  • prefer-prototype-methods: Check Object.prototype methods from globalThis (#2286) 1792d33
  • no-array-callback-reference: Check logical expressions and check ternaries deeply (#2289) 231529a

Fixes

  • prefer-spread: Fix it to not report on optional chaining (#2304) df1ff1c
  • no-anonymous-default-export: Uppercase class name (#2282) 5ce4169

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

Commits
  • 8ca00a4 52.0.0
  • df1ff1c prefer-spread: Fix it to not report on optional chaining (#2304)
  • 907a3f7 Fix integration test (#2305)
  • c28a086 import-style: Support node: protocol (#2297)
  • 677af7f Update docs generator
  • 30ece36 no-array-for-each: Document another benefit of for-of (#2303)
  • 231529a no-array-callback-reference: Check logical expressions, check ternaries dee...
  • 78810a5 Add some notes to new-rule.md (#2287)
  • 8f0ee89 Add no-single-promise-in-promise-methods rule (#2258)
  • 1792d33 prefer-prototype-methods: Check Object.prototype methods from `globalThis...
  • 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/1165 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/4/2024 **Status:** ✅ Merged **Merged:** 4/4/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-52.0.0` --- ### 📝 Commits (1) - [`426c27a`](https://github.com/DavidAnson/markdownlint/commit/426c27af2b7787c0034e3a20a2895e9e0149a483) Bump eslint-plugin-unicorn from 51.0.1 to 52.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 51.0.1 to 52.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>v52.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-single-promise-in-promise-methods.md"><code>no-single-promise-in-promise-methods</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2258">#2258</a>) 8f0ee89</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-await-in-promise-methods.md"><code>no-await-in-promise-methods</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2259">#2259</a>) a3be554</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-anonymous-default-export.md"><code>no-anonymous-default-export</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2273">#2273</a>) c035216</li> </ul> <h3>Improvements</h3> <ul> <li><code>filename-case</code>: Add option for multiple file extensions (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2186">#2186</a>) 4594020</li> <li><code>import-style</code>: Support <code>node:</code> protocol (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2297">#2297</a>) c28a086</li> <li><code>prefer-array-find</code>: Check <code>array.filter().at(0)</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2284">#2284</a>) e6074fe</li> <li><code>prefer-prototype-methods</code>: Check <code>Object.prototype</code> methods from <code>globalThis</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2286">#2286</a>) 1792d33</li> <li><code>no-array-callback-reference</code>: Check logical expressions and check ternaries deeply (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2289">#2289</a>) 231529a</li> </ul> <h3>Fixes</h3> <ul> <li><code>prefer-spread</code>: Fix it to not report on optional chaining (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2304">#2304</a>) df1ff1c</li> <li><code>no-anonymous-default-export</code>: Uppercase class name (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2282">#2282</a>) 5ce4169</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.1...v52.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.1...v52.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8ca00a46c6667bc9438f3f20b82874796466702e"><code>8ca00a4</code></a> 52.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/df1ff1c8ad8c6dd1ec42fe91774a808f0119758e"><code>df1ff1c</code></a> <code>prefer-spread</code>: Fix it to not report on optional chaining (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2304">#2304</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/907a3f7195f58efe88e15956f2fdef06d1725015"><code>907a3f7</code></a> Fix integration test (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2305">#2305</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/c28a0861bfa981013abb11e36117a8d90c33a048"><code>c28a086</code></a> <code>import-style</code>: Support <code>node:</code> protocol (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2297">#2297</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/677af7ffd39ab90ecf201bace9d70e48ac8a78ec"><code>677af7f</code></a> Update docs generator</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/30ece36468cba02ec1b49254bf1cb0992acb50b7"><code>30ece36</code></a> <code>no-array-for-each</code>: Document another benefit of <code>for-of</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2303">#2303</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/231529aee793251f30416b93dc3d5f9bfa27ee47"><code>231529a</code></a> <code>no-array-callback-reference</code>: Check logical expressions, check ternaries dee...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/78810a59f8240b6a338452eda47c891d23d07609"><code>78810a5</code></a> Add some notes to new-rule.md (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2287">#2287</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8f0ee8908ec3feda681c015cda56f17871f13aa2"><code>8f0ee89</code></a> Add <code>no-single-promise-in-promise-methods</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2258">#2258</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1792d3307f59d03b1fba2a935855ecede60e5866"><code>1792d33</code></a> <code>prefer-prototype-methods</code>: Check <code>Object.prototype</code> methods from `globalThis...</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.1...v52.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=51.0.1&new-version=52.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-03 02:02:40 +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#1261
No description provided.