Update dependency yeoman-generator to v5 - abandoned #11
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 PR contains the following updates:
^1.1.1->^5.0.0Release Notes
yeoman/generator
v5.8.0Compare Source
7bec553v5.7.1Compare Source
dac0db6v5.7.0Compare Source
ea460eb92cc534v5.6.1Compare Source
ef3f702d2f4274f6e1e6752ac34cv5.6.0Compare Source
9c798e60bfb51a2a6cf47v5.5.2Compare Source
185a408v5.5.1Compare Source
82db7d0v5.5.0Compare Source
dac452ecf8580fcf2e53fv5.4.2Compare Source
4b7f115v5.4.1Compare Source
979b63dv5.4.0Compare Source
8fd5c86b8747dav5.3.0Compare Source
9cab8c98bc6267c1c847dce12e7f84551ee5f3b2fbd8dfd103579322a0313cdb44ec7dv5.2.0Compare Source
de61c24,4587a29,d101a41,089815826797e693e01ea4dcda8ad952868v5.1.0Compare Source
9729a5886d1ad3v5.0.1Compare Source
3f51315v5.0.0Compare Source
Breaking changes
[email protected](unreleased yo@4).addDependencies({dependency: 'version'})addDevDependencies({dependency: 'version'})this.packageJsonstorage. Eg:this.packageJson.merge({scripts: {test: 'mocha'}});package.jsonchanges.unique: 'namespace'orunique: 'argument'.this.(spawnCommand/spawnCommandSync)switched toexecaand now defaultscwdtothis.destinationRoot().composeWith()isn't chainable anymore and delegates the running to the Environment for singleton checks.registerTransformStreamwithqueueTransformStream.New api executes transformations before the commit operation, and is executed for every generator.
v4.13.0Compare Source
cd1b557337dddfbc08bee384e1bbv4.12.0Compare Source
v4.11.0Compare Source
v4.10.1Compare Source
Cache prompt suggestions only to global yo-rc.
v4.10.0Compare Source
v4.9.0Compare Source
this.prompt(prompts, this.config);will use the storage to read/write answers.!== undefined(pass --ask-answered to force the prompt to be shown, stored value is the default value)v4.8.3Compare Source
It doesn’t work due to multiple scheduled runs.
v4.8.2Compare Source
v4.8.1Compare Source
v4.8.0Compare Source
v4.7.2Compare Source
v4.7.1Compare Source
v4.7.0Compare Source
v4.6.0Compare Source
Emit event on environment once queued task is done. (#1172, #1177)
Improvements to custom queues (#1158)
Implement createStorage convenience method (#1168)
Implement localConfigOnly option. (#1161)
Add returnNewGenerator option to composeWith (#1157, #1170, #1178)
Documentation fixes and improvements.
v4.5.0Compare Source
v4.4.0Compare Source
v4.3.0Compare Source
v4.2.0Compare Source
yo node --no-whitespaceGenerator#composeWith()can now be called with an array of generators.exports.default(like when compiling es6 modules with Babel)v4.1.0Compare Source
--bailflag who'll exit the generator as soon as a conflict occurs.generator#queueMethod()allows generator to programmatically schedule tasks on the queue. This can be useful for parents generator who're inherited by children generators to schedule some default tasks automatically. (not a very common use, but might be useful in some edge cases)v4.0.2Compare Source
v4.0.1Compare Source
v4.0.0Compare Source
Breaking
v3.2.0Compare Source
Added a new optional syntax to use
composeWith:v3.1.1Compare Source
Fix some issues with
--force-installnot being detected properly from the command line arguments.v3.1.0Compare Source
Add
--force-installflag which will cause the generator to throw if the installation phase fail.v3.0.0Compare Source
Maintenance release with a few breaking change that shouldn't impact most users.
Breaking
mem-fs-editorupdated to latest release. A sub-dependency moved fromnode-globtofast-glob, so some of thethis.fsmethods glob options will change.npmInstall,bowerInstall,yarnInstallandinstallDependenciesdo not return promises anymore. This behavior was confusing and a major source of bugs. To handle actions after the install might've run (if user didn't specify--skip-install), use theendrun loop phase.runInstalltoscheduleInstallTaskNew
generator.run()now returns a promise as well as taking a callback (the callback will keep working for the foreseeable future as we need to maintains backward compatibility with older generators)v2.0.5Compare Source
Output more useful information to end user when a command fails or is skipped.
v2.0.4Compare Source
efc52c9Change options and args order (#1063)v2.0.3Compare Source
v2.0.2Compare Source
choicesoptions is provided as a function instead of an array. (Drawback: this will turn off Yeoman reuse of the previously provided answer)v2.0.1Compare Source
debug)v2.0.0Compare Source
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,npmInstallandyarnInstall)New features
installDependenciesnow accept command line arguments as options for each sub-command (#1014)Fix
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.