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 #218

Merged
merged 3 commits into from
Apr 11, 2024
Merged

chore(deps): update dotnet monorepo #218

merged 3 commits into from
Apr 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Microsoft.Extensions.Logging.Abstractions (source) 8.0.0 -> 8.0.1 age adoption passing confidence nuget patch
dotnet-sdk 8.0.100 -> 8.0.203 age adoption passing confidence dotnet-sdk patch

Release Notes

dotnet/runtime (Microsoft.Extensions.Logging.Abstractions)

v8.0.1: .NET 8.0.1

Release

dotnet/sdk (dotnet-sdk)

v8.0.203

Compare Source

v8.0.202: .NET 8.0.3

Release

v8.0.200: .NET 8.0.2

Compare Source

Release

v8.0.103

Compare Source

v8.0.102

Compare Source

v8.0.101: .NET 8.0.1

Compare Source

Release


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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 27, 2024 06:56
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 2 times, most recently from c3f3e11 to 162f7a3 Compare January 29, 2024 13:44
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.47%. Comparing base (11a0333) to head (7db7155).

❗ Current head 7db7155 differs from pull request most recent head 45f7d12. Consider uploading reports for the commit 45f7d12 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
- Coverage   95.40%   94.47%   -0.94%     
==========================================
  Files          27       27              
  Lines        1111     1104       -7     
  Branches      120      119       -1     
==========================================
- Hits         1060     1043      -17     
- Misses         34       37       +3     
- Partials       17       24       +7     

☔ 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 5 times, most recently from ae0281f to 391599e Compare February 5, 2024 22:46
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 6 times, most recently from 92050f7 to 95f305e Compare February 16, 2024 10:24
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 6 times, most recently from 94cebce to e68091b Compare February 26, 2024 19:55
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 5 times, most recently from 4746b49 to fce8830 Compare March 13, 2024 10:45
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 2 times, most recently from e18f7da to 992b86b Compare March 15, 2024 12:22
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 2 times, most recently from 5f1552f to 4628ff7 Compare March 28, 2024 00:03
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from 4628ff7 to 6b36d82 Compare March 28, 2024 16:02
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 2 times, most recently from f9f38a8 to cbdaa91 Compare April 5, 2024 18:23
beeme1mr pushed a commit that referenced this pull request Apr 8, 2024
## This PR
Adds dotnet 8 to ci automation to fix renovate dotnet update
Should fix this PR: #218

Signed-off-by: Jens Henneberg <jens.henneberg@phocassoftware.com>
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch 2 times, most recently from 27c3320 to d805051 Compare April 9, 2024 12:28
@renovate renovate bot force-pushed the renovate/dotnet-monorepo branch from d805051 to bd38bef Compare April 9, 2024 21:27
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Apr 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
@askpt askpt merged commit bc8301d into main Apr 11, 2024
10 checks passed
@askpt askpt deleted the renovate/dotnet-monorepo branch April 11, 2024 15:57
toddbaert added a commit that referenced this pull request Aug 21, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](v1.5.0...v2.0.0)
(2024-08-21)

Today we're announcing the release of the OpenFeature SDK for .NET,
v2.0! This release contains several ergonomic improvements to the SDK,
which .NET developers will appreciate. It also includes some performance
optimizations brought to you by the latest .NET primitives.

For details and migration tips, check out:
https://openfeature.dev/blog/dotnet-sdk-v2

### ⚠ BREAKING CHANGES

* domain instead of client name
([#294](#294))
* internally maintain provider status
([#276](#276))
* add CancellationTokens, ValueTasks hooks
([#268](#268))
* Use same type for flag metadata and event metadata
([#241](#241))
* Enable nullable reference types
([#253](#253))

### 🐛 Bug Fixes

* Add missing error message when an error occurred
([#256](#256))
([949d53c](949d53c))
* Should map metadata when converting from ResolutionDetails to
FlagEvaluationDetails
([#282](#282))
([2f8bd21](2f8bd21))


### ✨ New Features

* add CancellationTokens, ValueTasks hooks
([#268](#268))
([33154d2](33154d2))
* back targetingKey with internal map
([#287](#287))
([ccc2f7f](ccc2f7f))
* domain instead of client name
([#294](#294))
([4c0592e](4c0592e))
* Drop net7 TFM
([#284](#284))
([2dbe1f4](2dbe1f4))
* internally maintain provider status
([#276](#276))
([63faa84](63faa84))
* Use same type for flag metadata and event metadata
([#241](#241))
([ac7d7de](ac7d7de))


### 🧹 Chore

* cleanup code
([#277](#277))
([44cf586](44cf586))
* **deps:** Project file cleanup and remove unnecessary dependencies
([#251](#251))
([79def47](79def47))
* **deps:** update actions/upload-artifact action to v4.3.3
([#263](#263))
([7718649](7718649))
* **deps:** update actions/upload-artifact action to v4.3.4
([#278](#278))
([15189f1](15189f1))
* **deps:** update actions/upload-artifact action to v4.3.5
([#291](#291))
([00e99d6](00e99d6))
* **deps:** update codecov/codecov-action action to v4
([#227](#227))
([11a0333](11a0333))
* **deps:** update codecov/codecov-action action to v4.3.1
([#267](#267))
([ff9df59](ff9df59))
* **deps:** update codecov/codecov-action action to v4.5.0
([#272](#272))
([281295d](281295d))
* **deps:** update dependency benchmarkdotnet to v0.14.0
([#293](#293))
([aec222f](aec222f))
* **deps:** update dependency coverlet.collector to v6.0.2
([#247](#247))
([ab34c16](ab34c16))
* **deps:** update dependency coverlet.msbuild to v6.0.2
([#239](#239))
([e654222](e654222))
* **deps:** update dependency dotnet-sdk to v8.0.204
([#261](#261))
([8f82645](8f82645))
* **deps:** update dependency dotnet-sdk to v8.0.301
([#271](#271))
([acd0385](acd0385))
* **deps:** update dependency dotnet-sdk to v8.0.303
([#275](#275))
([871dcac](871dcac))
* **deps:** update dependency dotnet-sdk to v8.0.400
([#295](#295))
([bb4f352](bb4f352))
* **deps:** update dependency githubactionstestlogger to v2.4.1
([#274](#274))
([46c2b15](46c2b15))
* **deps:** update dependency microsoft.net.test.sdk to v17.10.0
([#273](#273))
([581ff81](581ff81))
* **deps:** update dotnet monorepo
([#218](#218))
([bc8301d](bc8301d))
* **deps:** update xunit-dotnet monorepo
([#262](#262))
([43f14cc](43f14cc))
* **deps:** update xunit-dotnet monorepo
([#279](#279))
([fb1cc66](fb1cc66))
* **deps:** update xunit-dotnet monorepo to v2.8.1
([#266](#266))
([a7b6d85](a7b6d85))
* Enable nullable reference types
([#253](#253))
([5a5312c](5a5312c))
* in-memory UpdateFlags to UpdateFlagsAsync
([#298](#298))
([390205a](390205a))
* prompt 2.0
([9b9c3fd](9b9c3fd))
* Support for determining spec support for the repo
([#270](#270))
([67a1a0a](67a1a0a))

---
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: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
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