Skip to content

Bump AvalonEdit and 4 others #7

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Updated AvalonEdit from 6.3.0.90 to 6.3.1.120.

Release notes

Sourced from AvalonEdit's releases.

6.3.1

  • Fix rectangular selection ignores scroll offset by @​mgarstenauer
  • Fix JSON highlighting by @​ltrzesniewski
  • Add support for runtimes without built-in COM interop by @​kekekeks
  • Change framework targets: .NET 8.0 instead of .NET 7.0
  • Migrate to NUnit 4

Commits viewable in compare view.

Updated MahApps.Metro.IconPacks.ForkAwesome from 5.1.0 to 6.0.0.

Release notes

Sourced from MahApps.Metro.IconPacks.ForkAwesome's releases.

6.0.0

As part of this release we had 54 commits which resulted in 22 issues being closed.

Breaking Changes

  • #​303 Drop the UWP support
  • !355 fix: #​303 #​292 Drop the UWP support

Bug

  • #​292 UWP Crashes at Startup when built in Release mode when using some Icon Packs

Bug Fixs

  • !350 Fix Bootstrap Apple icon
  • !357 Use DefaultJsonTypeInfoResolver to enable NativeAOT
  • !370 Unicons v4.2.0 without "Thin"

Icon Updates

  • !351 Icon updates
  • !354 Icon updates
  • !356 Update FontAwesome Free to v6.7.2
  • !358 Update Game Icons from May 4, 2025
  • !359 Update Lucide Icons to v0.525.0
  • !360 Update Primer Octicons to v19.15.3
  • !361 Update Remix Icon to v4.6.0
  • !362 Update Simple Icons to v15.5.0
  • !363 Update Unicons to v4.2.0
  • !364 Update Bootstrap Icons to v1.13.1
  • !365 Add MingCute Icon v2.9.6
  • !366 Add MynaUI Icons v0.3.9
  • !367 Update Codicons to v0.0.38
  • !368 Update Primer Octicons to v19.15.4
  • !369 Update Simple Icons to v15.7.0
  • !371 Update FontAwesome Free to v7.0.0 and add v5 and v6

Where to get it

You can download this release from MahApps.Metro.IconPacks

2025-07-24_18h42_41 2025-07-24_18h42_49 2025-07-24_18h42_56 2025-07-24_18h43_06 2025-07-24_18h43_18 2025-07-24_18h43_25 2025-07-24_18h43_52

Commits viewable in compare view.

Updated Microsoft.Data.SqlClient from 6.0.1 to 6.1.0.

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

6.1.0

Release Notes

Stable Release 6.1.0 - 2025-07-25

This update brings the following changes since the
6.0.2 stable release:

Added

Added dedicated SQL Server vector datatype support

What Changed:

  • Optimized vector communications between MDS and SQL Server 2025, employing a
    custom binary format over the TDS protocol.
    (#​3433,
    #​3443)
  • Reduced processing load compared to existing JSON-based vector support.
  • Initial support for 32-bit single-precision floating point vectors.

Who Benefits:

  • Applications moving large vector data sets will see beneficial improvements
    to processing times and memory requirements.
  • Vector-specific APIs are ready to support future numeric representations with
    a consistent look-and-feel.

Impact:

  • Reduced transmission and processing times for vector operations versus JSON
    using SQL Server 2025 preview:
    • Reads: 50x improvement
    • Writes: 3.3x improvement
    • Bulk Copy: 19x improvement
    • (Observed with vector column of max 1998 size, and 10,000 records for each
      operation.)
  • Improved memory footprint due to the elimination of JSON
    serialization/deserialization and string representation bloat.
  • For backwards compatibility with earlier SQL Server Vector implementations,
    applications may continue to use JSON strings to send/receive vector data,
    although they will not see any of the performance improvements noted above.

Revived .NET Standard 2.0 target support

What Changed:

  • Support for targeting .NET Standard 2.0 has returned.
    (#​3381)
  • Support had previously been removed in the 6.0 release, with the
    community voicing concerns.
    ... (truncated)

6.1.0-preview2

Preview Release 6.1.0-preview2.25178.5 - 2025-06-27

This update brings the following changes since the 6.1.0-preview1 release:

Added

Added dedicated SQL Server vector datatype support

What Changed:

  • Optimized vector communications between MDS and SQL Server 2025, employing a custom binary format over the TDS protocol. (#​3433, #​3443)
  • Reduced processing load compared to existing JSON-based vector support.
  • Initial support for 32-bit single-precision floating point vectors.

Who Benefits:

  • Applications moving large vector data sets will see beneficial improvements to processing times and memory requirements.
  • Vector-specific APIs are ready to support future numeric representations with a consistent look-and-feel.

Impact:

  • Reduced transmission and processing times for vector operations versus JSON using SQL Server 2025 preview:
    • Reads: 50x improvement
    • Writes: 3.3x improvement
    • Bulk Copy: 19x improvement
    • (Observed with vector column of max 1998 size, and 10,000 records for each operation.)
  • Improved memory footprint due to the elimination of JSON serialization/deserialization and string representation bloat.
  • For backwards compatibility with earlier SQL Server Vector implementations, applications may continue to use JSON strings to send/receive vector data, although they will not see any of the performance improvements noted above.

Revived .NET Standard 2.0 target support

What Changed:

Who Benefits:

  • Libraries that depend on MDS may seamlessly target any of the following frameworks:
    • .NET Standard 2.0
    • .NET Framework 4.6.2 and above
    • .NET 8.0
    • .NET 9.0
  • Applications should continue to target runtimes.
    • The MDS .NET Standard 2.0 target framework support does not include an actual implementation, and cannot be used with a runtime.
    • An application's build/publish process should always pick the appropriate MDS .NET/.NET Framework runtime implementation.
    • Custom build/publish actions that incorrectly try to deploy the MDS .NET Standard 2.0 reference DLL at runtime are not supported.

Impact:

... (truncated)

6.1.0-preview1

This update brings the following changes over the previous release:

Added

  • Added packet multiplexing support to improve large data read performance. #​2714 #​3161 #​3202
  • Added support for special casing with Fabric endpoints. #​3084

Fixed

  • Fixed distributed transactions to be preserved during pooled connection resets. #​3019.
  • Fixed application crash when the Data Source parameter begins with a comma. #​3250.
  • Resolved synonym count discrepancies in debug mode. #​3098.
  • Addressed warnings for down-level SSL/TLS versions. #​3126.

Changed

New Contributors

6.0.2

This update brings the below changes over the previous release:

Fixed

  • Fixed possible NullPointerException during socket receive #​3283
  • Fixed reference assembly definitions for SqlJson APIs #​3169
  • Fixed an error reading the output parameter of type JSON while executing stored procedure #​3173

Changed

Commits viewable in compare view.

Updated Microsoft.VisualStudio.Threading from 17.13.2 to 17.14.15.

Release notes

Sourced from Microsoft.VisualStudio.Threading's releases.

17.14.15

What's Changed

Fixes

Enhancements

Dependency updates

Full Changelog: microsoft/vs-threading@v17.13.2...v17.14.15

17.14.2-alpha

What's Changed

Full Changelog: microsoft/vs-threading@v17.13.2...v17.14.2-alpha

17.13.61

What's Changed

Full Changelog: microsoft/vs-threading@v17.13.2...v17.13.61

Commits viewable in compare view.

Updated Serilog.Sinks.File from 6.0.0 to 7.0.0.

Release notes

Sourced from Serilog.Sinks.File's releases.

7.0.0

What's Changed

New Contributors

Full Changelog: serilog/serilog-sinks-file@v4.1.0...v7.0.0

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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps AvalonEdit from 6.3.0.90 to 6.3.1.120
Bumps MahApps.Metro.IconPacks.ForkAwesome from 5.1.0 to 6.0.0
Bumps Microsoft.Data.SqlClient from 6.0.1 to 6.1.0
Bumps Microsoft.VisualStudio.Threading from 17.13.2 to 17.14.15
Bumps Serilog.Sinks.File from 6.0.0 to 7.0.0

---
updated-dependencies:
- dependency-name: AvalonEdit
  dependency-version: 6.3.1.120
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: MahApps.Metro.IconPacks.ForkAwesome
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.VisualStudio.Threading
  dependency-version: 17.14.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Serilog.Sinks.File
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 5, 2025

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot mentioned this pull request Aug 5, 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