amercier / reversi-vue

Reversi board game app implemented using Vue.js + Vuex
https://reversi.amercier.com/
ISC License
1 stars 0 forks source link

An in-range update of now is breaking the build 🚨 #25

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency now was updated from 15.6.0 to 15.6.1.

🚨 View failing branch.

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

now 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/amercier/reversi-vue/builds/551024263?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 6 commits.

  • b22b378 15.6.1
  • e700ad7 Make sure to call secrets API only once (#2464)
  • 85ccf59 Handle deployments rate limit (#2463)
  • 094277c Upgrade esm (#2458)
  • e5c7e2d Handle cert errors in create-deployment (#2455)
  • 3ee7bab Prompt based DNS add command (#2450)

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 15.6.0 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 πŸš€

Release Notes for 15.6.2

Patches

  • Don't show a warning when there is no now.json: #2468
  • Don't verify the user for now dev: #2470
  • Change url for revert-alias tests to make it more reliable: #2471
Commits

The new version differs by 4 commits.

  • ad8b141 15.6.2
  • 9b23d61 Change url for revert-alias tests to make it more reliable (#2471)
  • d993650 Don't verify the user for now dev (#2470)
  • f0dbb33 Don't show warning (#2468)

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 15.7.0

Minor Changes

  • Adds --target to arg-common: #2473
  • Update @now/build-utils to v0.7.0: #2474
  • Improve metrics: #2472
  • [now dev] Exit the process upon ERR_SERVER_NOT_RUNNING: #2479
  • [now dev] Use system installed version of Node.js for builds: #2480

Patches

  • More cert error handling for deploy command: #2475

Credits

Huge thanks to @mglagola and @sophearak for helping!

Commits

The new version differs by 12 commits.

  • 27186a3 15.7.0
  • f5fca3a [now dev] Use system installed version of Node.js for builds (#2480)
  • 4b75f20 Improve metrics (#2472)
  • 64fe29b Remove mkdirp-promise (#2478)
  • eea09ca [now dev] Exit the process upon ERR_SERVER_NOT_RUNNING (#2479)
  • f791923 More cert error handling for deploy command (#2475)
  • 5e092cd Update @now/build-utils to v0.7.0 (#2474)
  • 96bb51f Adds --target to arg-common (#2473)
  • ad8b141 15.6.2
  • 9b23d61 Change url for revert-alias tests to make it more reliable (#2471)
  • d993650 Don't verify the user for now dev (#2470)
  • f0dbb33 Don't show warning (#2468)

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 15.8.0

Minor Changes

  • [now dev] Update serve-handler to v6.1.0 and enable etag option: #2525
  • [now dev] Add etag response header for Lambda invocations: #2502
  • [now dev] Allow cache-control header to be overwritten: #2501
  • Bump serve-handler version: #2497

Patches

  • [now update] Add message saying that Windows is not supported: #2493
  • [now dev] Set "must-revalidate" cache-control response header: #2499
  • Use v3 user tokens API: #2482
  • [now dev] Move the MissingDotenvVarsError handling to the correct place: #2489
  • [now dev] Install missing builders during runtime: #2509
  • [now dev] Set Now response headers when proxy passing in routes: #2500
  • [now dev] Add support for deployments without now.json: #2498
  • [now dev] Add test case for lazily installing builders: #2510
  • [now dev] Fix @now/static-build sorting: #2519
  • Throw an error if dev scripts contain now dev in package.json: #2507
  • Improve now dev output message: #2506
  • Simplify builds output message: #2512
  • Handle 400 create alias error: #2514
  • [now dev] Allow the default static build without an api: #2515
  • [now-dev] Fix flickering and improve message: #2516
  • [now dev] Tests for r#2518 g and apply default frontend builder last: #2518
  • Add /src/util/dev to CODEOWNERS file: #2521
  • [now dev] Revert "Add etag response header for Lambda invocations": #2520
  • Add .gitignore file to test/fixtures/unit/now-dev-default-builds-and-routes: #2524
  • [now dev] Update @now/build-utils and handle warnings: #2523
  • [now dev] Render directory listing for Now v2 projects: #2528
  • Remove "missing alias in now.json" warning: #2533
  • Increase default maxLambdaSize: #2534
  • Disable automatic signup: #2530
  • Bump @now/build-utils: #2535

Credits

Huge thanks to @TooTallNate, @OlliV, @sophearak, @lucleray, and @rdev for helping!

Commits

The new version differs by 47 commits.

  • 9f9ce09 15.8.0
  • 8e1ca16 Revert "Include changes from 15.7.0-canary.14"
  • 9291efc Revert "Include tests from 15.7.0-canary.17"
  • 6d4a552 Include changes from 15.7.0-canary.14
  • 350d63e Include tests from 15.7.0-canary.17
  • a7d4ce8 Bump @now/build-utils (#2535)
  • a4fdc85 Disable automatic signup (#2530)
  • 08fff2a Increase default maxLambdaSize (#2534)
  • 6b4b73e Remove "missing alias in now.json" warning (#2533)
  • 98d511b [now dev] Render directory listing for Now v2 projects (#2528)
  • ad5aa57 [now dev] Update @now/build-utils and handle warnings (#2523)
  • 855940c [now dev] Update serve-handler to v6.1.0 and enable etag option (#2525)
  • ac794e7 Add .gitignore file to test/fixtures/unit/now-dev-default-builds-and-routes (#2524)
  • 09e663d Add @AndyBitz to now dev CODEOWNERS (#2522)
  • 20ee675 [now dev] Revert "Add etag response header for Lambda invocations" (#2520)

There are 47 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.1

Patches

  • [now dev] Improve max lambda size error message: #2539
  • [now dev] Bundle the most popular core builders into CLI binary with lazy builder updates: #2477
  • Add builders.tar.gz to pkg "assets" configuration: #2541
  • [now dev] Apply the ignore pattern to api files: #2548
  • [now dev] Wait for updateBuilders() to complete before stop() completes: #2551
  • Update deps of deps in yarn.lock file: #2543
  • Update @sentry/node to v5.5.0: #2542
  • [now dev] Bump @now/build-utils: #2556
  • [now dev] Bump @now/build-utils to 0.8.8: #2557
  • [now dev] Rename nowJson variables to nowConfig: #2558
  • [now dev] Memoize the getNowConfig() promise: #2561
  • [now dev] Allow now dev as package.json script: #2559
  • [now dev] Fix builder sorting: #2563
  • Fix tests order: #2565
  • [now dev] Fix builder sorting when use is undefined: #2566

Credits

Huge thanks to @sophearak and @TooTallNate for helping!

Commits

The new version differs by 63 commits.

  • c3001fe 15.8.1
  • 8309ec6 [now dev] Fix builder sorting when use is undefined (#2566)
  • 921a54e Fix tests order (#2565)
  • c82350d [now dev] Fix builder sorting (#2563)
  • 7e3a5a7 [now dev] Allow now dev as package.json script (#2559)
  • ada83cc [now dev] Memoize the getNowConfig() promise (#2561)
  • a4220a0 [now dev] Rename nowJson variables to nowConfig (#2558)
  • 92be615 [now dev] Bump @now/build-utils to 0.8.8 (#2557)
  • 847dace [now dev] Bump @now/build-utils (#2556)
  • 5a43516 Update @sentry/node to v5.5.0 (#2542)
  • 868d452 Update deps of deps in yarn.lock file (#2543)
  • 4d0c638 [now dev] Wait for updateBuilders() to complete before stop() completes (#2551)
  • 0080c45 [now dev] Apply the ignore pattern to api files (#2548)
  • cd36a83 Add builders.tar.gz to pkg "assets" configuration (#2541)
  • 01b9913 [now dev] Bundle the most popular core builders into CLI binary with lazy builder updates (#2477)

There are 63 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.2

Patches

  • Change now update to display npm or yarn command: #2568
  • Bump mime-types to 2.1.24: #2571
Commits

The new version differs by 3 commits.

  • d812b18 15.8.2
  • d7ef4b5 Bump mime-types to 2.1.24 (#2571)
  • a5e857d Change now update to display npm or yarn command (#2568)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.3

Patches

  • Add hint when example not found: #2572

Credits

Huge thanks to @msweeneydev for helping!

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.4

Patches

  • [now dev] Upgrade @now/build-utils and enable more support for static sites: #2575
  • Fix building indicator jittering: #2577
  • Remove deprecation message from now alias with args: #2578
  • [now dev] Remove package.json message: #2576
  • [now init] Remove now dev suggestion from now init: #2580

Credits

Huge thanks to @sophearak for helping!

Commits

The new version differs by 6 commits.

  • 29d18dc 15.8.4
  • 8905723 [now init] Remove now dev suggestion from now init (#2580)
  • 8a2d3d0 [now dev] Remove package.json message (#2576)
  • a01c210 Remove deprecation message from now alias with args (#2578)
  • 53515e6 Fix building indicator jittering (#2577)
  • 2aeab73 [now dev] Upgrade @now/build-utils and enable more support for static sites (#2575)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.5

Patches

  • [now dev] Bump @now/build-utils: #2582
  • Fix update command message: #2581
  • Handle no-change domain transfer policy: #2570

Credits

Huge thanks to @mglagola for helping!

Commits

The new version differs by 4 commits.

  • 3774792 15.8.5
  • a9b3ee9 handle no-change domain transfer policy (#2570)
  • b6946e2 Fix update command message (#2581)
  • a4ad8c6 [now dev] Bump @now/build-utils (#2582)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.6

Patches

  • [now init] Add suggestions for old examples: #2584
  • [now dev] Bump @now/build-utils and throw errors: #2588
  • Handle more errors when deploying: #2589
  • Add configuration and basic integration tests for now dev: #2553
  • [now dev] Print Serving all files as static only once: #2590
  • [now dev] Fix directory listing race condition: #2591
  • [now update] Render the proper tag and improve yarn detection logic: #2595
  • [now update] Don't check for updates on now update: #2599
  • [now dev] Add warning when there are no build matches: #2594
  • [now dev] Wait for blocking builds to complete before handling requests: #2562
  • Use fs-extra instead of fs.promises to prevent warnings on Node 10: #2602
  • Add "engines" field to package.json for Node 10 or newer: #2603
  • [now dev] Remove useless debug() call: #2619
  • [now dev] Fix creating duplicate blocking builds upon bootup: #2618
  • [now dev] Bump @now/build-utils to 0.9.4: #2621
  • [now deploy] Change "Aliases assigned" to "Deployment complete": #2620
  • [now init] Download /v1 examples without suggestions: #2623
  • [now deploy] Respect --debug flag for API Client: #2625

Credits

Huge thanks to @styfle, @sophearak, and @TooTallNate for helping!

Commits

The new version differs by 20 commits.

  • bed4efe 15.8.6
  • 53f0adb Revert "[now update] Render the proper tag and improve yarn detection logic (#2595)"
  • 61c8289 [now deploy] Respect --debug flag for API Client (#2625)
  • 176a750 [now init] Download /v1 examples without suggestions (#2623)
  • 88cdcdf [now deploy] Change "Aliases assigned" to "Deployment complete" (#2620)
  • bf12602 [now dev] Bump @now/build-utils to 0.9.4 (#2621)
  • bafb145 [now dev] Fix creating duplicate blocking builds upon bootup (#2618)
  • 778b77e [now dev] Remove useless debug() call (#2619)
  • 91a1a48 Add "engines" field to package.json for Node 10 or newer (#2603)
  • 5a187b9 Use fs-extra instead of fs.promises to prevent warnings on Node 10 (#2602)
  • d78cd37 [now dev] Wait for blocking builds to complete before handling requests (#2562)
  • a720d5b [now dev] Add warning when there are no build matches (#2594)
  • dd50eae [now update] Don't check for updates on now update (#2599)
  • 4ceb4c8 [now update] Render the proper tag and improve yarn detection logic (#2595)
  • f9c262f [now dev] Fix directory listing race condition (#2591)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 15.8.7

Patches

  • Revert "Add "engines" field to package.json for Node 10 or newer ": #2603

Credits

Huge thanks to @TooTallNate for helping!

Commits

The new version differs by 2 commits.

  • f6552c4 15.8.7
  • 577cd76 Revert "Add "engines" field to package.json for Node 10 or newer (#2603)"

See the full diff