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

Bump the silk3_deps group across 1 directory with 22 updates #2424

Open
wants to merge 1 commit into
base: develop/3.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the silk3_deps group with 22 updates in the / directory:

Package From To
DotNet.ReproducibleBuilds 1.1.1 1.2.25
DotNet.ReproducibleBuilds.Isolated 1.1.1 1.2.25
Microsoft.CodeAnalysis.CSharp 4.11.0 4.12.0
Microsoft.Extensions.Configuration 9.0.0 9.0.2
Markdig 0.39.0 0.40.0
Octokit 13.0.1 14.0.0
System.Formats.Asn1 9.0.0 9.0.2
Fody 6.8.2 6.9.1
InlineIL.Fody 1.9.0 1.10.0
Humanizer.Core 2.14.1 2.14.1
Microsoft.CodeAnalysis.Workspaces.MSBuild 4.11.0 4.12.0
Microsoft.VisualStudio.Setup.Configuration.Interop 3.12.2149 3.2.2146
System.Formats.Asn1 9.0.0 8.0.1
Microsoft.Extensions.FileSystemGlobbing 9.0.0 9.0.2
Microsoft.VisualStudio.Setup.Configuration.Interop 3.12.2149 3.13.2069
System.IO.Hashing 9.0.0 9.0.2
coverlet.collector 6.0.2 6.0.4
Microsoft.NET.Test.Sdk 17.11.1 17.13.0
NUnit 4.2.2 4.3.2
NUnit.Analyzers 4.4.0 4.6.0
NUnit3TestAdapter 4.6.0 5.0.0
xunit 2.9.2 2.9.3
xunit.runner.visualstudio 2.8.2 3.0.2
csharpier 0.29.2 0.30.6

Updates DotNet.ReproducibleBuilds from 1.1.1 to 1.2.25

Release notes

Sourced from DotNet.ReproducibleBuilds's releases.

v1.2.25

This release is designed to be a "cleanup" release that we can use as a solid foundation to build on. We've cleared the backlog of PRs and resolved several issues. Two changes of note:

  • The minimum required SDK version is now .NET 8
  • The RepositoryBranch logic introduced in v1.2.4 has been refactored to align with the values provided by Source Link in .NET 9

Removals

What's changed

Tidying up

New Contributors

Full Changelog: dotnet/reproducible-builds@v1.2.4...v1.2.25

v1.2.4

At long last we've have a new release of the DotNet.ReproducibleBuilds and DotNet.ReproducibleBuilds.Isolated packages! We've dusted off the cobwebs and worked through some infrastructure and permissions issues, and now have the ability to reliably release new versions of the packages again. This is due in no small part to the help of our brand new maintainer - welcome to @​MattKotsenas! He and I will be working together to develop a plan for this repo going forward, and I'm very excited to welcome him to the maintainer team.

This release has a few new features and one feature removal due to obsoletion.

Additions

  • Set the DisableImplicitLibraryPacks property to true to prevent using packages from the .NET SDK's built-in package sources. #21 (Thanks @​cmeeren!)
  • Populate the RepositoryBranch property if other Repository Metadata has been requested to be made public. #27 (Thanks @​kzu!)

Removals

  • No longer include the .NET Framework reference assembly packages, because the .NET SDK does this now. #33 (Thanks @​MattKotsenas!)

Infrastructure

We have simplified the packaging of the repo to be more straightforward, using dotnet pack as expected these days.

Commits

Updates DotNet.ReproducibleBuilds.Isolated from 1.1.1 to 1.2.25

Release notes

Sourced from DotNet.ReproducibleBuilds.Isolated's releases.

v1.2.25

This release is designed to be a "cleanup" release that we can use as a solid foundation to build on. We've cleared the backlog of PRs and resolved several issues. Two changes of note:

  • The minimum required SDK version is now .NET 8
  • The RepositoryBranch logic introduced in v1.2.4 has been refactored to align with the values provided by Source Link in .NET 9

Removals

What's changed

Tidying up

New Contributors

Full Changelog: dotnet/reproducible-builds@v1.2.4...v1.2.25

v1.2.4

At long last we've have a new release of the DotNet.ReproducibleBuilds and DotNet.ReproducibleBuilds.Isolated packages! We've dusted off the cobwebs and worked through some infrastructure and permissions issues, and now have the ability to reliably release new versions of the packages again. This is due in no small part to the help of our brand new maintainer - welcome to @​MattKotsenas! He and I will be working together to develop a plan for this repo going forward, and I'm very excited to welcome him to the maintainer team.

This release has a few new features and one feature removal due to obsoletion.

Additions

  • Set the DisableImplicitLibraryPacks property to true to prevent using packages from the .NET SDK's built-in package sources. #21 (Thanks @​cmeeren!)
  • Populate the RepositoryBranch property if other Repository Metadata has been requested to be made public. #27 (Thanks @​kzu!)

Removals

  • No longer include the .NET Framework reference assembly packages, because the .NET SDK does this now. #33 (Thanks @​MattKotsenas!)

Infrastructure

We have simplified the packaging of the repo to be more straightforward, using dotnet pack as expected these days.

Commits

Updates Microsoft.CodeAnalysis.CSharp from 4.11.0 to 4.12.0

Release notes

Sourced from Microsoft.CodeAnalysis.CSharp's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits

Updates Microsoft.Extensions.Configuration from 9.0.0 to 9.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Markdig from 0.39.0 to 0.40.0

Release notes

Sourced from Markdig's releases.

0.40.0

Changes

🐛 Bug Fixes

  • Fix errors in LinkHelper and LinkInlineParser. (PR #837) by @​snnz
  • Check that the alert candidate is not already in an alert block or nested within other elements. (PR #842) by @​snnz
  • Fixes exception in DefinitionListParser.GetCurrentDefinitionList() (PR #843) by @​snnz
  • Prevent GridTableParser from looking beyond the end of a line. (PR #844) by @​snnz

Full Changelog: 0.39.1...0.40.0

Published with dotnet-releaser

0.39.1

Changes

🐛 Bug Fixes

  • Fix an incorrect offset in GridTableParser. (PR #834) by @​snnz
  • Include opening and closing pipes in the table span (PR #835) by @​snnz
  • Fix an error in the AbbreviationParser. (PR #836) by @​snnz

🧰 Maintenance

  • Update ci badge (fdaef774)

Full Changelog: 0.39.0...0.39.1

Published with dotnet-releaser

Commits
  • 5528023 Merge pull request #844 from snnz/fix-gridtables
  • f93b9d7 Merge branch 'master' into fix-gridtables
  • d53fd0e Merge pull request #843 from snnz/fix-deflists
  • c488aca Merge branch 'master' into fix-deflists
  • 9b3f442 Merge pull request #842 from snnz/fix-alerts
  • 7b6d659 A test has been added.
  • bc8ba4f A test has been added.
  • d87bb72 A test has been added.
  • 118d28f Prevent GridTableParser from looking beyond the end of a line.
  • 3e0c72f Fixes exception in DefinitionListParser.GetCurrentDefinitionList()
  • Additional commits viewable in compare view

Updates Octokit from 13.0.1 to 14.0.0

Release notes

Sourced from Octokit's releases.

v14.0.0

What's Changed

Breaking changes

Note: The breaking changes in this release primarily deal with moving the last remaining Int32 to Int64 conversions. This change, while breaking, should have nominal impact.

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v13.0.1...v14.0.0

Commits
  • 7fa5b0f BREAKING CHANGE: Use long type for reading PunchCard statistics, just in case...
  • ffd1b40 BREAKING CHANGE: Issue ID should be a long (#2962)
  • 7c6c08f fix: Reduce string allocations during SimpleJson.ParseString (#2977)
  • 4f892d6 feat: Add optional cancellation token for oauth client
  • f9fb116 [FEAT]: Add support for Public Keys API (#2945)
  • 6eefc59 Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies (#...
  • 82ce1d5 Bump Cake.Frosting from 4.0.0 to 4.2.0 in /build (#2978)
  • bd51f93 Bump NSubstitute from 5.1.0 to 5.3.0 (#2979)
  • 28ae4ef Bump xunit from 2.9.1 to 2.9.2 (#2972)
  • 8b0945c Bump xunit from 2.9.0 to 2.9.1 (#2968)
  • Additional commits viewable in compare view

Updates System.Formats.Asn1 from 9.0.0 to 9.0.2

Release notes

Sourced from System.Formats.Asn1's releases.

.NET 9.0.2

Release

What's Changed

... (truncated)

Commits

Updates Fody from 6.8.2 to 6.9.1

Release notes

Sourced from Fody's releases.

6.9.1

What's Changed

Full Changelog: Fody/Fody@6.9.0...6.9.1

6.9.0

What's Changed

Full Changelog: Fody/Fody@6.8.2...6.9.0

Commits

Updates InlineIL.Fody from 1.9.0 to 1.10.0

Release notes

Sourced from InlineIL.Fody's releases.

v1.10.0

  • Added support for ref struct generic arguments on net9.0
  • Updated Fody to v6.9.0
Commits

Updates Humanizer.Core from 2.14.1 to 2.14.1

Commits

Updates Microsoft.CodeAnalysis.Workspaces.MSBuild from 4.11.0 to 4.12.0

Release notes

Sourced from Microsoft.CodeAnalysis.Workspaces.MSBuild's releases.

.NET 6.0.1

Release

.NET 5.0.4

Release

.NET 5.0.2

Release Notes Install Instructions

Repos

Commits

Updates Microsoft.VisualStudio.Setup.Configuration.Interop from 3.12.2149 to 3.2.2146

Updates System.Formats.Asn1 from 9.0.0 to 8.0.1

Release notes

Sourced from System.Formats.Asn1's releases.

.NET 9.0.2

Release

What's Changed

Bumps the silk3_deps group with 22 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) | `1.1.1` | `1.2.25` |
| [DotNet.ReproducibleBuilds.Isolated](https://github.com/dotnet/reproducible-builds) | `1.1.1` | `1.2.25` |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.11.0` | `4.12.0` |
| [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Markdig](https://github.com/xoofx/markdig) | `0.39.0` | `0.40.0` |
| [Octokit](https://github.com/octokit/octokit.net) | `13.0.1` | `14.0.0` |
| [System.Formats.Asn1](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [Fody](https://github.com/Fody/Fody) | `6.8.2` | `6.9.1` |
| [InlineIL.Fody](https://github.com/ltrzesniewski/InlineIL.Fody) | `1.9.0` | `1.10.0` |
| [Humanizer.Core](https://github.com/Humanizr/Humanizer) | `2.14.1` | `2.14.1` |
| [Microsoft.CodeAnalysis.Workspaces.MSBuild](https://github.com/dotnet/roslyn) | `4.11.0` | `4.12.0` |
| Microsoft.VisualStudio.Setup.Configuration.Interop | `3.12.2149` | `3.2.2146` |
| [System.Formats.Asn1](https://github.com/dotnet/runtime) | `9.0.0` | `8.0.1` |
| [Microsoft.Extensions.FileSystemGlobbing](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| Microsoft.VisualStudio.Setup.Configuration.Interop | `3.12.2149` | `3.13.2069` |
| [System.IO.Hashing](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.2` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.13.0` |
| [NUnit](https://github.com/nunit/nunit) | `4.2.2` | `4.3.2` |
| [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) | `4.4.0` | `4.6.0` |
| [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) | `4.6.0` | `5.0.0` |
| [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.2` |
| [csharpier](https://github.com/belav/csharpier) | `0.29.2` | `0.30.6` |



Updates `DotNet.ReproducibleBuilds` from 1.1.1 to 1.2.25
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](https://github.com/dotnet/reproducible-builds/commits/v1.2.25)

Updates `DotNet.ReproducibleBuilds.Isolated` from 1.1.1 to 1.2.25
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](https://github.com/dotnet/reproducible-builds/commits/v1.2.25)

Updates `Microsoft.CodeAnalysis.CSharp` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Microsoft.Extensions.Configuration` 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 `Markdig` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/xoofx/markdig/releases)
- [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md)
- [Commits](xoofx/markdig@0.39.0...0.40.0)

Updates `Octokit` from 13.0.1 to 14.0.0
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v13.0.1...v14.0.0)

Updates `System.Formats.Asn1` 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 `Fody` from 6.8.2 to 6.9.1
- [Release notes](https://github.com/Fody/Fody/releases)
- [Commits](Fody/Fody@6.8.2...6.9.1)

Updates `InlineIL.Fody` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/ltrzesniewski/InlineIL.Fody/releases)
- [Commits](ltrzesniewski/InlineIL.Fody@v1.9.0...v1.10.0)

Updates `Humanizer.Core` from 2.14.1 to 2.14.1
- [Release notes](https://github.com/Humanizr/Humanizer/releases)
- [Changelog](https://github.com/Humanizr/Humanizer/blob/main/release_notes.md)
- [Commits](Humanizr/Humanizer@v2.14.1...v2.14.1)

Updates `Microsoft.CodeAnalysis.Workspaces.MSBuild` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `Microsoft.VisualStudio.Setup.Configuration.Interop` from 3.12.2149 to 3.2.2146

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

Updates `Microsoft.Extensions.FileSystemGlobbing` 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.VisualStudio.Setup.Configuration.Interop` from 3.12.2149 to 3.13.2069

Updates `System.IO.Hashing` 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.2 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.2...v6.0.4)

Updates `Microsoft.NET.Test.Sdk` from 17.11.1 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.11.1...v17.13.0)

Updates `NUnit` from 4.2.2 to 4.3.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.2.2...4.3.2)

Updates `NUnit.Analyzers` from 4.4.0 to 4.6.0
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.md)
- [Commits](nunit/nunit.analyzers@4.4.0...4.6.0)

Updates `NUnit3TestAdapter` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.6.0...V5.0.0)

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

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

Updates `csharpier` from 0.29.2 to 0.30.6
- [Release notes](https://github.com/belav/csharpier/releases)
- [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md)
- [Commits](belav/csharpier@0.29.2...0.30.6)

---
updated-dependencies:
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: DotNet.ReproducibleBuilds.Isolated
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: Markdig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: silk3_deps
- dependency-name: System.Formats.Asn1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: Fody
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: InlineIL.Fody
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: Humanizer.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: Microsoft.CodeAnalysis.Workspaces.MSBuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: Microsoft.VisualStudio.Setup.Configuration.Interop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: System.Formats.Asn1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: silk3_deps
- dependency-name: Microsoft.Extensions.FileSystemGlobbing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: Microsoft.VisualStudio.Setup.Configuration.Interop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: System.IO.Hashing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: silk3_deps
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: silk3_deps
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: silk3_deps
- dependency-name: csharpier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk3_deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 13, 2025 16:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2025
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
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants