This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Update dependency yeoman-generator to ^2.0.0#44
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.1to^2.0.0Release Notes
v2.0.0This 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,npmInstallandyarnInstall)New features
installDependenciesnow accept command line arguments as options for each sub-command (#1014)Fix
v2.0.1debug)v2.0.2choicesoptions is provided as a function instead of an array. (Drawback: this will turn off Yeoman reuse of the previously provided answer)v2.0.3Commits
v2.0.0
00912ceRemove class-extend (isn't necessary with ES6), clean jsdoc1be88e6Remove callback API from Genrator#github.username() in favor of Promise one - ref #1006cfd2a8eRefactor install methods to handle promises - ref #1006b010701More ES2015ifing9da7391Bump dependenciese296e52Bump XO and minor style tweakseaf1adeNew: option shorthand on installDependencies method (#1015)364606eSwitch tomake-diredc2bf2[comments] Change wrong param name in description (#1018)f8e46b0Don't die on diffing file deletions (again) (#1028)68d59c1Add package-lock.json183b3a8Get rid of before/after (toward jest migration)6effbfeUse raw nsp4b1b841Replace gulp with raw Mocha96da393Bump package-lock.jsona29e5d9Bump dependencies9e4ccf52.0.0v2.0.1
2955a84Bump dependencies (+ security fix of debug)28cbab22.0.1v2.0.2
825305eFix typo in comment (#1044)f7b8167fix: Do not apply user defaults when question.choices is a function. Fix #1051d291b78Bump dependencies967cb0f2.0.2v2.0.3
150053cUpdate Travis version support971c1a8Fix issue #1050 regarding unsecured dependencies (#1056)d8253fc2.0.3This PR has been generated by Renovate Bot.