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

chore(deps): update dependency serverless-webpack to v5.15.0 #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 4, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serverless-webpack 5.2.0 -> 5.15.0 age adoption passing confidence

Release Notes

serverless-heaven/serverless-webpack (serverless-webpack)

v5.15.0: 5.15.0

Compare Source

Main change

We've added support for Serverless v4 🎉

If you want to use Serverless v4 you must disable the default builtin ESBuild support in your serverless.yml (because it conflicts with serverless-webpack):

build:
  esbuild: false

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.14.2...v5.15.0

v5.14.2: 5.14.2

Compare Source

What's Changed

Meta stuff (examples, deps, etc.)

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.14.1...v5.14.2

v5.14.1: 5.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.14.0...v5.14.1

v5.14.0: 5.14.0

Compare Source

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.13.0...v5.14.0

v5.13.0: 5.13.0

Compare Source

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.12.0...v5.13.0

v5.12.0: 5.12.0

Compare Source

Main Changes

This adds a new config parameter for both NPM & Yarn: copyPackageSectionNames which list entries in your package.json to copy to the output package.json (for ESM output).

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.11.0...v5.12.0

v5.11.0: 5.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.10.0...v5.11.0

v5.10.0: 5.10.0

Compare Source

Main Changes

The lib is finally compatible with Yarn 2 (and above)! Thanks to @​jagonzalr (and others involved in #​642).
You need to define the option noNonInteractive to true in the packagerOptions in serverless.yml.

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.9.1...v5.10.0

v5.9.1: 5.9.1

Compare Source

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.9.0...v5.9.1

v5.9.0: 5.9.0

Compare Source

Main Changes

  1. Webpack entries can now be overridden via function option entrypoint in serverless.yml
  2. Fix a warning of undefined plugin CLI option --webpack-use-polling

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.8.0...v5.9.0

v5.8.0: 5.8.0

Compare Source

Main changes

  1. We have added a new CLI option --skip-build which has the same behavior of the previous removed CLI option --no-build. That option allows to run a function with an existing compiled output. (see https://github.com/serverless-heaven/serverless-webpack/pull/1190)

  2. We have also properly defined CLI options to remove all errors like Detected unrecognized CLI options when using Serverless > v1 (see https://github.com/serverless-heaven/serverless-webpack/pull/1187)

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.7.1...v5.8.0

v5.7.1: 5.7.1

Compare Source

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.7.0...v5.7.1

v5.7.0: 5.7.0

Compare Source

Main changes

  1. @​medikoo changed the output log when using Serverless v3, it's less verbose and more clean

    progress: Screenshot 2021-10-13 at 17 50 37

    success: Screenshot 2021-10-13 at 17 50 08

  2. We switch back to archiver instead of bestzip to ensure consistent artifact. The switch to bestzip was mostly for faster zip because it tend to use the native zip command instead of the one from Node.

  3. Support for NPM 8 was added by @​moroine

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.6.1...v5.7.0

v5.6.1: 5.6.1

Compare Source

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.6.0...v5.6.1

v5.6.0: 5.6.0

Compare Source

Detailed changes

  1. There is now a noInstall options in packagerOptions (for both NPM & Yarn) to skip deps installation during the Serverless package / deployment. If you enable that option, be sure packages are installed before.

    custom:
      webpack:
        packagerOptions:
          noInstall: true
  2. The --no-build CLI argument has been removed.
    You should now define it inside your Serverless configuration:

    custom:
      webpack:
        noBuild: true
  3. The --watch CLI argument has been improved and now works properly.

What's Changed

Full Changelog: serverless-heaven/serverless-webpack@v5.5.5...v5.6.0

v5.5.5: 5.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: serverless-heaven/serverless-webpack@v5.5.4...v5.5.5

v5.5.4: 5.5.4

Compare Source

This release include one fix (#​953) when using serverless-webpack with webpack >= 5.52.0

v5.5.3: 5.5.3

Compare Source

This release include one fix (#​944 thanks @​mostthingsweb) when using sls deploy function --function=function-name for a function defined without an explicit runtime (that bug were introduced in 5.5.2).

v5.5.2: 5.5.2

Compare Source

Here is a small release with few fixes.

v5.5.1: 5.5.1

Compare Source

Here is a small release with few fixes with one important improvement in memory usage when packaging function individually.

Thanks to contributors! 🤝

v5.5.0: 5.5.0

Compare Source

New features were added in that release 🎉

Again, thanks to contributors! 🤝

We added the ability to specify the node_modules relative dir

In #​689, thanks to @​ypxing

This'll help people using monorepo. You define this option like that:

### serverless.yml
custom:
  webpack:
    includeModules:
      nodeModulesRelativeDir: '../../' # relative path to current working directory.
Fix the spawn E2BIG error when zipping

In #​813, thanks to @​j0k3r

While fixing a bug when using the excludeRegex option a new one appear when we give a huge files list to the zip command. It crashed with the E2BIG error.
Now, if you define the excludeRegex option, we'll never use the zip command but the NodeJS way to create the zip to avoid that error. It'll be slower but it'll work.

Extends the --no-build option to serverless offline start

In #​770, #​649 & #​501, thanks to @​nponeccop, @​francisu & @​todda00

Extends the --no-build option to serverless offline start and serverless offline, allowing the ability to use previously compiled files from either a previous serverless offline start (when keeping output files) or from a direct serverless webpack

Add Serverless Container Support

In #​723, thanks to @​rogersgt

It adds support for Docker Images as Custom Runtimes. Check the doc about that: https://github.com/serverless-heaven/serverless-webpack#support-for-docker-images-as-custom-runtimes

Add support for Yarn network-concurrency option

In #​550, thanks @​cfroese

It adds the ability to specify the network-concurrency option when using Yarn as the packager.

### serverless.yml
custom:
  webpack:
    packager: 'yarn'
    packagerOptions:
      networkConcurrency: 1

Full changelog

  • Add ability to specify the node_modules relative dir #​689
  • Fix the spawn E2BIG error when zipping #​813
  • Extends the --no-build option to serverless offline start #​770
  • Add Serverless Container Support #​723
  • Add support for Yarn network-concurrency option #​550

v5.4.2: 5.4.2

Compare Source

Finally, some annoying bugs introduced in 5.4.0 are now fixed. Thanks to contributors! 🤝

The next release will be the 5.5.0 with some additional features ✨

v5.4.1: 5.4.1

Compare Source

Here is a small release with few fixes. Thanks to contributors! 🤝
There are still some bugs reported since 5.4.0 was released that we need to work on.

v5.4.0: 5.4.0

Compare Source

After a long silence, here the latest release ✌️
We have new options, new arguments and some optimizations 🚀

📚 The full changelog is available here. But here are some highlights:

New options:
  • noFrozenLockfile (boolean) under the packagerOptions for the Yarn packager allows you to not have an up to date yarn.lock. See #​687
  • excludeRegex (string) allows you to filter files that match the regex before adding to the zip. See #​612
  • serializedCompile (boolean) allows you to run each webpack buid one at a time to reduce memory usage. See #​517
  • allowCustomRuntime (boolean) added to the function level in your serverless.yml allows you force the packaging when you are using a nodejs custom runtime ONLY. See #​675
  • concurrency (integer) allow to set the concurrency (defaults to the number of available cores), only works when packing functions individually. See #​681
New arguments:
  • the --no-build used when deploying won't re-build everything if you already build it (using sls webpack for example). See #​560
Optimizations:
  • switched to bestzip instead of archiver to use natine zip command if it exists. See #​596
  • speed up cleanup process when removing .webpack folder. See #​462

v5.3.5: 5.3.5

Compare Source

v5.3.4: 5.3.4

Compare Source

Release Notes

  • Bump lodash from 4.17.15 to 4.17.19 #​597
  • Bump lodash from 4.17.15 to 4.17.19 in /examples/typescript #​598
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries #​599
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages #​600
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries #​601
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel #​603
  • Ignore more files from NPM #​609
  • Update all examples #​626

v5.3.3: 5.3.3

Compare Source

Release notes

  • 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

v5.3.2: 5.3.2

Compare Source

Release Notes

  • 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

v5.3.1: 5.3.1

Compare Source

Release notes

  • Fixed bug that prevented to use handlers using import #​505
  • Do not print empty lines in webpack stats #​499
  • Added git hooks to improved code quality and developer experience #​496

v5.3.0: 5.3.0

Compare Source

Release Notes

Special thanks to @​hassankhan and @​designfrontier for the help to get this release out 🥇


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 31c6b75 to 29e42e9 Compare June 19, 2019 11:58
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.3.0 chore(deps): update dependency serverless-webpack to v5.3.1 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 29e42e9 to 3736934 Compare May 7, 2020 16:02
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.3.1 chore(deps): update dependency serverless-webpack to v5.3.2 May 7, 2020
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 3736934 to 06ec290 Compare August 25, 2020 03:04
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.3.2 chore(deps): update dependency serverless-webpack to v5.3.4 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 06ec290 to 0f579f5 Compare October 27, 2020 11:02
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.3.4 chore(deps): update dependency serverless-webpack to v5.3.5 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 0f579f5 to 30b087a Compare April 26, 2021 16:17
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.3.5 chore(deps): update dependency serverless-webpack to v5.4.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 30b087a to 400b6e4 Compare May 9, 2021 23:33
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.4.1 chore(deps): update dependency serverless-webpack to v5.4.2 May 9, 2021
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 400b6e4 to 5d3adde Compare May 15, 2021 19:18
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.4.2 chore(deps): update dependency serverless-webpack to v5.5.0 May 15, 2021
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 5d3adde to d6437a0 Compare June 16, 2021 11:13
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.5.0 chore(deps): update dependency serverless-webpack to v5.5.1 Jun 16, 2021
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from d6437a0 to 53ef1e7 Compare October 18, 2021 18:05
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.5.1 chore(deps): update dependency serverless-webpack to v5.5.5 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 53ef1e7 to 8ad3f3f Compare March 7, 2022 13:45
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.5.5 chore(deps): update dependency serverless-webpack to v5.6.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 8ad3f3f to 09e7f28 Compare April 24, 2022 23:11
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.6.1 chore(deps): update dependency serverless-webpack to v5.7.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 09e7f28 to 4e8c3f3 Compare May 15, 2022 18:58
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.7.0 chore(deps): update dependency serverless-webpack to v5.7.1 May 15, 2022
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 4e8c3f3 to db844fd Compare September 25, 2022 18:03
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.7.1 chore(deps): update dependency serverless-webpack to v5.9.1 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from db844fd to cb71bba Compare November 20, 2022 19:30
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.9.1 chore(deps): update dependency serverless-webpack to v5.10.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from cb71bba to cdb38cc Compare March 18, 2023 10:10
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.10.0 chore(deps): update dependency serverless-webpack to v5.11.0 Mar 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.11.0 chore(deps): update dependency serverless-webpack to v5.12.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch 2 times, most recently from 1c56dfa to 1387332 Compare July 28, 2023 10:42
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.12.0 chore(deps): update dependency serverless-webpack to v5.13.0 Jul 28, 2023
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 1387332 to 3e0d848 Compare May 17, 2024 14:48
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.13.0 chore(deps): update dependency serverless-webpack to v5.14.0 May 17, 2024
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 3e0d848 to 1718c4d Compare June 18, 2024 10:09
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.14.0 chore(deps): update dependency serverless-webpack to v5.14.1 Jun 18, 2024
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 1718c4d to 0232a03 Compare September 6, 2024 15:37
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.14.1 chore(deps): update dependency serverless-webpack to v5.14.2 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 0232a03 to fb7d30a Compare October 23, 2024 11:37
@renovate renovate bot changed the title chore(deps): update dependency serverless-webpack to v5.14.2 chore(deps): update dependency serverless-webpack to v5.15.0 Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants