You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The version 2.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of yeoman-generator.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notesv2.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 of class extends Generator {}
Generator#github.username() now returns a promise instead of taking a callback
Install functions now returns promises (installDependencies, runInstall, bowerInstall, npmInstall and yarnInstall)
New features
installDependencies now accept command line arguments as options for each sub-command (#1014)
Fix error when the prompt choices options is provided as a function instead of an array. (Drawback: this will turn off Yeoman reuse of the previously provided answer)
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.
Version 2.0.0 of yeoman-generator just got published.
The version 2.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of yeoman-generator.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release 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
Commits
The new version differs by 20 commits.
9e4ccf52.0.0a29e5d9Bump dependencies96da393Bump package-lock.json4b1b841Replace gulp with raw Mocha6effbfeUse raw nsp183b3a8Get rid of before/after (toward jest migration)68d59c1Add package-lock.jsonf8e46b0Don't die on diffing file deletions (again) (#1028)edc2bf2[comments] Change wrong param name in description (#1018)364606eSwitch tomake-direaf1adeNew: option shorthand on installDependencies method (#1015)e296e52Bump XO and minor style tweaks9da7391Bump dependenciesb010701More ES2015ifingcfd2a8eRefactor install methods to handle promises - ref #1006There are 20 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴