[PR #56] [MERGED] Bump yargs-parser and meow #58

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

📋 Pull Request Information

Original PR: https://github.com/artiebits/fake-git-history/pull/56
Author: @dependabot[bot]
Created: 4/5/2025
Status: Merged
Merged: 4/6/2025
Merged by: @artiebits

Base: masterHead: dependabot/npm_and_yarn/multi-768faefe9e


📝 Commits (1)

  • ed3b80b Bump yargs-parser and meow

📊 Changes

2 files changed (+11 additions, -463 deletions)

View changed files

📝 package-lock.json (+10 -462)
📝 package.json (+1 -1)

📄 Description

Removes yargs-parser. It's no longer used after updating ancestor dependency meow. These dependencies need to be updated together.

Removes yargs-parser

Updates meow from 5.0.0 to 13.2.0

Release notes

Sourced from meow's releases.

v13.2.0

https://github.com/sindresorhus/meow/compare/v13.1.0...v13.2.0

v13.1.0

  • Remove hardRejection option 99fe7a6
    • It's the default behavior in Node.js since Node.js 16.

https://github.com/sindresorhus/meow/compare/v13.0.0...v13.1.0

v13.0.0

Breaking

  • Require Node.js 18 2ecd29d

Improvements

  • Update dependencies 2ecd29d

https://github.com/sindresorhus/meow/compare/v12.1.1...v13.0.0

v12.1.1

  • Fix TypeScript types (#245) 8a4cecd

https://github.com/sindresorhus/meow/compare/v12.1.0...v12.1.1

v12.1.0

https://github.com/sindresorhus/meow/compare/v12.0.1...v12.1.0

v12.0.1

  • Fix flag default values validation (#238) c3bf62b

https://github.com/sindresorhus/meow/compare/v12.0.0...v12.0.1

v12.0.0

Breaking

Improvements

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/artiebits/fake-git-history/pull/56 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/5/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@artiebits](https://github.com/artiebits) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/multi-768faefe9e` --- ### 📝 Commits (1) - [`ed3b80b`](https://github.com/artiebits/fake-git-history/commit/ed3b80b31268bd7bc0364fe2fc8f75af6207f3e8) Bump yargs-parser and meow ### 📊 Changes **2 files changed** (+11 additions, -463 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+10 -462) 📝 `package.json` (+1 -1) </details> ### 📄 Description Removes [yargs-parser](https://github.com/yargs/yargs-parser). It's no longer used after updating ancestor dependency [meow](https://github.com/sindresorhus/meow). These dependencies need to be updated together. Removes `yargs-parser` Updates `meow` from 5.0.0 to 13.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/meow/releases">meow's releases</a>.</em></p> <blockquote> <h2>v13.2.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/meow?tab=readme-ov-file#helpindent"><code>helpIndent</code></a> option (<a href="https://redirect.github.com/sindresorhus/meow/issues/241">#241</a>) e9a55cd</li> </ul> <p><a href="https://github.com/sindresorhus/meow/compare/v13.1.0...v13.2.0">https://github.com/sindresorhus/meow/compare/v13.1.0...v13.2.0</a></p> <h2>v13.1.0</h2> <ul> <li>Remove <code>hardRejection</code> option 99fe7a6 <ul> <li>It's the default behavior in Node.js since Node.js 16.</li> </ul> </li> </ul> <p><a href="https://github.com/sindresorhus/meow/compare/v13.0.0...v13.1.0">https://github.com/sindresorhus/meow/compare/v13.0.0...v13.1.0</a></p> <h2>v13.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 2ecd29d</li> </ul> <h3>Improvements</h3> <ul> <li>Update dependencies 2ecd29d</li> </ul> <p><a href="https://github.com/sindresorhus/meow/compare/v12.1.1...v13.0.0">https://github.com/sindresorhus/meow/compare/v12.1.1...v13.0.0</a></p> <h2>v12.1.1</h2> <ul> <li>Fix TypeScript types (<a href="https://redirect.github.com/sindresorhus/meow/issues/245">#245</a>) 8a4cecd</li> </ul> <p><a href="https://github.com/sindresorhus/meow/compare/v12.1.0...v12.1.1">https://github.com/sindresorhus/meow/compare/v12.1.0...v12.1.1</a></p> <h2>v12.1.0</h2> <ul> <li>Bundle dependencies (<a href="https://redirect.github.com/sindresorhus/meow/issues/242">#242</a>) 41e628c <ul> <li><code>meow</code> is now <a href="https://packagephobia.com/result?p=meow">dependency-less</a>!</li> </ul> </li> </ul> <p><a href="https://github.com/sindresorhus/meow/compare/v12.0.1...v12.1.0">https://github.com/sindresorhus/meow/compare/v12.0.1...v12.1.0</a></p> <h2>v12.0.1</h2> <ul> <li>Fix flag <code>default</code> values validation (<a href="https://redirect.github.com/sindresorhus/meow/issues/238">#238</a>) c3bf62b</li> </ul> <p><a href="https://github.com/sindresorhus/meow/compare/v12.0.0...v12.0.1">https://github.com/sindresorhus/meow/compare/v12.0.0...v12.0.1</a></p> <h2>v12.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 16 (<a href="https://redirect.github.com/sindresorhus/meow/issues/235">#235</a>) 24d5e9c</li> <li>Rename <code>alias</code> flag option to <a href="https://github.com/sindresorhus/meow#flags"><code>shortFlag</code></a> (<a href="https://redirect.github.com/sindresorhus/meow/issues/225">#225</a>) 14e870d <ul> <li>Short flag is a more correct term for what <code>alias</code> was previously used for. We now have a separate <code>aliases</code> option for actual aliases.</li> </ul> </li> <li>As a reminder, Meow continues to require ESM. For TypeScript users, this includes having <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-make-my-typescript-project-output-esm"><code>&quot;module&quot;: &quot;node16&quot;, &quot;moduleResolution&quot;: &quot;node16&quot;</code> in your tsconfig</a>.</li> </ul> <h3>Improvements</h3> <ul> <li>Add <a href="https://github.com/sindresorhus/meow#flags"><code>aliases</code></a> flag option (<a href="https://redirect.github.com/sindresorhus/meow/issues/226">#226</a>) 901b9fc</li> <li>Add <a href="https://github.com/sindresorhus/meow#flags"><code>choices</code></a> flag option (<a href="https://redirect.github.com/sindresorhus/meow/issues/228">#228</a>) 149d7af</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/meow/commit/c97c03161753f611798996978e8274323c004382"><code>c97c031</code></a> 13.2.0</li> <li><a href="https://github.com/sindresorhus/meow/commit/e9a55cdd748d3f451c761c46eba1cfb7ca862dbe"><code>e9a55cd</code></a> Add <code>helpIndent</code> option (<a href="https://redirect.github.com/sindresorhus/meow/issues/241">#241</a>)</li> <li><a href="https://github.com/sindresorhus/meow/commit/fd0bc62ce47781e11da506b8e38e8668eb78a584"><code>fd0bc62</code></a> 13.1.0</li> <li><a href="https://github.com/sindresorhus/meow/commit/4f0fecae0f16e31fb00dbb58d9d7949687381860"><code>4f0feca</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/meow/commit/99fe7a601c375ee1d070ef80b1664424b669238b"><code>99fe7a6</code></a> Remove <code>hardRejection</code> option</li> <li><a href="https://github.com/sindresorhus/meow/commit/a7bdf6e771d4614281107fba1520d5a86f48c654"><code>a7bdf6e</code></a> 13.0.0</li> <li><a href="https://github.com/sindresorhus/meow/commit/2ecd29d2ba70dca7e81d4630f88c4af13f8e7b28"><code>2ecd29d</code></a> Require Node.js 18</li> <li><a href="https://github.com/sindresorhus/meow/commit/1d083266d4c4f3b37da22693cf22235ca7fe9fb5"><code>1d08326</code></a> 12.1.1</li> <li><a href="https://github.com/sindresorhus/meow/commit/8a4cecd1004ef4c871728778dcb6cf564a0cbbbb"><code>8a4cecd</code></a> Fix TypeScript types (<a href="https://redirect.github.com/sindresorhus/meow/issues/245">#245</a>)</li> <li><a href="https://github.com/sindresorhus/meow/commit/b412c0d78702f3fb2fff4a474007422bc78a63f9"><code>b412c0d</code></a> 12.1.0</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/meow/compare/v5.0.0...v13.2.0">compare view</a></li> </ul> </details> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/artiebits/fake-git-history/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:53:16 +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/fake-git-history#58
No description provided.