balassy / aws-lambda-typescript

This sample uses the Serverless Application Framework to implement an AWS Lambda function in TypeScript, deploy it via CloudFormation, publish it through API Gateway to a custom domain registered on Route53, and document it with Swagger.
MIT License
267 stars 50 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

The devDependency serverless-offline was updated from 3.25.14 to 3.25.15.

🚨 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 is in progress ([Details](https://travis-ci.org/balassy/aws-lambda-typescript/builds/434227120?utm_source=github_status&utm_medium=notification)). - ❌ **continuous-integration/appveyor/branch:** AppVeyor build failed ([Details](https://ci.appveyor.com/project/balassy/aws-lambda-typescript/build/1.0.397)).

Commits

The new version differs by 9 commits.

  • eaec2ee update package lock
  • 55cede1 v3.25.15
  • 990994e Merge pull request #491 from clschnei/add-region-env-default
  • 6c94d26 remove travis node version 4
  • bb256fd add travis node versions 8 and 9
  • 55fdc60 Merge pull request #490 from wwsno/run-lint-on-travis
  • eccd315 update version in lockfile
  • 9209917 set AWS_REGION default from provider
  • e6777fb travis: add run lint step to travis configuration, in addition to running test. Fix lint error in index.js.

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 3.25.14 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

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

Commits

The new version differs by 5 commits.

  • e1cc6eb v3.25.16
  • 3a2fce4 Merge branch 'master' of github.com:dherault/serverless-offline
  • 301039d update license
  • f821cfc Fix async handler support for handlers running in separate processes (#492)
  • 39a3b2c update outdated "Usage with Babel" section (#489)

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.25.17

Bug fixes
Fix async handler support for handlers running in separate processes - #492

Docs
update outdated "Usage with Babel" section - #489

Commits

The new version differs by 6 commits.

  • 8efa99c 3.25.17
  • e1cc6eb v3.25.16
  • 3a2fce4 Merge branch 'master' of github.com:dherault/serverless-offline
  • 301039d update license
  • f821cfc Fix async handler support for handlers running in separate processes (#492)
  • 39a3b2c update outdated "Usage with Babel" section (#489)

See the full diff

greenkeeper[bot] commented 6 years ago

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

Commits

The new version differs by 5 commits.

  • ce2b9bf v3.26.0
  • 2a09860 Merge pull request #494 from c24w/master
  • 78a647a Add me as a contributor :D
  • 810c6b1 Set response headers defined in serverless config
  • 4c9f118 Make endpoint base struct status code a number

See the full diff

greenkeeper[bot] commented 6 years ago

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

Commits

The new version differs by 9 commits.

  • 2494e77 v3.27.0
  • 0c8937b Merge pull request #495 from UnitedIncome/master
  • 1a1a7aa Add test coverage for setting multiple cookies
  • ce2b9bf v3.26.0
  • 2a09860 Merge pull request #494 from c24w/master
  • fe63452 use h.state for set-cookie headers. Fixes #310
  • 78a647a Add me as a contributor :D
  • 810c6b1 Set response headers defined in serverless config
  • 4c9f118 Make endpoint base struct status code a number

See the full diff

balassy commented 6 years ago

Upgrading to 3.27.0 fixed it.