Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of commitizen is breaking the build 🚨 #8

Open
greenkeeper bot opened this issue Dec 14, 2016 · 9 comments
Open

An in-range update of commitizen is breaking the build 🚨 #8

greenkeeper bot opened this issue Dec 14, 2016 · 9 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Dec 14, 2016

Version 2.8.7 of commitizen just got published.

Branch Build failing 🚨
Dependency commitizen
Current Version 2.8.6
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As commitizen is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • bitHound - Dependencies Error analyzing branch. Details

  • bitHound - Code Error analyzing branch. Details

  • continuous-integration/travis-ci/push The Travis CI build passed Details

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 29 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 29 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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 15, 2016

Version 2.9.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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
Copy link
Author

greenkeeper bot commented Dec 18, 2016

Version 2.9.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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 5 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)
  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2016

Version 2.9.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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 6 commits .

  • 0ddfa20 fix(tests): fix tests when a global config is present (#405)
  • 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)
  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2016

Version 2.9.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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 14 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)
  • 0ddfa20 fix(tests): fix tests when a global config is present (#405)
  • 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)
  • 27fb1ae feat(commit): use OS-specific cache dir for commitizen.json instead of home-or-tmp (#400)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 6, 2017

Version 2.9.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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 31 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 31 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2017

Version 2.9.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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 33 commits .

  • 825485c fix(commit): fix multiline commits with newlines (#413)
  • 247d2c4 style: update spacing to follow eslint (#412)
  • 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)

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2017

Version 2.9.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.9.6

2.9.6 (2017-02-16)

Bug Fixes

Commits

The new version differs by 35 commits .

  • 2a101b8 fix: bump vulnerable dependency (#421)
  • b17eecb docs(readme): link to contributing (#419)
  • 825485c fix(commit): fix multiline commits with newlines (#413)
  • 247d2c4 style: update spacing to follow eslint (#412)
  • 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)

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

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2018

Version 2.10.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.10.0

<a name"2.10.0">

2.10.0 (2018-05-24)

Bug Fixes

Features

  • strategies: respect the --allow-emtpy flag (#477) (495437c1)
Commits

The new version differs by 15 commits.

  • 89300f5 Configure Renovate (#464)
  • 0023958 fix: lodash Node Security warning (#482)
  • 40d8dab Activating Open Collective (#468)
  • 495437c feat(strategies): respect the --allow-emtpy flag (#477)
  • 07b92bc docs: Fix Angular commit conventions link (#458)
  • 53853fe chore(Update cz-conventional-changelog to 2.0.0): (#439)
  • d74b920 chore: add a project .editorconfig (#456)
  • f359d65 docs(readme): change deprecated adapter (#457)
  • 4b32235 docs(contributing): Indentation usage and link to angular convention (#455)
  • de2459f Grammar and layout tweaks (#447)
  • f2f0453 docs($README): add related projects (#444)
  • 53719a4 fix(cli): Don't print error stack trace if git-cz failed (#436) (#437)
  • 2e283a3 docs($readme): add note about avoiding double calls to precommit (#433)
  • d5e2424 fix(adapter): Don't print git root to stdout (#428)
  • bc39af3 docs(readme): Fix incorrect spelling of "changelog" (#427)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2018

Version 2.10.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.10.1

<a name"2.10.1">

2.10.1 (2018-05-24)

Bug Fixes

  • cli: Respect git commit -a original behavior (#376) (#471) (d10c94f4)
  • config: prioritized package.json last when looking for config files (#484) (5f8902e7, closes #478)
Commits

The new version differs by 26 commits.

  • 5838ce0 chore(deps): update dependency eslint-plugin-standard to v2.3.1 (#492)
  • 0dd9183 chore(deps): update dependency node-uuid to v1.4.8 (#494)
  • 1df0d8a chore(deps): update dependency nodemon to v1.17.5 (#495)
  • ff1268d chore(deps): update dependency mocha to v3.5.3 (#493)
  • c3b920b chore(deps): update dependency eslint-plugin-promise to v3.7.0 (#490)
  • 94b29de chore(deps): update dependency eslint to v3.19.0 (#489)
  • d92b728 chore(deps): update dependency axios to v0.18.0 (#488)
  • f856f92 Docs: Updates Angular commit conventions link in Contributing.md (#472)
  • d10c94f fix(cli): Respect git commit -a original behavior (#376) (#471)
  • 5f8902e fix(config): prioritized package.json last when looking for config files (#484)
  • 4b8f29a chore(deps): update babel6 monorepo (#487)
  • 89300f5 Configure Renovate (#464)
  • 0023958 fix: lodash Node Security warning (#482)
  • 40d8dab Activating Open Collective (#468)
  • 495437c feat(strategies): respect the --allow-emtpy flag (#477)

There are 26 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants