Skip to content

Commit

Permalink
chore(deps): update dependency microsoft.azure.functions.worker to v1…
Browse files Browse the repository at this point in the history
….21.0 (#365)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Microsoft.Azure.Functions.Worker](https://github.com/Azure/azure-functions-dotnet-worker)
| `1.20.0` -> `1.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Azure.Functions.Worker/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.Azure.Functions.Worker/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.Azure.Functions.Worker/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Azure.Functions.Worker/1.20.0/1.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Azure/azure-functions-dotnet-worker
(Microsoft.Azure.Functions.Worker)</summary>

###
[`v1.21.0`](https://github.com/Azure/azure-functions-dotnet-worker/blob/HEAD/release_notes.md#MicrosoftAzureFunctionsWorker-metapackage-1210)

[Compare
Source](https://github.com/Azure/azure-functions-dotnet-worker/compare/1.20.1...1.21.0)

-   Updating `Microsoft.Azure.Functions.Worker.Core` to 1.17.0
-   Updating `Microsoft.Azure.Functions.Worker.Grpc` to 1.16.0
-   Updating `Azure.Core` to 1.37.0

###
[`v1.20.1`](https://github.com/Azure/azure-functions-dotnet-worker/releases/tag/1.20.1):
Microsoft.Azure.Functions.Worker 1.20.1

[Compare
Source](https://github.com/Azure/azure-functions-dotnet-worker/compare/1.20.0...1.20.1)

#### What's Changed

##### Microsoft.Azure.Functions.Worker (metapackage) 1.20.1

-   Updated to `Microsoft.Azure.Functions.Worker.Core` 1.16.1

##### Microsoft.Azure.Functions.Worker.Core 1.16.1

- Populating parameter value for nullable types when input binding data
is missing the value for the parameter
([#&#8203;2155](https://github.com/Azure/azure-functions-dotnet-worker/issues/2155))
- Remove closure in DefaultFunctionExecutor
([#&#8203;2182](https://github.com/Azure/azure-functions-dotnet-worker/issues/2182))
(Thank you [@&#8203;danielmarbach](https://github.com/danielmarbach)
for this contribution!)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on
Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/digdir/dialogporten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 894644a commit e245874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<UserSecretsId>dd6841cd-1cfd-4f1c-a63e-edc687bff657</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.20.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.21.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1"/>
Expand Down

0 comments on commit e245874

Please sign in to comment.