Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
greenkeeper bot opened this issue Feb 18, 2020 · 10 comments
Closed

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

greenkeeper bot opened this issue Feb 18, 2020 · 10 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Feb 18, 2020

The devDependency serverless was updated from 1.63.0 to 1.64.0.

🚨 View failing branch.

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

serverless 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

Release Notes for 1.64.0 (2020-02-18)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 25 commits.

  • b05b934 chore: Release v1.64.0
  • 1c7bab5 chore: Update dependencies
  • 59634e7 docs: Document components debugging and custom domains(#7347)
  • fbf99fa feat(AWS HTTP API): JWT authorizers support
  • 1dcc53b refactor(AWS HTTP API): Nest routeTargetData in config
  • 9b701a4 feat(AWS APIGW): Support logs.restApi.roleManagedExternally (#7333)
  • ca69387 feat(AWS HTTP API): CORS configuration
  • adcf5be test: Utility to extened pre-prepared fixtures
  • dfeca8e test(AWS HTTP API): Rename fixture
  • 29b37d7 ci: Workaround npm crash on Windows
  • 44c2342 fix(AWS HTTP API): Publish to default stage
  • ed4b6ef test(AWS HTTP API): Fix typo
  • 3910df1 feat: Support provider.alb.targetGroupPrefix setting (#7322)
  • 9eba218 feat: Support Kinesis Enhanced Fan-out (Consumer) streams (#7320)
  • 7abb23e feat: Support managedExternally option for authorizers (#7327)

There are 25 commits in total.

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
Author

greenkeeper bot commented Feb 18, 2020

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency serverless was updated from 1.64.0 to 1.64.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.64.1 (2020-02-26)

Bug Fixes


Comparison since last release

Commits

The new version differs by 5 commits.

  • 39e0837 chore: Release v1.64.1
  • 924b1c5 fix(AWS HTTP API): Configure default stage explicity
  • 1c13582 fix: Follow symlinks when writing a config (#7374)
  • e674727 fix: Service state path resolution (#7388)
  • a019bfa fix: When packaging do not crash on deps with no package.json (#7368)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

  • The devDependency serverless was updated from 1.64.1 to 1.65.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.65.0 (2020-02-28)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 40 commits ahead by 40, behind by 5.

  • 91e99a2 chore: Release v1.65.0
  • b56a861 chore: Extend possible message scopes
  • 59b3dce chore: Update dependencies
  • 506ad86 fix(Standalone): Ensure to bundle local invocation non Node.js artifcats
  • 39309ab chore: Do not restrict lines length in body
  • 8d27d83 chore: Extend list of accepted scopes
  • 605c65b chore: Ensure alphabetical order of scopes
  • d49c197 chore: Upgrade object-hash to v2 (#7408)
  • 00f8f97 docs: Remove v0.5 documentation
  • df9846d feat(AWS HTTP API): Support timeout configuration
  • 2de1546 docs(AWS HTTP API): Expose id setting in serverless.yml doc
  • d84e9e7 fix: Fix handler resolution (multi . case) for local invocation (#7398)
  • 0ed52f6 feat: Support Cloud Components (#7390)
  • 7bc35bc docs: Add missing colons to AWS::AccountId (#7393)
  • 11587ca ci: Fix install in deploy build on windows

There are 40 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2020

  • The devDependency serverless was updated from 1.65.0 to 1.66.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.66.0 (2020-03-09)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 19 commits.

  • ff919cd chore: Release v1.66.0
  • ef48fd9 chore: Update dependencies
  • 7992f8e chore: Register 'AWS S3' commit message scope
  • 9b627fb fix(AWS Websocket): Fix AWS partition support (#7430)
  • 7310782 fix(Variables): Relax pattern to allow non-ascii defaults (#7431)
  • 8ed6a6e feat(AWS Lambda): Support destinations configuration
  • 55a98bd refactor(AWS Lambda): Introduce reusable lambda ARN resolver
  • e8d4606 refactor(AWS Lambda): Reconfigure condition
  • bd7f8cb ci: Fix buggy npm configuration
  • d4b53dd docs: Dashboard documentation updates (#7421)
  • a626505 docs: Improve security (#7426)
  • 0898664 fix(AWS Cognito): Fix pool update handling
  • 410123a chore: Register 'AWS Cognito' message scope
  • b52a41d fix(AWS HTTP API): Ensure function timeout setting is respected
  • ba84179 docs: Explain how to become a maintainer

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 19, 2020

  • The devDependency serverless was updated from 1.66.0 to 1.67.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.67.0 (2020-03-19)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 15 commits.

  • 79bfffb chore: Release v1.67.0
  • 5953772 chore: Bump dependencies
  • 7a3a45f fix(AWS Lambda): Respect external IAM role at destinations
  • 903ec8c test: Move scope of final cleanup
  • 498cc20 Update the /framework/docs/getting-started/ page (update content Mar 19) (#7488)
  • 8f25f87 Update the /framework/docs/getting-started/ page (#7484)
  • dc958ff refactor(AWS HTTP API): Ensure function name in a warning message
  • 841aac9 fix(AWS HTTP API): Do not validate timeout when no httpApi event
  • 2a0f786 feat: Added docs for SFPro SDK endpoint instrumentation (#7475)
  • 962506b fix(Templates): Fix support for ~/.. paths (#7381)
  • 359f2e0 chore: Register 'Templates' commit message scope
  • 2d25e67 feat(AWS Websocket): routeResponseSelectionExpression setting (#7233)
  • 77baea0 chore: Remove mistakenly commited files
  • 651e59d Fixed typos in http-api.md (#7465)
  • f822ae7 Corrected typo preview-deployments.md (#7445)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2020

  • The devDependency serverless was updated from 1.67.0 to 1.67.1.

Your tests are still failing with this version. Compare changes

Release Notes for 1.67.1 (2020-04-07)

Bug Fixes

  • Standalone: Improve performance in China by supporting dedicated mirror for binary downloads (8e85fe6)
  • AWS ALB: Fix handling of provisioned concurrency (#7285) (3138ef1)
  • Recognize AWS Web Identify Credentials (#7442) (001f56c)

Comparison since last release

Commits

The new version differs by 16 commits.

  • a6e6bdb chore: Release v1.67.1
  • 145cd6e chore: Bump dependencies
  • 8e85fe6 feat(Standalone): Support China mirror for binary downloads
  • 8d4ed6d refactor(AWS HTTP API): Unify warning messages
  • 08ad5ce refactor(AWS HTTP API): Improve error message for 29s timeout
  • 3138ef1 fix(AWS ALB): Fix handling of provisioned concurrency (#7285)
  • 09a276a add components notice
  • d5f41ce docs: Fix documentation meta data (#7541)
  • 26cc120 chore: Fix broken link in docs and add clarifying information (#7539)
  • 580fbb8 docs: Add section about welcoming new maintainers
  • 2b09adb docs: Update Chinese site docs of Serverless Framework (#7535)
  • 00f1a28 docs: Dashboard and AWS API Gateway updates (#7469)
  • 001f56c fix: Recognize AWS Web Identify Credentials (#7442)
  • e3c21b0 docs: Improve main documenation (#7529)
  • 76ade5e docs(AWS HTTP API): Provide link to REST API vs. HTTP API table (#7515)

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2020

  • The devDependency serverless was updated from 1.67.1 to 1.67.2.

Your tests are still failing with this version. Compare changes

Release Notes for 1.67.2 (2020-04-08)

Maintanance improvements


Comparison since last release

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2020

  • The devDependency serverless was updated from 1.67.2 to 1.67.3.

Your tests are still failing with this version. Compare changes

Release Notes for 1.67.3 (2020-04-08)

Bug Fixes


Comparison since last release

Commits

The new version differs by 3 commits.

  • 80f1c79 chore: Release v1.67.3
  • 7b0c18e fix(Components): Handle gently initialization errors
  • 6eda4aa refactor(Components): Remove check that was put into components logic

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 22, 2020

  • The devDependency serverless was updated from 1.67.3 to 1.68.0.

Your tests are still failing with this version. Compare changes

Release Notes for 1.68.0 (2020-04-22)

Features

Bug Fixes


Comparison since last release

Commits

The new version differs by 11 commits.

  • b3b51c1 chore: Release v1.68.0
  • c7d91a3 chore: Update dependencies
  • 8abae84 fix(AWS SQS): Fix resolution of Enabled property (#7532)
  • 1e69d74 chore: Configure 'AWS SQS' commit message namespace
  • a6b3154 feat(AWS Local Invocation): Support ruby2.7 runtime (#7538)
  • 2b22f49 docs: Document serverless.yml for Azure provider (#7526)
  • d3bf39a feat(Templates): Support ssh format download template urls (#7588)
  • 8c644f1 feat(AWS ALB): Cognito and Oidc authentication support (#7372)
  • 345b9e6 fix(Templates): Fix Azure Functions Python template (#7452)
  • 7479a9a fix(AWS HTTP API): Support HTTP API name customization (#7434)
  • 0480038 docs: Add documentation for dashboard log-based polling option (#7585)

See the full diff

randytarampi pushed a commit that referenced this issue Apr 22, 2020
[skip ci]

## [3.0.2](v3.0.1...v3.0.2) (2020-04-22)

### Bug Fixes

* **package:** Update dependencies. ([7ee3d5c](7ee3d5c)), closes [#90](#90) [#91](#91) [#93](#93) [#94](#94) [#95](#95) [#96](#96) [#97](#97) [#98](#98) [#99](#99) [#100](#100) [#101](#101) [#102](#102) [#103](#103) [#104](#104) [#106](#106) [#107](#107)
@randytarampi
Copy link
Owner

🎉 This issue has been resolved in version 3.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant