Skip to content

Bump the nuget-production-updates group with 33 updates#96

Merged
EvaTheSalmon merged 1 commit into
masterfrom
dependabot/nuget/dot-config/nuget-production-updates-2228142899
Apr 26, 2026
Merged

Bump the nuget-production-updates group with 33 updates#96
EvaTheSalmon merged 1 commit into
masterfrom
dependabot/nuget/dot-config/nuget-production-updates-2228142899

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Copy link
Copy Markdown
Contributor

Updated AngouriMath from 1.3.0 to 1.4.0.

Release notes

Sourced from AngouriMath's releases.

1.4.0

What's Changed

1.4.0-preview.7

What's Changed

Full Changelog: asc-community/AngouriMath@v1.4.0-preview.6...v1.4.0-preview.7

1.4.0-preview.6

What's Changed

Full Changelog: asc-community/AngouriMath@v1.4.0-preview.5...v1.4.0-preview.6

1.4.0-preview.5

What's Changed

Full Changelog: asc-community/AngouriMath@v1.4-preview.4...v1.4.0-preview.5

1.4.0-preview.4

What's Changed

New Contributors

Full Changelog: asc-community/AngouriMath@v1.4-preview.3...v1.4-preview.4

1.4.0-preview.3

Commits viewable in compare view.

Updated Antlr4.Runtime.Standard from 4.9.2 to 4.13.1.

Release notes

Sourced from Antlr4.Runtime.Standard's releases.

4.13.1

Pull requests grouped by target

csharp target

go target

java target

javascript target

swift target

dart target

Contributors

4.13.0

This is primarily change to the Go target itself and its release location, which has moved to https://github.com/antlr4-go/antlr. The code still lives and this repository, but for release purposes we've created a new organization and repository so that Go users can pull versions down according to the repository and label rules

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

... (truncated)

4.12.0

The 4.12.0 release is primarily about the new TypeScript target created by @​ericvergnaud. There are also a number of fixes to the various targets, as you can see from the descriptions below.

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

javascript target

4.11.1

Just fixes 4.11.0 release issue. I forgot to change runtime tool version so it didn't say SNAPSHOT.

4.11.0

4.11.0 consist primarily:

  • a major rebuild of the Go target by Jim Idle. Please see Go target doc for more information, as it now requires the go module stuff.
  • huge internal refractoring of testing and various target speed improvements by Ivan Kochurkin
  • Getting all targets to run on all operating systems using github actions by HS.

The details by type and target follow.

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

... (truncated)

4.10.1

Tiny update to fix build issue where java requirement for runtime was 11 not 1.8.

What's Changed

Full Changelog: antlr/antlr4@v4.10.0...4.10.1

4.10

ANTLR version 4.10

This is a very major release with a number of important changes. There have been many valuable contributions, but I welcome @​KvanTTT and @​jcking as recent "official" major ANTLR contributors. :)

WARNING: Generated 4.10 lexers and parsers are incompatible with code generated by previous versions of ANTLR. You must regenerate all of your code from grammars to use the new runtime. This is true of all targets (except probably javascript).

Repo branching structure

We have changed the branching structure of the repository. The default branch for this repo remains master and it is the latest stable release with tags for the various releases; e.g., see release tag 4.9.3. We now do development work in branch dev between releases and all pull requests should be derived from that branch. The dev branch is merged back into master to cut a release and the release state is tagged (e.g., with 4.10-rc.1 or 4.10.) Visually our process looks roughly like this:

Targets such as Go that pull directly from the repository can use the default master branch but can also pull from the active dev branch:

$ go get github.com/antlr/antlr4/runtime/Go/antlr@​dev

Developers certificate of origin

In order to bring ANTLR more in line with current standard standards for contribution processes, as of 4.10, ANTLR uses the Linux Foundation's Developer Certificate of Origin, DCO, version 1.1. See file https://github.com/antlr/antlr4/raw/master/developer-cert-of-origin.txt . It is simpler than the original contributors license agreement, which required programmers to sign the contributors.txt file, which has now moved to file historical-contributors-agreement.txt .

Each commit in pull requests must have a "signature", which is simple as using -s (not -S) on the git commit command:

$ git commit -s -m 'This is my commit message'

Github's pull request process enforces the sig and gives instructions on how to fix any commits that lack the sig. See https://github.com/apps/dco for more info.

4.10-generated parsers incompatible with previous runtimes

ANTLR not only generates recursive-descent parsers; it generates a state machine called an augmented transition network (ATN) in serialized form as a bunch of integers stored in the generated parser and lexer files. This serialization format was changed for 4.10 to remove a size limit on the supported ATNs. See antlr/antlr4#3591.

The key point here is that we changed the version number stored inside the serialization format and so, in order to use this new version of ANTLR, you must regenerate all of your lexers and parsers using the 4.10 tool and then use the new runtime. Parsers generated with 4.10 or not compatible with previous versions of the runtime.

Increasing minimum java version

Going forward, we are using Java 11 for the source code and the compiled .class files for the ANTLR tool. The Java runtime target, however, and the associated runtime tests use Java 8 (bumping up from Java 7).

JavaScript target

The JS target has been substantially reworked.

Miscellaneous improvements

  • Lexer rules can use the caseInsensitive option now.
  • Improved error messages
  • We rebuilt the runtime testing rig and made continuous integration improvements; part of this was done to support more recent versions of Java
  • We cleaned up the maven pom and brought it up to date (still has errors if somebody can make a suggestion.)
    ... (truncated)

4.9.3

Issues fixed

Improvements, features

Pull requests grouped by target

csharp target

cpp target

go target

java target

python2 target

swift target

Commits viewable in compare view.

Updated coverlet.collector from 6.0.4 to 10.0.0.

Updated dotnet-reportgenerator-globaltool from 5.4.18 to 5.5.6.

Release notes

Sourced from dotnet-reportgenerator-globaltool's releases.

5.5.6

Changes:

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.5

Changes:

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.4

Changes:

  • #​777: Added new report type 'cjson' (contributed by @​RemyBoyer)

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.3

Changes:

  • #​776: Fix issue in coverage delta chart

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.2

Changes:

  • #​772: Added coverage delta chart for comparision with previous coverage report
  • #​773: Improved handling of file paths on Unix systems

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.1

Changes:

  • Added support for .NET 10
  • #​766: Added new setting "preserveTrailingEmptyLine".
  • #​769: Added support for Cobertura files exported from Swift (contributed by @​Vovanni)

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

5.5.0

Changes:

  • Added support for .NET 10
  • #​762: Improved handling of generic classes in DynamicCodeCoverage files (generated by dotnet-coverage)
  • #​763: Added new setting "includeAllDatesInCharts".

This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0

Commits viewable in compare view.

Updated FluentAssertions from 8.8.0 to 8.9.0.

Release notes

Sourced from FluentAssertions's releases.

8.9.0

What's Changed

New features

Improvements

Fixes

Documentation

Others

Commits viewable in compare view.

Updated GenericTensor from 1.0.4 to 1.0.5.

Release notes

Sourced from GenericTensor's releases.

1.0.5

Commits viewable in compare view.

Updated HonkSharp from 1.0.1 to 1.0.3.

Release notes

Sourced from HonkSharp's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated ILRepack.Lib.MSBuild.Task from 2.0.44 to 2.0.44.2.

Updated IndexRange from 1.0.0 to 1.1.1.

Release notes

Sourced from IndexRange's releases.

1.1.1

Thanks to @​mcwhitak for contributions to this release.

1.1.0

  • Type-forward implementations to Microsoft.Bcl.Memory for netstandard2.0, net462, and higher.

1.0.3

1.0.2

  • Mark assembly as CLS compliant: #​10.

Full Changelog: bgrainger/IndexRange@v1.0.1...v1.0.2

1.0.1

  • Add support for .NET Framework 3.5.
  • Produce a deterministic build.
  • Embed symbols in the NuGet package.
  • Thanks to @​ash-hat and @​davidhunter22 for contributions to this release.

Commits viewable in compare view.

Updated Microsoft.Bcl.HashCode from 1.1.1 to 6.0.0.

Release notes

Sourced from Microsoft.Bcl.HashCode's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Bcl.TimeProvider from 8.0.0 to 10.0.7.

Release notes

Sourced from Microsoft.Bcl.TimeProvider's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.116

You can build .NET 9.0 from the repository by cloning the release tag v9.0.116 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.115

You can build .NET 9.0 from the repository by cloning the release tag v9.0.115 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.114

You can build .NET 9.0 from the repository by cloning the release tag v9.0.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.5

You can build .NET 9.0 from the repository by cloning the release tag v9.0.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.4

You can build .NET 9.0 from the repository by cloning the release tag v9.0.4 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.3

You can build .NET 9.0 from the repository by cloning the release tag v9.0.3 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.2

You can build .NET 9.0 from the repository by cloning the release tag v9.0.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.1

You can build .NET 9.0 from the repository by cloning the release tag v9.0.1 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0

You can build .NET 9.0 from the repository by cloning the release tag v9.0.0 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-rc.2.24473.5

You can build NET 9.0 RC2 from the repository by cloning the release tag v9.0.0-rc.2.24473.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.0-rc.1.24431.7

You can build .NET 9.0 RC1 from the repository by cloning the release tag v9.0.0-rc.1.24431.7 and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v9.0.0-rc.1.24431.7/README.md#...

Description has been truncated

Bumps AngouriMath from 1.3.0 to 1.4.0
Bumps Antlr4.Runtime.Standard from 4.9.2 to 4.13.1
Bumps coverlet.collector from 6.0.4 to 10.0.0
Bumps dotnet-reportgenerator-globaltool from 5.4.18 to 5.5.6
Bumps FluentAssertions from 8.8.0 to 8.9.0
Bumps GenericTensor from 1.0.4 to 1.0.5
Bumps HonkSharp from 1.0.1 to 1.0.3
Bumps ILRepack.Lib.MSBuild.Task from 2.0.44 to 2.0.44.2
Bumps IndexRange from 1.0.0 to 1.1.1
Bumps Microsoft.Bcl.HashCode from 1.1.1 to 6.0.0
Bumps Microsoft.Bcl.TimeProvider from 8.0.0 to 10.0.7
Bumps Microsoft.Extensions.DependencyInjection from 9.0.8 to 10.0.7
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.8 to 10.0.7
Bumps Microsoft.Extensions.Logging from 9.0.0 to 10.0.7
Bumps Microsoft.Extensions.Logging.Abstractions from 9.0.0 to 10.0.7
Bumps Microsoft.Extensions.Options from 9.0.0 to 10.0.7
Bumps Microsoft.Extensions.Primitives from 9.0.0 to 10.0.7
Bumps Microsoft.NET.Test.Sdk from 17.11.1 to 18.4.0
Bumps PeterO.Numbers from 1.8.0 to 1.8.2
Bumps Polly from 8.6.4 to 8.6.6
Bumps Polly.Core from 8.6.4 to 8.6.6
Bumps Serilog from 4.3.0 to 4.3.1
Bumps Serilog.Extensions.Logging from 9.0.2 to 10.0.0
Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1
Bumps System.Collections.Immutable from 9.0.7 to 10.0.7
Bumps System.ComponentModel.Annotations from 4.5.0 to 5.0.0
Bumps System.Diagnostics.DiagnosticSource from 9.0.0 to 10.0.7
Bumps System.Formats.Nrbf from 9.0.7 to 10.0.7
Bumps System.Reflection.Metadata from 9.0.7 to 10.0.7
Bumps System.Resources.Extensions from 9.0.7 to 10.0.7
Bumps System.Threading.Channels from 8.0.0 to 10.0.7
Bumps xunit.runner.visualstudio from 2.8.2 to 3.1.5
Bumps YamlDotNet from 16.3.0 to 17.0.1

---
updated-dependencies:
- dependency-name: AngouriMath
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: Antlr4.Runtime.Standard
  dependency-version: 4.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: HonkSharp
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: coverlet.collector
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: dotnet-reportgenerator-globaltool
  dependency-version: 5.5.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: FluentAssertions
  dependency-version: 8.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: GenericTensor
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: ILRepack.Lib.MSBuild.Task
  dependency-version: 2.0.44.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: IndexRange
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Bcl.HashCode
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Bcl.TimeProvider
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.DependencyInjection
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.Extensions.Primitives
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Diagnostics.DiagnosticSource
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: PeterO.Numbers
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Polly
  dependency-version: 8.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Polly.Core
  dependency-version: 8.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-production-updates
- dependency-name: Serilog.Extensions.Logging
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: Serilog.Sinks.Console
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-production-updates
- dependency-name: System.Collections.Immutable
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.ComponentModel.Annotations
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Formats.Nrbf
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Reflection.Metadata
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Resources.Extensions
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: System.Threading.Channels
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
- dependency-name: YamlDotNet
  dependency-version: 17.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-production-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 25, 2026
@EvaTheSalmon EvaTheSalmon requested a review from Copilot April 26, 2026 10:44

Copilot AI left a comment

Copy link
Copy Markdown

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 centrally-managed NuGet package versions (runtime + test dependencies) and bumps the ReportGenerator .NET local tool, aligning the repository with newer upstream releases.

Changes:

  • Bump multiple runtime dependencies (e.g., AngouriMath, Antlr4.Runtime.Standard, Microsoft.* / System.* packages).
  • Bump test dependencies (coverlet.collector, FluentAssertions, Microsoft.NET.Test.Sdk, xunit.runner.visualstudio).
  • Update the local dotnet tool dotnet-reportgenerator-globaltool to 5.5.6.

Reviewed changes

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

File Description
Directory.Packages.props Updates centrally-managed package versions for NtoLib + Tests.
.config/dotnet-tools.json Updates ReportGenerator local tool version.
Comments suppressed due to low confidence (1)

.config/dotnet-tools.json:10

  • ReportGenerator 5.5.6 release notes indicate it requires .NET Framework 4.7+ or .NET 8+ to run. This repo’s CI installs the .NET SDK from global.json (currently 6.0.428), so if the runner image or developer machine doesn’t already have a .NET 8+ runtime, dotnet tool restore/reportgenerator will fail. Consider either (a) bumping global.json/CI to a .NET 8+ SDK/runtime, or (b) keeping reportgenerator on a version that runs on .NET 6, or (c) enabling roll-forward so the tool can run on newer runtimes when only .NET 9/10 is present.
      "version": "5.5.6",
      "commands": [
        "reportgenerator"
      ],
      "rollForward": false

@EvaTheSalmon EvaTheSalmon merged commit af06786 into master Apr 26, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/dot-config/nuget-production-updates-2228142899 branch April 26, 2026 11:05
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.

2 participants