doug-wade / generator-sub

A Yeoman generator for writing cli apps inspired by 37signals sub
MIT License
3 stars 0 forks source link

Update yeoman-generator to the latest version 🚀 #24

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.0 of yeoman-generator just got published.

Dependency yeoman-generator
Current Version 0.24.1
Type dependency

The version 1.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.


Commits

The new version differs by 37 commits .

  • 138ed98 v1.0.0
  • 871ed39 v1.0.0-rc1
  • df7012f Fix composeWith to allow passing explicit arguments for yeoman-generator@<1.0
  • 9aa4e02 Alias desc to description in argument/option config
  • 1b6eede Remove Gruntfile api - Fix #744
  • fedb2fb Update composeWith to take path or namespace as first argument - Fix #983
  • 1885dec Single way of passing both arguments and options to composed generator
  • a852f62 Allow passing arguments to a Generator constructor in the same way as we pass options
  • f6f4dda Fix issue #947 (#982)
  • e1b95d8 Refactor arguments and options parsing
  • a3cab64 Disambiguate cli options from spawn options - Fix #754
  • 687b9be Conflicter to handle null file.contents - Fix #950
  • d6345f7 Pass default options to composed generators automatically - Fix #745
  • bddb942 Fix yarnInstall to add new package - Fix #980
  • cd5e34d Simplify root exports

There are 37 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

  • 8c791e7 1.0.1
  • 244c92c Fix undefined boolean options - Fix #988 (#989)
  • e841f35 Update example for docs (#987)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.1.0 just got published.

Update to this version instead 🚀

Release Notes v1.1.0
  • Bump mem-fs-editor to v3.0. New this.fs.append() method, and fix bugs with copy and delete operating on non-committed directories.
Commits

The new version differs by 3 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 1.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits .

  • 80863b0 1.1.1
  • af3048f Fix issue with API documentation deploy script
  • 74cb46f Document legacy Generator.extend method properly - rel #996
  • 6d267f0 Use XO
  • 17173a2 chore(package): update yeoman-assert to version 3.0.0 (#1004)
  • 59d0120 Add eslint as direct dev dependency
  • cf67f66 Bump dependencies
  • ac542ba Bump dev dependencies
  • 0b06786 Improve option name validation message
  • 67b90f4 Add failing test for Boolean options starting with no-
  • 51414c0 Update Travis test matrix

See the full diff.