Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dotnet group across 1 directory with 11 updates #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps the dotnet group with 11 updates in the / directory:

Package From To
BenchmarkDotNet 0.14.0 0.14.0
BenchmarkDotNet.Diagnostics.Windows 0.12.1 0.14.0
System.CodeDom 9.0.0 5.0.0
Microsoft.SourceLink.GitHub 1.0.0 8.0.0
LibGit2Sharp 0.30.0 0.31.0
Microsoft.Build 17.12.6 17.11.4
Microsoft.Build.Framework 17.12.6 17.11.4
Microsoft.Build.Prediction 1.2.18 1.2.27
Microsoft.Build.Utilities.Core 17.12.6 17.11.4
xunit.runner.visualstudio 3.0.0-pre.49 3.0.0
XunitXml.TestLogger 4.1.0 5.0.0

Updates BenchmarkDotNet from 0.14.0 to 0.14.0

Commits

Updates BenchmarkDotNet.Diagnostics.Windows from 0.12.1 to 0.14.0

Release notes

Sourced from BenchmarkDotNet.Diagnostics.Windows's releases.

0.14.0

Full changelog: https://benchmarkdotnet.org/changelog/v0.14.0.html

Highlights

  • Introduce BenchmarkDotNet.Diagnostics.dotMemory #2549: memory allocation profile of your benchmarks using dotMemory, see @​BenchmarkDotNet.Samples.IntroDotMemoryDiagnoser
  • Introduce BenchmarkDotNet.Exporters.Plotting #2560: plotting via ScottPlot (initial version)
  • Multiple bugfixes
  • The default build toolchains have been updated to pass IntermediateOutputPath, OutputPath, and OutDir properties to the dotnet build command. This change forces all build outputs to be placed in a new directory generated by BenchmarkDotNet, and fixes many issues that have been reported with builds. You can also access these paths in your own .csproj and .props from those properties if you need to copy custom files to the output.

Bug fixes

  • Fixed multiple build-related bugs including passing MsBuildArguments and .Net 8's UseArtifactsOutput.

Breaking Changes

  • DotNetCliBuilder removed retryFailedBuildWithNoDeps constructor option.
  • DotNetCliCommand removed RetryFailedBuildWithNoDeps property and BuildNoRestoreNoDependencies() and PublishNoBuildAndNoRestore() methods (replaced with PublishNoRestore()).

0.13.12

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.12.html

Highlights

The biggest highlight of this release if our new VSTest Adapter, which allows to run benchmarks as unit tests in your favorite IDE! The detailed guide can be found here.

This release also includes to a minor bug fix that caused incorrect job id generation: fixed job id generation (#2491).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0.13.11

Full changelog: https://benchmarkdotnet.org/changelog/v0.13.11.html

In the v0.13.11 scope, 4 issues were resolved and 8 pull requests were merged. This release includes 28 commits by 7 contributors.

Resolved issues (4)

  • #2060 NativeAOT benchmark started from .Net Framework host doesn't have all intrinsics enabled (assignee: @​adamsitnik)
  • #2233 Q: Include hardware counters in XML output (assignee: @​nazulg)
  • #2388 Include AVX512 in listed HardwareIntrinsics
  • #2463 Bug. Native AOT .NET 7.0 doesn't work. System.NotSupportedException: X86Serialize (assignee: @​adamsitnik)

Merged pull requests (8)

... (truncated)

Commits
  • cf882d3 Add macOS Sequoia in OsBrandStringHelper
  • 17cf3b0 [docs] Prepare v0.14.0 changelog
  • b3fbe7c Set next BenchmarkDotNet version: 0.14.0
  • 23e6c52 Fix InvalidOperationException in DotMemoryDiagnoser
  • 3d34edb Bump JetBrains.Profiler.SelfApi: 2.5.2->2.5.9
  • bf0a49d fix(CI): Deprecation issues (#2605)
  • 0275649 Fixed crash from TaskbarProgress when BuiltInComInteropSupport is disabled. ...
  • 15200d4 [build] Add BenchmarkDotNet.Exporters.Plotting.Tests to unit-tests
  • 834417a Improve logging in ScottPlotExporterTests
  • f8082a2 Fix IntroSummaryStyle compilation
  • Additional commits viewable in compare view

Updates System.CodeDom from 9.0.0 to 5.0.0

Commits
  • cf258a1 [release/5.0] [browser][crypto] Remove restraining not supported attribute Pr...
  • 25c7409 [release/5.0] Fix missing signatures for Cross bitness DAC symbols (#43499)
  • aedbe68 Pass target properties to signing
  • 2b9b47d Pass down buildArchitecture for signing
  • 4de00f8 Unify paths used for cross-bit components
  • 25e8b0d [release/5.0] [.NET 5.0] Add support for libicu67 and several more higher ver...
  • 2d8e19f Change default FeedbackSize for TripleDES internal implementation to 8
  • 78740be Don't autoupgrade homebrew formula in install-native-dependencies.sh (#43353)
  • be12034 [release/5.0] Update dependencies from dotnet/arcade (#43321)
  • d90f149 [release/5.0] [wasm][net] System.Net.Mail should not throw PNSE for full asse...
  • Additional commits viewable in compare view

Updates Microsoft.SourceLink.GitHub from 1.0.0 to 8.0.0

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

1.1.1

Notable Changes

New Contributors

Full Changelog: dotnet/sourcelink@1.0.0...1.1.1

Commits

Updates LibGit2Sharp from 0.30.0 to 0.31.0

Release notes

Sourced from LibGit2Sharp's releases.

LibGit2Sharp v0.31.0

Changes

  • This release includes libgit2 v1.8.4.
  • The ppc64le architecture is now supported on Linux.
  • .NET 6 has reached end of support, so LibGit2Sharp now targets net472 and net8.0.

Additions

  • Adds Depth to FetchOptions allowing for shallow cloning #2070
  • Make owner validation configurable #2093
  • Add a CloneOptions constructor that takes a FetchOptions #2132

Fixes

  • TreeDefinition.Remove fails to remove unwrapped trees #1869
  • ObjectDatabase.Write(Stream stream...) overload does not respect T #2071
  • Repository.Worktrees.Add leaves now worktree empty #2037
Changelog

Sourced from LibGit2Sharp's changelog.

LibGit2Sharp Changes

v0.31 - (diff)

Changes

  • This release includes libgit2 v1.8.4.
  • The ppc64le architecture is now supported on Linux.
  • .NET 6 has reached end of support, so LibGit2Sharp now targets net472 and net8.0.

Additions

  • Adds Depth to FetchOptions allowing for shallow cloning #2070
  • Make owner validation configurable #2093
  • Add a CloneOptions constructor that takes a FetchOptions #2132

Fixes

  • TreeDefinition.Remove fails to remove unwrapped trees #1869
  • ObjectDatabase.Write(Stream stream...) overload does not respect T #2071
  • Repository.Worktrees.Add leaves now worktree empty #2037

v0.30 - (diff)

Changes

v0.29 - (diff)

Changes

  • This release includes libgit2 v1.7.1.
    • CI changes for the native binaries has removed support for CentOS 7. See #2066 for details.

Additions

  • Add proxy options #2065
    • See PR for details, including some breaking changes to CloneOptions and SubmoduleUpdateOptions

v0.28 - (diff)

Additions

  • Add CustomHeaders to PushOptions #2052

v0.27.2 - (diff)

Changes

Fixes

  • Can't access GIT config (Repository.Config) since v0.27.0 #2031

... (truncated)

Commits

Updates Microsoft.Build from 17.12.6 to 17.11.4

Release notes

Sourced from Microsoft.Build's releases.

.NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/msbuild@v17.12.0-preview-24473-03...v17.12.7-preview-24522-03

Commits

Updates Microsoft.Build.Framework from 17.12.6 to 17.11.4

Release notes

Sourced from Microsoft.Build.Framework's releases.

.NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/msbuild@v17.12.0-preview-24473-03...v17.12.7-preview-24522-03

Commits

Updates Microsoft.Build.Prediction from 1.2.18 to 1.2.27

Release notes

Sourced from Microsoft.Build.Prediction's releases.

v1.2.27

What's Changed

Full Changelog: microsoft/MSBuildPrediction@v1.2.26...v1.2.27

v1.2.26

What's Changed

Full Changelog: microsoft/MSBuildPrediction@v1.2.22...v1.2.26

v1.2.22

What's Changed

Full Changelog: microsoft/MSBuildPrediction@v1.2.18...v1.2.22

Commits
  • 155f160 Fix nullref in GetCopyToPublishDirectoryItemsGraphPredictor (#123)
  • 20f0e97 Add defensive checks to deps.json and runtimeconfig.json predictions (#122)
  • 58b6802 Add predictions for deps.json and runtimeconfig.json files (#121)
  • 0b2744b GetCopyToOutputDirectoryItemsGraphPredictor: Add support for MSBuildCopyConte...
  • cac2e3b Add xunit.analyzers (#118)
  • c1cb34f Fix official build (#117)
  • f451f55 Add DotnetSdkPredictor (#116)
  • def3651 LinkItemsPredictor: Add predictions for AdditionalDependencies and Additional...
  • b34c047 Add .NET 9. Drop .NET 6, .NET 7 (#114)
  • See full diff in compare view

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

Release notes

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

.NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/msbuild@v17.12.0-preview-24473-03...v17.12.7-preview-24522-03

Commits

Updates xunit.runner.visualstudio from 3.0.0-pre.49 to 3.0.0

Commits
  • e341b93 v3.0.0
  • 56f71f3 Second location where PreEnumerateTheories needs to be turned off for #426
  • d94ab88 #426: Can't filter by traits on ITheoryDataRow
  • 9154f3f Latest dependencies
  • feff8e2 Stick to .NET SDK 8
  • 62ae086 Conditional verbosity when packing packages based on the .NET SDK version
  • See full diff in compare view

Updates XunitXml.TestLogger from 4.1.0 to 5.0.0

Release notes

Sourced from XunitXml.TestLogger's releases.

v5.0.0

5.0.0 (2024-12-19)

⚠ BREAKING CHANGES

  • [junit] add testcase system-out and system-err along with attachment support. (#136)

Features

  • [junit] add testcase system-out and system-err along with attachment support. (#136) (dff18d6)
  • update junit xsd to allow test case level outputs. (#134) (1a37110)
Changelog

Sourced from XunitXml.TestLogger's changelog.

5.0.0 (2024-12-19)

⚠ BREAKING CHANGES

  • [junit] add testcase system-out and system-err along with attachment support. (#136)

Features

  • [junit] add testcase system-out and system-err along with attachment support. (#136) (dff18d6)
  • update junit xsd to allow test case level outputs. (#134) (1a37110)
Commits
  • 0528ffd chore(master): release 5.0.0 (#135)
  • b852787 chore: note changes to junit xsd in this repo
  • bd85a92 chore: upload package to myget in ci
  • dff18d6 feat!: [junit] add testcase system-out and system-err along with attachment s...
  • 1a37110 feat: update junit xsd to allow test case level outputs. (#134)
  • 8e3aee3 chore(deps): bump MSTest.TestFramework from 3.6.2 to 3.6.4 (#132)
  • 29d9335 chore(deps): bump dotnet-reportgenerator-globaltool from 5.3.11 to 5.4.1 (#128)
  • 2be11fe chore(deps): bump MSTest.TestFramework from 3.6.1 to 3.6.2 (#123)
  • 81d5f77 chore(deps): bump dotnet-reportgenerator-globaltool (#122)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dotnet group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.14.0` | `0.14.0` |
| [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) | `0.12.1` | `0.14.0` |
| [System.CodeDom](https://github.com/dotnet/runtime) | `9.0.0` | `5.0.0` |
| [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | `1.0.0` | `8.0.0` |
| [LibGit2Sharp](https://github.com/libgit2/libgit2sharp) | `0.30.0` | `0.31.0` |
| [Microsoft.Build](https://github.com/dotnet/msbuild) | `17.12.6` | `17.11.4` |
| [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) | `17.12.6` | `17.11.4` |
| [Microsoft.Build.Prediction](https://github.com/microsoft/MSBuildPrediction) | `1.2.18` | `1.2.27` |
| [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) | `17.12.6` | `17.11.4` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.0-pre.49` | `3.0.0` |
| [XunitXml.TestLogger](https://github.com/spekt/testlogger) | `4.1.0` | `5.0.0` |



Updates `BenchmarkDotNet` from 0.14.0 to 0.14.0
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.14.0...v0.14.0)

Updates `BenchmarkDotNet.Diagnostics.Windows` from 0.12.1 to 0.14.0
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.12.1...v0.14.0)

Updates `System.CodeDom` from 9.0.0 to 5.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v5.0.0)

Updates `Microsoft.SourceLink.GitHub` from 1.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.0.0...8.0.0)

Updates `LibGit2Sharp` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/libgit2/libgit2sharp/releases)
- [Changelog](https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md)
- [Commits](libgit2/libgit2sharp@0.30.0...0.31.0)

Updates `Microsoft.Build` from 17.12.6 to 17.11.4
- [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.11.4)

Updates `Microsoft.Build.Framework` from 17.12.6 to 17.11.4
- [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.11.4)

Updates `Microsoft.Build.Prediction` from 1.2.18 to 1.2.27
- [Release notes](https://github.com/microsoft/MSBuildPrediction/releases)
- [Commits](microsoft/MSBuildPrediction@v1.2.18...v1.2.27)

Updates `Microsoft.Build.Utilities.Core` from 17.12.6 to 17.11.4
- [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.11.4)

Updates `xunit.runner.visualstudio` from 3.0.0-pre.49 to 3.0.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.0-pre.49...3.0.0)

Updates `XunitXml.TestLogger` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/spekt/testlogger/releases)
- [Changelog](https://github.com/spekt/testlogger/blob/master/CHANGELOG.md)
- [Commits](spekt/testlogger@v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: BenchmarkDotNet.Diagnostics.Windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.CodeDom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: LibGit2Sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Build.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Build.Prediction
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: XunitXml.TestLogger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2024
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.

0 participants