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.37.2 to 1.39.0 #514

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps serverless-esbuild from 1.37.2 to 1.39.0.

Release notes

Sourced from serverless-esbuild's releases.

v1.39.0

1.39.0 (2023-02-20)

Features

  • allow chokidar options to be overridden (e3597fe), closes #290

Bug Fixes

  • don't set the chokidar option awaitWriteFinish (d27ff5d)
  • merge custom options with default options deeply (1489525)

v1.38.0

1.38.0 (2023-02-17)

Features

  • Add support for both old and new ESBuild Incremental APIs (#432) (42c9325)

v1.37.3

1.37.3 (2023-01-26)

Bug Fixes

  • remove ! from exclusion pattern list for proper matching (#431) (8073a20)
Commits
  • 1489525 fix: merge custom options with default options deeply
  • d27ff5d fix: don't set the chokidar option awaitWriteFinish
  • e3597fe feat: allow chokidar options to be overridden
  • 1e9de51 docs: fix default values for pattern and ignore
  • 42c9325 feat: Add support for both old and new ESBuild Incremental APIs (#432)
  • 8073a20 fix: remove ! from exclusion pattern list for proper matching (#431)
  • See full diff 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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 1 year ago

Superseded by #526.