[PR #1729] [CLOSED] chore(deps): bump yargs-parser from 20.2.7 to 20.2.9 #3469

Closed
opened 2026-03-17 01:04:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1729
Author: @dependabot[bot]
Created: 6/21/2021
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/yargs-parser-20.2.9


📝 Commits (1)

  • 0d83b8a chore(deps): bump yargs-parser from 20.2.7 to 20.2.9

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 package-lock.json (+7 -7)
📝 package.json (+1 -1)

📄 Description

Bumps yargs-parser from 20.2.7 to 20.2.9.

Release notes

Sourced from yargs-parser's releases.

yargs-parser yargs-parser-v20.2.9

Bug Fixes

  • build: fixed automated release pipeline (1fe9135)

yargs-parser yargs-parser-v20.2.8

Bug Fixes

  • deno: force relese for Deno (6687c97)
  • locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
  • perf: address slow parse when using unknown-options-as-args (#394) (441f059)
  • string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)
Changelog

Sourced from yargs-parser's changelog.

20.2.9 (2021-06-20)

Bug Fixes

  • build: fixed automated release pipeline (1fe9135)

20.2.8 (2021-06-20)

Bug Fixes

  • locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
  • perf: address slow parse when using unknown-options-as-args (#394) (441f059)
  • string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)
Commits
  • 3859e74 chore: release main (#404)
  • 1fe9135 fix(build): fixed automated release pipeline
  • 9eb9c2f chore: release main (#398)
  • 4b9e134 build: should be releases_created
  • 441f059 fix(perf): address slow parse when using unknown-options-as-args (#394)
  • fb22816 build: switch from master to main
  • a0a0814 build: switch to manifest based releases (#396)
  • 088481c docs: fix typos in README.md (#379)
  • 6877a2d test: add test for optimized output (#373)
  • 2cfab05 refactor: quote properties used for meta-programming
  • 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 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/hoppscotch/hoppscotch/pull/1729 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/21/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/yargs-parser-20.2.9` --- ### 📝 Commits (1) - [`0d83b8a`](https://github.com/hoppscotch/hoppscotch/commit/0d83b8a01c2b993ea4624e03ca89091799092228) chore(deps): bump yargs-parser from 20.2.7 to 20.2.9 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 20.2.7 to 20.2.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yargs/yargs-parser/releases">yargs-parser's releases</a>.</em></p> <blockquote> <h2>yargs-parser yargs-parser-v20.2.9</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fixed automated release pipeline (<a href="https://www.github.com/yargs/yargs-parser/commit/1fe9135884790a083615419b2861683e2597dac3">1fe9135</a>)</li> </ul> <h2>yargs-parser yargs-parser-v20.2.8</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deno:</strong> force relese for Deno (<a href="https://www.github.com/yargs/yargs-parser/commit/6687c972d0f3ca7865a97908dde3080b05f8b026">6687c97</a>)</li> <li><strong>locale:</strong> Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (<a href="https://www.github.com/yargs/yargs-parser/commit/261730383e02448562f737b94bbd1f164aed5143">2617303</a>)</li> <li><strong>perf:</strong> address slow parse when using unknown-options-as-args (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/394">#394</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/441f059d585d446551068ad213db79ac91daf83a">441f059</a>)</li> <li><strong>string-utils:</strong> detect [0,1] ranged values as numbers (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/388">#388</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/efcc32c2d6b09aba31abfa2db9bd947befe5586b">efcc32c</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md">yargs-parser's changelog</a>.</em></p> <blockquote> <h3><a href="https://www.github.com/yargs/yargs-parser/compare/yargs-parser-v20.2.8...yargs-parser-v20.2.9">20.2.9</a> (2021-06-20)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> fixed automated release pipeline (<a href="https://www.github.com/yargs/yargs-parser/commit/1fe9135884790a083615419b2861683e2597dac3">1fe9135</a>)</li> </ul> <h3><a href="https://www.github.com/yargs/yargs-parser/compare/yargs-parser-v20.2.7...yargs-parser-v20.2.8">20.2.8</a> (2021-06-20)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>locale:</strong> Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (<a href="https://www.github.com/yargs/yargs-parser/commit/261730383e02448562f737b94bbd1f164aed5143">2617303</a>)</li> <li><strong>perf:</strong> address slow parse when using unknown-options-as-args (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/394">#394</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/441f059d585d446551068ad213db79ac91daf83a">441f059</a>)</li> <li><strong>string-utils:</strong> detect [0,1] ranged values as numbers (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/388">#388</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/efcc32c2d6b09aba31abfa2db9bd947befe5586b">efcc32c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yargs/yargs-parser/commit/3859e74046d9a1c34fcb043e80ac1d0c7e8739e6"><code>3859e74</code></a> chore: release main (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/404">#404</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/1fe9135884790a083615419b2861683e2597dac3"><code>1fe9135</code></a> fix(build): fixed automated release pipeline</li> <li><a href="https://github.com/yargs/yargs-parser/commit/9eb9c2fdd9eed0aea0c0a54fa3736cff2f2c2457"><code>9eb9c2f</code></a> chore: release main (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/398">#398</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/4b9e134be026ac3f0a21d355069a2d20df8339ce"><code>4b9e134</code></a> build: should be releases_created</li> <li><a href="https://github.com/yargs/yargs-parser/commit/441f059d585d446551068ad213db79ac91daf83a"><code>441f059</code></a> fix(perf): address slow parse when using unknown-options-as-args (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/394">#394</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/fb22816076a6b55e96fd51ec142f38a60441d4ff"><code>fb22816</code></a> build: switch from master to main</li> <li><a href="https://github.com/yargs/yargs-parser/commit/a0a08146097a12e19902aa7c69bdd1a6a2653214"><code>a0a0814</code></a> build: switch to manifest based releases (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/396">#396</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/088481cf660beba0ee0025f2213156ea99683b99"><code>088481c</code></a> docs: fix typos in README.md (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/379">#379</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/6877a2d28d2e16e12870f6f697981c1c1d572a12"><code>6877a2d</code></a> test: add test for optimized output (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/373">#373</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/2cfab05f0981145fab757ed7d490c55d9f29ad00"><code>2cfab05</code></a> refactor: quote properties used for meta-programming</li> <li>Additional commits viewable in <a href="https://github.com/yargs/yargs-parser/compare/v20.2.7...yargs-parser-v20.2.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yargs-parser&package-manager=npm_and_yarn&previous-version=20.2.7&new-version=20.2.9)](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-17 01:04:48 +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/hoppscotch#3469
No description provided.