Skip to content

Commit

Permalink
chore(deps): update dependency xunit.stafact to 1.2.69 (#3951)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Xunit.StaFact](https://redirect.github.com/AArnott/Xunit.StaFact) |
`1.1.11` -> `1.2.69` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Xunit.StaFact/1.2.69?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Xunit.StaFact/1.2.69?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Xunit.StaFact/1.1.11/1.2.69?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Xunit.StaFact/1.1.11/1.2.69?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>AArnott/Xunit.StaFact (Xunit.StaFact)</summary>

###
[`v1.2.69`](https://redirect.github.com/AArnott/Xunit.StaFact/releases/tag/v1.2.69)

#### Enhancements

- Add cocoa fact attribute and related unit tests by
[@&#8203;SiyuGithub](https://redirect.github.com/SiyuGithub) in
[https://github.com/AArnott/Xunit.StaFact/pull/68](https://redirect.github.com/AArnott/Xunit.StaFact/pull/68)
- Implement automatic retries using UISettingsAttribute by
[@&#8203;sharwell](https://redirect.github.com/sharwell) in
[https://github.com/AArnott/Xunit.StaFact/pull/84](https://redirect.github.com/AArnott/Xunit.StaFact/pull/84)
- Add MaxAttempts trait to retry-able tests by
[@&#8203;AArnott](https://redirect.github.com/AArnott) in
[https://github.com/AArnott/Xunit.StaFact/pull/85](https://redirect.github.com/AArnott/Xunit.StaFact/pull/85)

#### Other changes

- Update xunit dependencies by
[@&#8203;AArnott](https://redirect.github.com/AArnott) in
[https://github.com/AArnott/Xunit.StaFact/pull/66](https://redirect.github.com/AArnott/Xunit.StaFact/pull/66)
- Retarget to modern frameworks by
[@&#8203;AArnott](https://redirect.github.com/AArnott) in
[https://github.com/AArnott/Xunit.StaFact/pull/61](https://redirect.github.com/AArnott/Xunit.StaFact/pull/61)

#### New Contributors

- [@&#8203;sandyarmstrong](https://redirect.github.com/sandyarmstrong)
made their first contribution in
[https://github.com/AArnott/Xunit.StaFact/pull/57](https://redirect.github.com/AArnott/Xunit.StaFact/pull/57)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[https://github.com/AArnott/Xunit.StaFact/pull/65](https://redirect.github.com/AArnott/Xunit.StaFact/pull/65)
- [@&#8203;SiyuGithub](https://redirect.github.com/SiyuGithub) made
their first contribution in
[https://github.com/AArnott/Xunit.StaFact/pull/68](https://redirect.github.com/AArnott/Xunit.StaFact/pull/68)
- [@&#8203;sharwell](https://redirect.github.com/sharwell) made their
first contribution in
[https://github.com/AArnott/Xunit.StaFact/pull/84](https://redirect.github.com/AArnott/Xunit.StaFact/pull/84)
- [@&#8203;renovate](https://redirect.github.com/renovate) made their
first contribution in
[https://github.com/AArnott/Xunit.StaFact/pull/107](https://redirect.github.com/AArnott/Xunit.StaFact/pull/107)
- [@&#8203;github-actions](https://redirect.github.com/github-actions)
made their first contribution in
[https://github.com/AArnott/Xunit.StaFact/pull/115](https://redirect.github.com/AArnott/Xunit.StaFact/pull/115)

**Full Changelog**:
AArnott/Xunit.StaFact@v1.1.11...v1.2.69

</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/reactiveui/ReactiveUI).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 7ce1efb commit ac9fcb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<PackageReference Include="Xunit.StaFact" Version="1.2.69" />
<PackageReference Include="FluentAssertions" Version="8.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.console" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" />
<PackageVersion Include="Xunit.StaFact" Version="1.2.69" />
<PackageVersion Include="Xamarin.AndroidX.Core" Version="1.15.0.1" />
<PackageVersion Include="Xamarin.AndroidX.Preference" Version="1.2.1.9" />
<PackageVersion Include="Xamarin.AndroidX.Legacy.Support.Core.UI" Version="1.0.0.29" />
Expand Down

0 comments on commit ac9fcb8

Please sign in to comment.