tapsboy / ci-tests

0 stars 0 forks source link

An in-range update of danger is breaking the build 🚨 #24

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ 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 danger was updated from 9.2.10 to 9.3.0.

🚨 View failing branch.

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

danger 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/codeship:** Build in progress ([Details](https://app.codeship.com/projects/203131/builds/46510242)). - ❌ **ci-tests:** Build is pending ([Details](https://g.codefresh.io/build/5e6cb8fce4b72aa988ca1b85)). - ❌ **wercker/build:** Wercker pipeline executing ([Details](https://app.wercker.com/tapsboy/ci-tests/runs/build/5e6cb8fb7b63df001aed8670)). - ❌ **continuous-integration/travis-ci/push:** The Travis CI build is in progress ([Details](https://travis-ci.org/github/tapsboy/ci-tests/builds/662359869?utm_source=github_status&utm_medium=notification)). - ❌ **Shippable:** Run 395 status is FAILED. ([Details](https://app.shippable.com/github/tapsboy/ci-tests/runs/395)). - ❌ **Build:** This repository is not mapped to a Google Cloud Platform project. Please connect it to a project in the [cloud console](https://console.cloud.google.com/m/gcb/github/setup?installation_id=863422).

Release Notes for Release 9.3.0
  • Prepare for release (e81e7fd)
  • Merge pull request #1002 from rohit-gohri/gitlab-diff (62a25ba)
  • Merge pull request #1013 from rohit-gohri/fix-github-action-condition (0ca95c5)
  • add doc for using personal token in github actions and update changelog (b7e1091)
  • fix: change condition for hardcoded userId in github actions (c1fcff5)
  • Merge branch 'master' of https://github.com/rohit-gohri/danger-js into gitlab-diff (13fe5eb)
  • Merged by Peril (04c3345)
  • Fix "@octokit/rest" deprecation warning when using ".issues.addLabels()" (18e4a41)
  • Merge pull request #1010 from rohit-gohri/fix-github-warning (5ad5fd9)
  • add changelog, update username (79687d5)
  • fix: don't warn if github token is available in non action format to action (93134e1)
  • Merge pull request #1007 from danger/fix-typos (bb55ac0)
  • CHANGELOG Entry (929b47e)
  • Fix Typos (ff8e9d9)
  • Undo unintended description update (474a1bb)
  • Don't convert diff if in correct format (cb00850)
  • Add GitlabGit tests (86819ad)
  • Add gitlabCompareChanges test, update fixtures (a9eff81)
  • Default to MR changes if no base/head (a112547)
  • Update changelog (ccc11df)
  • feat: add getFullDiff implementation for GitLab (3323612)
  • fix: use instance type for GitLab API (4b2ec11)
  • Merged by Peril (6e4371b)
  • Merge pull request #979 from minijus/master (0a1aaeb)
  • Merge pull request #990 from Soyn/fix/add_uncommitted_changes_to_local (cda717e)
  • Merge pull request #1000 from mokagio/add-GITHUB_TOKEN-link (b08f7a3)
  • Use node-version instead of version in GitHub Action docs (810b59c)
  • Add link to GitHub Actions documentation for GITHUB_TOKEN (89c1328)
  • Rename the to (c99655a)
  • update the change log (08be748)
  • pass the staged flag by cli args (dee1ec2)
  • Add uncommited changeds to LocalGit * details in #972 (e86579c)
  • Fix repository slug in Jenkins provider (b162294)
  • Merge pull request #996 from rohit-gohri/fix-distribution-script (7d76e4b)
  • fix: increase min version of @octokit/rest (#995) (0fda490)
  • fix(types): update template to match rest of the imports of @octokit/rest (#995) (228d3cb)
  • Merge pull request #993 from 417-72KI/update-parse-diff (d43ae5a)
  • Update CHANGELOG (e0300af)
  • Bump parse-diff (b9759a6)
  • Merge pull request #987 from mokagio/typo-fix-taday (9ffa89a)
  • Re-write plaforms support phrase in docs using active voice (436a318)
  • Minor typo fix: Taday -> Today (743db2c)
  • Merge pull request #988 from mokagio/add-cirrus-ci-to-readme (d421047)
  • Add Cirrus CI to README (6d2112d)
  • Merge pull request #984 from Soyn/debug (cc03f33)
  • If no case is matched, use platform name. (75080d0)
  • Merge pull request #983 from gr2m/upgrade-octokit-rest (0c5b23f)
  • upgrade to latest memfs-or-file-map-to-github-branch (df20c01)
  • refactor: use named { Octokit } export from @octokit/rest (849af55)
  • refactor: handle different types of octokit.repos.getContents() (a64f0b4)
  • upgrade @octokit/rest to latest v16 version (57af545)
  • Merge pull request #982 from danger/lowercase_proxy (b4233d1)
  • Accept lowercase proxy env variables (b24c63e)
  • Upgrades more tests to use node 10 (c63d105)
  • BitBucket Server: use REST API for raw file requests (823a1aa)
  • Merge pull request #975 from Soyn/fix/architecture_doc (0fe91cb)
  • fix architecture doc issues * update doc * fix typo (708ba65)
  • Merge pull request #974 from sk-/patch-1 (7e60577)
  • Fix danger local message when branch is not master (165dabd)
Commits

The new version differs by 60 commits.

  • b2cbbc9 Release 9.3.0
  • e81e7fd Prepare for release
  • 62a25ba Merge pull request #1002 from rohit-gohri/gitlab-diff
  • 0ca95c5 Merge pull request #1013 from rohit-gohri/fix-github-action-condition
  • b7e1091 add doc for using personal token in github actions and update changelog
  • c1fcff5 fix: change condition for hardcoded userId in github actions
  • 13fe5eb Merge branch 'master' of https://github.com/rohit-gohri/danger-js into gitlab-diff
  • 04c3345 Merged by Peril
  • 18e4a41 Fix "@octokit/rest" deprecation warning when using ".issues.addLabels()"
  • 5ad5fd9 Merge pull request #1010 from rohit-gohri/fix-github-warning
  • 79687d5 add changelog, update username
  • 93134e1 fix: don't warn if github token is available in non action format to action
  • bb55ac0 Merge pull request #1007 from danger/fix-typos
  • 929b47e CHANGELOG Entry
  • ff8e9d9 Fix Typos

There are 60 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release 9.4.0
  • Vbump (24b0965)
  • Merge pull request #1018 from sogame/Contributor_url (dcf1472)
  • Add missing contributor url (49b6f27)
  • Merge pull request #1017 from sogame/Labels_add_debug (e6c7436)
  • Add debug messages for "createLabel" and "addLabels" failures in "createOrAddLabel" (31a1961)
Commits

The new version differs by 6 commits.

  • d837eb9 Release 9.4.0
  • 24b0965 Vbump
  • dcf1472 Merge pull request #1018 from sogame/Contributor_url
  • 49b6f27 Add missing contributor url
  • e6c7436 Merge pull request #1017 from sogame/Labels_add_debug
  • 31a1961 Add debug messages for "createLabel" and "addLabels" failures in "createOrAddLabel"

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release 10.1.1
Commits

The new version differs by 45 commits.

There are 45 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release 10.2.0
Commits

The new version differs by 9 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

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

Release Notes for Release 9.2.2
  • Prepare for release (7651d87)
  • Merge pull request #931 from adam-bratin/topic/fix-github-checks-integration (3742580)
    • add support for GHE in github checks integration (7d17c4c)
  • Merge pull request #924 from osmestad/fix-bitbucket-server-binary-files (caf593c)
  • Update Changelog (5194b63)
  • When getting diffs for binary files with BitBucket Server, Danger fails when trying to map over chunks (6087602)
Commits

The new version differs by commits ahead by 0, behind by 199.

See the full diff