Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Performed the following updates:

  • Updated FSharp.SystemTextJson from 1.3.13 to 1.4.36
  • Updated Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1
  • Updated System.Text.Json from 8.0.6 to 9.0.7
  • Updated xunit.runner.visualstudio from 3.0.2 to 3.1.3

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps FSharp.SystemTextJson from 1.3.13 to 1.4.36
Bumps Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1
Bumps System.Text.Json from 8.0.6 to 9.0.7
Bumps xunit.runner.visualstudio from 3.0.2 to 3.1.3

---
updated-dependencies:
- dependency-name: FSharp.SystemTextJson
  dependency-version: 1.4.36
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Text.Json
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 21, 2025
@64J0 64J0 requested a review from Copilot July 22, 2025 12:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates several NuGet package dependencies to their latest versions, including core JSON handling libraries and testing tools. The changes also normalize quote usage in MSBuild configuration files.

  • Updated FSharp.SystemTextJson and System.Text.Json to newer major versions (1.3.x → 1.4.x and 8.0.x → 9.0.x respectively)
  • Updated testing dependencies Microsoft.NET.Test.Sdk and xunit.runner.visualstudio to latest versions
  • Standardized quote character usage in MSBuild analyzer configuration

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/Giraffe/Giraffe.fsproj Updates core JSON serialization dependencies to newer major versions
tests/Giraffe.Tests/Giraffe.Tests.fsproj Updates test framework dependencies to latest versions
Directory.Build.targets Normalizes quote characters in F# analyzer configuration

<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="3.0.*" />
<PackageReference Include="System.Text.Json" Version="8.0.*" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.*" />
<PackageReference Include="System.Text.Json" Version="9.0.7" />
Copy link

Copilot AI Jul 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating System.Text.Json from 8.0.* to 9.0.7 represents a major version change that could introduce breaking changes. Consider verifying that all existing JSON serialization behavior remains compatible, especially around null handling, property naming policies, and custom converters.

Suggested change
<PackageReference Include="System.Text.Json" Version="9.0.7" />
<PackageReference Include="System.Text.Json" Version="8.0.*" />

Copilot uses AI. Check for mistakes.
<PackageReference Include="System.Text.Json" Version="8.0.*" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.*" />
<PackageReference Include="System.Text.Json" Version="9.0.7" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.4.36" />
Copy link

Copilot AI Jul 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The FSharp.SystemTextJson update from 1.3.* to 1.4.36 should be tested for compatibility with the new System.Text.Json 9.0.7. Major version updates in both packages simultaneously could compound potential breaking changes in F# record and union type serialization.

Suggested change
<PackageReference Include="FSharp.SystemTextJson" Version="1.4.36" />
<PackageReference Include="FSharp.SystemTextJson" Version="1.3.*" />

Copilot uses AI. Check for mistakes.
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #668.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/nuget/multi-9ae4e4b77e branch August 5, 2025 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant