Skip to content

[nuget][SUI_Matcher]- Bump HotChocolate.AspNetCore and 4 others - #382

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/sui-package-updates-901cfd7a15
Closed

[nuget][SUI_Matcher]- Bump HotChocolate.AspNetCore and 4 others#382
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/sui-package-updates-901cfd7a15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Updated HotChocolate.AspNetCore from 16.3.0 to 16.5.1.

Release notes

Sourced from HotChocolate.AspNetCore's releases.

16.5.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1

16.5.1-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.1-p.1...16.5.1-p.2

16.5.1-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1-p.1

16.5.0

What's Changed

16.5.0-p.18

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.15...16.5.0-p.18

16.5.0-p.15

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.14...16.5.0-p.15

16.5.0-p.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.12...16.5.0-p.14

16.5.0-p.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.12...16.5.0-p.13

16.5.0-p.12

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.10...16.5.0-p.12

16.5.0-p.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.10...16.5.0-p.11

16.5.0-p.10

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.9...16.5.0-p.10

16.5.0-p.9

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.8...16.5.0-p.9

16.5.0-p.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0-p.7...16.5.0-p.8

16.5.0-p.7

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0...16.5.0-p.7

16.4.0

What's Changed

16.4.0-p.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.13...16.4.0-p.14

16.4.0-p.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.12...16.4.0-p.13

16.4.0-p.12

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.12

16.4.0-p.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.11

16.4.0-p.10

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.10

16.4.0-p.9

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.7...16.4.0-p.9

16.4.0-p.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.6...16.4.0-p.8

16.4.0-p.7

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.6...16.4.0-p.7

16.4.0-p.6

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.5...16.4.0-p.6

16.4.0-p.5

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.4...16.4.0-p.5

16.4.0-p.4

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.3...16.4.0-p.4

16.4.0-p.3

Full Changelog: ChilliCream/graphql-platform@16.4.0-p.2...16.4.0-p.3

16.4.0-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.3.0...16.4.0-p.2

16.4.0-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.3.0-p.2...16.4.0-p.1

Commits viewable in compare view.

Pinned MassTransit at 9.2.0.

Release notes

Sourced from MassTransit'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 QuestPDF from 2026.6.1 to 2026.7.2.

Release notes

Sourced from QuestPDF's releases.

2026.7.2

  • Fixed a rare Windows x64 concurrency issue where generated PDF documents appeared correct in viewers, but selected and copied text was corrupted.
  • Improved text rendering representation to resolve rare compatibility issues in certain PDF viewers that could cause incorrect results when selecting or copying text.
  • Improved compatibility for complex glyphs, such as ligatures, by annotating them with the /ActualText tag. This improves text selection, copying, extraction, and screen-reader accessibility. Ligatures remain disabled by default.
  • Added support for the AllowModification permission in DocumentOperations when encrypting PDF documents with 128-bit or 256-bit keys.
  • Added minor fixes and expanded test coverage for the DocumentOperations API.

2026.7.1

Improved performance

PDF generation is now significantly faster. The Skia native dependency has been recompiled with speed-oriented optimizations (favoring performance over binary size) and with SIMD instructions enabled.

The impact depends on document content and platform. For example, generating image-heavy documents that require image rescaling can be several times faster on Windows x64 🎉

Note: this change slightly increases the size of the native dependency by around 20%.


Continuous performance monitoring

We have also built a solid foundation for measuring library performance going forward. A new GitHub Actions workflow benchmarks QuestPDF across all supported operating systems, processor architectures, and .NET releases.

This infrastructure helps us ensure that performance remains stable and consistent across all platforms, and allows us to detect regressions early — before they ever reach a release.

2026.7.0

  • Updated licensing terms and conditions to version 3.0, including the removal of the developer seat limit for all paid licenses (details: https://www.questpdf.com/pricing).
  • Added full support for .NET Native AOT and trimming.
  • Added and improved warning messages related to library configuration.
  • Fixed a rare rendering issue where the footer was placed incorrectly when the page content was empty.

Commits viewable in compare view.

Updated StrawberryShake.Server from 16.5.0 to 16.5.1.

Release notes

Sourced from StrawberryShake.Server's releases.

16.5.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1

16.5.1-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.1-p.1...16.5.1-p.2

16.5.1-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1-p.1

Commits viewable in compare view.

Bumps HotChocolate.AspNetCore from 16.3.0 to 16.5.1
Bumps MassTransit from 9.1.2 to 9.2.0
Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1
Bumps QuestPDF from 2026.6.1 to 2026.7.1
Bumps StrawberryShake.Server from 16.5.0 to 16.5.1

---
updated-dependencies:
- dependency-name: HotChocolate.AspNetCore
  dependency-version: 16.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: MassTransit
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: QuestPDF
  dependency-version: 2026.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sui-package-updates
- dependency-name: StrawberryShake.Server
  dependency-version: 16.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sui-package-updates
...

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 Aug 4, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 4, 2026 06:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Aug 4, 2026
@sonarqubecloud

sonarqubecloud Bot commented Aug 4, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Health
SUI.DBS.Response.Logger.Core 93% 72%
SUI.Client.Core 93% 85%
Shared 92% 84%
Matching 74% 49%
External 44% 31%
SUI.Client.GraphQLProcessJob 4% 1%
SUI.Client.StorageProcessJob 97% 83%
suiw 100% 100%
AppHost 100% 100%
Summary 49% (4256 / 8764) 16% (1120 / 7004)

@dependabot @github

dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 11, 2026
@dependabot dependabot Bot changed the title [nuget][SUI_Matcher]- Bump the sui-package-updates group with 5 updates [nuget][SUI_Matcher]- Bump HotChocolate.AspNetCore and 4 others Aug 11, 2026
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