Gomah / prisma-serverless

Prisma (Nexus) + Typescript + AWS Serverless Lambda = :fireworks:
https://q94zymp1ig.execute-api.ap-southeast-2.amazonaws.com/production
MIT License
117 stars 12 forks source link

chore(deps-dev): bump serverless-webpack from 5.4.2 to 5.5.0 #814

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps serverless-webpack from 5.4.2 to 5.5.0.

Release notes

Sourced from serverless-webpack's releases.

5.5.0

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

... (truncated)

Changelog

Sourced from serverless-webpack's changelog.

#689: serverless-heaven/serverless-webpack#689 #813: serverless-heaven/serverless-webpack#813 #770: serverless-heaven/serverless-webpack#770 #723: serverless-heaven/serverless-webpack#723 #550: serverless-heaven/serverless-webpack#550

Commits
  • 912134a Merge pull request #817 from serverless-heaven/realease/5.5.0
  • d330a94 Update dependabot requirement
  • 5e32192 Prepare release 5.5.0
  • 852851c Merge pull request #821 from serverless-heaven/dependabot/npm_and_yarn/eslint...
  • 9cd83e6 Bump eslint from 7.25.0 to 7.26.0
  • d915a1a Merge pull request #820 from serverless-heaven/dependabot/npm_and_yarn/mocha-...
  • 18df1a6 Bump mocha from 8.3.2 to 8.4.0
  • c235542 Merge pull request #818 from serverless-heaven/dependabot/npm_and_yarn/pretti...
  • 0b9f06a Bump prettier from 2.2.1 to 2.3.0
  • e1420dd Merge pull request #816 from serverless-heaven/dependabot/npm_and_yarn/glob-7...
  • Additional commits viewable in compare view


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)