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

build(deps): bump the all group across 1 directory with 8 updates #44

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 8 updates in the / directory:

Package From To
PolySharp 1.14.1 1.15.0
System.Threading.Channels 8.0.0 9.0.0
H.Pipes.AccessControl 2.0.59 15.0.0
FluentAssertions 6.12.1 7.0.0
Newtonsoft.Json 13.0.3 13.0.1
Microsoft.NET.Test.Sdk 17.11.1 17.12.0
MSTest.TestAdapter 3.6.1 3.7.0
MSTest.TestFramework 3.6.1 3.7.0

Updates PolySharp from 1.14.1 to 1.15.0

Release notes

Sourced from PolySharp's releases.

1.15.0

This PolySharp release includes C# 13 support.

🪄 Polyfills

🔧 Other changes

New Contributors

Commits
  • 02753db Merge pull request #114 from Sergio0694/dev/constant-expected-attribute
  • cd55412 Add tests for '[ConstantExpected]' attribute
  • 8ed69f9 Update 'README.md' files
  • b100d4b Add 'ConstantExpectedAttribute' type
  • 06e5008 Merge pull request #108 from teo-tsirpanis/net9
  • 81cedeb Fix a typo in CONTRIBUTING.md
  • 92b7b24 Use .NET 9 SDK, update unit tests
  • d9e4541 Update README.md files
  • b71f56f Adapt the attributes to the codebase's standards.
  • 32ac9c8 Copy .NET 9 attribute sources from dotnet/runtime.
  • Additional commits viewable in compare view

Updates System.Threading.Channels from 8.0.0 to 9.0.0

Release notes

Sourced from System.Threading.Channels's releases.

.NET 9.0.0

Release

What's Changed

... (truncated)

Commits

Updates H.Pipes.AccessControl from 2.0.59 to 15.0.0

Commits

Updates FluentAssertions from 6.12.1 to 7.0.0

Release notes

Sourced from FluentAssertions's releases.

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0

7.0.0-alpha.6

What's Changed

Breaking Changes

Fixes

Documentation

Others

... (truncated)

Commits
  • e0f4504 Added release note about raising dependencies
  • 5cdaa07 Downgrade ConfigurationManager from 6.0.1 to 6.0.0
  • ba3884e Update FluentAssertions package dependencies (#2673)
  • 4647b6f Missed two more references to master (#2849)
  • 483484d Changed references to the master branch to main (#2848)
  • 4ddd79f Fix minor syntax error in objectgraphs.md
  • 359d851 Fix building benchmarks project
  • b489c53 Fix support for write-only properties in BeEquivalentTo (#2836)
  • 5fa83e2 Drop support for .NET Core 2.1, 3.0 and NSpec (#2835)
  • 93efe19 Bump all relevant dependencies (#2834)
  • Additional commits viewable in compare view

Updates Newtonsoft.Json from 13.0.3 to 13.0.1

Commits

Updates Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

Commits

Updates MSTest.TestAdapter from 3.6.1 to 3.7.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.7.0

See the release notes here

v3.6.4

See the release notes here

v3.6.3

See the release notes here

v3.6.2

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates MSTest.TestFramework from 3.6.1 to 3.7.0

Release notes

Sourced from MSTest.TestFramework's releases.

v3.7.0

See the release notes here

v3.6.4

See the release notes here

v3.6.3

See the release notes here

v3.6.2

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits
  • 69fae65 Drop dependency to System.ValueTuple (#4398)
  • 87e17f2 Bump versions to 3.7.1 and 1.5.1
  • 7643087 Mark unshipped as shipped
  • d7acc33 Cleanup MSTest.Sdk now that analyzers are deps of framework (#4407)
  • 293ef7d Fix MSTestV2Files msbuild items (#4406)
  • 1922587 Don't reference MTP in UWP (#4402)
  • 38586ee Simplify adapter props and targets (#4403)
  • 001a29d Make obsolete only on release (#4353)
  • 940c320 Fix false positive for PreferTestCleanupOverDispose on non-test classes (#4380)
  • 6663992 [rel/3.7] Update dependencies from microsoft/testanywhere (#4372)
  • Additional commits viewable in

Bumps the all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [PolySharp](https://github.com/Sergio0694/PolySharp) | `1.14.1` | `1.15.0` |
| [System.Threading.Channels](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` |
| [H.Pipes.AccessControl](https://github.com/HavenDV/H.Pipes) | `2.0.59` | `15.0.0` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.1` | `7.0.0` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.1` | `3.7.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.6.1` | `3.7.0` |



Updates `PolySharp` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](Sergio0694/PolySharp@1.14.1...1.15.0)

Updates `System.Threading.Channels` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

Updates `H.Pipes.AccessControl` from 2.0.59 to 15.0.0
- [Release notes](https://github.com/HavenDV/H.Pipes/releases)
- [Commits](https://github.com/HavenDV/H.Pipes/commits/v15.0.0)

Updates `FluentAssertions` from 6.12.1 to 7.0.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.12.1...7.0.0)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1)

Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.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.12.0)

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

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

---
updated-dependencies:
- dependency-name: PolySharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: System.Threading.Channels
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: H.Pipes.AccessControl
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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