dustinsgoodman / serverless-microservices-graphql-template

A Serverless Framework getting started template for building microservice architectures with a public GraphQL API using nx for monorepo support.
MIT License
11 stars 0 forks source link

build(deps-dev): bump serverless-esbuild from 1.33.0 to 1.37.1 #478

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps serverless-esbuild from 1.33.0 to 1.37.1.

Release notes

Sourced from serverless-esbuild's releases.

v1.37.1

1.37.1 (2023-01-19)

Bug Fixes

v1.37.0

1.37.0 (2023-01-06)

Features

  • adds noInstall option for Yarn packager (#421) (c1ddff3)

v1.36.0

1.36.0 (2023-01-06)

Features

  • add skipEsbuild option on a per function level (#423) (ec4aab9)

v1.35.3

1.35.3 (2023-01-01)

Bug Fixes

  • use execa for better child process errors capturing (#418) (da7474c)

v1.35.2

1.35.2 (2022-12-31)

Bug Fixes

  • attempt to fix pnpm install (bb7984f)
  • no frozen lock file for pnpm (e5c75c4)
  • pnpm was not bundling externals correctly (5bfaee0)

v1.35.1

1.35.1 (2022-12-30)

Bug Fixes

... (truncated)

Commits
  • 3f9279f fix: handle exclude patterns for functions (#428)
  • 67b518e docs: add chrishutchinson as a contributor for code (#425)
  • c1ddff3 feat: adds noInstall option for Yarn packager (#421)
  • aa932b6 docs: add koryhutchison as a contributor for code, and ideas (#424)
  • ec4aab9 feat: add skipEsbuild option on a per function level (#423)
  • d303546 docs: fix space in link
  • 599dbe1 docs: Update README.md
  • da7474c fix: use execa for better child process errors capturing (#418)
  • e5c75c4 fix: no frozen lock file for pnpm
  • bb7984f fix: attempt to fix pnpm install
  • 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.


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)
codecov[bot] commented 1 year ago

Codecov Report

Merging #478 (10ec216) into main (b5ed9cc) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #478   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines          117       117           
  Branches        11        11           
=========================================
  Hits           117       117           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.