MetaMask / metamask-extension

:globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
https://metamask.io
Other
11.87k stars 4.85k forks source link

An in-range update of ganache-cli is breaking the build 🚨 #4681

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 6.1.4 of ganache-cli was just published.

Branch Build failing 🚨
Dependency ganache-cli
Current Version 6.1.3
Type devDependency

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

ganache-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 - βœ… **ci/circleci: prep-deps-npm** Your tests passed on CircleCI! [Details](https://circleci.com/gh/MetaMask/metamask-extension/31236?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-unit** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31239?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: prep-docs** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31238?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: prep-build** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31242?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-lint** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31241?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - βœ… **ci/circleci: prep-deps-firefox** Your tests passed on CircleCI! [Details](https://circleci.com/gh/MetaMask/metamask-extension/31235?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - βœ… **ci/circleci: prep-scss** Your tests passed on CircleCI! [Details](https://circleci.com/gh/MetaMask/metamask-extension/31237?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-integration-flat-chrome** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31244?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-integration-mascara-firefox** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31243?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-integration-mascara-chrome** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31246?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-integration-flat-firefox** Your tests are queued behind your running builds [Details](https://circleci.com/gh/MetaMask/metamask-extension/31245?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link) - ❌ **ci/circleci: test-deps** Your tests failed on CircleCI [Details](https://circleci.com/gh/MetaMask/metamask-extension/31240?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)

Commits

The new version differs by 16 commits.

  • e2e5b4b 6.1.4
  • a993915 Bump ganache-core to v2.1.3
  • a1057dd Merge pull request #529 from zhouer/develop
  • 2259ff1 Merge pull request #539 from level7/develop
  • 6c09f17 Fix broken --host option due to being overridden by help option
  • f3409bb Merge pull request #537 from frangio/make-webpack-cli-dev-dependency
  • 9f7ed62 move webpack-cli to devDependencies
  • ebae013 Merge pull request #534 from roppa/fix/cli-version
  • 0266322 pass version down to the args module
  • a5d1d1b fix: added version option
  • d1db86f Merge pull request #531 from trufflesuite/update-travis-gcc
  • af2b574 Update default hostname descriptions in README
  • 68693e4 By default listen to 127.0.0.1 instead of localhost
  • d10d02f move travis testing support to carbon
  • fc5f745 update gcc version to 5 in travis

There are 16 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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Version 6.1.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 24 commits.

  • 89e8011 6.1.5
  • 9848bd0 bump package-lock.json
  • d5af309 switch webpack to production mode
  • 879dd92 Merge branch 'babel' into develop
  • 531739e use ganache-core@2.1.4
  • 644ccde Babelify eth-block-tracker on build
  • 013eaac Merge pull request #551 from trufflesuite/args-cleanup-and-fixing
  • b63e8e7 add balance to intial console print out of accounts
  • ad28753 move defaults to yargs init, sync readme and help, add detailed version
  • 6895933 add v flag for verbose
  • 9b6c937 use proper yargs check fn instead of property
  • 256608a expand the width of the help message
  • 6ad268f Merge pull request #519 from etnann/patch-1
  • 4b5e01c add back u flag and use string arrays for unlock
  • 0baf7e3 use undefined instead of default for deterministic default

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.1.6 just got published.

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

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.1.7 just got published.

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

Commits

The new version differs by 12 commits.

  • 745631d 6.1.7
  • 33d11c6 ganache-core@2.2.0
  • 6c0d582 Update evm_mine with timestamp parameter
  • f808a5b Merge pull request #561 from niclin/remove-space
  • 62feaff Remove extra white space
  • 7e52bca Merge pull request #560 from 4c656554/patch-1
  • 85e532d Remove 'wei' units from block gas limit parameter
  • 8aae6ba Merge pull request #559 from trufflesuite/docker-hostname-fix
  • d67a6e6 update the readme to reflect the hostname changes for Docker
  • 360af41 set default host to 0.0.0.0 for docker instances
  • 8bcdf08 6.1.6
  • e4a0d8f update to ganache-core@2.1.5

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.1.8 just got published.

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

Commits

The new version differs by 15 commits.

  • 071c672 6.1.8
  • 4654c4c ganache-core@2.2.1
  • 766a173 Error on unknown CLI flags
  • 745631d 6.1.7
  • 33d11c6 ganache-core@2.2.0
  • 6c0d582 Update evm_mine with timestamp parameter
  • f808a5b Merge pull request #561 from niclin/remove-space
  • 62feaff Remove extra white space
  • 7e52bca Merge pull request #560 from 4c656554/patch-1
  • 85e532d Remove 'wei' units from block gas limit parameter
  • 8aae6ba Merge pull request #559 from trufflesuite/docker-hostname-fix
  • d67a6e6 update the readme to reflect the hostname changes for Docker
  • 360af41 set default host to 0.0.0.0 for docker instances
  • 8bcdf08 6.1.6
  • e4a0d8f update to ganache-core@2.1.5

See the full diff