[PR #1064] [MERGED] Bump yargs-parser from 18.1.3 to 19.0.1 #3039

Closed
opened 2026-03-17 00:41:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1064
Author: @dependabot[bot]
Created: 8/10/2020
Status: Merged
Merged: 8/10/2020
Merged by: @liyasthomas

Base: masterHead: dependabot/npm_and_yarn/yargs-parser-19.0.1


📝 Commits (1)

  • 95d91ef Bump yargs-parser from 18.1.3 to 19.0.1

📊 Changes

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

View changed files

📝 package-lock.json (+5 -8)
📝 package.json (+1 -1)

📄 Description

Bumps yargs-parser from 18.1.3 to 19.0.1.

Release notes

Sourced from yargs-parser's releases.

yargs-parser v19.0.1

Bug Fixes

  • build: push tag created for deno (2186a14)

yargs-parser v19.0.0

⚠ BREAKING CHANGES

  • adds support for ESM and Deno (#295)
  • ts: projects using @types/yargs-parser may see variations in type definitions.
  • drops Node 6. begin following Node.js LTS schedule (#278)

Features

  • adds support for ESM and Deno (#295) (195bc4a)
  • expose camelCase and decamelize helpers (#296) (39154ce)
  • deps: update to latest camelcase/decamelize (#281) (8931ab0)

Bug Fixes

  • boolean numeric short option (#294) (f600082)
  • raise permission error for Deno if config load fails (#298) (1174e2b)
  • deps: update dependency decamelize to v3 (#274) (4d98698)
  • types: switch back to using Partial types (#293) (bdc80ba)

Build System

  • drops Node 6. begin following Node.js LTS schedule (#278) (9014ed7)

Code Refactoring

v19.0.0-beta.1 Pre-release

This is a pre-release for testing purposes of #279.

Install by running npm install yargs-parser@next

v19.0.0-beta.0 Pre-release

This is a pre-release for testing purposes of #279.

Install by running npm install yargs-parser@next

Changelog

Sourced from yargs-parser's changelog.

19.0.1 (2020-08-09)

Bug Fixes

  • build: push tag created for deno (2186a14)

19.0.0 (2020-08-09)

⚠ BREAKING CHANGES

  • adds support for ESM and Deno (#295)
  • ts: projects using @types/yargs-parser may see variations in type definitions.
  • drops Node 6. begin following Node.js LTS schedule (#278)

Features

  • adds support for ESM and Deno (#295) (195bc4a)
  • expose camelCase and decamelize helpers (#296) (39154ce)
  • deps: update to latest camelcase/decamelize (#281) (8931ab0)

Bug Fixes

  • boolean numeric short option (#294) (f600082)
  • raise permission error for Deno if config load fails (#298) (1174e2b)
  • deps: update dependency decamelize to v3 (#274) (4d98698)
  • types: switch back to using Partial types (#293) (bdc80ba)

Build System

  • drops Node 6. begin following Node.js LTS schedule (#278) (9014ed7)

Code Refactoring

Commits
  • 91ca926 chore: release 19.0.1 (#299)
  • 2186a14 fix(build): push tag created for deno
  • 93591e1 chore: release 19.0.0 (#279)
  • 1174e2b fix: raise permission error for Deno if config load fails (#298)
  • 1a925d8 test: add back commented out tests
  • 39154ce feat: expose camelCase and decamelize helpers (#296)
  • fd91dde docs: reflect next release in docs
  • 7cc4a91 chore: fix spacing on conditional
  • f600082 fix: boolean numeric short option (#294)
  • 99cdf5d build: automate tagging process for deno
  • 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/1064 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2020 **Status:** ✅ Merged **Merged:** 8/10/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/yargs-parser-19.0.1` --- ### 📝 Commits (1) - [`95d91ef`](https://github.com/hoppscotch/hoppscotch/commit/95d91efe52a5f9e40369a444f625b154a23bf9b4) Bump yargs-parser from 18.1.3 to 19.0.1 ### 📊 Changes **2 files changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -8) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 18.1.3 to 19.0.1. <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 v19.0.1</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> push tag created for deno (<a href="https://www.github.com/yargs/yargs-parser/commit/2186a14989749887d56189867602e39e6679f8b0">2186a14</a>)</li> </ul> <h2>yargs-parser v19.0.0</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>adds support for ESM and Deno (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/295">#295</a>)</li> <li><strong>ts:</strong> projects using <code>@types/yargs-parser</code> may see variations in type definitions.</li> <li>drops Node 6. begin following Node.js LTS schedule (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/278">#278</a>)</li> </ul> <h3>Features</h3> <ul> <li>adds support for ESM and Deno (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/295">#295</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/195bc4a7f20c2a8f8e33fbb6ba96ef6e9a0120a1">195bc4a</a>)</li> <li>expose camelCase and decamelize helpers (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/296">#296</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/39154ceb5bdcf76b5f59a9219b34cedb79b67f26">39154ce</a>)</li> <li><strong>deps:</strong> update to latest camelcase/decamelize (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/281">#281</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/8931ab08f686cc55286f33a95a83537da2be5516">8931ab0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>boolean numeric short option (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/294">#294</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/f600082c959e092076caf420bbbc9d7a231e2418">f600082</a>)</li> <li>raise permission error for Deno if config load fails (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/298">#298</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/1174e2b3f0c845a1cd64e14ffc3703e730567a84">1174e2b</a>)</li> <li><strong>deps:</strong> update dependency decamelize to v3 (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/274">#274</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/4d98698bc6767e84ec54a0842908191739be73b7">4d98698</a>)</li> <li><strong>types:</strong> switch back to using Partial types (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/293">#293</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/bdc80ba59fa13bc3025ce0a85e8bad9f9da24ea7">bdc80ba</a>)</li> </ul> <h3>Build System</h3> <ul> <li>drops Node 6. begin following Node.js LTS schedule (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/278">#278</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/9014ed722a32768b96b829e65a31705db5c1458a">9014ed7</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>ts:</strong> move index.js to TypeScript (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/292">#292</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/f78d2b97567ac4828624406e420b4047c710b789">f78d2b9</a>)</li> </ul> <h2>v19.0.0-beta.1 Pre-release</h2> <p>This is a pre-release for testing purposes of <a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/279">#279</a>.</p> <p>Install by running <code>npm install yargs-parser@next</code></p> <h2>v19.0.0-beta.0 Pre-release</h2> <p>This is a pre-release for testing purposes of <a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/279">#279</a>.</p> <p>Install by running <code>npm install yargs-parser@next</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md">yargs-parser's changelog</a>.</em></p> <blockquote> <h3><a href="https://www.github.com/yargs/yargs-parser/compare/v19.0.0...v19.0.1">19.0.1</a> (2020-08-09)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> push tag created for deno (<a href="https://www.github.com/yargs/yargs-parser/commit/2186a14989749887d56189867602e39e6679f8b0">2186a14</a>)</li> </ul> <h2><a href="https://www.github.com/yargs/yargs-parser/compare/v18.1.3...v19.0.0">19.0.0</a> (2020-08-09)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>adds support for ESM and Deno (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/295">#295</a>)</li> <li><strong>ts:</strong> projects using <code>@types/yargs-parser</code> may see variations in type definitions.</li> <li>drops Node 6. begin following Node.js LTS schedule (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/278">#278</a>)</li> </ul> <h3>Features</h3> <ul> <li>adds support for ESM and Deno (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/295">#295</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/195bc4a7f20c2a8f8e33fbb6ba96ef6e9a0120a1">195bc4a</a>)</li> <li>expose camelCase and decamelize helpers (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/296">#296</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/39154ceb5bdcf76b5f59a9219b34cedb79b67f26">39154ce</a>)</li> <li><strong>deps:</strong> update to latest camelcase/decamelize (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/281">#281</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/8931ab08f686cc55286f33a95a83537da2be5516">8931ab0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>boolean numeric short option (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/294">#294</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/f600082c959e092076caf420bbbc9d7a231e2418">f600082</a>)</li> <li>raise permission error for Deno if config load fails (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/298">#298</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/1174e2b3f0c845a1cd64e14ffc3703e730567a84">1174e2b</a>)</li> <li><strong>deps:</strong> update dependency decamelize to v3 (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/274">#274</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/4d98698bc6767e84ec54a0842908191739be73b7">4d98698</a>)</li> <li><strong>types:</strong> switch back to using Partial types (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/293">#293</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/bdc80ba59fa13bc3025ce0a85e8bad9f9da24ea7">bdc80ba</a>)</li> </ul> <h3>Build System</h3> <ul> <li>drops Node 6. begin following Node.js LTS schedule (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/278">#278</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/9014ed722a32768b96b829e65a31705db5c1458a">9014ed7</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li><strong>ts:</strong> move index.js to TypeScript (<a href="https://www.github-redirect.dependabot.com/yargs/yargs-parser/issues/292">#292</a>) (<a href="https://www.github.com/yargs/yargs-parser/commit/f78d2b97567ac4828624406e420b4047c710b789">f78d2b9</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yargs/yargs-parser/commit/91ca926a78fae3b10a9b3f8c68d6dc8430dc5e2e"><code>91ca926</code></a> chore: release 19.0.1 (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/299">#299</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/2186a14989749887d56189867602e39e6679f8b0"><code>2186a14</code></a> fix(build): push tag created for deno</li> <li><a href="https://github.com/yargs/yargs-parser/commit/93591e1355ea795f118f59b91de33c8ce360c6ec"><code>93591e1</code></a> chore: release 19.0.0 (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/279">#279</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/1174e2b3f0c845a1cd64e14ffc3703e730567a84"><code>1174e2b</code></a> fix: raise permission error for Deno if config load fails (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/298">#298</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/1a925d86b27f325dcf6e028f5990d7d420d071bb"><code>1a925d8</code></a> test: add back commented out tests</li> <li><a href="https://github.com/yargs/yargs-parser/commit/39154ceb5bdcf76b5f59a9219b34cedb79b67f26"><code>39154ce</code></a> feat: expose camelCase and decamelize helpers (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/296">#296</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/fd91dde2dc5f86c1db29dcf05a224e1746803e73"><code>fd91dde</code></a> docs: reflect next release in docs</li> <li><a href="https://github.com/yargs/yargs-parser/commit/7cc4a91fdcc976ee226c9d0d9cf677c7d501eae2"><code>7cc4a91</code></a> chore: fix spacing on conditional</li> <li><a href="https://github.com/yargs/yargs-parser/commit/f600082c959e092076caf420bbbc9d7a231e2418"><code>f600082</code></a> fix: boolean numeric short option (<a href="https://github-redirect.dependabot.com/yargs/yargs-parser/issues/294">#294</a>)</li> <li><a href="https://github.com/yargs/yargs-parser/commit/99cdf5db942645896cba7a066158658043427c5b"><code>99cdf5d</code></a> build: automate tagging process for deno</li> <li>Additional commits viewable in <a href="https://github.com/yargs/yargs-parser/compare/v18.1.3...v19.0.1">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=18.1.3&new-version=19.0.1)](https://help.github.com/articles/configuring-automated-security-fixes) 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 00:41:24 +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#3039
No description provided.