node-minibase / minibase

:rocket: Minimal framework for creating highly modular and composable Node.js applications powered by plugins
https://github.com/node-minibase
MIT License
9 stars 0 forks source link

Update commitizen to the latest version 🚀 #12

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.8.7 of commitizen just got published.

Dependency commitizen
Current Version 2.7.6
Type devDependency

The version 2.8.7 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 commitizen. 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.8.7

2.8.7 (2016-12-14)

Bug Fixes

  • npmignore: ignore more unnecessary files (#393) (6fa09a23)
Commits

The new version differs by 81 commits .

  • 6fa09a2 fix(npmignore): ignore more unnecessary files (#393)
  • 4586f15 docs: add vscode-commitizen to tools list (#397)
  • 71731ca Ci issues with commits (#402)
  • 5f4ab63 chore(ci): add node versions and say git version in ci
  • fd51001 docs: replace sudo mention with link to how to fix EACCES error
  • 45ff06f chore(package): update axios to version 0.15.1 (#365)
  • e56d779 chore(package): update inquirer to version 1.2.2 (#364)
  • 79ab068 chore(package): update mocha to version 3.1.2 (#363)
  • 7ce4bb6 chore(package): update axios to version 0.15.0 (#362)
  • bd408d2 chore(package): update mocha to version 3.1.1 (#361)
  • ae6c612 chore(package): update glob to version 7.1.1 (#360)
  • a2a669e chore(package): update nodemon to version 1.11.0 (#358)
  • 0cae5b2 chore(package): update lodash to version 4.16.3 (#356)
  • dddbb65 chore(package): update babel-preset-stage-2 to version 6.17.0 (#355)
  • 7f71340 chore(package): update babel-core to version 6.17.0 (#354)

There are 81 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:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 64f69e684affe9954d45a8ea1fe32a881856c457 on greenkeeper/commitizen-2.8.7 into 0dd75ddf48b1c7579e74c72514fdeb2768c2ab9a on master.

greenkeeper[bot] commented 7 years ago

Version 2.9.0 just got published.

Update to this version instead 🚀

Release Notes v2.9.0

2.9.0 (2016-12-15)

Features

  • commit: use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400) (27fb1ae8, closes #240, #252, #339)
Commits

The new version differs by 1 commits .

  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.1 just got published.

Update to this version instead 🚀

Release Notes v2.9.1

2.9.1 (2016-12-18)

Bug Fixes

  • adapter: add support for scoped adapters (b8b51cf2, closes #403)
Commits

The new version differs by 4 commits .

  • efc58cd Merge branch 'master' of github.com:commitizen/cz-cli
  • cec582a test(adapter): add test for scoped npm modules
  • b8b51cf fix(adapter): add support for scoped adapters
  • f53dbb0 docs: Add cz-emoji to tools list (#404)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.2 just got published.

Update to this version instead 🚀

Release Notes v2.9.2

2.9.2 (2016-12-19)

Bug Fixes

  • tests: fix tests when a global config is present (#405) (0ddfa20c, closes #211)
Commits

The new version differs by 1 commits .

  • 0ddfa20 fix(tests): fix tests when a global config is present (#405)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.3 just got published.

Update to this version instead 🚀

Release Notes v2.9.3

2.9.3 (2016-12-29)

Bug Fixes

  • package: "main" property within "package.json" (#409) (2915827a)
Commits

The new version differs by 8 commits .

  • 2915827 fix(package): "main" property within "package.json" (#409)
  • 852d6f6 style: Add linting using eslint (#406)
  • 6d282be ci(appveyor): remove appveyor on finish script
  • f9a78e3 ci(appveyor): disable collection of artifacts
  • a655308 ci(tests): on windows run tests as node4/npm3
  • 02021b9 ci(travis): update semantic-release to 6.3.5 and update travis config
  • 9e88876 chore(package): update nyc to version 10.0.0 (#392)
  • ca32961 docs(install): Add documentation for installing and running locally (#300)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.9.4 just got published.

Update to this version instead 🚀

Release Notes v2.9.4

2.9.4 (2017-01-06)

Bug Fixes

  • commit: fix multiline commits with newlines (1d3139f0, closes #373)
Commits

The new version differs by 17 commits .

  • 1d3139f fix(commit): fix multiline commits with newlines
  • a97e3f8 ci(coverage): remove already tested branches not showing up in coverage
  • dd9298f chore(package): update find-node-modules to version 1.0.4 (#384)
  • 0ac499c Merge branch 'master' of github.com:commitizen/cz-cli
  • e02c705 Allow using ES6 modules with default export (#328)
  • 89b9a03 chore(package): update babel-core to version 6.18.2 (#379)
  • 2eb14c2 ci(appveyor): retry failed npm installs
  • 2a09176 ci(appveyor): bypass npm cache
  • afb47f7 chore(package): update inquirer to version 1.2.3 (#385)
  • 3b9f0a6 Update shelljs to version 0.7.5 🚀 (#372)
  • 7d7b2e3 chore(package): update lodash to version 4.17.2 (#389)
  • 6deeb1d chore(package): update ghooks to version 1.3.2 (#277)
  • c9d6c11 chore(package): update babel-preset-stage-2 to version 6.18.0 (#371)
  • 0b9e519 chore(package): update babel-preset-es2015 to version 6.18.0 (#370)
  • 3aae4f6 chore(package): update babel-cli to version 6.18.0 (#369)

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

greenkeeper[bot] commented 7 years ago

Version 2.9.5 just got published.

Update to this version instead 🚀

Release Notes v2.9.5

2.9.5 (2017-01-08)

Bug Fixes

  • commit: fix multiline commits with newlines (#413) (825485cb)
Commits

The new version differs by 2 commits .

  • 825485c fix(commit): fix multiline commits with newlines (#413)
  • 247d2c4 style: update spacing to follow eslint (#412)

See the full diff.