Git Product home page Git Product logo

Comments (10)

greenkeeper avatar greenkeeper commented on August 21, 2024

After pinning to 4.9.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

Commits

The new version differs by 19 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 19 commits in total.

See the full diff

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

Commits

The new version differs by 34 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 34 commits in total.

See the full diff

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

Commits

The new version differs by 38 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 38 commits in total.

See the full diff

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

Commits

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

There are 43 commits in total.

See the full diff

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

Commits

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

There are 46 commits in total.

See the full diff

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

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

Commits

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

There are 49 commits in total.

See the full diff

from aws-lambda-typescript.

greenkeeper avatar greenkeeper commented on August 21, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 52 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
  • 27978dd v4.10.2

There are 52 commits in total.

See the full diff

from aws-lambda-typescript.

balassy avatar balassy commented on August 21, 2024

Fixed with PR #155.

from aws-lambda-typescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.