Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

[Snyk] Upgrade commander from 4.0.1 to 4.1.0 #144

Merged
merged 1 commit into from Jan 20, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade commander from 4.0.1 to 4.1.0.

ℹ️ 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.
  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 9 days ago, on 2020-01-06.
Release notes
Package name: commander
  • 4.1.0 - 2020-01-06

    Added

    • two routines to change how option values are handled, and eliminate name clashes with command properties (#933 #1102)
      • see storeOptionsAsProperties and passCommandToAction in README
    • .parseAsync to use instead of .parse if supply async action handlers (#806 #1118)

    Fixed

    • Remove trailing blanks from wrapped help text (#1096)

    Changed

    • update dependencies
    • extend security coverage for Commander 2.x to 2020-02-03
    • improvements to README
    • improvements to TypeScript definition documentation
    • move old versions out of main CHANGELOG
    • removed explicit use of ts-node in tests
  • 4.0.1 - 2019-11-11

    Fixed

    • display help when requested, even if there are missing required options (#1091)
from commander GitHub release notes
Commit messages
Package name: commander
  • 8e1cdf5 Merge pull request #1142 from tj/develop
  • 1c66935 add zh-CN translation for parseAsync
  • f16fecf Merge remote-tracking branch 'origin/master' into develop
  • 81f5079 Bump version for release
  • 6f692cf Updated changelog for 4.1
  • 7bcf117 Add parseAsync (#1118)
  • 1d9cc72 Merge pull request #1132 from shadowspawn/feature/tidy-js-2
  • d47fb0c Rename help check routine
  • 4faad59 Improve JSDoc to match code
  • 03e77df Update Chinese README for v4.1.0
  • 808d4bc Removed explicit use of ts-node (#1125)
  • b25cc3a Increase timeout for test using ts-node
  • 9de0968 Add feature notes to README
  • 29a7f46 4.1.0-0
  • 81c6e28 Opt-in behaviour to avoid name pollution (#1102)
  • df6284c Add current changes to CHANGELOG
  • f119fc7 Remove redundant @param types, and tidy.
  • 3baa16f doc: typo (#1113)
  • 45d371e Merge pull request #1114 from shadowspawn/feature/support-six-months
  • 5e12c44 Merge pull request #1115 from shadowspawn/feature/changelog-split
  • 3740834 Separate out changelog for old versions
  • bc16bd2 Change to six months support, rather than n-1
  • 57e6c5d Merge pull request #1107 from shadowspawn/feature/version-listener
  • 7c22701 Merge pull request #1108 from shadowspawn/feature/timeout

Compare


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

@sonarcloud
Copy link

sonarcloud bot commented Jan 14, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jan 14, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov-io
Copy link

codecov-io commented Jan 14, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #144   +/-   ##
=======================================
  Coverage   65.97%   65.97%           
=======================================
  Files         125      125           
  Lines        3774     3774           
  Branches      770      770           
=======================================
  Hits         2490     2490           
  Misses       1228     1228           
  Partials       56       56

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 0f53e2b...818f057. Read the comment docs.

@ryshu ryshu merged commit 40af0be into master Jan 20, 2020
@ryshu ryshu deleted the snyk-upgrade-f9c9a2de72e62b87655b76dc91d813b0 branch January 20, 2020 06:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants