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 🚨 #31

Open
greenkeeper bot opened this issue May 8, 2019 · 6 comments
Open

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

greenkeeper bot opened this issue May 8, 2019 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented May 8, 2019

The devDependency semantic-release was updated from 15.13.11 to 15.13.12.

🚨 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.13.12

15.13.12 (2019-04-15)

Bug Fixes

  • package: update resolve-from to version 5.0.0 (6f3c21a)
Commits

The new version differs by 1 commits.

  • 6f3c21a fix(package): update resolve-from to version 5.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 May 8, 2019

After pinning to 15.13.11 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 Jun 12, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.16

15.13.16 (2019-06-07)

Bug Fixes

  • package: update env-ci to version 4.0.0 (8051294)
Commits

The new version differs by 19 commits.

  • 4ed6213 style: fix prettier style
  • 8051294 fix(package): update env-ci to version 4.0.0
  • 95a0456 chore(package): update ava to version 2.0.0
  • 038e640 fix: prefix git auth with "x-access-token:" when run in a GitHub Action
  • f3f9d1e test: prefix git auth with "x-access-token:" when run in a GitHub Action
  • 7e824b2 doc: add note to default plugins
  • d4520e1 doc: add info about default plugins
  • bcf3a85 docs:optimize images (#1185)
  • d034ce5 docs: Remove broken waffle.io 💀 badge
  • 74103ab fix(package): update read-pkg-up to version 6.0.0
  • 6e64745 chore(package): update fs-extra to version 8.0.0
  • 4e001c3 docs: add semantic-release-github-pages to community plugins
  • edf382f docs: add semantic-release-circleci-orb to the community plugin list
  • 39d15b3 docs: add semantic-release-slack-bot to community plugins
  • 079251c chore(package): update tempy to version 0.3.0

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.17

15.13.17 (2019-06-25)

Bug Fixes

  • package: update execa to version 2.0.0 (52c48be)
Commits

The new version differs by 2 commits.

  • 01a0b2d test: use regexp to check missing module message
  • 52c48be fix(package): update execa to version 2.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.19

15.13.19 (2019-07-06)

Bug Fixes

  • package: update marked to version 0.7.0 (75f0830)
Commits

The new version differs by 5 commits.

  • 75f0830 fix(package): update marked to version 0.7.0
  • 4b2b2fb chore(package): update clear-module to version 4.0.0
  • 3b8cae9 docs: fix typo
  • 6b3adf6 fix: revert to execa ^1.0.0
  • 228fed7 docs: document that plugins config is an override (#1216)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.21

15.13.21 (2019-08-12)

Bug Fixes

  • package: update hosted-git-info to version 3.0.0 (391af98)
Commits

The new version differs by 19 commits.

  • 391af98 fix(package): update hosted-git-info to version 3.0.0
  • d45d8b6 docs: fix typo
  • 519df0d chore: remove commitizen from our dependencies
  • e168802 docs: tried to fix #1250
  • 3bd63eb docs: update semantic-release-cli broken link
  • 9a8a36c fix(package): update dependency lodash to address security warnings (#1253)
  • 7cb5446 docs: corrections and further clarifications
  • 5a5eaec docs: made doc file org clearer and augmented content
  • 2d2bb38 docs(shareable-configurations-list): add @jedmao/semantic-release-npm-github-config (#1222)
  • cd00c2d docs(contributing): copy/pasted "Use gitbook locally" instruction from original url
  • a3da21a docs(contributing): added instructions on how to run gitbook locally
  • 813e5f6 docs: synched README.md and SUMMARY.md
  • b084863 docs: cleaned "Developer guide" section navigation
  • 3f22978 docs: repared broken links to "CI configuration recipes"
  • a8f8bff docs(recipes): cleaned doc and navigation

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.24

15.13.24 (2019-08-22)

Reverts

  • docs: broken link docs/03-recipes/travis.md (eea5de2)
  • docs: cleaned "Developer guide" section navigation (3c4a0fb)
  • docs: corrections and further clarifications (ce3d1bc)
  • docs: made doc file org clearer and augmented content (5e41dc8)
  • docs: note publishing on distribution channels in beta (54d8e3f)
  • docs: repared broken links to "CI configuration recipes" (e00b6c8)
  • docs: synched README.md and SUMMARY.md (e770c50)
  • docs: update semantic-release-cli broken link (58aaf05)
  • docs(contributing): added instructions on how to run gitbook locally (55c3616)
  • docs(contributing): copy/pasted "Use gitbook locally" instruction from original url (c517c70)
  • docs(recipes): cleaned doc and navigation (a6188d3)
  • fix(definitions): Repository documentation links (95a9e89)
Commits

The new version differs by 19 commits.

  • 6f33c76 docs: various clarifications and language improvvements
  • 9fd93ac docs: fix node version requirement link is FAQ
  • 7ddc2cf docs: update table of content in README.md and in Gitbook SUMMARY.md
  • 55c3616 revert: docs(contributing): added instructions on how to run gitbook locally
  • c517c70 revert: docs(contributing): copy/pasted "Use gitbook locally" instruction from original url
  • 4b13280 docs: correct list of default plugins
  • 95a9e89 revert: fix(definitions): Repository documentation links
  • 54d8e3f revert: docs: note publishing on distribution channels in beta
  • a6188d3 revert: docs(recipes): cleaned doc and navigation
  • e00b6c8 revert: docs: repared broken links to "CI configuration recipes"
  • 3c4a0fb revert: docs: cleaned "Developer guide" section navigation
  • e770c50 revert: docs: synched README.md and SUMMARY.md
  • 5e41dc8 revert: docs: made doc file org clearer and augmented content
  • ce3d1bc revert: docs: corrections and further clarifications
  • 58aaf05 revert: docs: update semantic-release-cli broken link

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