[PR #1025] [MERGED] Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 #1172

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

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1025
Author: @dependabot[bot]
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @DavidAnson

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


📝 Commits (1)

  • a23dfda Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0

📊 Changes

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

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-unicorn from 48.0.1 to 49.0.0.

Release notes

Sourced from eslint-plugin-unicorn's releases.

v49.0.0

Improvements

  • expiring-todo-comments: Support monorepos (#2159) ac51d40
  • prefer-module: Allow module as TSIndexSignature names or TSTypeAliasDeclaration ids (#2209) ea94b3b
  • Support RegExp v flag (#2195) 28e7498
  • prefer-event-target: Ignore EventEmitter from @angular/core and eventemitter3 (#2197) 1629ebe

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

Commits
  • 2f77a23 49.0.0
  • 813b56e prefer-add-event-listener: Add warning in docs (#2188)
  • 54da9ca Remove direct dependency on lodash (#2184)
  • ac51d40 expiring-todo-comments: Support monorepos (#2159)
  • 0a4d70a Switch npm-run-all to maintenance fork (#2211)
  • ea94b3b prefer-module: Allow module as TSIndexSignature names or TSTypeAliasDecla...
  • 61e6601 Remove docs for the no-unsafe-regex rule (#2198)
  • 28e7498 Support RegExp v flag (#2195)
  • 1629ebe prefer-event-target: Ignore EventEmitter from @angular/core and `evente...
  • fa431ff Update dependencies, fix expiring-todo-comments (#2196)
  • 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/1025 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/eslint-plugin-unicorn-49.0.0` --- ### 📝 Commits (1) - [`a23dfda`](https://github.com/DavidAnson/markdownlint/commit/a23dfda91bd2465995ef585716ad95424edb3b8c) Bump eslint-plugin-unicorn from 48.0.1 to 49.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 48.0.1 to 49.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>v49.0.0</h2> <h3>Improvements</h3> <ul> <li><code>expiring-todo-comments</code>: Support monorepos (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2159">#2159</a>) ac51d40</li> <li><code>prefer-module</code>: Allow <code>module</code> as TSIndexSignature names or TSTypeAliasDeclaration ids (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2209">#2209</a>) ea94b3b</li> <li>Support RegExp <code>v</code> flag (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2195">#2195</a>) 28e7498</li> <li><code>prefer-event-target</code>: Ignore <code>EventEmitter</code> from <code>@angular/core</code> and <code>eventemitter3</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2197">#2197</a>) 1629ebe</li> </ul> <p><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v48.0.1...v49.0.0">https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v48.0.1...v49.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/2f77a236777c89314d91988d350424127696fec7"><code>2f77a23</code></a> 49.0.0</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/813b56e21521dc4b75e72e9486a691afba6f788e"><code>813b56e</code></a> <code>prefer-add-event-listener</code>: Add warning in docs (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2188">#2188</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/54da9caa3db117a9cda462172b9d4f00cebdf564"><code>54da9ca</code></a> Remove direct dependency on lodash (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2184">#2184</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ac51d409b28bedbceee8b3f8f39c2b820dfec280"><code>ac51d40</code></a> <code>expiring-todo-comments</code>: Support monorepos (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2159">#2159</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/0a4d70ae27192ea4e679cf83328d214014779a06"><code>0a4d70a</code></a> Switch <code>npm-run-all</code> to maintenance fork (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2211">#2211</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/ea94b3b1064d696f43f56bb0bfe3c623ba6ed436"><code>ea94b3b</code></a> <code>prefer-module</code>: Allow <code>module</code> as TSIndexSignature names or TSTypeAliasDecla...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/61e66017f0c582c8a2537ca23b2e858e1fad8908"><code>61e6601</code></a> Remove docs for the <code>no-unsafe-regex</code> rule (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2198">#2198</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/28e7498ad06679bb92343db53bb40a7b5ba2990a"><code>28e7498</code></a> Support RegExp <code>v</code> flag (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2195">#2195</a>)</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/1629ebeb9d967f23245546aa2e0c2c182611ebb4"><code>1629ebe</code></a> <code>prefer-event-target</code>: Ignore <code>EventEmitter</code> from <code>@angular/core</code> and `evente...</li> <li><a href="https://github.com/sindresorhus/eslint-plugin-unicorn/commit/fa431ff15f892ac90f5748c237bb591162eec52c"><code>fa431ff</code></a> Update dependencies, fix <code>expiring-todo-comments</code> (<a href="https://redirect.github.com/sindresorhus/eslint-plugin-unicorn/issues/2196">#2196</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v48.0.1...v49.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=48.0.1&new-version=49.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:15 +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#1172
No description provided.