This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Update dependency yeoman-generator to ^2.0.0 #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency yeoman-generator from
^1.1.1
to^2.0.0
Release Notes
v2.0.0
This release fix a few bugs and focus on modernizing our codebase to ES6 style.
Breaking changes
Generator.extend()
is replaced in favor ofclass extends Generator {}
Generator#github.username()
now returns a promise instead of taking a callbackinstallDependencies
,runInstall
,bowerInstall
,npmInstall
andyarnInstall
)New features
installDependencies
now accept command line arguments as options for each sub-command (#1014)Fix
v2.0.1
debug
)v2.0.2
choices
options is provided as a function instead of an array. (Drawback: this will turn off Yeoman reuse of the previously provided answer)v2.0.3
Commits
v2.0.0
00912ce
Remove class-extend (isn't necessary with ES6), clean jsdoc1be88e6
Remove callback API from Genrator#github.username() in favor of Promise one - ref #1006cfd2a8e
Refactor install methods to handle promises - ref #1006b010701
More ES2015ifing9da7391
Bump dependenciese296e52
Bump XO and minor style tweakseaf1ade
New: option shorthand on installDependencies method (#1015)364606e
Switch tomake-dir
edc2bf2
[comments] Change wrong param name in description (#1018)f8e46b0
Don't die on diffing file deletions (again) (#1028)68d59c1
Add package-lock.json183b3a8
Get rid of before/after (toward jest migration)6effbfe
Use raw nsp4b1b841
Replace gulp with raw Mocha96da393
Bump package-lock.jsona29e5d9
Bump dependencies9e4ccf5
2.0.0v2.0.1
2955a84
Bump dependencies (+ security fix of debug)28cbab2
2.0.1v2.0.2
825305e
Fix typo in comment (#1044)f7b8167
fix: Do not apply user defaults when question.choices is a function. Fix #1051d291b78
Bump dependencies967cb0f
2.0.2v2.0.3
150053c
Update Travis version support971c1a8
Fix issue #1050 regarding unsecured dependencies (#1056)d8253fc
2.0.3This PR has been generated by Renovate Bot.