ITcutives / serverless-methods

MIT License
1 stars 0 forks source link

An in-range update of serverless-offline is breaking the build 🚨 #4

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency serverless-offline was updated from 4.8.1 to 4.9.0.

🚨 View failing branch.

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

serverless-offline 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](https://travis-ci.org/ITcutives/serverless-methods/builds/505301596?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 2 commits.

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 4.8.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.9.1

Bug fixes:

  • null is not appened in proxy URI anymore. See #619
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

Commits

The new version differs by 5 commits.

  • a7abe3b v4.9.2
  • ae7042a Merge branch 'master' of github.com:dherault/serverless-offline
  • d21b268 lint
  • 6199c8c Merge pull request #620 from gbroques/fix-stage-and-region-option-precedence-bug
  • 8653116 Fix stage and region option precedence bug (Closes #338)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 3c400d0 v4.9.3
  • 37d6823 refactor index.js endpointResponseHeaders for inegration lambda
  • 445ebc2 Merge pull request #624 from james-relyea/master
  • 2ac2f80 Strict comparison for undefined header check
  • ff4a534 Fix detection of undefined endpoint response headers

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 15 commits.

  • f67aa40 v4.10.0
  • 18243fb update deps
  • d9b19c9 lint
  • 00be0c6 Merge pull request #647 from dobrynin/provider-timeout
  • a9054ad Merge pull request #646 from kevlarr/feat/sls-install-flag
  • f70da0b Fallback to timeout and memorySize from provider
  • a0a9f89 Add --binPath to options
  • 3307aa0 Merge pull request #643 from dnalborczyk/travis
  • 0a49de6 Use eslintrc.js to workaround git/eslint line ending issue on Travis for Windows OS.
  • 3bfea87 Adds node.js v10, v11 and v12 to travis build, removes v6 EOL.
  • 7a34662 Adds Windows and macOS to travis build.
  • 136bd30 lint
  • 185df4d Merge pull request #639 from dnalborczyk/update-deps
  • b78a6b4 Update deps.
  • 2a78420 edit eslintrc rules to add "space-infix-ops"

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 15 commits.

  • 1b1300c v4.10.1
  • 3a65727 Merge pull request #656 from purefan/bug/parsing-json-without-body
  • 6b1dcea If there is no body we shouldnt try to parse it
  • 6638e34 Merge pull request #652 from computerpunc/WebSocket-Test-Suite
  • e64eb2d Update README.md
  • 5069a89 A WebSocket test suite for both local and remote AWS endpoint
  • 179874a Merge pull request #640 from dnalborczyk/memory-leak
  • b0d812d update deps
  • 4ee3b74 lint .eslintrc.js
  • 89e6f71 Remove unused requestId parameter.
  • 6351676 Cleanup requests, fixes memory leak.
  • f822359 Move require child_process to top, combine requiring fork and spawn.
  • 84b9555 Move require h2o2 from function call to top of file.
  • 638a867 Cleanup: Condition will never fulfill.
  • 33c4316 cleanup: remove non-existend property '_called' check.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 91a9a7b v4.10.3
  • bf3db8e Merge pull request #660 from Andorbal/master
  • 7c05743 Fix linting errors
  • 5f7a30e Add a test to verify the fix
  • 4029361 Perform request cleanup on a promise continuation when handler is async to fix #659

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • da88ee3 v4.10.4
  • a3e0bc5 Merge pull request #665 from Andorbal/master
  • 8581cf5 Call cleanup as part of the callback and error handler instead of in the finally block to address another part of #659

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 6748755 v4.10.5
  • 06651cf Merge pull request #666 from dl748/master
  • 985c059 #638 Fix for encoding, aws looks to not do encoding anymore

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 322a6e6 v4.10.6
  • e3de153 Merge pull request #669 from leruitga-ss/master
  • d4da3ec skip HEAD routes defined in resources

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 361 commits.

  • 879b38b v5.12.0
  • b2cb18c Update deps
  • 428d138 Merge pull request #817 from jormaechea/Issue-816-Authorizer-env-var-in-lambda-integration-v5
  • f0f8302 Added support for AUTHORIZER env var in lambda integration
  • 40aaaa8 v5.11.0
  • c1c6810 Update deps
  • 51e6605 Fix, add semi
  • bbcba5f Add another style of policyResource (#805)
  • 636af2a Avoid setting empty response headers
  • cfe1d54 fix: add missing properties in default velocity template
  • 53d920e fix: save authorizer data in authorizer property
  • ba13812 chore: use principalId instead of user
  • df38a11 feat: add lambda proxy authorizer enhancedAuthContext
  • 01d4023 fix: don't pass object to serverlessLog
  • f801d69 v5.10.1

There are 250 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 v5.12.1

Bugfixes

Commits

The new version differs by 5 commits.

See the full diff