diff --git a/.npmignore b/.npmignore index e526360f1..ea3a4c55a 100644 --- a/.npmignore +++ b/.npmignore @@ -9,3 +9,8 @@ yarn.lock yarn-error.log .appveyor.yml .travis.yml +.editorconfig +.eslintrc.yml +.huskyrc +.lintstagedrc.yml +prettier.config.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc3a831d..6aacba80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,42 @@ # Change Log +* 5.3.4 + * Bump lodash from 4.17.15 to 4.17.19 [#597](https://github.com/serverless-heaven/serverless-webpack/pull/597) + * Bump lodash from 4.17.15 to 4.17.19 in /examples/typescript [#598](https://github.com/serverless-heaven/serverless-webpack/pull/598) + * Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries [#599](https://github.com/serverless-heaven/serverless-webpack/pull/599) + * Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages [#600](https://github.com/serverless-heaven/serverless-webpack/pull/600) + * Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries [#601](https://github.com/serverless-heaven/serverless-webpack/pull/601) + * Bump lodash from 4.17.4 to 4.17.19 in /examples/babel [#603] (https://github.com/serverless-heaven/serverless-webpack/pull/603) + * Ignore more files from NPM [#609](https://github.com/serverless-heaven/serverless-webpack/pull/609) + * Update all examples [#626](https://github.com/serverless-heaven/serverless-webpack/pull/626) + * 5.3.3 - * default webpackConfig.node should be false #502 - * Fix yarn list --json stdOut parsing. fixes #388 #516 - * Updated release notes #585 - * Updated Node versions in CI #587 - * Remove optional peer dependencies #542 - * Check for node runtimes first #579 - * Bumps lodash from 4.17.15 to 4.17.19 #602 + * default webpackConfig.node should be false [#502](https://github.com/serverless-heaven/serverless-webpack/pull/502) + * Fix yarn list --json stdOut parsing [#516](https://github.com/serverless-heaven/serverless-webpack/pull/516) + * Updated release notes [#585](https://github.com/serverless-heaven/serverless-webpack/pull/585) + * Updated Node versions in CI [#587](https://github.com/serverless-heaven/serverless-webpack/pull/587) + * Remove optional peer dependencies [#542](https://github.com/serverless-heaven/serverless-webpack/pull/542) + * Check for node runtimes first [#579](https://github.com/serverless-heaven/serverless-webpack/pull/579) + * Bumps lodash from 4.17.15 to 4.17.19 [#602](https://github.com/serverless-heaven/serverless-webpack/pull/602) * 5.3.2 - * Fix eslint prettier #518 - * Add TypeScript definition #520 - * Project dependencies updated #524 - * fix typescript example lockfile #526 - * Typescript example babel loader #527 - * Bump tar from 2.2.1 to 2.2.2 in /examples/babel #544 - * Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript #562 - * Bump eslint-utils from 1.4.0 to 1.4.3 #567 - * Bump handlebars from 4.1.2 to 4.7.6 #568 - * Addressed npm security vulnerabilities #569 - * Bump https-proxy-agent from 2.2.2 to 2.2.4 #572 - * Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript #573 - * Bump extend from 3.0.1 to 3.0.2 in /examples/babel #574 - * Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel #575 - * Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel #576 - * Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel #577 - * Bump debug from 2.6.8 to 2.6.9 in /examples/babel #578 + * Fix eslint prettier [#518](https://github.com/serverless-heaven/serverless-webpack/pull/518) + * Add TypeScript definition [#520](https://github.com/serverless-heaven/serverless-webpack/pull/520) + * Project dependencies updated [#524](https://github.com/serverless-heaven/serverless-webpack/pull/524) + * fix typescript example lockfile [#526](https://github.com/serverless-heaven/serverless-webpack/pull/526) + * Typescript example babel loader [#527](https://github.com/serverless-heaven/serverless-webpack/pull/527) + * Bump tar from 2.2.1 to 2.2.2 in /examples/babel [#544](https://github.com/serverless-heaven/serverless-webpack/pull/544) + * Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript [#562](https://github.com/serverless-heaven/serverless-webpack/pull/562) + * Bump eslint-utils from 1.4.0 to 1.4.3 [#567](https://github.com/serverless-heaven/serverless-webpack/pull/567) + * Bump handlebars from 4.1.2 to 4.7.6 [#568](https://github.com/serverless-heaven/serverless-webpack/pull/568) + * Addressed npm security vulnerabilities [#569](https://github.com/serverless-heaven/serverless-webpack/pull/569) + * Bump https-proxy-agent from 2.2.2 to 2.2.4 [#572](https://github.com/serverless-heaven/serverless-webpack/pull/572) + * Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript [#573](https://github.com/serverless-heaven/serverless-webpack/pull/573) + * Bump extend from 3.0.1 to 3.0.2 in /examples/babel [#574](https://github.com/serverless-heaven/serverless-webpack/pull/574) + * Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel [#575](https://github.com/serverless-heaven/serverless-webpack/pull/575) + * Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel [#576](https://github.com/serverless-heaven/serverless-webpack/pull/576) + * Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel [#577](https://github.com/serverless-heaven/serverless-webpack/pull/577) + * Bump debug from 2.6.8 to 2.6.9 in /examples/babel [#578](https://github.com/serverless-heaven/serverless-webpack/pull/578) * 5.3.1 * Fixed bug that prevented to use handlers using import [#505][link-505] @@ -133,7 +143,7 @@ * Support individual packaging of the functions in a service [#120][link-120] * Allow setting stdio max buffers for NPM operations [#185][link-185] * Support bundling of node modules via node-externals whitelist [#186][link-186] - * Removed the `webpack serve` command in favor of [`serverless-offline`][link-serverless-offline] [#152][link-152] + * Removed the `webpack serve` command in favor of [`serverless-offline`](https://www.npmjs.com/package/serverless-offline) [#152][link-152] * Updated examples [#179][link-179] * Added missing unit tests to improve code stability * Fixed unit tests to run on Windows [#145][link-145] @@ -160,3 +170,123 @@ * Support `serverless offline start` invocation [#131][link-131] * Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144] * Print Webpack stats on recompile [#127][link-127] + +[comment]: # (Referenced issues) + +[link-135]: https://github.com/serverless-heaven/serverless-webpack/issues/135 + +[link-83]: https://github.com/serverless-heaven/serverless-webpack/pull/83 +[link-88]: https://github.com/serverless-heaven/serverless-webpack/pull/88 +[link-127]: https://github.com/serverless-heaven/serverless-webpack/pull/127 +[link-131]: https://github.com/serverless-heaven/serverless-webpack/pull/131 +[link-132]: https://github.com/serverless-heaven/serverless-webpack/pull/132 +[link-140]: https://github.com/serverless-heaven/serverless-webpack/pull/140 +[link-141]: https://github.com/serverless-heaven/serverless-webpack/issues/141 +[link-144]: https://github.com/serverless-heaven/serverless-webpack/issues/144 + +[link-11]: https://github.com/serverless-heaven/serverless-webpack/issues/11 +[link-107]: https://github.com/serverless-heaven/serverless-webpack/issues/107 +[link-129]: https://github.com/serverless-heaven/serverless-webpack/pull/129 +[link-154]: https://github.com/serverless-heaven/serverless-webpack/issues/154 +[link-159]: https://github.com/serverless-heaven/serverless-webpack/issues/159 + +[link-158]: https://github.com/serverless-heaven/serverless-webpack/issues/158 +[link-165]: https://github.com/serverless-heaven/serverless-webpack/issues/165 + +[link-193]: https://github.com/serverless-heaven/serverless-webpack/issues/193 + +[link-116]: https://github.com/serverless-heaven/serverless-webpack/issues/116 +[link-117]: https://github.com/serverless-heaven/serverless-webpack/issues/117 +[link-120]: https://github.com/serverless-heaven/serverless-webpack/issues/120 +[link-145]: https://github.com/serverless-heaven/serverless-webpack/issues/145 +[link-151]: https://github.com/serverless-heaven/serverless-webpack/issues/151 +[link-152]: https://github.com/serverless-heaven/serverless-webpack/issues/152 +[link-173]: https://github.com/serverless-heaven/serverless-webpack/issues/173 +[link-179]: https://github.com/serverless-heaven/serverless-webpack/pull/179 +[link-185]: https://github.com/serverless-heaven/serverless-webpack/pull/185 +[link-186]: https://github.com/serverless-heaven/serverless-webpack/pull/186 + +[link-202]: https://github.com/serverless-heaven/serverless-webpack/issues/202 + +[link-215]: https://github.com/serverless-heaven/serverless-webpack/issues/215 +[link-217]: https://github.com/serverless-heaven/serverless-webpack/issues/217 +[link-221]: https://github.com/serverless-heaven/serverless-webpack/pull/221 +[link-223]: https://github.com/serverless-heaven/serverless-webpack/issues/223 +[link-227]: https://github.com/serverless-heaven/serverless-webpack/pull/227 +[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234 + +[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245 + +[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251 + +[link-126]: https://github.com/serverless-heaven/serverless-webpack/issues/126 +[link-247]: https://github.com/serverless-heaven/serverless-webpack/issues/247 +[link-250]: https://github.com/serverless-heaven/serverless-webpack/issues/250 +[link-254]: https://github.com/serverless-heaven/serverless-webpack/pull/254 +[link-260]: https://github.com/serverless-heaven/serverless-webpack/issues/260 +[link-264]: https://github.com/serverless-heaven/serverless-webpack/pull/264 +[link-265]: https://github.com/serverless-heaven/serverless-webpack/pull/265 + +[link-272]: https://github.com/serverless-heaven/serverless-webpack/issues/272 +[link-278]: https://github.com/serverless-heaven/serverless-webpack/pull/278 +[link-279]: https://github.com/serverless-heaven/serverless-webpack/issues/279 +[link-276]: https://github.com/serverless-heaven/serverless-webpack/issues/276 +[link-269]: https://github.com/serverless-heaven/serverless-webpack/issues/269 + +[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263 + +[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286 + +[link-315]: https://github.com/serverless-heaven/serverless-webpack/issues/315 +[link-316]: https://github.com/serverless-heaven/serverless-webpack/issues/316 +[link-253]: https://github.com/serverless-heaven/serverless-webpack/issues/253 +[link-317]: https://github.com/serverless-heaven/serverless-webpack/pull/317 +[link-321]: https://github.com/serverless-heaven/serverless-webpack/pull/321 + +[link-313]: https://github.com/serverless-heaven/serverless-webpack/pull/313 +[link-326]: https://github.com/serverless-heaven/serverless-webpack/pull/326 +[link-329]: https://github.com/serverless-heaven/serverless-webpack/issues/329 + +[link-232]: https://github.com/serverless-heaven/serverless-webpack/issues/232 +[link-331]: https://github.com/serverless-heaven/serverless-webpack/issues/331 +[link-328]: https://github.com/serverless-heaven/serverless-webpack/pull/328 +[link-336]: https://github.com/serverless-heaven/serverless-webpack/pull/336 +[link-337]: https://github.com/serverless-heaven/serverless-webpack/pull/337 + +[link-275]: https://github.com/serverless-heaven/serverless-webpack/issues/275 +[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286 +[link-341]: https://github.com/serverless-heaven/serverless-webpack/issues/341 +[link-342]: https://github.com/serverless-heaven/serverless-webpack/issues/342 +[link-343]: https://github.com/serverless-heaven/serverless-webpack/issues/343 + +[link-349]: https://github.com/serverless-heaven/serverless-webpack/issues/349 +[link-354]: https://github.com/serverless-heaven/serverless-webpack/pull/354 +[link-355]: https://github.com/serverless-heaven/serverless-webpack/pull/355 + +[link-309]: https://github.com/serverless-heaven/serverless-webpack/issues/309 +[link-365]: https://github.com/serverless-heaven/serverless-webpack/pull/365 +[link-373]: https://github.com/serverless-heaven/serverless-webpack/pull/373 + +[link-370]: https://github.com/serverless-heaven/serverless-webpack/issues/370 + +[link-379]: https://github.com/serverless-heaven/serverless-webpack/issues/379 +[link-382]: https://github.com/serverless-heaven/serverless-webpack/pull/382 +[link-384]: https://github.com/serverless-heaven/serverless-webpack/pull/384 + +[link-393]: https://github.com/serverless-heaven/serverless-webpack/issues/393 +[link-412]: https://github.com/serverless-heaven/serverless-webpack/issues/412 +[link-418]: https://github.com/serverless-heaven/serverless-webpack/issues/418 + +[link-453]: https://github.com/serverless-heaven/serverless-webpack/issues/453 +[link-467]: https://github.com/serverless-heaven/serverless-webpack/issues/467 +[link-449]: https://github.com/serverless-heaven/serverless-webpack/issues/449 +[link-465]: https://github.com/serverless-heaven/serverless-webpack/issues/465 +[link-480]: https://github.com/serverless-heaven/serverless-webpack/issues/480 +[link-429]: https://github.com/serverless-heaven/serverless-webpack/pull/429 +[link-433]: https://github.com/serverless-heaven/serverless-webpack/issues/433 +[link-471]: https://github.com/serverless-heaven/serverless-webpack/issues/471 +[link-472]: https://github.com/serverless-heaven/serverless-webpack/pull/472 + +[link-505]: https://github.com/serverless-heaven/serverless-webpack/issues/505 +[link-499]: https://github.com/serverless-heaven/serverless-webpack/issues/499 +[link-496]: https://github.com/serverless-heaven/serverless-webpack/pull/496 diff --git a/README.md b/README.md index 899c9837a..8ba96577d 100644 --- a/README.md +++ b/README.md @@ -305,17 +305,17 @@ custom: #### Runtime dependencies If a runtime dependency is detected that is found in the `devDependencies` section and -so would not be packaged, the plugin will error until you explicitly exclude it (see `forceExclude` below) +so would not be packaged, the plugin will error until you explicitly exclude it (see `forceExclude` below) or move it to the `dependencies` section. #### AWS-SDK An exception for the runtime dependency error is the AWS-SDK. All projects using the AWS-SDK normally -have it listed in `devDependencies` because AWS provides it already in their Lambda environment. In this case +have it listed in `devDependencies` because AWS provides it already in their Lambda environment. In this case the aws-sdk is automatically excluded and only an informational message is printed (in `--verbose` mode). The main reason for the warning is, that silently ignoring anything contradicts the declarative nature -of Serverless' service definition. So the correct way to define the handling for the aws-sdk is, as +of Serverless' service definition. So the correct way to define the handling for the aws-sdk is, as you would do for all other excluded modules (see `forceExclude` below). ```yaml @@ -342,7 +342,7 @@ custom: ``` You should select the packager, that you use to develop your projects, because only -then locked versions will be handled correctly, i.e. the plugin uses the generated +then locked versions will be handled correctly, i.e. the plugin uses the generated (and usually committed) package lock file that is created by your favorite packager. Each packager might support specific options that can be set in the `packagerOptions` @@ -375,7 +375,7 @@ You can specify custom scripts that are executed after the installation of the f has been finished. These are standard packager scripts as they can be used in any `package.json`. Warning: The use cases for them are very rare and specific and you should investigate first, -if your use case can be covered with webpack plugins first. They should never access files +if your use case can be covered with webpack plugins first. They should never access files outside of their current working directory which is the compiled function folder, if any. A valid use case would be to start anything available as binary from `node_modules`. @@ -751,7 +751,7 @@ plugin when running a command or invoked by a hook. ## Thanks -Special thanks go to the initial author of serverless-webpack, Nicola Peduzzi (https://github.com/thenikso), who allowed +Special thanks go to the initial author of serverless-webpack, [Nicola Peduzzi](https://github.com/thenikso), who allowed me to take it over and continue working on the project. That helped to revive it and lead it to new horizons. ## Release Notes @@ -765,7 +765,7 @@ See [CHANGELOG.md](./CHANGELOG.md) [ico-coverage]: https://coveralls.io/repos/github/serverless-heaven/serverless-webpack/badge.svg?branch=master [ico-contributors]: https://img.shields.io/github/contributors/serverless-heaven/serverless-webpack.svg -[link-serverless]: http://www.serverless.com/ +[link-serverless]: https://www.serverless.com/ [link-license]: ./blob/master/LICENSE [link-npm]: https://www.npmjs.com/package/serverless-webpack [link-build]: https://travis-ci.org/serverless-heaven/serverless-webpack @@ -786,123 +786,3 @@ See [CHANGELOG.md](./CHANGELOG.md) [link-serverless-dynamodb-local]: https://www.npmjs.com/package/serverless-dynamodb-local [link-step-functions-offline]: https://www.npmjs.com/package/serverless-step-functions-offline [ico-step-functions-offline]: https://img.shields.io/npm/v/serverless-step-functions-offline.svg - -[comment]: # (Referenced issues) - -[link-135]: https://github.com/serverless-heaven/serverless-webpack/issues/135 - -[link-83]: https://github.com/serverless-heaven/serverless-webpack/pull/83 -[link-88]: https://github.com/serverless-heaven/serverless-webpack/pull/88 -[link-127]: https://github.com/serverless-heaven/serverless-webpack/pull/127 -[link-131]: https://github.com/serverless-heaven/serverless-webpack/pull/131 -[link-132]: https://github.com/serverless-heaven/serverless-webpack/pull/132 -[link-140]: https://github.com/serverless-heaven/serverless-webpack/pull/140 -[link-141]: https://github.com/serverless-heaven/serverless-webpack/issues/141 -[link-144]: https://github.com/serverless-heaven/serverless-webpack/issues/144 - -[link-11]: https://github.com/serverless-heaven/serverless-webpack/issues/11 -[link-107]: https://github.com/serverless-heaven/serverless-webpack/issues/107 -[link-129]: https://github.com/serverless-heaven/serverless-webpack/pull/129 -[link-154]: https://github.com/serverless-heaven/serverless-webpack/issues/154 -[link-159]: https://github.com/serverless-heaven/serverless-webpack/issues/159 - -[link-158]: https://github.com/serverless-heaven/serverless-webpack/issues/158 -[link-165]: https://github.com/serverless-heaven/serverless-webpack/issues/165 - -[link-193]: https://github.com/serverless-heaven/serverless-webpack/issues/193 - -[link-116]: https://github.com/serverless-heaven/serverless-webpack/issues/116 -[link-117]: https://github.com/serverless-heaven/serverless-webpack/issues/117 -[link-120]: https://github.com/serverless-heaven/serverless-webpack/issues/120 -[link-145]: https://github.com/serverless-heaven/serverless-webpack/issues/145 -[link-151]: https://github.com/serverless-heaven/serverless-webpack/issues/151 -[link-152]: https://github.com/serverless-heaven/serverless-webpack/issues/152 -[link-173]: https://github.com/serverless-heaven/serverless-webpack/issues/173 -[link-179]: https://github.com/serverless-heaven/serverless-webpack/pull/179 -[link-185]: https://github.com/serverless-heaven/serverless-webpack/pull/185 -[link-186]: https://github.com/serverless-heaven/serverless-webpack/pull/186 - -[link-202]: https://github.com/serverless-heaven/serverless-webpack/issues/202 - -[link-215]: https://github.com/serverless-heaven/serverless-webpack/issues/215 -[link-217]: https://github.com/serverless-heaven/serverless-webpack/issues/217 -[link-221]: https://github.com/serverless-heaven/serverless-webpack/pull/221 -[link-223]: https://github.com/serverless-heaven/serverless-webpack/issues/223 -[link-227]: https://github.com/serverless-heaven/serverless-webpack/pull/227 -[link-234]: https://github.com/serverless-heaven/serverless-webpack/pull/234 - -[link-245]: https://github.com/serverless-heaven/serverless-webpack/issues/245 - -[link-251]: https://github.com/serverless-heaven/serverless-webpack/issues/251 - -[link-126]: https://github.com/serverless-heaven/serverless-webpack/issues/126 -[link-247]: https://github.com/serverless-heaven/serverless-webpack/issues/247 -[link-250]: https://github.com/serverless-heaven/serverless-webpack/issues/250 -[link-254]: https://github.com/serverless-heaven/serverless-webpack/pull/254 -[link-260]: https://github.com/serverless-heaven/serverless-webpack/issues/260 -[link-264]: https://github.com/serverless-heaven/serverless-webpack/pull/264 -[link-265]: https://github.com/serverless-heaven/serverless-webpack/pull/265 - -[link-272]: https://github.com/serverless-heaven/serverless-webpack/issues/272 -[link-278]: https://github.com/serverless-heaven/serverless-webpack/pull/278 -[link-279]: https://github.com/serverless-heaven/serverless-webpack/issues/279 -[link-276]: https://github.com/serverless-heaven/serverless-webpack/issues/276 -[link-269]: https://github.com/serverless-heaven/serverless-webpack/issues/269 - -[link-263]: https://github.com/serverless-heaven/serverless-webpack/issues/263 - -[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286 - -[link-315]: https://github.com/serverless-heaven/serverless-webpack/issues/315 -[link-316]: https://github.com/serverless-heaven/serverless-webpack/issues/316 -[link-253]: https://github.com/serverless-heaven/serverless-webpack/issues/253 -[link-317]: https://github.com/serverless-heaven/serverless-webpack/pull/317 -[link-321]: https://github.com/serverless-heaven/serverless-webpack/pull/321 - -[link-313]: https://github.com/serverless-heaven/serverless-webpack/pull/313 -[link-326]: https://github.com/serverless-heaven/serverless-webpack/pull/326 -[link-329]: https://github.com/serverless-heaven/serverless-webpack/issues/329 - -[link-232]: https://github.com/serverless-heaven/serverless-webpack/issues/232 -[link-331]: https://github.com/serverless-heaven/serverless-webpack/issues/331 -[link-328]: https://github.com/serverless-heaven/serverless-webpack/pull/328 -[link-336]: https://github.com/serverless-heaven/serverless-webpack/pull/336 -[link-337]: https://github.com/serverless-heaven/serverless-webpack/pull/337 - -[link-275]: https://github.com/serverless-heaven/serverless-webpack/issues/275 -[link-286]: https://github.com/serverless-heaven/serverless-webpack/issues/286 -[link-341]: https://github.com/serverless-heaven/serverless-webpack/issues/341 -[link-342]: https://github.com/serverless-heaven/serverless-webpack/issues/342 -[link-343]: https://github.com/serverless-heaven/serverless-webpack/issues/343 - -[link-349]: https://github.com/serverless-heaven/serverless-webpack/issues/349 -[link-354]: https://github.com/serverless-heaven/serverless-webpack/pull/354 -[link-355]: https://github.com/serverless-heaven/serverless-webpack/pull/355 - -[link-309]: https://github.com/serverless-heaven/serverless-webpack/issues/309 -[link-365]: https://github.com/serverless-heaven/serverless-webpack/pull/365 -[link-373]: https://github.com/serverless-heaven/serverless-webpack/pull/373 - -[link-370]: https://github.com/serverless-heaven/serverless-webpack/issues/370 - -[link-379]: https://github.com/serverless-heaven/serverless-webpack/issues/379 -[link-382]: https://github.com/serverless-heaven/serverless-webpack/pull/382 -[link-384]: https://github.com/serverless-heaven/serverless-webpack/pull/384 - -[link-393]: https://github.com/serverless-heaven/serverless-webpack/issues/393 -[link-412]: https://github.com/serverless-heaven/serverless-webpack/issues/412 -[link-418]: https://github.com/serverless-heaven/serverless-webpack/issues/418 - -[link-453]: https://github.com/serverless-heaven/serverless-webpack/issues/453 -[link-467]: https://github.com/serverless-heaven/serverless-webpack/issues/467 -[link-449]: https://github.com/serverless-heaven/serverless-webpack/issues/449 -[link-465]: https://github.com/serverless-heaven/serverless-webpack/issues/465 -[link-480]: https://github.com/serverless-heaven/serverless-webpack/issues/480 -[link-429]: https://github.com/serverless-heaven/serverless-webpack/pull/429 -[link-433]: https://github.com/serverless-heaven/serverless-webpack/issues/433 -[link-471]: https://github.com/serverless-heaven/serverless-webpack/issues/471 -[link-472]: https://github.com/serverless-heaven/serverless-webpack/pull/472 - -[link-505]: https://github.com/serverless-heaven/serverless-webpack/issues/505 -[link-499]: https://github.com/serverless-heaven/serverless-webpack/issues/499 -[link-496]: https://github.com/serverless-heaven/serverless-webpack/pull/496 diff --git a/examples/babel-multiple-statically-entries/yarn.lock b/examples/babel-multiple-statically-entries/yarn.lock index 6d6d12641..4b13abf00 100644 --- a/examples/babel-multiple-statically-entries/yarn.lock +++ b/examples/babel-multiple-statically-entries/yarn.lock @@ -4557,6 +4557,18 @@ into-stream@^3.1.0: from2 "^2.1.1" p-is-promise "^1.1.0" +inherits@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + +ini@~1.3.0: + version "1.3.4" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" + +interpret@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.0.3.tgz#cbc35c62eeee73f19ab7b10a801511401afc0f90" + invariant@^2.2.2, invariant@^2.2.4: version "2.2.4" resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" @@ -5277,7 +5289,11 @@ lodash.union@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= -lodash@4.17.x, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19: +lodash@^4.14.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.2.0: + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + +lodash@^4.17.14, lodash@^4.17.19: version "4.17.19" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== diff --git a/examples/include-external-npm-packages/yarn.lock b/examples/include-external-npm-packages/yarn.lock index 158686a44..f6cc315d1 100644 --- a/examples/include-external-npm-packages/yarn.lock +++ b/examples/include-external-npm-packages/yarn.lock @@ -1999,6 +1999,10 @@ inherits@2.0.3: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= +inherits@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + ini@^1.3.5, ini@~1.3.0: version "1.3.5" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" @@ -2500,6 +2504,10 @@ lodash.union@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= +lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.14, lodash@^4.17.15: + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + lodash@^4.17.14, lodash@^4.17.19: version "4.17.19" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" diff --git a/examples/multiple-statically-entries/yarn.lock b/examples/multiple-statically-entries/yarn.lock index 2a21bd98a..30c048734 100644 --- a/examples/multiple-statically-entries/yarn.lock +++ b/examples/multiple-statically-entries/yarn.lock @@ -825,6 +825,10 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + buffer-xor@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" @@ -852,6 +856,10 @@ builtin-modules@^3.0.0: resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484" integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw== +builtin-modules@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484" + builtin-status-codes@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" diff --git a/examples/typescript/yarn.lock b/examples/typescript/yarn.lock index 20f51ed9a..c1e1149aa 100644 --- a/examples/typescript/yarn.lock +++ b/examples/typescript/yarn.lock @@ -5455,6 +5455,11 @@ long-timeout@0.1.1: resolved "https://registry.yarnpkg.com/long-timeout/-/long-timeout-0.1.1.tgz#9721d788b47e0bcb5a24c2e2bee1a0da55dab514" integrity sha1-lyHXiLR+C8taJMLivuGg2lXatRQ= +lodash@4.17.x, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0: + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== + long@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"