Skip to content

Bump the tests group with 7 updates#124

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/PdfRpt.Core.FunctionalTests/tests-2dee59d6ad
Closed

Bump the tests group with 7 updates#124
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/PdfRpt.Core.FunctionalTests/tests-2dee59d6ad

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Data.Sqlite from 10.0.9 to 10.0.10.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.8.1

What's Changed

Full Changelog: microsoft/vstest@v18.8.0...v18.8.1

18.8.0

What's Changed

Full Changelog: microsoft/vstest@v18.7.0...v18.8.0

Commits viewable in compare view.

Updated Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301.

Release notes

Sourced from Microsoft.SourceLink.GitHub's releases.

10.0.301

You can build .NET 10.0 from the repository by cloning the release tag v10.0.301 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated MSTest.TestAdapter from 4.2.3 to 4.3.2.

Release notes

Sourced from MSTest.TestAdapter's releases.

4.3.2

See the release notes here

4.3.0

See the release notes here

Commits viewable in compare view.

Updated MSTest.TestFramework from 4.2.3 to 4.3.2.

Release notes

Sourced from MSTest.TestFramework's releases.

4.3.2

See the release notes here

4.3.0

See the release notes here

Commits viewable in compare view.

Updated OxyPlot.Core from 2.0.0 to 2.2.0.

Release notes

Sourced from OxyPlot.Core's releases.

2.2.0

What's Changed

New Contributors

2.1.2

OxyPlot 2.1.2

Small release, with the main purpose of making important bug-fixes available for the WPF provision, and removing a dependency on an insecure version of System.Drawing.Common

Added

  • Add LineThickness property to TrackerControl (#​1831)
  • Add properties for MinimumSegmentLength to series and annotations (#​1853)
  • Add fractal examples for PolygonAnnotation and PolylineAnnotations (#​1853)
  • Add AxisPreference to PlotManipulator
  • Add VisualStudioToolsManifest.xml to add components to the Visual Studio Designer toolbox (#​1446)

Changed

  • Change default MinimumSegmentLength to 2 and remove limits for series and annotations with simple geometry (#​1853)
  • Improve performance of StairStepSeries, particularly when zoomed in and X is monotonic or when consecutive points have equal Y components
  • StairStepSeries renders a horizontal line when a point with a valid X component and invalid Y component follows a valid point
  • Update version of System.Drawing.Common

Fixed

  • WPF - OxyPlot doesn't render inside a Popup (#​1796)
  • Odd behavior of zooming of Logarithmic axis in Cartesian plot (#​1825)
  • SkiaSharp.WPF - OxyPlot doesn't render inside an ElementHost (#​1800)
  • NullReference in SkiaSharp WPF renderer if UIElement has no PresentationSource (#​1798)
  • WPF DPI Regression (#​1799)
  • Code generation for escape sequences in strings (#​1824)
  • Axes not always honoring AbsoluteMinimum/AbsoluteMaximum and/or MinimumRange/MaximumRange properties (#​1812)
  • WindowsForms tracker no longer clipping outside PlotView boundaries (#​1863)
  • Histogram now rendering properly when using logarithmic Y axis (#​740)
  • Fix ExampleLibrary build errors in certain code pages (#​1890)

Full changelog from 2.1.0: oxyplot/oxyplot@v2.1.0...v2.1.2

Note: there is no version 2.1.1

2.1.0

OxyPlot 2.1

The primary goal of the 2.1 release is make the new SkiaSharp provisionals available: most users will be required to make code modifications if they wish to target 2.1. While this looks like a point release, there are some significant breaking changes in the API: some components have been removed, and others have been deprecated, but it should be fairly easy to port any code. Due to API changes, the 2.0 'Platform' libraries (e.g. OxyPlot.WPF and OxyPlot.WindowsForms) will not work with OxyPlot.Core 2.1, and will need to be updated: you cannot mix 2.0 and 2.1 binaries. Further details on compatability will be provided below: OxyPlot.WPF in particular has undergone significant changes.

We intend to provide 2.1 releases for OxyPlot.Avalonia, OxyPlot.Gtk, OyxPlot.Xamarin, and OxyPlot.Windows in time.

.NET Versions

  • Support for .NET Framework 4.0 has been re-introduced for OxyPlot.WindowsForms and OxyPlot.WPF. See #​1452.

    Some APIs have been updated to support readonly collections. See #​1600.

  • Support for .NET Core 3.0 has been removed; libraries now target .NET Core 3.1 instead. See #​1488.

  • Core packages are now provided for .NET Standard 2.0 in addition to .NET Standard 1.0. See #​1668.

Significant breaking changes (deprecated, removed, moved, or renamed functionality that was not just a bug)

  • Legend functionality has been overhauled. The many Legend prefix properties have been removed from PlotModel. See #​644.

    The same legend properties that previously appeared in PlotModel are supported in a new Legend class, along with additional functionality. The PlotModel.Legends collection allows the inclusion of multiple legends on one plot.

    Hidden series are now shown in the legend by default, and visibility can be toggled by clicking on the legend entry. This new behaviour can be disabled by setting Legend.ShowInvisibleSeries = false. See #​1763

  • The OxyPlot.Wpf.Plot class and its associated components have been moved to OxyPlot.Contrib.Wpf library. A release of this library will be made soon to go with the 2.1 release. The codebase - which allows plot models to be defined in XAML as an alternative to using a PlotModel bound to a PlotView - will no longer be supported as part of the main library, but continues to function for the time being. In future, and issues with these components should be directed to the OxyPlot-Contrib repository, where we will continue to welcome community code submissions. See #​1399.

    In order to make existing code work, it will be necessary to add a reference to the OxyPlot.Contrib.Wpf nuget package (once it is released), and XAML namespace references will changed to "http://oxyplot.org/wpf/contrib". This changes does not affect code using the PlotView component, which remains in OxyPlot.WPF.

  • OxyPlot.Wpf has been split into OxyPlot.Wpf and OxyPlot.Wpf.Shared. The former depends on the latter, and is essential for all functionality.

  • Various events on plot elements have been marked as obsolete. It is better to customise the PlotController to seperate that logic from the plot elements themselves, and to avoid issues with conflicting events. See #​111.

    These events will not be removed in the near future, and you can continue to use them for the time being where necessary.

  • ColumnSeries has been removed. You should replace any usage of ColumnSeries with BarSeries. See #​1402.

  • CandleStickAndVolumeSeries is obsolete. Consider combining seperate CandleStickSeries and VolumeSeries. See #​1661.

  • ErrorColumnSeries has been renamed to ErrorBarSeries for consistency. See #​1402.

  • OxyPlot.PdfExporter and OxyPlot.Pdf.PdfExporter are obsolete. Consider the new OxyPlot.SkiaSharp.PdfExporter as an alternative. See #​1527.

  • Exporter APIs have been simplified and made more consistent. Use PlotModel.Background to change the background color of export graphics.

  • Reporting functionality has been moved to the OxyPlot.Reporting package. The code resides in the Oxyplot-Reporting repository. See #​1403.

  • Various RenderingExtensions methods have been removed. See #​1661.

  • The default color palette for color axes has been changed from 'Jet' to 'Viridis'. See #​1505.

  • Axis.DesiredSize is replaced with Axis.DesiredMargin. See #​1562

... (truncated)

Commits viewable in compare view.

Updated System.Drawing.Common from 10.0.9 to 10.0.10.

Release notes

Sourced from System.Drawing.Common's releases.

No release notes found for this version range.

Commits viewable in compare view.

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 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 Microsoft.Data.Sqlite from 10.0.9 to 10.0.10
Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1
Bumps Microsoft.SourceLink.GitHub from 10.0.300 to 10.0.301
Bumps MSTest.TestAdapter from 4.2.3 to 4.3.2
Bumps MSTest.TestFramework from 4.2.3 to 4.3.2
Bumps OxyPlot.Core from 2.0.0 to 2.2.0
Bumps System.Drawing.Common from 10.0.9 to 10.0.10

---
updated-dependencies:
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-version: 10.0.301
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: MSTest.TestAdapter
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestFramework
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: OxyPlot.Core
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: System.Drawing.Common
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #125.

@dependabot dependabot Bot closed this Jul 16, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/PdfRpt.Core.FunctionalTests/tests-2dee59d6ad branch July 16, 2026 01:57
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