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

Update dependencies #20

Closed
wants to merge 19 commits into from
Closed

Update dependencies #20

wants to merge 19 commits into from

Conversation

joecare99
Copy link
Owner

@joecare99 joecare99 commented Jan 12, 2025

What does the pull request do?

Scope of this PR:

  • fix or update to an existing sample
  • add a new sample

What is the current behavior?

Checklist

If this is a new Sample

In any case

  • Spell-checking done
  • Checked if all hyperlinks work
  • Checked if all images are visible

Fixed issues

dependabot bot and others added 19 commits January 12, 2025 07:40
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.1 to 4.6.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.2.1...V4.6.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [NUnit](https://github.com/nunit/nunit) from 3.13.3 to 4.3.2.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@v3.13.3...4.3.2)

---
updated-dependencies:
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Avalonia.Headless.NUnit](https://github.com/AvaloniaUI/Avalonia) and [NUnit](https://github.com/nunit/nunit). These dependencies needed to be updated together.

Updates `Avalonia.Headless.NUnit` from 11.0.0 to 11.2.3
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.0...11.2.3)

Updates `NUnit` from 3.13.3 to 3.13.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@v3.13.3...v3.13)

---
updated-dependencies:
- dependency-name: Avalonia.Headless.NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.0 to 6.0.3.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.3)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 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.6.0...v17.12.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [Avalonia.ReactiveUI](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together.

Updates `Avalonia` from 11.0.0 to 11.2.3
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.0...11.2.3)

Updates `Avalonia.ReactiveUI` from 11.0.0 to 11.2.3
- [Release notes](https://github.com/AvaloniaUI/Avalonia/releases)
- [Commits](AvaloniaUI/Avalonia@11.0.0...11.2.3)

---
updated-dependencies:
- dependency-name: Avalonia
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Avalonia.ReactiveUI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…amples/Dependabot/NUnit-4.3.2

Bump NUnit from 3.13.3 to 4.3.2 in /src/Avalonia.Samples
…amples/Dependabot/NUnit3TestAdapter-4.6.0

Bump NUnit3TestAdapter from 4.2.1 to 4.6.0 in /src/Avalonia.Samples
…amples/Dependabot/xunit.runner.visualstudio-3.0.1

Dependabot/nuget/src/avalonia.samples/dependabot/xunit.runner.visualstudio 3.0.1
…oft.NET.Test.Sdk-17.12.0' into dependabot/nuget/src/Avalonia.Samples/Dependabot/coverlet.collector-6.0.3
…amples/Dependabot/coverlet.collector-6.0.3

Dependabot/nuget/src/avalonia.samples/dependabot/coverlet.collector 6.0.3
…amples/Dependabot/multi-eb39660297

Bump Avalonia.Headless.NUnit and NUnit in /src/Avalonia.Samples
…ebdc23f618' into dependabot/nuget/src/Avalonia.Samples/Dependabot/Microsoft.NET.Test.Sdk-17.12.0
…amples/Dependabot/Microsoft.NET.Test.Sdk-17.12.0

Dependabot/nuget/src/avalonia.samples/dependabot/microsoft.net.test.sdk 17.12.0
…amples/Dependabot/multi-ebdc23f618

Dependabot/nuget/src/avalonia.samples/dependabot/multi ebdc23f618
@joecare99 joecare99 closed this Jan 12, 2025
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.

1 participant