Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

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

Closed
greenkeeper bot opened this issue Feb 26, 2019 · 11 comments
Closed

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

greenkeeper bot opened this issue Feb 26, 2019 · 11 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Feb 26, 2019

The devDependency serverless-offline was updated from 4.6.0 to 4.7.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
  • ci/circleci: build: Your tests failed on CircleCI (Details).

Commits

The new version differs by 7 commits.

  • 4a67c07 v4.7.0
  • 06daec5 Merge pull request #608 from maksimsemenov/master
  • 4b0e2ab Fix README
  • b1e6292 Fix package version
  • 25bd795 Add environment variables
  • c8c606b Merge pull request #606 from arnas/bugfix/fix-broken-tests-on-windows
  • 4607c8f Update string path use node path lib

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 26, 2019

After pinning to 4.6.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 5, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 53 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"

There are 53 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 68 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
  • 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

There are 68 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2019

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 72 commits.

  • 27978dd v4.10.2
  • c2ee7b2 Merge pull request #658 from dwbelliston/master
  • 1b1300c v4.10.1
  • 3a65727 Merge pull request #656 from purefan/bug/parsing-json-without-body
  • 2d73dfd linted
  • 43b79dd fix hooks for sls offline start
  • 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
  • f67aa40 v4.10.0
  • 18243fb update deps

There are 72 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 16, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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
Copy link
Contributor Author

greenkeeper bot commented May 20, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 8 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
  • 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
Copy link
Contributor Author

greenkeeper bot commented May 20, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 11 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
  • 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
  • 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
Copy link
Contributor Author

greenkeeper bot commented May 23, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 14 commits.

  • 322a6e6 v4.10.6
  • e3de153 Merge pull request #669 from leruitga-ss/master
  • d4da3ec skip HEAD routes defined in resources
  • 6748755 v4.10.5
  • 06651cf Merge pull request #666 from dl748/master
  • 985c059 #638 Fix for encoding, aws looks to not do encoding anymore
  • 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
  • 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
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 371 commits.

  • 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
  • b16c4f5 Remove underscore [bad cherry-pick from v6], fixes #771
  • 7cc11a4 v5.10.0
  • 137b6ec Update deps
  • 02412ac Add update-notifier module

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 375 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
Copy link
Contributor Author

greenkeeper bot commented Nov 30, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v5.12.1

Bugfixes

Commits

The new version differs by 380 commits.

  • a878917 v5.12.1
  • 9c90c15 Fix private http events
  • c058fa6 Linting/prettier
  • 0be8ad1 Update deps
  • 0894fce check for http event with private: true
  • 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

There are 250 commits in total.

See the full diff

@oed oed closed this as completed May 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant