[PR #806] [MERGED] Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0 #2876

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/806
Author: @dependabot[bot]
Created: 5/8/2023
Status: Merged
Merged: 5/8/2023
Merged by: @DavidAnson

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


📝 Commits (2)

  • ba5ae03 Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0
  • ee6a523 Convert from FileReader.readAsText() to Blob.text() in demo page per new eslint-plugin-unicorn rule.

📊 Changes

2 files changed (+4 additions, -6 deletions)

View changed files

📝 demo/default.js (+3 -5)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 46.0.0 to 47.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v47.0.0

Breaking

  • Require Node.js 16 (#2073) a3bc120
  • Require eslint@>=8.38.0 (#2066) 04af765
  • Enable prefer-at, prefer-event-target, and prefer-string-replace-all in recommended config (#2073) a3bc120

New rules

Improvements

  • prefer-top-level-await: Ignore .cjs files (#2072) 0c3ccb1
  • prefer-spread: Stop checking Array.from call with map function (#2064) f5beccb
  • prefer-dom-node-text-content: Check optional chaining (#2062) 8d6d007
  • prefer-dom-node-{append,remove}: Check optional chaining (#2061) 443999b

Fixes

  • prefer-number-properties: Fix false positives (#2050) 124bfa7

https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0

v46.0.1

  • Fix expiring-todo-comments (#2077) 7a6861a

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

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/806 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-47.0.0` --- ### 📝 Commits (2) - [`ba5ae03`](https://github.com/DavidAnson/markdownlint/commit/ba5ae0329a1715595b6a2755ab59688b4d01f651) Bump eslint-plugin-unicorn from 46.0.0 to 47.0.0 - [`ee6a523`](https://github.com/DavidAnson/markdownlint/commit/ee6a523301694f3de2031d257d41cf726e88d12e) Convert from FileReader.readAsText() to Blob.text() in demo page per new eslint-plugin-unicorn rule. ### 📊 Changes **2 files changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `demo/default.js` (+3 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 46.0.0 to 47.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>v47.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 16 (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2073">#2073</a>) a3bc120</li> <li>Require <code>eslint@&gt;=8.38.0</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2066">#2066</a>) 04af765</li> <li>Enable <code>prefer-at</code>, <code>prefer-event-target</code>, and <code>prefer-string-replace-all</code> in recommended config (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2073">#2073</a>) a3bc120</li> </ul> <h3>New rules</h3> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-blob-reading-methods.md"><code>prefer-blob-reading-methods</code></a> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2065">#2065</a>) 2bb1a04</li> </ul> <h3>Improvements</h3> <ul> <li><code>prefer-top-level-await</code>: Ignore <code>.cjs</code> files (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2072">#2072</a>) 0c3ccb1</li> <li><code>prefer-spread</code>: Stop checking <code>Array.from</code> call with map function (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2064">#2064</a>) f5beccb</li> <li><code>prefer-dom-node-text-content</code>: Check optional chaining (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2062">#2062</a>) 8d6d007</li> <li><code>prefer-dom-node-{append,remove}</code>: Check optional chaining (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2061">#2061</a>) 443999b</li> </ul> <h3>Fixes</h3> <ul> <li><code>prefer-number-properties</code>: Fix false positives (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2050">#2050</a>) 124bfa7</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0</a></p> <h2>v46.0.1</h2> <ul> <li>Fix <code>expiring-todo-comments</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2077">#2077</a>) 7a6861a</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v46.0.1">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v46.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6f05ddc6f4b350029c4597ed51d4cc445cc958d3"><code>6f05ddc</code></a> 47.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6ee3687da6b334118cda627401153c3c13e20e70"><code>6ee3687</code></a> Fix <code>expiring-todo-comments</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2077">#2077</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0c3ccb11846c6f1ef8d9ee8ccf34f86c40d843d0"><code>0c3ccb1</code></a> <code>prefer-top-level-await</code>: Ignore <code>.cjs</code> files (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2072">#2072</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a3bc1203e7fdb1504a9af8db98298e33a2a6a932"><code>a3bc120</code></a> Require Node.js 16, enable <code>prefer-at</code>, <code>prefer-event-target</code>, and `prefer-st...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/a9337e847e0ca4d725bdedf8f13e24c7d0dfcda9"><code>a9337e8</code></a> Extend explanations for some rules (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2070">#2070</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2bb1a04ec5376064875f0c075a8e1cf9c54c9cf5"><code>2bb1a04</code></a> Add <code>prefer-blob-reading-methods</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2065">#2065</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/d90f3379f00050320951b07e50754467fb853719"><code>d90f337</code></a> Use <code>SourceCode#getScope</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2068">#2068</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/f14433068bbf92d56b3aaa457c5a1aa0ec19e7ab"><code>f144330</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1eca7d072dd42940dcfda0a022edec452f79c105"><code>1eca7d0</code></a> Switch to MDN links (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2069">#2069</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/04af765355209bfbea408acec34e53dc8e79731d"><code>04af765</code></a> Use <code>SourceCode#{getDeclaredVariables,getAncestors}</code>, require `eslint@&gt;=8.38....</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.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=46.0.0&new-version=47.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:11:00 +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#2876
No description provided.