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 semantic-release is breaking the build 🚨 #40

Closed
greenkeeper bot opened this issue Sep 20, 2018 · 10 comments · Fixed by #46
Closed

An in-range update of semantic-release is breaking the build 🚨 #40

greenkeeper bot opened this issue Sep 20, 2018 · 10 comments · Fixed by #46

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 20, 2018

The devDependency semantic-release was updated from 15.9.15 to 15.9.16.

🚨 View failing branch.

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

semantic-release 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).

Release Notes for v15.9.16

15.9.16 (2018-09-19)

Bug Fixes

  • package: update env-ci to version 3.0.0 (b9ae7d2)
Commits

The new version differs by 2 commits.

  • b9ae7d2 fix(package): update env-ci to version 3.0.0
  • c27e18e chore(package): update nock to version 10.0.0

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 Sep 20, 2018

After pinning to 15.9.15 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2018

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

Release Notes for v15.10.7

15.10.7 (2018-11-02)

Bug Fixes

  • add debug logs for config file path (3c8177a)
  • add debug logs for plugins resolved options (6d0bd8c)
Commits

The new version differs by 23 commits.

  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options
  • a99355e fix: remove dependency to git-url-parse
  • cc06d89 test: fix errors ordering in assertions
  • 3411520 fix: include release notes in JS API result for dry mode
  • 3d5db1f fix: remove debugging console.error
  • cfc1003 docs: add semantic-release-expo to plugins list
  • 0578c8b fix: do not log outated branch error for missing permission cases
  • e291101 docs: add section existing tags in configuration docs
  • 8853922 docs: add troubleshooting section for reference already exists Git error
  • d45861b docs: clarify the "npm missing permission" troubleshooting section
  • 2ba0b81 docs: remove troubleshooting section related to legacy error messages
  • e93a663 docs: fix markdown link in configuration docs
  • 58c25be fix: fix logs for plugins loaded with plugins option
  • ff275a5 fix: use module name in logs for plugins loaded with plugins option

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2018

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

Release Notes for v15.10.8

15.10.8 (2018-11-06)

Bug Fixes

  • package: update find-versions to version 3.0.0 (669c9ed)
Commits

The new version differs by 24 commits.

  • 669c9ed fix(package): update find-versions to version 3.0.0
  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options
  • a99355e fix: remove dependency to git-url-parse
  • cc06d89 test: fix errors ordering in assertions
  • 3411520 fix: include release notes in JS API result for dry mode
  • 3d5db1f fix: remove debugging console.error
  • cfc1003 docs: add semantic-release-expo to plugins list
  • 0578c8b fix: do not log outated branch error for missing permission cases
  • e291101 docs: add section existing tags in configuration docs
  • 8853922 docs: add troubleshooting section for reference already exists Git error
  • d45861b docs: clarify the "npm missing permission" troubleshooting section
  • 2ba0b81 docs: remove troubleshooting section related to legacy error messages
  • e93a663 docs: fix markdown link in configuration docs
  • 58c25be fix: fix logs for plugins loaded with plugins option

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2018

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

Release Notes for v15.11.0

15.11.0 (2018-11-12)

Bug Fixes

Features

  • support multiple plugins for the analyzeCommits step (5180001)
Commits

The new version differs by 30 commits.

  • 5180001 feat: support multiple plugins for the analyzeCommits step
  • 728ea34 fix: remove redundant log
  • 83af7ac docs: mention default analyzeCommits plugin
  • 8e564eb docs: update FAQ to reflect new plugins option
  • dff1f10 docs: mention postversion npm script hook to run build scripts
  • ae4995c style: fix prettier errors
  • 669c9ed fix(package): update find-versions to version 3.0.0
  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options
  • a99355e fix: remove dependency to git-url-parse
  • cc06d89 test: fix errors ordering in assertions
  • 3411520 fix: include release notes in JS API result for dry mode
  • 3d5db1f fix: remove debugging console.error
  • cfc1003 docs: add semantic-release-expo to plugins list
  • 0578c8b fix: do not log outated branch error for missing permission cases

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 14, 2018

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

Release Notes for v15.12.0

15.12.0 (2018-11-14)

Bug Fixes

  • do not underline log messages (c86518a)
  • indicate in logs if running in dry-run mode (e92c84e)

Features

  • add logs about prepare, publish, success and fail plugins skipped in dry-run mode (90da6a0)
Commits

The new version differs by 34 commits.

  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step
  • c86518a fix: do not underline log messages
  • e92c84e fix: indicate in logs if running in dry-run mode
  • 5180001 feat: support multiple plugins for the analyzeCommits step
  • 728ea34 fix: remove redundant log
  • 83af7ac docs: mention default analyzeCommits plugin
  • 8e564eb docs: update FAQ to reflect new plugins option
  • dff1f10 docs: mention postversion npm script hook to run build scripts
  • ae4995c style: fix prettier errors
  • 669c9ed fix(package): update find-versions to version 3.0.0
  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options
  • a99355e fix: remove dependency to git-url-parse
  • cc06d89 test: fix errors ordering in assertions

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2018

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

Release Notes for v15.12.1

15.12.1 (2018-11-21)

Bug Fixes

  • push only tags to remote repo (2b082ac)
Commits

The new version differs by 44 commits.

  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step
  • c86518a fix: do not underline log messages
  • e92c84e fix: indicate in logs if running in dry-run mode
  • 5180001 feat: support multiple plugins for the analyzeCommits step

There are 44 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

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

Release Notes for v15.12.2

15.12.2 (2018-11-26)

Bug Fixes

  • correctly resolve plugins installed globally with npx (eafbb34)
Commits

The new version differs by 45 commits.

  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step
  • c86518a fix: do not underline log messages
  • e92c84e fix: indicate in logs if running in dry-run mode

There are 45 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2018

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

Release Notes for v15.12.3

15.12.3 (2018-11-28)

Bug Fixes

Commits

The new version differs by 47 commits.

  • 7a9922a fix: rename default branch
  • d6d1bc9 docs: grammar corrections
  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step

There are 47 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2018

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

Release Notes for v15.12.4

15.12.4 (2018-11-30)

Bug Fixes

  • remove unnecessary branch parameter from push function (ffe1062)
Commits

The new version differs by 48 commits.

  • ffe1062 fix: remove unnecessary branch parameter from push function
  • 7a9922a fix: rename default branch
  • d6d1bc9 docs: grammar corrections
  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode

There are 48 commits in total.

See the full diff

jaebradley added a commit that referenced this issue May 2, 2019
Moves `open` as a `dependency` instead of a `devDependency` since it's used at runtime.

Updates many dependencies and development dependencies.

* Closes #42 
* Closes #44 
* Closes #43 
* Closes #41 
* Closes #45 
* Closes #40
@jaebradley
Copy link
Owner

🎉 This issue has been resolved in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant