Skip to content

Bump the nuget-dependencies group in /src with 12 updates#56

Merged
richardsondev merged 1 commit intomainfrom
dependabot/nuget/src/nuget-dependencies-0e5490f142
Mar 1, 2025
Merged

Bump the nuget-dependencies group in /src with 12 updates#56
richardsondev merged 1 commit intomainfrom
dependabot/nuget/src/nuget-dependencies-0e5490f142

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the nuget-dependencies group in /src with 12 updates:

Package From To
Microsoft.Bcl.AsyncInterfaces 9.0.0 9.0.2
Microsoft.Build.Framework 17.12.6 17.13.9
Microsoft.Build.Utilities.Core 17.12.6 17.13.9
ReferenceTrimmer 3.3.10 3.3.11
Roslynator.Analyzers 4.12.10 4.13.1
System.IO.Pipelines 9.0.1 9.0.2
System.Text.Encodings.Web 9.0.0 9.0.2
System.Text.Json 9.0.0 9.0.2
coverlet.collector 6.0.3 6.0.4
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
MSTest.TestAdapter 3.7.0 3.8.2
MSTest.TestFramework 3.7.0 3.8.2

Updates Microsoft.Bcl.AsyncInterfaces from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Bcl.AsyncInterfaces's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Microsoft.Build.Framework from 17.12.6 to 17.13.9

Release notes

Sourced from Microsoft.Build.Framework's releases.

v17.13.9

What's Changed

... (truncated)

Commits
  • e0f243f [vs17.13] Adjust embeddedresource culture warning (#11320)
  • cbc39be [vs17.13] Update dependencies from dotnet/arcade (#11266)
  • c86c02c Update .vsts-dotnet.yml of VisualStudio.ChannelName (#11305)
  • bfea91c Remove IO.Redist from GetPathToBuildToolsFile (#11270)
  • 524caa3 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • 000e099 [automated] Merge branch 'vs17.12' => 'vs17.13' (#11203)
  • 048235c Bump up version prefix to 17.13.4
  • 3d6c224 Merge branch 'vs17.13' into merge/vs17.12-to-vs17.13
  • 583e46a [vs17.13] Update dependencies from dotnet/arcade (#11221)
  • ce83d1e Bump up version prefix to 17.13.3
  • Additional commits viewable in compare view

Updates Microsoft.Build.Framework from 17.12.6 to 17.13.9

Release notes

Sourced from Microsoft.Build.Framework's releases.

v17.13.9

What's Changed

... (truncated)

Commits
  • e0f243f [vs17.13] Adjust embeddedresource culture warning (#11320)
  • cbc39be [vs17.13] Update dependencies from dotnet/arcade (#11266)
  • c86c02c Update .vsts-dotnet.yml of VisualStudio.ChannelName (#11305)
  • bfea91c Remove IO.Redist from GetPathToBuildToolsFile (#11270)
  • 524caa3 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • 000e099 [automated] Merge branch 'vs17.12' => 'vs17.13' (#11203)
  • 048235c Bump up version prefix to 17.13.4
  • 3d6c224 Merge branch 'vs17.13' into merge/vs17.12-to-vs17.13
  • 583e46a [vs17.13] Update dependencies from dotnet/arcade (#11221)
  • ce83d1e Bump up version prefix to 17.13.3
  • Additional commits viewable in compare view

Updates Microsoft.Build.Utilities.Core from 17.12.6 to 17.13.9

Release notes

Sourced from Microsoft.Build.Utilities.Core's releases.

v17.13.9

What's Changed

... (truncated)

Commits
  • e0f243f [vs17.13] Adjust embeddedresource culture warning (#11320)
  • cbc39be [vs17.13] Update dependencies from dotnet/arcade (#11266)
  • c86c02c Update .vsts-dotnet.yml of VisualStudio.ChannelName (#11305)
  • bfea91c Remove IO.Redist from GetPathToBuildToolsFile (#11270)
  • 524caa3 Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ...
  • 000e099 [automated] Merge branch 'vs17.12' => 'vs17.13' (#11203)
  • 048235c Bump up version prefix to 17.13.4
  • 3d6c224 Merge branch 'vs17.13' into merge/vs17.12-to-vs17.13
  • 583e46a [vs17.13] Update dependencies from dotnet/arcade (#11221)
  • ce83d1e Bump up version prefix to 17.13.3
  • Additional commits viewable in compare view

Updates ReferenceTrimmer from 3.3.10 to 3.3.11

Release notes

Sourced from ReferenceTrimmer's releases.

v3.3.11

What's Changed

Full Changelog: dfederm/ReferenceTrimmer@v3.3.10...v3.3.11

Commits

Updates Roslynator.Analyzers from 4.12.10 to 4.13.1

Release notes

Sourced from Roslynator.Analyzers's releases.

v4.13.1

Added

  • Support custom path of a test file (PR)
    • It's possible to specify a directory path and/or a file name of a test file.
    • Applies to testing library (Roslynator.Testing.*).

v4.13.0

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

v4.12.11

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)
Changelog

Sourced from Roslynator.Analyzers's changelog.

[4.13.1] - 2025-02-23

Added

  • Support custom path of a test file (PR)
    • It's possible to specify a directory path and/or a file name of a test file.
    • Applies to testing library (Roslynator.Testing.*).

[4.13.0] - 2025-02-09

Fixed

Added

Changed

  • Move analyzer RCS1036 to Formatting.Analyzers as RCS0063 (PR)
    • Old analyzer still works but is marked as obsolete.
  • Bump Roslyn to 4.12.0 (PR)
    • Applies to CLI and testing library.
  • Bump Microsoft.Build.Locator to 1.7.8 (PR)

[4.12.11] - 2025-01-28

Added

  • [CLI] Add support for .NET 9 (PR)

Fixed

Changed

  • Move DiagnosticRules and DiagnosticIdentifiers to Roslynator.Common (PR)
Commits
  • ee98199 Release 4.13.1 (#1629)
  • 41da36d Support custom path of a test file (#1609)
  • 4376224 Bump serialize-javascript and mocha in /src/VisualStudioCode/package (#1628)
  • Description has been truncated

Bumps the nuget-dependencies group in /src with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) | `17.12.6` | `17.13.9` |
| [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) | `17.12.6` | `17.13.9` |
| [ReferenceTrimmer](https://github.com/dfederm/ReferenceTrimmer) | `3.3.10` | `3.3.11` |
| [Roslynator.Analyzers](https://github.com/dotnet/roslynator) | `4.12.10` | `4.13.1` |
| [System.IO.Pipelines](https://github.com/dotnet/runtime) | `9.0.1` | `9.0.2` |
| [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.7.0` | `3.8.2` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.7.0` | `3.8.2` |


Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `Microsoft.Build.Framework` from 17.12.6 to 17.13.9
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.12.6...v17.13.9)

Updates `Microsoft.Build.Framework` from 17.12.6 to 17.13.9
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.12.6...v17.13.9)

Updates `Microsoft.Build.Utilities.Core` from 17.12.6 to 17.13.9
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](dotnet/msbuild@v17.12.6...v17.13.9)

Updates `ReferenceTrimmer` from 3.3.10 to 3.3.11
- [Release notes](https://github.com/dfederm/ReferenceTrimmer/releases)
- [Commits](dfederm/ReferenceTrimmer@v3.3.10...v3.3.11)

Updates `Roslynator.Analyzers` from 4.12.10 to 4.13.1
- [Release notes](https://github.com/dotnet/roslynator/releases)
- [Changelog](https://github.com/dotnet/roslynator/blob/main/ChangeLog.md)
- [Commits](dotnet/roslynator@v4.12.10...v4.13.1)

Updates `System.IO.Pipelines` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

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

Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.2)

Updates `System.IO.Pipelines` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.1...v9.0.2)

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

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

Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.12.0...v17.13.0)

Updates `MSTest.TestAdapter` from 3.7.0 to 3.8.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.0...v3.8.2)

Updates `MSTest.TestFramework` from 3.7.0 to 3.8.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.0...v3.8.2)

---
updated-dependencies:
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Build.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Build.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: ReferenceTrimmer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Roslynator.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: System.IO.Pipelines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.IO.Pipelines
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.Text.Encodings.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

The following labels could not be found: nuget.

@richardsondev richardsondev merged commit 0f7f6cd into main Mar 1, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/nuget-dependencies-0e5490f142 branch March 1, 2025 05:22
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant