probot / example-azure-function

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

build(deps-dev): bump @azure/functions from 1.2.3 to 2.0.0 #34

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @azure/functions from 1.2.3 to 2.0.0.

Release notes

Sourced from @​azure/functions's releases.

Azure Functions NodeJs Worker 2.0.0

  • Introduces "v1WorkerBehavior" flag which reverts everything "[Breaking]"
    • This can be enabled with the app setting FUNCTIONS_V2_COMPATIBILITY_MODE=true
      • "V2 compatability" refers to Azure Functions V2 and Node.js Worker 1.x
      • WARNING: This setting has a negative impact on performance. We recommend that you make your code compatible instead.
      • WARNING: This setting will be deprecated when Azure Functions V2 is deprecated (not planned any time soon)
  • [Breaking] Support Node.js 10, 12 (except when running with v1WorkerBehavior)
  • [Breaking] Does not duplicate http payload in context.bindingData
  • [Breaking] Fixes #228 (handles http output correctly on context.(null, { body: "hello" });
  • [Breaking] Fix camelCase of timer trigger object: #188
  • [Breaking] Fix type conversion of code like return { outputBinding: info, outputBinding2: info };: #232
  • [Breaking] Consume "TypedDataCollection" #262

Type Definitions 2.0.0

No new changes since v2.0.0-beta.0

Type Definitions 2.0.0-beta.0

  • Added Timer type (#427)
  • Added RetryContext to ExecutionContext (#373)
  • Removed | undefined from HttpRequestHeaders, HttpRequestQuery, and HttpRequestParams. Use noUncheckedIndexedAccess to replicate the previous behavior (#381)

NOTE: See #428 for more information on versioning

Commits
Maintainer changes

This version was pushed to npm by erijiz, a new releaser for @​azure/functions since your current version.


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.11 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: