Skip to content

Commit 1a6db9e

Browse files
Update dependency Giraffe to v7 (#1988)
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 | major | `4.1.0` -> `7.0.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>giraffe-fsharp/Giraffe (Giraffe)</summary> ### [`v7.0.2`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#702---2024-10-16) Combination of the tags: - [7.0.2-alpha-001](https://redirect.github.com/giraffe-fsharp/Giraffe/releases/tag/v7.0.2-alpha-001) - [7.0.2-alpha-002](https://redirect.github.com/giraffe-fsharp/Giraffe/releases/tag/v7.0.2-alpha-002) ### [`v7.0.1`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#701---2024-08-27) - [Add F# Analyzers](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/603) - Credits [@&#8203;1eyewonder](https://redirect.github.com/1eyewonder) - [Add F# compatible json serializer](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/609) - Credits [@&#8203;fpellet](https://redirect.github.com/fpellet) - Add F# compatible json serializer with `FSharp.SystemTextJson`: `Json.FsharpFriendlySerializer` - [Update .vscode samples debug configuration](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/610) - Credits [@&#8203;64J0](https://redirect.github.com/64J0) ### [`v7.0.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#700---2024-07-15) Combination of the tags: - [6.4.1-alpha-1](https://redirect.github.com/giraffe-fsharp/Giraffe/releases/tag/v6.4.1-alpha-1) - [6.4.1-alpha-2](https://redirect.github.com/giraffe-fsharp/Giraffe/releases/tag/v6.4.1-alpha-2) - [6.4.1-alpha-3](https://redirect.github.com/giraffe-fsharp/Giraffe/releases/tag/v6.4.1-alpha-3) - [7.0.0-alpha-001](https://redirect.github.com/giraffe-fsharp/Giraffe/releases/tag/v7.0.0-alpha-001) ### [`v6.4.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#640---2024-04-12) - [Upgrade to .NET 8](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/527) - Credits [@&#8203;Banashek](https://redirect.github.com/Banashek) [@&#8203;fpellet](https://redirect.github.com/fpellet) - [Improve CI by updating actions version and avoid concurrent jobs for the same PR](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/582) - Credits [@&#8203;64J0](https://redirect.github.com/64J0) - [Add Fantomas validation to CI](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/587) - Credits [@&#8203;64J0](https://redirect.github.com/64J0) ### [`v6.3.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#630---2024-03-01) - Same as 6.3.0 ### [`v6.2.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#620---2023-07-06) - [remove Utf8Json support](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/543) - Credits [@&#8203;jcmrva](https://redirect.github.com/jcmrva) ### [`v6.1.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#610---2023-07-05) - [Updating github workflow file to use nuget-acceptable version numbers for packaging](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/517) - Credits [@&#8203;Banashek](https://redirect.github.com/Banashek) - [Updating mimetype accept header parsing to use builtin aspnet parse/methods](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/516) - Credits [@&#8203;Banashek](https://redirect.github.com/Banashek) - [Make recyclableMemoryStreamManager internal](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/514) - Credits [@&#8203;kerams](https://redirect.github.com/kerams) - [Upgrade to .NET 7](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/527) - Credits [@&#8203;epoyraz](https://redirect.github.com/epoyraz) - [Documentation: Add another tutorial video to README](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/533) - Credits [@&#8203;SIRHAMY](https://redirect.github.com/SIRHAMY) - [Fixed Slack invite link](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/531) - Credits [@&#8203;anpin](https://redirect.github.com/anpin) - [RFC-compliant Content-Length handling for 1xx, 204 and 205 responses and CONNECT requests](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/541) - Credits [@&#8203;retendo](https://redirect.github.com/retendo) - [Fix spelling in docs for BindJsonAsync and BindXmlAsync](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/539) - Credits [@&#8203;onpikono](https://redirect.github.com/onpikono) - [Restore 6.0 as TFM](https://redirect.github.com/giraffe-fsharp/Giraffe/pull/542) - Credits [@&#8203;TheAngryByrd](https://redirect.github.com/TheAngryByrd) ### [`v6.0.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#600) - Same as 6.0.0-alpha-2 ### [`v5.0.0`](https://redirect.github.com/giraffe-fsharp/Giraffe/blob/HEAD/RELEASE_NOTES.md#500) Stable release of latest 5.0.0 RC with additional XML comment fixes to comply with latest F# compiler services. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am every weekday" (UTC), 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>
1 parent 0277cb8 commit 1a6db9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-fs-lambda-webserver/LambdaWebServer/LambdaWebServer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.AspNetCore" Version="2.3.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.3.0" />
14-
<PackageReference Include="Giraffe" Version="4.1.0" />
14+
<PackageReference Include="Giraffe" Version="7.0.2" />
1515
<PackageReference Include="Amazon.Lambda.AspNetCoreServer" Version="4.1" />
1616
</ItemGroup>
1717
<ItemGroup>

0 commit comments

Comments
 (0)