Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency yargs-parser to v21 #1742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
yargs-parser 13.1.2 -> 21.1.1 age adoption passing confidence

Release Notes

yargs/yargs-parser (yargs-parser)

v21.1.1

Compare Source

Bug Fixes

v21.1.0

Compare Source

Features
Bug Fixes
  • halt-at-non-option: prevent known args from being parsed when "unknown-options-as-args" is enabled (#​438) (c474bc1)
  • node version check now uses process.versions.node (#​450) (d07bcdb)
  • parse options ending with 3+ hyphens (#​434) (4f1060b)
21.0.1 (2022-02-27)
Bug Fixes

v21.0.1

Compare Source

v21.0.0

Compare Source

⚠ BREAKING CHANGES
Bug Fixes
Code Refactoring
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)
20.2.7 (2021-03-10)
Bug Fixes
  • deno: force release for Deno (6687c97)
20.2.6 (2021-02-22)
Bug Fixes
20.2.5 (2021-02-13)
Bug Fixes
20.2.4 (2020-11-09)
Bug Fixes
20.2.3 (2020-10-16)
Bug Fixes
  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#​336) (3ae7242)
20.2.2 (2020-10-14)
Bug Fixes
  • exports: node 13.0-13.6 require a string fallback (#​333) (291aeda)
20.2.1 (2020-10-01)
Bug Fixes

v20.2.9

Compare Source

v20.2.7

Compare Source

v20.2.6

Compare Source

v20.2.5

Compare Source

v20.2.4

Compare Source

v20.2.3

Compare Source

v20.2.2

Compare Source

v20.2.1

Compare Source

v20.2.0

Compare Source

Features
Bug Fixes
  • unknown-options-as-args: convert positionals that look like numbers (#​326) (f85ebb4)

v20.1.0

Compare Source

Features
Bug Fixes
  • build: update release-please; make labels kick off builds (#​323) (09f448b)

v20.0.0

Compare Source

⚠ BREAKING CHANGES
  • do not ship type definitions (#​318)
Bug Fixes
Code Refactoring
19.0.4 (2020-08-27)
Bug Fixes
19.0.3 (2020-08-27)
Bug Fixes
19.0.2 (2020-08-27)
Bug Fixes
19.0.1 (2020-08-09)
Bug Fixes
  • build: push tag created for deno (2186a14)

v19.0.4

Compare Source

v19.0.1

Compare Source

v19.0.0

Compare Source

⚠ 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
Bug Fixes
Build System
  • drops Node 6. begin following Node.js LTS schedule (#​278) (9014ed7)
Code Refactoring
18.1.3 (2020-04-16)
Bug Fixes
  • setArg: options using camel-case and dot-notation populated twice (#​268) (f7e15b9)
18.1.2 (2020-03-26)
Bug Fixes
  • array, nargs: support -o=--value and --option=--value format (#​262) (41d3f81)
18.1.1 (2020-03-16)
Bug Fixes
  • _proto__ will now be replaced with __proto___ in parse (#​258), patching a potential
    prototype pollution vulnerability. This was reported by the Snyk Security Research Team.(63810ca)

v18.1.3

Compare Source

v18.1.2

Compare Source

v18.1.1

Compare Source

v18.1.0

Compare Source

Features

v18.0.0

Compare Source

⚠ BREAKING CHANGES
  • the narg count is now enforced when parsing arrays.
Features
  • NaN can now be provided as a value for nargs, indicating "at least" one value is expected for array (#​251) (9db4be8)

v17.1.0

Compare Source

Features
  • introduce greedy-arrays config, for specifying whether arrays consume multiple positionals (#​249) (60e880a)
17.0.1 (2020-02-29)
Bug Fixes

v17.0.1

Compare Source

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • this reverts parsing behavior of booleans to that of yargs@14
  • objects used during parsing are now created with a null
    prototype. There may be some scenarios where this change in behavior
    leaks externally.
Features
  • boolean arguments will not be collected into an implicit array (#​236) (34c4e19)
  • introduce nargs-eats-options config option (#​246) (d50822a)
Bug Fixes
  • address bugs with "uknown-options-as-args" (bc023e3)
  • array should take precedence over nargs, but enforce nargs (#​243) (4cbc188)
  • support keys that collide with object prototypes (#​234) (1587b6d)
  • unknown options terminated with digits now handled by unknown-options-as-args (#​238) (d36cdfa)

v16.1.0

Compare Source

⚠ BREAKING CHANGES
  • populate error if incompatible narg/count or array/count options are used (#​191)
Features
  • options that have had their default value used are now tracked (#​211) (a525234)
  • populate error if incompatible narg/count or array/count options are used (#​191) (84a401f)
Reverts
  • revert 16.0.0 CHANGELOG entry (920320a)

v16.0.0

Compare Source

v15.0.3: yargs-parser yargs-parser-v15.0.3

Compare Source

Bug Fixes
  • build: should use releases_created when using manifest (49ea4ef)

v15.0.2: yargs-parser yargs-parser-v15.0.2

Compare Source

Bug Fixes
  • perf: address slow parse when using unknown-options-as-args (#​400) (bc387ec)

v15.0.1

Compare Source

v15.0.0

Compare Source

v14.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Dec 6, 2021

⚠️ No Changeset found

Latest commit: 4d30324

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch from 9f8b70d to b0ac3e9 Compare January 20, 2022 00:03
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 4 times, most recently from 55c30df to 0992206 Compare February 9, 2022 16:16
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from 19c4c94 to ef31642 Compare February 23, 2022 19:03
@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d79eb04) 94.74% compared to head (c6fd8bc) 94.74%.
Report is 1 commits behind head on master.

❗ Current head c6fd8bc differs from pull request most recent head 1841995. Consider uploading reports for the commit 1841995 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1742   +/-   ##
=======================================
  Coverage   94.74%   94.74%           
=======================================
  Files         147      147           
  Lines        5041     5041           
  Branches     1373     1373           
=======================================
  Hits         4776     4776           
  Misses        262      262           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from 3c37bec to e208810 Compare March 2, 2022 17:04
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from 85c1706 to 26863b1 Compare March 10, 2022 11:01
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch from 26863b1 to a9335b5 Compare May 24, 2022 10:01
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from 65316c5 to db9b8f8 Compare June 27, 2022 11:41
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 3 times, most recently from 54b8c52 to 38c7738 Compare August 1, 2022 10:29
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 3 times, most recently from d693455 to c5bb08d Compare August 9, 2022 09:14
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from 378284b to 3804327 Compare August 17, 2022 03:53
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from de4b02b to 2f2aa2a Compare August 23, 2022 21:03
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch from 2f2aa2a to 7f5e794 Compare September 15, 2022 09:37
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 2 times, most recently from db8cc05 to 9cbe18e Compare November 14, 2022 15:41
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 4 times, most recently from ccd171f to b744f31 Compare July 3, 2023 15:53
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 8 times, most recently from 9172fde to 52a0b8e Compare July 6, 2023 14:02
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 5 times, most recently from c9388c7 to 2fdb490 Compare July 20, 2023 08:00
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 3 times, most recently from a1a3d8f to c6fd8bc Compare August 17, 2023 12:10
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 3 times, most recently from c41adc6 to aac69a4 Compare September 28, 2023 08:04
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch 5 times, most recently from 8a644b7 to f096c85 Compare May 30, 2024 11:19
@renovate renovate bot force-pushed the renovate/yargs-parser-21.x branch from f096c85 to 4d30324 Compare May 30, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants