mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Merge pull request #6232 from serverless/release-v1.45.0
Release v1.45.0
This commit is contained in:
commit
14ee3bee02
26
CHANGELOG.md
26
CHANGELOG.md
@ -1,4 +1,30 @@
|
||||
# 1.45.0 (2019-06-12)
|
||||
|
||||
- [Add `--config` option](https://github.com/serverless/serverless/pull/6216)
|
||||
- [Fix and improve ESlint config](https://github.com/serverless/serverless/pull/6188)
|
||||
- [Tests: Fix mocha config](https://github.com/serverless/serverless/pull/6187)
|
||||
- [Thorough integration testing](https://github.com/serverless/serverless/pull/6148)
|
||||
- [Tests: Isolation improvements](https://github.com/serverless/serverless/pull/6186)
|
||||
- [Add support for Websocket Logs](https://github.com/serverless/serverless/pull/6088)
|
||||
- [Cleanup and improve Travis CI configuration](https://github.com/serverless/serverless/pull/6178)
|
||||
- [Tests: Fix stub configuration](https://github.com/serverless/serverless/pull/6205)
|
||||
- [Tests: Upgrade Sinon](https://github.com/serverless/serverless/pull/6206)
|
||||
- [Add Application Load Balancer event source](https://github.com/serverless/serverless/pull/6073)
|
||||
- [Do not run integration tests for PR's](https://github.com/serverless/serverless/pull/6207)
|
||||
- [Adding a validation to validation.js script](https://github.com/serverless/serverless/pull/6192)
|
||||
- [Tests: Upgrade dependencies, improve isolation and experience on Windows](https://github.com/serverless/serverless/pull/6208)
|
||||
- [Add support for S3 hosted package artifacts](https://github.com/serverless/serverless/pull/6196)
|
||||
- [Remove root README generator](https://github.com/serverless/serverless/pull/6215)
|
||||
- [Myho/npm lint fix](https://github.com/serverless/serverless/pull/6217)
|
||||
- [Use common prefix for log groups permissions at Lambdas' execution roles](https://github.com/serverless/serverless/pull/6212)
|
||||
- [Update Scala version to 2.13.0 for aws-scala-sbt template](https://github.com/serverless/serverless/pull/6222)
|
||||
|
||||
## Meta
|
||||
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.1...v1.45.0)
|
||||
|
||||
|
||||
# 1.44.1 (2019-05-28)
|
||||
|
||||
- [Fix enterprise plugin lookup in global yarn installs](https://github.com/serverless/serverless/pull/6183)
|
||||
|
||||
## Meta
|
||||
|
||||
893
package-lock.json
generated
893
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
56
package.json
56
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.44.1",
|
||||
"version": "1.45.0",
|
||||
"engines": {
|
||||
"node": ">=6.0"
|
||||
},
|
||||
@ -81,18 +81,18 @@
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"child-process-ext": "^2.0.0",
|
||||
"cli-progress-footer": "^1.1.1",
|
||||
"coveralls": "^3.0.3",
|
||||
"eslint": "^3.3.1",
|
||||
"coveralls": "^3.0.4",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-airbnb": "^10.0.1",
|
||||
"eslint-config-airbnb-base": "^5.0.2",
|
||||
"eslint-plugin-import": "^1.13.0",
|
||||
"eslint-plugin-jsx-a11y": "^2.1.0",
|
||||
"eslint-plugin-react": "^6.1.1",
|
||||
"eslint-config-airbnb-base": "^5.0.3",
|
||||
"eslint-plugin-import": "^1.16.0",
|
||||
"eslint-plugin-jsx-a11y": "^2.2.3",
|
||||
"eslint-plugin-react": "^6.10.3",
|
||||
"git-list-updated": "^1.1.2",
|
||||
"jest-circus": "^24.8.0",
|
||||
"jest-cli": "^24.5.0",
|
||||
"jest-cli": "^24.8.0",
|
||||
"mocha": "^6.1.4",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"mocha-lcov-reporter": "^1.3.0",
|
||||
"mock-require": "^3.0.3",
|
||||
"nyc": "^14.1.1",
|
||||
"p-limit": "^2.2.0",
|
||||
@ -104,45 +104,45 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@serverless/enterprise-plugin": "^1.0.3",
|
||||
"archiver": "^1.1.0",
|
||||
"archiver": "^1.3.0",
|
||||
"async": "^1.5.2",
|
||||
"aws-sdk": "^2.430.0",
|
||||
"bluebird": "^3.5.0",
|
||||
"aws-sdk": "^2.473.0",
|
||||
"bluebird": "^3.5.5",
|
||||
"cachedir": "^2.2.0",
|
||||
"chalk": "^2.0.0",
|
||||
"ci-info": "^1.1.1",
|
||||
"download": "^5.0.2",
|
||||
"chalk": "^2.4.2",
|
||||
"ci-info": "^1.6.0",
|
||||
"download": "^5.0.3",
|
||||
"fast-levenshtein": "^2.0.6",
|
||||
"filesize": "^3.3.0",
|
||||
"filesize": "^3.6.1",
|
||||
"fs-extra": "^0.26.7",
|
||||
"get-stdin": "^5.0.1",
|
||||
"globby": "^6.1.0",
|
||||
"graceful-fs": "^4.1.11",
|
||||
"graceful-fs": "^4.1.15",
|
||||
"https-proxy-agent": "^2.2.1",
|
||||
"is-docker": "^1.1.0",
|
||||
"js-yaml": "^3.13.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"json-cycle": "^1.3.0",
|
||||
"json-refs": "^2.1.5",
|
||||
"json-refs": "^2.1.7",
|
||||
"jszip": "^3.2.1",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"lodash": "^4.13.1",
|
||||
"lodash": "^4.17.11",
|
||||
"minimist": "^1.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"moment": "^2.13.0",
|
||||
"moment": "^2.24.0",
|
||||
"nanomatch": "^1.2.13",
|
||||
"node-fetch": "^1.6.0",
|
||||
"object-hash": "^1.2.0",
|
||||
"promise-queue": "^2.2.3",
|
||||
"node-fetch": "^1.7.3",
|
||||
"object-hash": "^1.3.1",
|
||||
"promise-queue": "^2.2.5",
|
||||
"raven": "^1.2.1",
|
||||
"rc": "^1.1.6",
|
||||
"rc": "^1.2.8",
|
||||
"replaceall": "^0.1.6",
|
||||
"semver": "^5.7.0",
|
||||
"semver-regex": "^1.0.0",
|
||||
"tabtab": "^2.2.2",
|
||||
"untildify": "^3.0.3",
|
||||
"update-notifier": "^2.2.0",
|
||||
"uuid": "^2.0.2",
|
||||
"write-file-atomic": "^2.1.0",
|
||||
"update-notifier": "^2.5.0",
|
||||
"uuid": "^2.0.3",
|
||||
"write-file-atomic": "^2.4.3",
|
||||
"yaml-ast-parser": "0.0.34"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user