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

Bump the tests group across 1 directory with 3 updates #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the tests group with 3 updates in the / directory: MSTest.TestAdapter, MSTest.TestFramework and OxyPlot.Core.

Updates MSTest.TestAdapter from 3.6.4 to 3.7.0

Release notes

Sourced from MSTest.TestAdapter's releases.

v3.7.0

See the release notes here

Changelog

Sourced from MSTest.TestAdapter's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates MSTest.TestFramework from 3.6.4 to 3.7.0

Release notes

Sourced from MSTest.TestFramework's releases.

v3.7.0

See the release notes here

Changelog

Sourced from MSTest.TestFramework's changelog.

[3.7.0] - 2024-12-20

See full log here

Added

Fixed

... (truncated)

Commits

Updates OxyPlot.Core from 2.0.0 to 2.2.0

Release notes

Sourced from OxyPlot.Core's releases.

v2.2.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from OxyPlot.Core's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText

[2.1.2] - 2022-12-03

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the tests group with 3 updates in the / directory: [MSTest.TestAdapter](https://github.com/microsoft/testfx), [MSTest.TestFramework](https://github.com/microsoft/testfx) and [OxyPlot.Core](https://github.com/oxyplot/oxyplot).


Updates `MSTest.TestAdapter` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `MSTest.TestFramework` from 3.6.4 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.4...v3.7.0)

Updates `OxyPlot.Core` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](oxyplot/oxyplot@v2.0.0...v2.2.0)

---
updated-dependencies:
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: OxyPlot.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 23, 2024
Copy link

what-the-diff bot commented Dec 23, 2024

PR Summary

  • Updated MSTest Packages
    The package versions for MSTest.TestAdapter and MSTest.TestFramework have been updated from 3.6.4 to 3.7.0. These updates incorporate latest improvements from the MSTest package, ensuring that our testing framework stays current and robust.

  • Updated OxyPlot.Core Package
    The version of OxyPlot.Core package has been updated from 2.0.0 to 2.2.0. This update brings in the new features and bug fixes from the latest version of the OxyPlot.Core, enhancing the data visualization capabilities of our application.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants