Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
FluentAssertions (source) 6.12.2 -> 7.0.0 age adoption passing confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v7.0.0

Compare Source

What's Changed

Breaking Changes
Fixes
Documentation
Others

New Contributors

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


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 December 1, 2024 15:38
@codecov
Copy link

codecov bot commented Dec 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.54%. Comparing base (cbf4f25) to head (8b15074).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #325   +/-   ##
=======================================
  Coverage   85.54%   85.54%           
=======================================
  Files          36       36           
  Lines        1474     1474           
  Branches      150      150           
=======================================
  Hits         1261     1261           
  Misses        183      183           
  Partials       30       30           

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

@renovate renovate bot force-pushed the renovate/fluentassertions-7.x branch 2 times, most recently from 9266df9 to c304818 Compare December 6, 2024 18:46
@renovate renovate bot force-pushed the renovate/fluentassertions-7.x branch from c304818 to 8b15074 Compare December 11, 2024 17:32
@toddbaert toddbaert merged commit 35cd77b into main Dec 12, 2024
15 checks passed
@renovate renovate bot deleted the renovate/fluentassertions-7.x branch December 12, 2024 14:36
toddbaert pushed a commit that referenced this pull request Dec 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.2.0](v2.1.0...v2.2.0)
(2024-12-12)


### ✨ New Features

* Feature Provider Enhancements-
[#321](#321)
([#324](#324))
([70f847b](70f847b))
* Implement Tracking in .NET
[#309](#309)
([#327](#327))
([cbf4f25](cbf4f25))
* Support Returning Error Resolutions from Providers
([#323](#323))
([bf9de4e](bf9de4e))


### 🧹 Chore

* **deps:** update dependency fluentassertions to v7
([#325](#325))
([35cd77b](35cd77b))

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
kylejuliandev pushed a commit to kylejuliandev/dotnet-sdk that referenced this pull request Jan 9, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [FluentAssertions](https://www.fluentassertions.com/)
([source](https://redirect.github.com/fluentassertions/fluentassertions))
| `6.12.2` -> `7.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/FluentAssertions/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/FluentAssertions/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/FluentAssertions/6.12.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/FluentAssertions/6.12.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fluentassertions/fluentassertions (FluentAssertions)</summary>

###
[`v7.0.0`](https://redirect.github.com/fluentassertions/fluentassertions/releases/tag/7.0.0)

[Compare
Source](https://redirect.github.com/fluentassertions/fluentassertions/compare/6.12.2...7.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### Breaking Changes

- Drop support for .NET Core 2.1, 3.0 and NSpec by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2835](https://redirect.github.com/fluentassertions/fluentassertions/pull/2835)

##### Fixes

- The expectation node identified as a cyclic reference is still
compared to the subject node using simple equality. by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2819](https://redirect.github.com/fluentassertions/fluentassertions/pull/2819)
- Fix support for write-only properties in BeEquivalentTo by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2836](https://redirect.github.com/fluentassertions/fluentassertions/pull/2836)

##### Documentation

- Fix minor syntax error in objectgraphs.md by
[@&#8203;rklec](https://redirect.github.com/rklec) in
[https://github.com/fluentassertions/fluentassertions/pull/2847](https://redirect.github.com/fluentassertions/fluentassertions/pull/2847)

##### Others

- Use the same Qodana build pipeline as develop is using by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2809](https://redirect.github.com/fluentassertions/fluentassertions/pull/2809)
- Add section highlighting for better navigation by
[@&#8203;sentemon](https://redirect.github.com/sentemon) in
[https://github.com/fluentassertions/fluentassertions/pull/2807](https://redirect.github.com/fluentassertions/fluentassertions/pull/2807)
- Bump all relevant dependencies by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2834](https://redirect.github.com/fluentassertions/fluentassertions/pull/2834)
- Changed references to the master branch to main by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2848](https://redirect.github.com/fluentassertions/fluentassertions/pull/2848)
- Missed two more references to master by
[@&#8203;dennisdoomen](https://redirect.github.com/dennisdoomen) in
[https://github.com/fluentassertions/fluentassertions/pull/2849](https://redirect.github.com/fluentassertions/fluentassertions/pull/2849)
- Backport bump of `System.Configuration.ConfigurationManager` and
`System.Threading.Tasks.Extensions` by
[@&#8203;jnyrup](https://redirect.github.com/jnyrup) in
[https://github.com/fluentassertions/fluentassertions/pull/2856](https://redirect.github.com/fluentassertions/fluentassertions/pull/2856)

#### New Contributors

- [@&#8203;sentemon](https://redirect.github.com/sentemon) made their
first contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2807](https://redirect.github.com/fluentassertions/fluentassertions/pull/2807)
- [@&#8203;rklec](https://redirect.github.com/rklec) made their first
contribution in
[https://github.com/fluentassertions/fluentassertions/pull/2847](https://redirect.github.com/fluentassertions/fluentassertions/pull/2847)

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

</details>

---

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/dotnet-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.com>
kylejuliandev pushed a commit to kylejuliandev/dotnet-sdk that referenced this pull request Jan 9, 2025
🤖 I have created a release *beep* *boop*
---

##
[2.2.0](open-feature/dotnet-sdk@v2.1.0...v2.2.0)
(2024-12-12)

### ✨ New Features

* Feature Provider Enhancements-
[open-feature#321](open-feature#321)
([open-feature#324](open-feature#324))
([70f847b](open-feature@70f847b))
* Implement Tracking in .NET
[open-feature#309](open-feature#309)
([open-feature#327](open-feature#327))
([cbf4f25](open-feature@cbf4f25))
* Support Returning Error Resolutions from Providers
([open-feature#323](open-feature#323))
([bf9de4e](open-feature@bf9de4e))

### 🧹 Chore

* **deps:** update dependency fluentassertions to v7
([open-feature#325](open-feature#325))
([35cd77b](open-feature@35cd77b))

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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kyle Julian <38759683+kylejuliandev@users.noreply.github.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