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): update dotnet monorepo #343

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Microsoft.AspNetCore.TestHost (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
Microsoft.Bcl.AsyncInterfaces (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.DependencyInjection (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.DependencyInjection.Abstractions (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.Testing (source) 9.0.0 -> 9.1.0 age adoption passing confidence nuget minor
Microsoft.Extensions.Hosting.Abstractions (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Logging.Abstractions (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
Microsoft.Extensions.Options (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
System.Collections.Immutable (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
System.Threading.Channels (source) 9.0.0 -> 9.0.1 age adoption passing confidence nuget patch
dotnet-sdk 9.0.101 -> 9.0.102 age adoption passing confidence dotnet-sdk patch

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.TestHost)

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

dotnet/runtime (Microsoft.Bcl.AsyncInterfaces)

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)

v9.1.0: .NET Extensions 9.1.0

9.1.0 packages are all pushed now to NuGet.org!

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.0.0...v9.1.0

dotnet/sdk (dotnet-sdk)

v9.0.102

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 14, 2025 22:14
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.13%. Comparing base (0cf5834) to head (1c82ad9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #343   +/-   ##
=======================================
  Coverage   86.13%   86.13%           
=======================================
  Files          39       39           
  Lines        1601     1601           
  Branches      173      173           
=======================================
  Hits         1379     1379           
  Misses        186      186           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from d95496c to 08676e0 Compare January 15, 2025 02:10
@renovate renovate bot changed the title chore(deps): update dotnet monorepo to 9.0.1 chore(deps): update dotnet monorepo Jan 15, 2025
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from 08676e0 to b6bc2d1 Compare January 15, 2025 16:56
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from b6bc2d1 to de170ff Compare January 24, 2025 01:41
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 5 times, most recently from 3688907 to 65b7e4b Compare January 31, 2025 15:32
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from 65b7e4b to 1c82ad9 Compare January 31, 2025 15:53
@beeme1mr beeme1mr added this pull request to the merge queue Feb 4, 2025
Merged via the queue into main with commit 32dab9b Feb 4, 2025
15 checks passed
@askpt askpt deleted the renovate/dotnet-monorepo branch February 4, 2025 14:23
github-merge-queue bot pushed a commit that referenced this pull request Feb 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.3.1](v2.3.0...v2.3.1)
(2025-02-04)


### 🐛 Bug Fixes

* Fix SBOM release pipeline
([#367](#367))
([dad6282](dad6282))


### 🧹 Chore

* **deps:** pin dependencies
([#365](#365))
([3160cd2](3160cd2))
* **deps:** update actions/upload-artifact action to v4.6.0
([#341](#341))
([cb7105b](cb7105b))
* **deps:** update dependency autofixture to 5.0.0-preview0012
([#351](#351))
([9b0b319](9b0b319))
* **deps:** update dependency coverlet.collector to 6.0.4
([#347](#347))
([e59034d](e59034d))
* **deps:** update dependency coverlet.msbuild to 6.0.4
([#348](#348))
([5ebe4f6](5ebe4f6))
* **deps:** update dependency xunit to 2.9.3
([#340](#340))
([fb8e5aa](fb8e5aa))
* **deps:** update dotnet monorepo
([#343](#343))
([32dab9b](32dab9b))
* **deps:** update spec digest to 8d6eeb3
([#366](#366))
([0cb58db](0cb58db))
* update renovate config to extend the shared config
([#364](#364))
([e3965db](e3965db))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants