Closed dependabot-preview[bot] closed 3 years ago
@dependabot merge
On Tue, 2 Mar 2021 at 1:24 am, dependabot-preview[bot] < notifications@github.com> wrote:
Bumps serverless https://github.com/serverless/serverless from 2.21.1 to 2.28.0. Release notes
Sourced from serverless's releases https://github.com/serverless/serverless/releases.
2.28.0 (2021-02-26) Features
- AWS API Gateway: Allow reuse and customization of schema models (
7619
https://github-redirect.dependabot.com/serverless/serverless/pull/7619) (aeb64fd https://github.com/serverless/serverless/commit/aeb64fd3cc6d27c495ce19efc3745a16a46b6534) (Jeffrey McGuffee https://github.com/jmcguffee & Piotr Grzesik https://github.com/pgrzesik)
Bug Fixes
- CLI: Do not duplicate variables error information (#9019 https://github-redirect.dependabot.com/serverless/serverless/pull/9019) (2f62bdf https://github.com/serverless/serverless/commit/2f62bdf2316a76a0dd4b855e178857ecff7c7402) (Mariusz Nowak https://github.com/medikoo
- Variables: Ensure to not share source cache across resolutions (
9019
https://github-redirect.dependabot.com/serverless/serverless/pull/9019) (5ad1c19 https://github.com/serverless/serverless/commit/5ad1c19cc9a5601184883a916a29172eeb9c3789) (Mariusz Nowak https://github.com/medikoo
Maintenance Improvements
- CLI:
- Require variablesResolutionMode to be resolved upfront (#9014 https://github-redirect.dependabot.com/serverless/serverless/pull/9014) (a488000 https://github.com/serverless/serverless/commit/a488000dc67c10026d010744bb29fca25f72f42b) (Mariusz Nowak https://github.com/medikoo
- Resolve .env files before intializing Serverless instance (#9014 https://github-redirect.dependabot.com/serverless/serverless/pull/9014) (a9e3a66 https://github.com/serverless/serverless/commit/a9e3a667355e91af7fb558eb551ed7d59a865527) (Mariusz Nowak https://github.com/medikoo
- Remove bluebird from lib/plugins/create (#8996 https://github-redirect.dependabot.com/serverless/serverless/issues/8996) (258543a https://github.com/serverless/serverless/commit/258543ab6e1874ba41be3563346cd7b50993ac58) (Juanjo Diaz https://github.com/juanjodiaz)
Comparison since last release https://github.com/serverless/serverless/compare/v2.27.1...v2.28.0 2.27.1 (2021-02-25) Bug Fixes
- Variables:
- Fix nested sources resolution (#9011 https://github-redirect.dependabot.com/serverless/serverless/issues/9011) (99fd907 https://github.com/serverless/serverless/commit/99fd907abbe3d83f8db7bf3a1924da770bc18be8) (Mariusz Nowak https://github.com/medikoo
- Report with null not existing file sources (#9008 https://github-redirect.dependabot.com/serverless/serverless/issues/9008) (3ab81e5 https://github.com/serverless/serverless/commit/3ab81e5be94c69b90dc8487e321fb4cf7efc2c11) (Mariusz Nowak https://github.com/medikoo)
- Fix unterminated variable resolution for some cases (#9011 https://github-redirect.dependabot.com/serverless/serverless/issues/9011) (cc5bfd5 https://github.com/serverless/serverless/commit/cc5bfd53ae2459e4d7ac1ec6314c030d39997958) (Mariusz Nowak https://github.com/medikoo
- Communicate with meaningful error not accessible provider properties (#8992 https://github-redirect.dependabot.com/serverless/serverless/issues/8992) (e5307b0 https://github.com/serverless/serverless/commit/e5307b05d31b7a80be80fc72e1829aead8762680) (Mariusz Nowak https://github.com/medikoo)
- Improve JS file resolution error handling (#9008 https://github-redirect.dependabot.com/serverless/serverless/issues/9008) (9ecc108 https://github.com/serverless/serverless/commit/9ecc1087653edfde9da400f496030dea0d6203ce) (Mariusz Nowak https://github.com/medikoo)
Maintenance Improvements
- Remove bluebird from lib/plugins/plugin (#8984 https://github-redirect.dependabot.com/serverless/serverless/issues/8984) (9e79602 https://github.com/serverless/serverless/commit/9e7960297227b39f05c2619a80e3cac7cb7be1a5) (Juanjo Diaz https://github.com/juanjodiaz)
Comparison since last release https://github.com/serverless/serverless/compare/v2.27.0...v2.27.1 2.27.0 (2021-02-24) Features
- AWS EventBridge: Native CloudFormation based deployment (turn on via provider.eventBridge.useCloudFormation: true) (#8437 https://github-redirect.dependabot.com/serverless/serverless/issues/8437) (13444ca https://github.com/serverless/serverless/commit/13444caa28a5fdb268599c8fa67f4bfef1dd5e36) (stuartforrest-infinity https://github.com/stuartforrest-infinity & Piotr Grzesik https://github.com/pgrzesik)
- AWS Deploy: Support null values for properties in CF resources (those properties will be removed for final CF template version) (#8975 https://github-redirect.dependabot.com/serverless/serverless/issues/8975) (9b030ad https://github.com/serverless/serverless/commit/9b030ad5f4797c31ea37e621c1a3f297a29dfa86) (yumei https://github.com/yumeixox)
Bug Fixes
- CLI: Recognize -s as --stage alias, when expected (9ae6045 https://github.com/serverless/serverless/commit/9ae604591dbb7e82aff0668d2055ed9d69bb920a) (#8997 https://github-redirect.dependabot.com/serverless/serverless/issues/8997) (Mariusz Nowak https://github.com/medikoo)
- Variables: Ensure vars are recognized in address followed by source (#9000 https://github-redirect.dependabot.com/serverless/serverless/issues/9000) (fb9ce24 https://github.com/serverless/serverless/commit/fb9ce246b37219b1e3077ea53777f753d0a9205d) (Mariusz Nowak https://github.com/medikoo)
Maintenance Improvements
... (truncated) Changelog
Sourced from serverless's changelog https://github.com/serverless/serverless/blob/master/CHANGELOG.md.
2.28.0 https://github.com/serverless/serverless/compare/v2.27.1...v2.28.0 (2021-02-26) Features
- AWS API Gateway: Allow reuse and customization of schema models (
7619
https://github-redirect.dependabot.com/serverless/serverless/pull/7619) (aeb64fd https://github.com/serverless/serverless/commit/aeb64fd3cc6d27c495ce19efc3745a16a46b6534) (Jeffrey McGuffee https://github.com/jmcguffee & Piotr Grzesik https://github.com/pgrzesik)
Bug Fixes
- CLI: Do not duplicate variables error information (#9019 https://github-redirect.dependabot.com/serverless/serverless/pull/9019) (2f62bdf https://github.com/serverless/serverless/commit/2f62bdf2316a76a0dd4b855e178857ecff7c7402) (Mariusz Nowak https://github.com/medikoo
- Variables: Ensure to not share source cache across resolutions (
9019
https://github-redirect.dependabot.com/serverless/serverless/pull/9019) (5ad1c19 https://github.com/serverless/serverless/commit/5ad1c19cc9a5601184883a916a29172eeb9c3789) (Mariusz Nowak https://github.com/medikoo
Maintenance Improvements
- CLI:
- Require variablesResolutionMode to be resolved upfront (#9014 https://github-redirect.dependabot.com/serverless/serverless/pull/9014) (a488000 https://github.com/serverless/serverless/commit/a488000dc67c10026d010744bb29fca25f72f42b) (Mariusz Nowak https://github.com/medikoo
- Resolve .env files before intializing Serverless instance (#9014 https://github-redirect.dependabot.com/serverless/serverless/pull/9014) (a9e3a66 https://github.com/serverless/serverless/commit/a9e3a667355e91af7fb558eb551ed7d59a865527) (Mariusz Nowak https://github.com/medikoo
- Remove bluebird from lib/plugins/create (#8996 https://github-redirect.dependabot.com/serverless/serverless/issues/8996) (258543a https://github.com/serverless/serverless/commit/258543ab6e1874ba41be3563346cd7b50993ac58) (Juanjo Diaz https://github.com/juanjodiaz)
2.27.1 https://github.com/serverless/serverless/compare/v2.27.0...v2.27.1 (2021-02-25) Bug Fixes
- Variables:
- Fix nested sources resolution (#9011 https://github-redirect.dependabot.com/serverless/serverless/issues/9011) (99fd907 https://github.com/serverless/serverless/commit/99fd907abbe3d83f8db7bf3a1924da770bc18be8) (Mariusz Nowak https://github.com/medikoo
- Report with null not existing file sources (#9008 https://github-redirect.dependabot.com/serverless/serverless/issues/9008) (3ab81e5 https://github.com/serverless/serverless/commit/3ab81e5be94c69b90dc8487e321fb4cf7efc2c11) (Mariusz Nowak https://github.com/medikoo)
- Fix unterminated variable resolution for some cases (#9011 https://github-redirect.dependabot.com/serverless/serverless/issues/9011) (cc5bfd5 https://github.com/serverless/serverless/commit/cc5bfd53ae2459e4d7ac1ec6314c030d39997958) (Mariusz Nowak https://github.com/medikoo
- Communicate with meaningful error not accessible provider properties (#8992 https://github-redirect.dependabot.com/serverless/serverless/issues/8992) (e5307b0 https://github.com/serverless/serverless/commit/e5307b05d31b7a80be80fc72e1829aead8762680) (Mariusz Nowak https://github.com/medikoo)
- Improve JS file resolution error handling (#9008 https://github-redirect.dependabot.com/serverless/serverless/issues/9008) (9ecc108 https://github.com/serverless/serverless/commit/9ecc1087653edfde9da400f496030dea0d6203ce) (Mariusz Nowak https://github.com/medikoo)
Maintenance Improvements
- Remove bluebird from lib/plugins/plugin (#8984 https://github-redirect.dependabot.com/serverless/serverless/issues/8984) (9e79602 https://github.com/serverless/serverless/commit/9e7960297227b39f05c2619a80e3cac7cb7be1a5) (Juanjo Diaz https://github.com/juanjodiaz)
2.27.0 https://github.com/serverless/serverless/compare/v2.26.0...v2.27.0 (2021-02-24) Features
- AWS EventBridge: Native CloudFormation based deployment (turn on via provider.eventBridge.useCloudFormation: true) (#8437 https://github-redirect.dependabot.com/serverless/serverless/issues/8437) (13444ca https://github.com/serverless/serverless/commit/13444caa28a5fdb268599c8fa67f4bfef1dd5e36) (stuartforrest-infinity https://github.com/stuartforrest-infinity & Piotr Grzesik https://github.com/pgrzesik)
- AWS Deploy: Support null values for properties in CF resources (those properties will be removed for final CF template version) (#8975 https://github-redirect.dependabot.com/serverless/serverless/issues/8975) (9b030ad https://github.com/serverless/serverless/commit/9b030ad5f4797c31ea37e621c1a3f297a29dfa86) (yumei https://github.com/yumeixox)
Bug Fixes
- CLI: Recognize -s as --stage alias, when expected (9ae6045 https://github.com/serverless/serverless/commit/9ae604591dbb7e82aff0668d2055ed9d69bb920a) (#8997 https://github-redirect.dependabot.com/serverless/serverless/issues/8997) (Mariusz Nowak https://github.com/medikoo)
- Variables: Ensure vars are recognized in address followed by source (#9000 https://github-redirect.dependabot.com/serverless/serverless/issues/9000) (fb9ce24 https://github.com/serverless/serverless/commit/fb9ce246b37219b1e3077ea53777f753d0a9205d) (Mariusz Nowak https://github.com/medikoo)
Maintenance Improvements
- AWS Deploy: Rely on provider.request for AWS SDK calls (#8913 https://github-redirect.dependabot.com/serverless/serverless/issues/8913) (4e05995 https://github.com/serverless/serverless/commit/4e0599571afe11d4bd11aee14fe07be2be48fca0) (AlinoeDoctari https://github.com/AlinoeDoctari)
- CLI:
- Recognize app and org params (#8997 https://github-redirect.dependabot.com/serverless/serverless/issues/8997) (6b1921f https://github.com/serverless/serverless/commit/6b1921f59e1105499a329ab3aaf6134e7fb0ff6c) (Mariusz Nowak https://github.com/medikoo)
... (truncated) Commits
- a44e138 https://github.com/serverless/serverless/commit/a44e138c523c0e6378edef42265c6a7fedfc9b2c chore: Release 2.28.0
- 5449061 https://github.com/serverless/serverless/commit/5449061ed1c14da2d73026a39e69150823fe9f3a chore: Bump dependencies
- aeb64fd https://github.com/serverless/serverless/commit/aeb64fd3cc6d27c495ce19efc3745a16a46b6534 feat(AWS API Gateway): Allow reuse and customization of schema models
- 5ad1c19 https://github.com/serverless/serverless/commit/5ad1c19cc9a5601184883a916a29172eeb9c3789 fix(Variables): Ensure to not share source cache across resolutions
- 2f62bdf https://github.com/serverless/serverless/commit/2f62bdf2316a76a0dd4b855e178857ecff7c7402 fix(CLI): Do not duplicate variables error information
- 258543a https://github.com/serverless/serverless/commit/258543ab6e1874ba41be3563346cd7b50993ac58 refactor: Remove bluebird from lib/plugins/create (#8996 https://github-redirect.dependabot.com/serverless/serverless/issues/8996 )
- bf35c94 https://github.com/serverless/serverless/commit/bf35c946796ba1eeace90791458a7f9c4493553d docs(Variables): Document "variablesResolutionMode"
- 655865d https://github.com/serverless/serverless/commit/655865dcc29f70a3bb515a14d95baa802e2d353f docs: Improve properties organization
- b848e39 https://github.com/serverless/serverless/commit/b848e3951b72e33775f200b9cbd86f27a3872ac7 refactor(CLI): Split inline strings so code fits 100 width
- a488000 https://github.com/serverless/serverless/commit/a488000dc67c10026d010744bb29fca25f72f42b refactor(CLI): Require variablesResolutionMode to be resolved upfront
- Additional commits viewable in compare view https://github.com/serverless/serverless/compare/v2.21.1...v2.28.0
[image: Dependabot compatibility score] https://dependabot.com/compatibility-score/?dependency-name=serverless&package-manager=npm_and_yarn&previous-version=2.21.1&new-version=2.28.0
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
- @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard https://app.dependabot.com:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
You can view, comment on, or merge this pull request online at:
https://github.com/jmannau/serverless-ts-template/pull/308 Commit Summary
- Bump serverless from 2.21.1 to 2.28.0
File Changes
- M package-lock.json https://github.com/jmannau/serverless-ts-template/pull/308/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519 (334)
- M package.json https://github.com/jmannau/serverless-ts-template/pull/308/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 (2)
Patch Links:
- https://github.com/jmannau/serverless-ts-template/pull/308.patch
- https://github.com/jmannau/serverless-ts-template/pull/308.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jmannau/serverless-ts-template/pull/308, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABK6JOR2KDDEZETBBS5XVDTBOPRRANCNFSM4YMUGZFQ .
Bumps serverless from 2.21.1 to 2.28.0.
Release notes
Sourced from serverless's releases.
... (truncated)
Changelog
Sourced from serverless's changelog.
... (truncated)
Commits
a44e138
chore: Release 2.28.05449061
chore: Bump dependenciesaeb64fd
feat(AWS API Gateway): Allow reuse and customization of schema models5ad1c19
fix(Variables): Ensure to not share source cache across resolutions2f62bdf
fix(CLI): Do not duplicate variables error information258543a
refactor: Removebluebird
fromlib/plugins/create
(#8996)bf35c94
docs(Variables): Document "variablesResolutionMode"655865d
docs: Improve properties organizationb848e39
refactor(CLI): Split inline strings so code fits 100 widtha488000
refactor(CLI): Require variablesResolutionMode to be resolved upfrontDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @jmannau.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)