probot / example-azure-function

Probot & Azure Functions example
ISC License
1 stars 11 forks source link

build(deps-dev): bump @azure/functions from 3.0.0 to 3.2.0 #47

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @azure/functions from 3.0.0 to 3.2.0.

Release notes

Sourced from @​azure/functions's releases.

Type Definitions 3.2.0

Added

  • Added a parseFormBody method to the HttpRequest that can be used to parse content of type "x-www-form-urlencoded" and "multipart/form-data" (#347)
  • Add interface for HTTP Response (#169)

Changed

  • Add deprecation flag for context.done. We have no plans to remove this method at this time, however we strongly recommend using async/await instead (#549)

Azure Functions Node.js Worker 3.2.0

  • Added a parseFormBody method to the HttpRequest that can be used to parse content of type "x-www-form-urlencoded" and "multipart/form-data" (#347)
  • Respect package.json "type" field when deciding if functions should be loaded as ESM or CommonJS (#531)

Type Definitions 3.1.0

  • Added a user property to the HttpRequest that contains an object representing the logged in user (#421)

Azure Functions Node.js Worker 3.1.0

  • Added a user property to the HttpRequest that contains an object representing the logged in user (#421)
  • Allow Node.js v17.x and v15.x to be used during local development (These versions are not officially supported) (#363)
  • Added debug-level logs to improve supportability in the following cases:
    • Worker received invocation request (#355)
    • Detected missing "package.json" file, which may affect cold start (#449)
Commits
  • 6ad4bfe Run npm audit fix (#559)
  • 9990efa Use system log category for errors after done (#555)
  • 6a38604 Switch to native JavaScript private fields (#557)
  • c97b2d6 Respect "type" property of package.json file (#552)
  • a18ab84 Add deprecation flag for context.done() (#549)
  • 9270da8 Refactor source code to use async/await instead of done (#547)
  • 28e93be Add interface for HTTP Respones in types package (#529)
  • eba7624 Move event stream setup out of WorkerChannel (#544)
  • bf2bddf Remove restriction on Node.js verison for esmodules (#546)
  • f96b3ef Refactor unit tests to prioritize async/await over context.done (#545)
  • 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)
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.1.16 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: