Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the all-dependencies group with 7 updates in the / directory:

Package From To
Nerdbank.GitVersioning 3.6.143 3.7.112
System.Text.Encodings.Web 4.7.2 9.0.0
System.Text.Encodings.Web 4.7.2 9.0.0
System.Text.Json 4.7.2 9.0.0
xunit 2.8.1 2.9.2
NSubstitute 5.1.0 5.3.0
dotnet-sonarscanner 9.0.0 9.0.2
nbgv 3.6.143 3.7.112

Updates Nerdbank.GitVersioning from 3.6.143 to 3.7.112

Release notes

Sourced from Nerdbank.GitVersioning's releases.

v3.7.112

What's Changed

New Contributors

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.6.146...v3.7.112

v3.7.77-alpha

What's Changed

Full Changelog: dotnet/Nerdbank.GitVersioning@v3.7.70-alpha...v3.7.77-alpha

v3.7.70-alpha

Changes:

Fixes:

  • #250: GetBuildVersion fails with NullReferenceException when version is missing
  • #943: Upgrading from 3.5.119 to 3.6.132 breaks commit id for NPM
  • #935: BuildingRef is incorrectly populated on Bitbucket pipelines

... (truncated)

Commits

Updates System.Text.Encodings.Web from 4.7.2 to 9.0.0

Release notes

Sourced from System.Text.Encodings.Web's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates System.Text.Encodings.Web from 4.7.2 to 9.0.0

Release notes

Sourced from System.Text.Encodings.Web's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates System.Text.Json from 4.7.2 to 9.0.0

Release notes

Sourced from System.Text.Json's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates xunit from 2.8.1 to 2.9.2

Commits
  • 82543a6 v2.9.2
  • 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects
  • 502f6d1 Bump up to v2.9.2-pre
  • bb7c3e4 v2.9.1
  • 5d70d25 #3028: Support IGrouping<TKey,TValue> in Assert.Equivalent (v2)
  • ed6e05b Add support for IGrouping<,> in ArgumentFormatter, assuming it's safe to re-e...
  • d97c7f8 Restore TestInvoker<T>.GetTaskFromResult (forwards to AsyncUtility.TryConvert...
  • 416ed81 #3021: Add overload of Assert.Equal to resolve compiler ambiguity
  • 6b86235 Add Assert.Equivalent support for evaluating Lazy<T>
  • aadff05 Updated build table in README
  • Additional commits viewable in compare view

Updates NSubstitute from 5.1.0 to 5.3.0

Release notes

Sourced from NSubstitute's releases.

v5.3.0

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

Full Changelog: nsubstitute/NSubstitute@v5.2.0...v5.3.0

v5.2.0

⚠️ Note: there is no build currently available for this version due to an issue switching over to a new automated release build. We'll have a new release shortly once we sort this.

Summary of main changes:

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions! Thanks a lot to all code contributors, reviewers, and people who have raised and/or commented on issues.

If you haven't already done so, please make sure you add the NSubstitute.Analyzers package wherever you reference NSubstitute: https://nsubstitute.github.io/help/nsubstitute-analysers/

As always, please raise an issue on GitHub if you have any problems.

Changelog: https://github.com/nsubstitute/NSubstitute/blob/v5.2.0/CHANGELOG.md Breaking changes: None.

Project links:

... (truncated)

Changelog

Sourced from NSubstitute's changelog.

5.3.0 (October 2024)

Thanks to first-time contributors @​mihnea-radulescu and @​marcoregueira! Thanks also @​304NotModified and @​Romfos for their continued support and contributions to this release.

5.2.0 (Apr 2024; tagged but not released to nuget)

Many thanks to @​alexandrnikitin, @​Romfos, @​brad, and @​304NotModified for their contributions!

Commits
  • 45e00e3 Prep 5.3.0 release (#836)
  • cc73901 Release build workflow (#797)
  • 4d258a2 Feature: Enable call forwarding and substitution for non virtual methods or...
  • b8b0184 Added csharp_style_prefer_primary_constructors into editorconfig (#819)
  • 73818a6 Unable to match arguments whose type is generic, when their concrete type is ...
  • da82bc5 Merge pull request #813 from mihnea-radulescu/bug/...

    Description has been truncated

Bumps the all-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) | `3.6.143` | `3.7.112` |
| [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` |
| [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.2` |
| [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` |
| dotnet-sonarscanner | `9.0.0` | `9.0.2` |
| [nbgv](https://github.com/dotnet/Nerdbank.GitVersioning) | `3.6.143` | `3.7.112` |



Updates `Nerdbank.GitVersioning` from 3.6.143 to 3.7.112
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.6.143...v3.7.112)

Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v9.0.0)

Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v9.0.0)

Updates `System.Text.Json` from 4.7.2 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v9.0.0)

Updates `xunit` from 2.8.1 to 2.9.2
- [Commits](xunit/xunit@v2-2.8.1...v2-2.9.2)

Updates `NSubstitute` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/nsubstitute/NSubstitute/releases)
- [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md)
- [Commits](nsubstitute/NSubstitute@v5.1.0...v5.3.0)

Updates `dotnet-sonarscanner` from 9.0.0 to 9.0.2

Updates `nbgv` from 3.6.143 to 3.7.112
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.6.143...v3.7.112)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dotnet-sonarscanner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nbgv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Dec 17, 2024
@dependabot dependabot bot requested a review from dnperfors December 17, 2024 05:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 22, 2024
@dependabot dependabot bot deleted the dependabot/nuget/all-dependencies-73eb361522 branch December 22, 2024 20:49
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