lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
781 stars 35 forks source link

[Snyk] Upgrade yargs from 13.3.0 to 15.0.2 #31

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade yargs from 13.3.0 to 15.0.2.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: yargs
  • 15.0.2 - 2019-11-19

    Bug Fixes

    • temporary fix for libraries that call Object.freeze() (#1483) (99c2dc8)
  • 15.0.1 - 2019-11-16

    Bug Fixes

    • deps: cliui, find-up, and string-width, all drop Node 6 support (#1479) (6a9ebe2)
  • 15.0.0 - 2019-11-10

    ⚠ BREAKING CHANGES

    • deps: yargs-parser now throws on invalid combinations of config (#1470)
    • yargs-parser@16.0.0 drops support for Node 6
    • drop Node 6 support (#1461)
    • remove package.json-based parserConfiguration (#1460)

    Features

    • deps: yargs-parser now throws on invalid combinations of config (#1470) (c10c38c)
    • expose Parser from require('yargs/yargs') (#1477) (1840ba2)

    Bug Fixes

    • docs: TypeScript import to prevent a future major release warning (#1441) (b1b156a)
    • stop-parse was not being respected by commands (#1459) (12c82e6)
    • update to yargs-parser with fix for array default values (#1463) (ebee59d)
    • docs: update boolean description and examples in docs (#1474) (afd5b48)

    Miscellaneous Chores

    Code Refactoring

    • remove package.json-based parserConfiguration (#1460) (0d3642b)
  • 14.2.2 - 2019-11-19
  • 14.2.1 - 2019-10-30
  • 14.2.0 - 2019-10-07

    chore(release): 14.2.0

  • 14.1.0 - 2019-09-06

    chore(release): 14.1.0

  • 14.0.0 - 2019-07-30

    chore(release): 14.0.0

  • 13.3.0 - 2019-06-10

    Bug Fixes

    • deps: yargs-parser update addressing several parsing bugs (#1357) (e230d5b)

    Features

    • i18n: swap out os-locale dependency for simple inline implementation (#1356) (4dfa19b)
    • support defaultDescription for positional arguments (812048c)
from yargs GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

codecov-io commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          11       11           
  Lines         183      183           
  Branches       26       26           
=======================================
  Hits          179      179           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 546c1db...c759ee2. Read the comment docs.