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: update dependencies #1284

Merged
merged 12 commits into from Feb 2, 2019
Merged

chore: update dependencies #1284

merged 12 commits into from Feb 2, 2019

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Feb 2, 2019

skipped updating decamelize because it adds 75kb to the package size (due to unicode additions yargs doesn't use).

skipped updating standard because it would make @trevorlinton's work landing #1255 much more annoying.

BREAKING CHANGE: see yargs-parser@12.0.0 CHANGELOG

.travis.yml Outdated
@@ -1,5 +1,8 @@
language: node_js

before_install:
- if [[ "$TRAVIS_NODE_VERSION" =~ ^v6 ]]; then npm i npm -g; fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This might mean that yargs requires npm v6.4.1 (that's what node.js 8 currently installs). On the other hand it might be that this requirement only applies to installs which include the development dependencies.

@bcoe bcoe merged commit f25de4f into master Feb 2, 2019
@bcoe bcoe deleted the update-dependencies branch February 2, 2019 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants