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 #42

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 7, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serverless-webpack 5.3.1 -> 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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 8a2afcc to b524873 Compare August 24, 2020 15:00
@renovate renovate bot changed the title Update dependency serverless-webpack to v5.3.2 Update dependency serverless-webpack to v5.3.3 Aug 24, 2020
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from b524873 to c6fae0c Compare October 25, 2020 23:58
@renovate renovate bot changed the title Update dependency serverless-webpack to v5.3.3 chore(deps): update dependency serverless-webpack to v5.3.5 Oct 25, 2020
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from c6fae0c to 69a4501 Compare April 26, 2021 15:08
@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 69a4501 to b2375d5 Compare May 9, 2021 21:11
@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 b2375d5 to b89f020 Compare May 15, 2021 19:34
@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 b89f020 to 5df1c69 Compare June 12, 2021 16:11
@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 12, 2021
@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 5df1c69 to 919ed1d Compare October 18, 2021 18:22
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 919ed1d to 9609ebc Compare March 7, 2022 16:41
@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 9609ebc to e10ab52 Compare April 24, 2022 19:08
@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 e10ab52 to 3c22840 Compare May 15, 2022 20:14
@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 3c22840 to e75a1b8 Compare September 25, 2022 19:31
@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 e75a1b8 to 0895e39 Compare November 20, 2022 18:44
@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 changed the title chore(deps): update dependency serverless-webpack to v5.10.0 chore(deps): update dependency serverless-webpack to v5.11.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 0895e39 to 5ce8901 Compare March 16, 2023 07:06
@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 from 5ce8901 to c5592fa Compare July 25, 2023 12:06
@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 c5592fa to 4c2e9fc Compare July 28, 2023 07:23
@renovate renovate bot force-pushed the renovate/serverless-webpack-5.x branch from 4c2e9fc to aa2b0ff Compare May 17, 2024 12:41
@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 aa2b0ff to 8f2e3c4 Compare June 18, 2024 09:26
@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 8f2e3c4 to ffabfc5 Compare September 6, 2024 17:21
@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 ffabfc5 to 06e3bc1 Compare October 23, 2024 14:36
@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