-
Notifications
You must be signed in to change notification settings - Fork 55
Commit e0cc63c
Bump eslint-plugin-unicorn from 54.0.0 to 55.0.0 (#205)
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 />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Fox-Tyler <[email protected]>1 parent 5c9ccb2 commit e0cc63cCopy full SHA for e0cc63c
File tree
Expand file treeCollapse file tree
2 files changed
+9
-79
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+9
-79
lines changedOpen diff view settings
Collapse file
+8-78Lines changed: 8 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments