Skip to content

Commit

Permalink
Update dependency Giraffe to 4.1.0 (#1919)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Giraffe](https://redirect.github.com/giraffe-fsharp/giraffe)
([source](https://redirect.github.com/giraffe-fsharp/Giraffe)) | nuget |
minor | `4.0.1` -> `4.1.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>giraffe-fsharp/Giraffe (Giraffe)</summary>

###
[`v4.1.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#410)

-   Removed redundant dependencies
- Fixed model binding for arrays (see
[#&#8203;403](https://redirect.github.com/giraffe-fsharp/Giraffe/issues/403))
- Fixed pre-condition bug for the `If-Unmodified-Since` HTTP header (see
[#&#8203;402](https://redirect.github.com/giraffe-fsharp/Giraffe/issues/402))
-   Added `netcoreapp3.1` support

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).

🚦 **Automerge**: Enabled.

♻ **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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Feb 17, 2025
1 parent 641f0a2 commit 5714a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore" Version="2.3.0" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.3.0" />
<PackageReference Include="Giraffe" Version="4.0.1" />
<PackageReference Include="Giraffe" Version="4.1.0" />
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="4.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 5714a9f

Please sign in to comment.