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.0
Release Notes
yeoman/generator
v5.8.0
Compare Source
7bec553
v5.7.1
Compare Source
dac0db6
v5.7.0
Compare Source
ea460eb
92cc534
v5.6.1
Compare Source
ef3f702
d2f4274
f6e1e67
52ac34c
v5.6.0
Compare Source
9c798e6
0bfb51a
2a6cf47
v5.5.2
Compare Source
185a408
v5.5.1
Compare Source
82db7d0
v5.5.0
Compare Source
dac452e
cf8580f
cf2e53f
v5.4.2
Compare Source
4b7f115
v5.4.1
Compare Source
979b63d
v5.4.0
Compare Source
8fd5c86
b8747da
v5.3.0
Compare Source
9cab8c9
8bc6267
c1c847d
ce12e7f
84551ee
5f3b2fb
d8dfd10
3579322
a0313cd
b44ec7d
v5.2.0
Compare Source
de61c24
,4587a29
,d101a41
,0898158
26797e6
93e01ea
4dcda8a
d952868
v5.1.0
Compare Source
9729a58
86d1ad3
v5.0.1
Compare Source
3f51315
v5.0.0
Compare Source
Breaking changes
yeoman-environment@3.0.0
(unreleased yo@4).addDependencies({dependency: 'version'})
addDevDependencies({dependency: 'version'})
this.packageJson
storage. Eg:this.packageJson.merge({scripts: {test: 'mocha'}})
;package.json
changes.unique: 'namespace'
orunique: 'argument'
.this.(spawnCommand/spawnCommandSync)
switched toexeca
and now defaultscwd
tothis.destinationRoot()
.composeWith()
isn't chainable anymore and delegates the running to the Environment for singleton checks.registerTransformStream
withqueueTransformStream
.New api executes transformations before the commit operation, and is executed for every generator.
v4.13.0
Compare Source
cd1b557
337dddf
bc08bee
384e1bb
v4.12.0
Compare Source
v4.11.0
Compare Source
v4.10.1
Compare Source
Cache prompt suggestions only to global yo-rc.
v4.10.0
Compare Source
v4.9.0
Compare 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.3
Compare Source
It doesn’t work due to multiple scheduled runs.
v4.8.2
Compare Source
v4.8.1
Compare Source
v4.8.0
Compare Source
v4.7.2
Compare Source
v4.7.1
Compare Source
v4.7.0
Compare Source
v4.6.0
Compare 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.0
Compare Source
v4.4.0
Compare Source
v4.3.0
Compare Source
v4.2.0
Compare Source
yo node --no-whitespace
Generator#composeWith()
can now be called with an array of generators.exports.default
(like when compiling es6 modules with Babel)v4.1.0
Compare Source
--bail
flag 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.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
Breaking
v3.2.0
Compare Source
Added a new optional syntax to use
composeWith
:v3.1.1
Compare Source
Fix some issues with
--force-install
not being detected properly from the command line arguments.v3.1.0
Compare Source
Add
--force-install
flag which will cause the generator to throw if the installation phase fail.v3.0.0
Compare Source
Maintenance release with a few breaking change that shouldn't impact most users.
Breaking
mem-fs-editor
updated to latest release. A sub-dependency moved fromnode-glob
tofast-glob
, so some of thethis.fs
methods glob options will change.npmInstall
,bowerInstall
,yarnInstall
andinstallDependencies
do 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 theend
run loop phase.runInstall
toscheduleInstallTask
New
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.5
Compare Source
Output more useful information to end user when a command fails or is skipped.
v2.0.4
Compare Source
efc52c9
Change options and args order (#1063)v2.0.3
Compare Source
v2.0.2
Compare Source
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.1
Compare Source
debug
)v2.0.0
Compare 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
,npmInstall
andyarnInstall
)New features
installDependencies
now 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.