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 conventional-changelog-cli is breaking the build 🚨 #43

Open
greenkeeper bot opened this issue Jul 29, 2019 · 6 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 29, 2019

The devDependency conventional-changelog-cli was updated from 2.0.22 to 2.0.23.

🚨 View failing branch.

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

conventional-changelog-cli is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Commits

The new version differs by 10 commits.

  • dadbbf8 Publish
  • f07d7ca chore: update deps to silence audit (#505)
  • 03cb95c feat(preset-loader): allow use of full package names (#481)
  • 85c17bb feat(preset, conventionalcommits): add handling of issue prefixes (#498)
  • 8e0d56a deps: updates handlebars dependency (#493)
  • 50212e6 fix(deps, cli): bumps (minor + patch) lodash in conventional-changelog-cli (#501)
  • 94f4969 chore(deps): update dependency safe-buffer to v5.2.0 (#492)
  • 8cb57f0 fix(deps): update dependency lodash to v4.17.13 [security] (#497)
  • dc8aeda refactor!: modify gitSemverTags to take options first (#390)
  • 0b7ed0b fix(preset, conventionalcommits): Ensure proper substitutions for the conventionalcommit preset by using commit context for values where possible. (#463)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 29, 2019

After pinning to 2.0.22 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 15 commits.

  • 7c1c8ad Publish
  • c493556 chore(deps): lock file maintenance
  • bfeed12 Publish
  • 4ec6f41 chore(conventional-changelog-writer): bump handlebars to 4.4.0 (#528)
  • 2de0195 chore(deps): lock file maintenance
  • faa2819 docs(readme): fix typo (#524)
  • 7a60dec fix: use full commit hash in commit link
  • b63a5ff fix(preset, eslint): display short tag in release notes
  • c0566ce fix(preset, conventionalcommits): fix handling conventionalcommits preset without config object
  • 417139c revert: "fix(preset-loader): fix handling conventionalcommits preset without config object" (#520)
  • a3acc32 feat: sort sections of CHANGELOG based on priority (#513)
  • 6425972 fix(preset-loader): fix handling conventionalcommits preset without config object
  • 958d243 fix(preset, conventionalcommits): pass issuePrefixes to parser (#510)
  • 1ed96fd docs: Update README.md (#508)
  • c0bac28 fix(deps): update dependency tempfile to v3 (#459)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 10, 2019

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

Commits

The new version differs by 14 commits.

  • 741e907 Publish
  • 814f878 feat(conventional-changelog-core): provide facility to define gitExecOpts. (#480)
  • c522743 fix(conventional-commits-parser): add missing separator pipe to non tty parser (#546)
  • efdf3cb fix(conventional-commits-parser): add breaking change notes if header match breakingHeaderPattern (#544)
  • fe449f8 fix: revertPattern match default git revert format (#545)
  • e3c16e2 chore(conventional-changelog-core): stop using deprecated url.parse (#541)
  • a56e559 ci(travis): add node 12 to testing matrix (#542)
  • e865af4 Publish
  • bc3aadf chore(deps): lock file maintenance
  • 55a8742 chore(deps): update lerna to 3.18.2 (#537)
  • 3aa2637 fix(conventional-commits-parser): downgrade is-text-path due to node 6 incompatibility (#536)
  • c7e1706 fix(deps): update dependency rimraf to v3 (#514)
  • 84d28b2 feat(preset-loader): allow use of absolute package path (#530)
  • ac43f51 fix(deps): update lodash to fix security issues (#535)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 17, 2019

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

Commits

The new version differs by 21 commits.

  • 7921781 Publish
  • 7cdb281 chore: change lerna's --npm-tag to --dist-tag
  • de29dd0 chore(deps): update dev dependency lerna to 3.18.4
  • f1d3f1c chore(deps): lock file maintenance
  • 8aef88b chore: update link to example config in help (#552)
  • bf1d64a fix: add types for cli flags (#551)
  • f96b25c chore(deps): bump meow to v5.0.0 (#550)
  • 741e907 Publish
  • 814f878 feat(conventional-changelog-core): provide facility to define gitExecOpts. (#480)
  • c522743 fix(conventional-commits-parser): add missing separator pipe to non tty parser (#546)
  • efdf3cb fix(conventional-commits-parser): add breaking change notes if header match breakingHeaderPattern (#544)
  • fe449f8 fix: revertPattern match default git revert format (#545)
  • e3c16e2 chore(conventional-changelog-core): stop using deprecated url.parse (#541)
  • a56e559 ci(travis): add node 12 to testing matrix (#542)
  • e865af4 Publish

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 8, 2019

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

Commits

The new version differs by 28 commits.

  • 4309a67 Publish
  • 5e7cc75 fix(conventional-changelog-core): read current version properly when tagPrefix is provided
  • e43ecc8 Publish
  • 5f6b5d1 chore(deps): lock file maintenance (#509)
  • 2c6265e chore(deps): lock file maintenance (#509)
  • a61a1ca chore(deps): bump lerna to v3.18.5
  • 2fba5c7 fix: call gitRawCommits with ranges [tag1..tag2, tag2..tag3, ..., tagX..HEAD] to make sure commits are returned in right order.
  • 7921781 Publish
  • 7cdb281 chore: change lerna's --npm-tag to --dist-tag
  • de29dd0 chore(deps): update dev dependency lerna to 3.18.4
  • f1d3f1c chore(deps): lock file maintenance
  • 8aef88b chore: update link to example config in help (#552)
  • bf1d64a fix: add types for cli flags (#551)
  • f96b25c chore(deps): bump meow to v5.0.0 (#550)
  • 741e907 Publish

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 15, 2019

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

Commits

The new version differs by 30 commits.

  • d25d7ac Publish
  • f1feeab fix(conventional-changelog-core): fix duplicated commits when from is specified (#573)
  • 4309a67 Publish
  • 5e7cc75 fix(conventional-changelog-core): read current version properly when tagPrefix is provided
  • e43ecc8 Publish
  • 5f6b5d1 chore(deps): lock file maintenance (#509)
  • 2c6265e chore(deps): lock file maintenance (#509)
  • a61a1ca chore(deps): bump lerna to v3.18.5
  • 2fba5c7 fix: call gitRawCommits with ranges [tag1..tag2, tag2..tag3, ..., tagX..HEAD] to make sure commits are returned in right order.
  • 7921781 Publish
  • 7cdb281 chore: change lerna's --npm-tag to --dist-tag
  • de29dd0 chore(deps): update dev dependency lerna to 3.18.4
  • f1d3f1c chore(deps): lock file maintenance
  • 8aef88b chore: update link to example config in help (#552)
  • bf1d64a fix: add types for cli flags (#551)

There are 30 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