digitaldonkey / web3ready

Create Dapp's without implementing any web3 provider yourself
26 stars 12 forks source link

An in-range update of @vue/cli-service is breaking the build 🚨 #10

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @vue/cli-service was updated from 3.9.2 to 3.9.3.

🚨 View failing branch.

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

@vue/cli-service 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](https://travis-ci.org/digitaldonkey/web3ready/builds/560452865?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 5 commits.

  • 25566b3 v3.9.3
  • d96b6ae chore: pre release sync
  • 6324444 fix(cli-test-utils): fix initGit option (#4224)
  • 745935a fix: indexPath should also affect non-production builds (#4057)
  • 4267b54 fix(@vue/cli-service): Update lodash.defaultsdeep (#4273)

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 5 years ago

After pinning to 3.9.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 34 commits.

  • 075921c v3.10.0
  • 02a30b1 chore: pre release sync
  • 39e071d test: fix ts generator test, fixup 7c19dd61e24804cc77e9169487ffb18918d965ec
  • 5a863a0 chore: ordered tslint rules
  • 7c19dd6 fix: do not generate empty file when use ts without router (#4374)
  • bb2e3e7 fix: fix stats display when chunkFilename contains query string (#4359)
  • fb738a2 docs: replacing nightwatch CLI options URL with proper documentation (#4364)
  • 2b3a306 docs(ru): fix link in webpack.md (#4358)
  • b9a0e46 chore(cli-service): word spelling in comments (#4367)
  • 0ad84d0 chore: update lerna link in README.md (#4354) [ci skip]
  • b12f729 test: add test for #4347
  • 00538f7 feat: add --port argument to 'vue serve' command (#4342)
  • 878c337 fix: fix typo in typescript generator, convertAllFiles -> convertJsToTs (#4346)
  • 66c410b fix(eslint-generator): add ts file check to lint-staged (#4347)
  • 470c94e fix: use yarn --version to detect yarn (#4336)

There are 34 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v3.11.0

πŸš€ New Features

  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4448 feat: --skip-plugins (@LinusBorg)
    • #4261 Add --inline-vue flag for build command to avoid externalization of Vue in lib & wc mode (@romansp)
    • #4386 feat: allow configuring scss options separately from sass (@sodatea)
  • @vue/cli-plugin-babel, @vue/cli-plugin-e2e-cypress, @vue/cli-plugin-e2e-nightwatch, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha, @vue/cli-shared-utils
    • #4219 feat: allow omitting scope prefix for official plugins on vue add (@sodatea)

πŸ› Bug Fix

  • @vue/cli-plugin-eslint, @vue/cli-ui
  • @vue/cli-service
    • #4468 feat: bump default less-loader version (@sodatea)
    • #4429 fix: merge custom externals config correctly, supports array (@sodatea)
  • @vue/cli-plugin-unit-jest, @vue/cli-plugin-unit-mocha
    • #4447 fix: eslint should override env for **/tests/** subfolders (@LinusBorg)
  • @vue/cli-shared-utils
    • #4405 fix: resolvePluginId should correctly resolve @vue/cli-service (@sodatea)

πŸ“ Documentation

🏠 Internal

  • @vue/cli-ui-addon-webpack, @vue/cli-ui

πŸ”¨ Underlying Tools

  • @vue/cli-service
  • @vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-pwa, @vue/cli-plugin-typescript, @vue/cli-service

Committers: 9

Commits

The new version differs by 58 commits.

  • 9272ead v3.11.0
  • 7cc0ccf chore: pre release sync
  • 53f7cb3 test: add eslint-plugin-prettier to workspace dependencies, fix test
  • 6ff59f1 chore: update @vue/component-compiler-utils to 3.0
  • 90577dc chore: add cwd option when calling globby (#4442)
  • cc9a513 feat: bump default less-loader version (#4468)
  • 4fe9f73 feat: --skip-plugins (#4448)
  • 6f44f2a fix: eslint should override env for /tests/ subfolders (#4447)
  • 9593c0e feat(build): add --inline-vue flag to optionally disable externalization of Vue (#4261)
  • e79133b fix: merge custom externals config correctly, supports array (#4429)
  • a0e8a6a fix: remove self-assignment (#4422)
  • 9525f67 feat: upgrade webpack (#4253)
  • 61485f6 Update parallel config description (#4420)
  • 44812be fix: resolvePluginId should correctly resolve @vue/cli-service (#4405)
  • 96ab7ae feat: allow configuring scss options separately from sass (#4386)

There are 58 commits in total.

See the full diff