[PR #651] [MERGED] Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0 #2789

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/651
Author: @dependabot[bot]
Created: 11/22/2022
Status: Merged
Merged: 11/22/2022
Merged by: @DavidAnson

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


📝 Commits (1)

  • 38f1643 Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 44.0.2 to 45.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v45.0.0

New rules

Improvements

  • prefer-at: Support private fields (#1929) 60bb455
  • no-useless-undefined: Ignore Array#includes() and Set#has() (#1951) 8dfd5a7
  • no-useless-spread: Check cloning inline arrays (#1980) 5d90d73
  • prefer-top-level-await: Ignore expressions in class (#1976) b90a3aa
  • prefer-string-replace-all: Improve RegExp to string fix (#1971) b844dbc
  • prefer-string-replace-all: Check pattern even if it's already using .replaceAll (#1981) e8c5156
  • prefer-string-replace-all: Report all String#replace() when the pattern has g flag (#1965) 6316f05
  • prefer-string-replace-all: Ignore regex with pipe (#1962) 76deaa3
  • prefer-regexp-test: Use suggestions if not sure regexp without g flag (#1954) 505a203
  • no-array-for-each: Skip fix for some edge cases (#1979) 48efc7a
  • prefer-add-event-listener: Only fix ExpressionStatement, check operator (#1955) aca21f2
  • prevent-abbreviations: Improve fix for retVal (#1953) 25cd810

Fixes

  • prefer-top-level-await: Fix crash on for..of loop (#1950) 00a29c8

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.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 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/651 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/22/2022 **Status:** ✅ Merged **Merged:** 11/22/2022 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-45.0.0` --- ### 📝 Commits (1) - [`38f1643`](https://github.com/DavidAnson/markdownlint/commit/38f1643c52c71a323223081485f26ed9b48ab60a) Bump eslint-plugin-unicorn from 44.0.2 to 45.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 44.0.2 to 45.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>v45.0.0</h2> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-typeof-undefined.md"><code>no-typeof-undefined</code></a> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1966">#1966</a>) d7f7341</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negated-condition.md"><code>no-negated-condition</code></a> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1963">#1963</a>) e4aaa42</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-set-size.md"><code>prefer-set-size</code></a> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1952">#1952</a>) 5f23c98</li> </ul> <h3>Improvements</h3> <ul> <li><code>prefer-at</code>: Support private fields (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1929">#1929</a>) 60bb455</li> <li><code>no-useless-undefined</code>: Ignore <code>Array#includes()</code> and <code>Set#has()</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1951">#1951</a>) 8dfd5a7</li> <li><code>no-useless-spread</code>: Check cloning inline arrays (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1980">#1980</a>) 5d90d73</li> <li><code>prefer-top-level-await</code>: Ignore expressions in class (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1976">#1976</a>) b90a3aa</li> <li><code>prefer-string-replace-all</code>: Improve RegExp to string fix (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1971">#1971</a>) b844dbc</li> <li><code>prefer-string-replace-all</code>: Check pattern even if it&amp;<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/39">#39</a>;s already using <code>.replaceAll</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1981">#1981</a>) e8c5156</li> <li><code>prefer-string-replace-all</code>: Report all <code>String#replace()</code> when the pattern has <code>g</code> flag (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1965">#1965</a>) 6316f05</li> <li><code>prefer-string-replace-all</code>: Ignore regex with pipe (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1962">#1962</a>) 76deaa3</li> <li><code>prefer-regexp-test</code>: Use suggestions if not sure regexp without <code>g</code> flag (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1954">#1954</a>) 505a203</li> <li><code>no-array-for-each</code>: Skip fix for some edge cases (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1979">#1979</a>) 48efc7a</li> <li><code>prefer-add-event-listener</code>: Only fix <code>ExpressionStatement</code>, check <code>operator</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1955">#1955</a>) aca21f2</li> <li><code>prevent-abbreviations</code>: Improve fix for <code>retVal</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1953">#1953</a>) 25cd810</li> </ul> <h3>Fixes</h3> <ul> <li><code>prefer-top-level-await</code>: Fix crash on <code>for..of</code> loop (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1950">#1950</a>) 00a29c8</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/4dcf1e49b06528f0f0902f7a8768e7d829d4ab9f"><code>4dcf1e4</code></a> 45.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/19961253c458fdf967bd7d05f9eb97d945029940"><code>1996125</code></a> <code>prefer-string-replace-all</code>: Minor tweak to the message (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1987">#1987</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/349c4fd6e71a514f54eb746d4bed565a874eff5d"><code>349c4fd</code></a> Update dependencies (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1985">#1985</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f4043e4861c947f0e93ad356f9cb8d3bd780215e"><code>f4043e4</code></a> Update CI config (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1986">#1986</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d7f734184dc442b01d52a57580c9b121dfecd4a3"><code>d7f7341</code></a> Add <code>no-typeof-undefined</code> rule (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1966">#1966</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/e8c51568427f6a9473f6b82179ecad5e4796390b"><code>e8c5156</code></a> <code>prefer-string-replace-all</code>: Check pattern even if it's already using `.repla...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/5d90d73b71188fb0f538f5fe9f6862d5bef3dd48"><code>5d90d73</code></a> <code>no-useless-spread</code>: Check cloning inline arrays (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1980">#1980</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/51d52541bae30b1ecb3bb0f1f88604bd36e1f7d6"><code>51d5254</code></a> Bump codecov/codecov-action (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1984">#1984</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b844dbca3d40ef4f41daf02d41d7be3096c7067c"><code>b844dbc</code></a> <code>prefer-string-replace-all</code>: Improve RegExp to string fix (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1971">#1971</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/48efc7aa5627ea9637a1a7200eb01c21dc6ee962"><code>48efc7a</code></a> <code>no-array-for-each</code>: Skip fix for some edge cases (<a href="https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/1979">#1979</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.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=44.0.2&new-version=45.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 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:10:35 +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#2789
No description provided.