beaugunderson/ip-address

An in-range update of release-it is breaking the build 🚨

greenkeeper opened this issue Β· 9 comments


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency release-it was updated from 13.5.1 to 13.5.2.

🚨 View failing branch.

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

release-it 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 failed (Details).

Release Notes for Release 13.5.2
  • Update dependencies (4ab233d)
  • Add test for gitlab is-collab fallback (1b5a379)
  • Fix gitlab "is-collaborator" check (for v12.4) (#639) (cf5f8f9)
  • Add docs about environment variables (0235aa6)
  • Fix link to changelog.md in github-releases (#638) (0511cb4)
Commits

The new version differs by 6 commits.

  • a0a2a5c Release 13.5.2
  • 4ab233d Update dependencies
  • 1b5a379 Add test for gitlab is-collab fallback
  • cf5f8f9 Fix gitlab "is-collaborator" check (for v12.4) (#639)
  • 0235aa6 Add docs about environment variables
  • 0511cb4 Fix link to changelog.md in github-releases (#638)

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 🌴

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

  • The devDependency release-it was updated from 13.5.2 to 13.5.3.

Your tests are still failing with this version. Compare changes

Release Notes for Release 13.5.3
  • Update dependencies (5237027)
  • Fix up some tests (24b1c04)
  • Refactor (global) context for message/command templates (6d6f59b)
  • Improve plugin docs (3d6400a)
  • Small refactoring in task runner (2e1838a)
Commits

The new version differs by 6 commits.

  • dda4465 Release 13.5.3
  • 5237027 Update dependencies
  • 24b1c04 Fix up some tests
  • 6d6f59b Refactor (global) context for message/command templates
  • 3d6400a Improve plugin docs
  • 2e1838a Small refactoring in task runner

See the full diff

  • The devDependency release-it was updated from 13.5.3 to 13.5.4.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.5.4
  • Don't run hooks.after:*:* when plugin release-cycle method is disabled/skipped (c4a5caf)
  • Remove problematic cross-os test assertion (58d5c81)
Commits

The new version differs by 3 commits.

  • 71d181f Release 13.5.4
  • c4a5caf Don't run hooks.after:*:* when plugin release-cycle method is disabled/skipped
  • 58d5c81 Remove problematic cross-os test assertion

See the full diff

  • The devDependency release-it was updated from 13.5.5 to 13.5.6.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.5.6
  • Add note about custom git.pushArgs config (9c05cb7)
  • Add Node 14 to GitHub Actions CI. (#651) (b5729c6)
  • Simplify GitHub Actions CI Job Names (#650) (b603bcd)
  • Ensure test runner passes latest version to getChangelog (#648) (cf62cca)
  • Increase readability of version plugin (3606e4b)
  • Fix up the docs a bit (88b99e4)
  • docs(ci): added GitLab CI configuration (#646) (c4c1787)
Commits

The new version differs by 14 commits.

  • 793c18a Release 13.5.6
  • 9c05cb7 Add note about custom git.pushArgs config
  • b5729c6 Add Node 14 to GitHub Actions CI. (#651)
  • b603bcd Simplify GitHub Actions CI Job Names (#650)
  • cf62cca Ensure test runner passes latest version to getChangelog (#648)
  • 3606e4b Increase readability of version plugin
  • 88b99e4 Fix up the docs a bit
  • c4c1787 docs(ci): added GitLab CI configuration (#646)
  • 81136a2 Release 13.5.5
  • e29dddf Update dependencies
  • 3b0dc72 Take changelog from first plugin that returns it
  • 71d181f Release 13.5.4
  • c4a5caf Don't run hooks.after:*:* when plugin release-cycle method is disabled/skipped
  • 58d5c81 Remove problematic cross-os test assertion

See the full diff

  • The devDependency release-it was updated from 13.5.6 to 13.5.7.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.5.7
Commits

The new version differs by 16 commits.

  • 61655c3 Release 13.5.7
  • 732d93a Update dependencies (closes #652)
  • 793c18a Release 13.5.6
  • 9c05cb7 Add note about custom git.pushArgs config
  • b5729c6 Add Node 14 to GitHub Actions CI. (#651)
  • b603bcd Simplify GitHub Actions CI Job Names (#650)
  • cf62cca Ensure test runner passes latest version to getChangelog (#648)
  • 3606e4b Increase readability of version plugin
  • 88b99e4 Fix up the docs a bit
  • c4c1787 docs(ci): added GitLab CI configuration (#646)
  • 81136a2 Release 13.5.5
  • e29dddf Update dependencies
  • 3b0dc72 Take changelog from first plugin that returns it
  • 71d181f Release 13.5.4
  • c4a5caf Don't run hooks.after:*:* when plugin release-cycle method is disabled/skipped

There are 16 commits in total.

See the full diff

  • The devDependency release-it was updated from 13.5.7 to 13.5.8.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.5.8
  • Take advantage of set tagName (#649) (cb4fab4)
  • Update dependencies (65d1a8c)
  • Improve user context in gitlab plugin (2f2dfbf)
  • Set latestTag and tagName on global config in test harness. (#649) (d56c6ac)
  • Add release-it-yarn-workspaces plugin, remove mercurial section (4800851)
Commits

The new version differs by 22 commits.

  • 78d9e06 Release 13.5.8
  • cb4fab4 Take advantage of set tagName (#649)
  • 65d1a8c Update dependencies
  • 2f2dfbf Improve user context in gitlab plugin
  • d56c6ac Set latestTag and tagName on global config in test harness. (#649)
  • 4800851 Add release-it-yarn-workspaces plugin, remove mercurial section
  • 61655c3 Release 13.5.7
  • 732d93a Update dependencies (closes #652)
  • 793c18a Release 13.5.6
  • 9c05cb7 Add note about custom git.pushArgs config
  • b5729c6 Add Node 14 to GitHub Actions CI. (#651)
  • b603bcd Simplify GitHub Actions CI Job Names (#650)
  • cf62cca Ensure test runner passes latest version to getChangelog (#648)
  • 3606e4b Increase readability of version plugin
  • 88b99e4 Fix up the docs a bit

There are 22 commits in total.

See the full diff

  • The devDependency release-it was updated from 13.5.8 to 13.6.0.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.6.0
Commits

The new version differs by 30 commits.

  • 860399e Release 13.6.0
  • b643dff Fix gitlab release url (fixes #665)
  • 1c66e2e Update dependencies
  • afd0166 Release 13.6.0-beta.1
  • 2d59511 Get latest release (not by tag)
  • cd4ad96 Release 13.6.0-beta.0
  • ba8a61d Remove generic afterRelease and use plugin context properly
  • d516bdb Start support for updating existing releases (in github plugin)
  • 78d9e06 Release 13.5.8
  • cb4fab4 Take advantage of set tagName (#649)
  • 65d1a8c Update dependencies
  • 2f2dfbf Improve user context in gitlab plugin
  • d56c6ac Set latestTag and tagName on global config in test harness. (#649)
  • 4800851 Add release-it-yarn-workspaces plugin, remove mercurial section
  • 61655c3 Release 13.5.7

There are 30 commits in total.

See the full diff

  • The devDependency release-it was updated from 13.6.0 to 13.6.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.6.1
  • Update dependencies (20d4710)
  • Accept any ...registry from npm publishConfig (9ff615a)
  • Move args helper to util (cdde9d3)
  • Remove unused prop (99bfdb6)
  • Add keep-a-changelog to docs (fc24cd0)
Commits

The new version differs by 36 commits.

  • 491175a Release 13.6.1
  • 20d4710 Update dependencies
  • 9ff615a Accept any ...registry from npm publishConfig
  • cdde9d3 Move args helper to util
  • 99bfdb6 Remove unused prop
  • fc24cd0 Add keep-a-changelog to docs
  • 860399e Release 13.6.0
  • b643dff Fix gitlab release url (fixes #665)
  • 1c66e2e Update dependencies
  • afd0166 Release 13.6.0-beta.1
  • 2d59511 Get latest release (not by tag)
  • cd4ad96 Release 13.6.0-beta.0
  • ba8a61d Remove generic afterRelease and use plugin context properly
  • d516bdb Start support for updating existing releases (in github plugin)
  • 78d9e06 Release 13.5.8

There are 36 commits in total.

See the full diff

  • The devDependency release-it was updated from 13.6.1 to 13.6.2.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Release 13.6.2
  • Allow git repo without remote when not pushing (39f3b9a)
  • Add verbose: 2 in config files to docs (#670) (86fc310)
  • docs: fix changelog template URL (#672) (1e68afe)
Commits

The new version differs by 40 commits.

  • d7c4095 Release 13.6.2
  • 39f3b9a Allow git repo without remote when not pushing
  • 86fc310 Add verbose: 2 in config files to docs (#670)
  • 1e68afe docs: fix changelog template URL (#672)
  • 491175a Release 13.6.1
  • 20d4710 Update dependencies
  • 9ff615a Accept any ...registry from npm publishConfig
  • cdde9d3 Move args helper to util
  • 99bfdb6 Remove unused prop
  • fc24cd0 Add keep-a-changelog to docs
  • 860399e Release 13.6.0
  • b643dff Fix gitlab release url (fixes #665)
  • 1c66e2e Update dependencies
  • afd0166 Release 13.6.0-beta.1
  • 2d59511 Get latest release (not by tag)

There are 40 commits in total.

See the full diff