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-plugin-typescript is breaking the build 🚨 #147

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency serverless-plugin-typescript was updated from 1.1.5 to 1.1.6.

🚨 View failing branch.

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

serverless-plugin-typescript 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/516455534?utm_source=github_status&utm_medium=notification)). - ❌ **continuous-integration/appveyor/branch:** AppVeyor build failed ([Details](https://ci.appveyor.com/project/balassy/aws-lambda-typescript/builds/23640858)).

Release Notes for v1.1.6

1.1.6 (2019-04-06)

Bug Fixes

Commits

The new version differs by 15 commits.

  • b8f12d6 fix(pencil): Add third parameter to fs.symlinkSync
  • caf50c0 Update git repo url location
  • 6240708 fix(provoke-release)
  • 9142ce6 Fix: provoke release
  • 2045258 Merge pull request #135 from prisma/update-dependencies
  • 66fc9c5 Replace node 9 with node 10
  • 03f19a6 Upgrade dependencies and make TypeScript a peer dependency
  • b2100e8 Merge pull request #134 from prisma/add-mit-license
  • 267eb80 Add MIT license, resolves #123
  • 55aa82b chore(deps): update dependency ts-jest to v22.0.1
  • 73f2cde chore(deps): update dependency @types/jest to v22.0.1
  • 091a189 Merge pull request #69 from graphcool/renovate/serverless-plugin-typescript-1.x
  • 17ed089 Merge pull request #67 from graphcool/renovate/types-fs-extra-5.x
  • eb8d4c6 chore(deps): update dependency @types/fs-extra to v5.0.0
  • 71bba40 chore(deps): update dependency serverless-plugin-typescript to v1.1.5

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 1.1.5 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.1.7

1.1.7 (2019-04-08)

Bug Fixes

Commits

The new version differs by 4 commits.

  • d6496ab Merge pull request #140 from prisma/fix/windows-symlink
  • 1329556 fix(pencil): Copy on failed symlink for Windows
  • 6afc256 Update example with working build
  • 41e4034 Use rimraf for build to support windows builds

See the full diff

balassy commented 5 years ago

Fixed with PR #158.

greenkeeper[bot] commented 5 years ago

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

Release Notes for v1.1.8

1.1.8 (2019-07-13)

Bug Fixes

Commits

The new version differs by 16 commits.

  • c99fe30 Merge pull request #159 from prisma/refactor/type-definitions-and-cleanup
  • 9286d50 chore: allow declarations following new declaration file
  • aa453fd fix: exclude development dependencies during packaging
  • 31b28f7 chore: add @types/node dependency, pin rimraf dependency
  • 693da2b doc: add npm and typescript to installation snippet
  • 4201aaa refactor: improvements to documentation and type definitions
  • 02b1efa Merge pull request #79 from ro-savage/add-js-support
  • e137a99 Merge pull request #138 from prisma/renovate/ts-jest-24.x
  • 5de6c5b Merge pull request #139 from prisma/renovate/serverless-plugin-typescript-1.x
  • 95f4340 Merge pull request #141 from prisma/renovate/mock-fs-4.x
  • f59a1cd Merge pull request #143 from prisma/renovate/jest-24.x
  • 0a6052d chore(deps): update dependency @types/jest to v24.0.12
  • fd37445 chore(deps): update dependency mock-fs to v4.9.0
  • 937ec16 chore(deps): update dependency ts-jest to v24.0.2
  • 4738136 chore(deps): update dependency serverless-plugin-typescript to v1.1.7

There are 16 commits in total.

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 v1.1.9

1.1.9 (2019-07-15)

Bug Fixes

  • watch files callback missing correct this context (ea9d96c), closes #162
Commits

The new version differs by 18 commits.

  • 424fe49 Merge pull request #163 from prisma/fix/file-watcher-this-context
  • ea9d96c fix: watch files callback missing correct this context
  • c99fe30 Merge pull request #159 from prisma/refactor/type-definitions-and-cleanup
  • 9286d50 chore: allow declarations following new declaration file
  • aa453fd fix: exclude development dependencies during packaging
  • 31b28f7 chore: add @types/node dependency, pin rimraf dependency
  • 693da2b doc: add npm and typescript to installation snippet
  • 4201aaa refactor: improvements to documentation and type definitions
  • 02b1efa Merge pull request #79 from ro-savage/add-js-support
  • e137a99 Merge pull request #138 from prisma/renovate/ts-jest-24.x
  • 5de6c5b Merge pull request #139 from prisma/renovate/serverless-plugin-typescript-1.x
  • 95f4340 Merge pull request #141 from prisma/renovate/mock-fs-4.x
  • f59a1cd Merge pull request #143 from prisma/renovate/jest-24.x
  • 0a6052d chore(deps): update dependency @types/jest to v24.0.12
  • fd37445 chore(deps): update dependency mock-fs to v4.9.0

There are 18 commits in total.

See the full diff