Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 30, 2025

Updated HtmlSanitizer from 8.0.645 to 8.0.723.

Release notes

Sourced from HtmlSanitizer's releases.

8.0.723

Fix for GHSA-43cp-6p3q-2pc4

8.0.718

Fix #​469

8.0.692

Fixes a bug in CSS url() sanitizing (see #​411)

Commits viewable in compare view.

Pinned NHibernate at 5.4.9.

Release notes

Sourced from NHibernate's releases.

5.4.9

NHibernate 5.4.9 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.9/
https://www.nuget.org/packages/NHibernate/5.4.9

6 issues were resolved in this release, including CVE-2024-39677.

5.4.8

NHibernate 5.4.8 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.8/
https://www.nuget.org/packages/NHibernate/5.4.8

2 issues were resolved in this release.

5.4.7

NHibernate 5.4.7 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.7/
https://www.nuget.org/packages/NHibernate/5.4.7

3 issues were resolved in this release.

5.4.6

NHibernate 5.4.6 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.6/
https://www.nuget.org/packages/NHibernate/5.4.6

2 issues were resolved in this release.

5.4.5

NHibernate 5.4.5 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.5/
https://www.nuget.org/packages/NHibernate/5.4.5

2 issues were resolved in this release.

5.4.4

NHibernate 5.4.4 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.4/
https://www.nuget.org/packages/NHibernate/5.4.4

6 issues were resolved in this release.

5.4.3

NHibernate 5.4.3 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.3/
https://www.nuget.org/packages/NHibernate/5.4.3

11 issues were resolved in this release.

5.4.2

NHibernate 5.4.2 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.2/
https://www.nuget.org/packages/NHibernate/5.4.2

7 issues were resolved in this release.

Commits viewable in compare view.

Pinned Npgsql at 7.0.7.

Release notes

Sourced from Npgsql's releases.

7.0.7

This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. An additional number of bugs have been fixed, here is the full list.

Thanks to @​paul-gerste-sonarsource for reporting the vulnerability.

7.0.6

7.0.6 contains 12 fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

7.0.4

7.0.4 contains 7 fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

Commits viewable in compare view.

Updated Refit from 6.3.2 to 7.2.22.

Release notes

Sourced from Refit's releases.

7.2.22

Fixes:

  • Fix to 7.2.22 16a5754af97bd67b9204c52c649b5e1910ec9317 @​glennawatson
  • Fix version 4185be34a77f0f48f640c07ae13cdc7d447c0b73 @​glennawatson
  • Fix for CRLF injection vulnerability (#​1834) 155153e39a2b68421da8fc44b4f995ca65e82e2e @​ChrisPulman
  • chore: update nuget package versions 155153e39a2b68421da8fc44b4f995ca65e82e2e @​glennawatson

7.2.1

What's Changed

Full Changelog: reactiveui/refit@7.2.0...7.2.1

7.2.0

What's Changed

New Contributors

Full Changelog: reactiveui/refit@7.1.2...7.2.0

7.1.2

Features:

  • b320e4eb4e9049210fe7655e0c6f9fda6b1c8e77 feat: optimize CachedRequestBuilder (#​1716) @​TimothyMakkison
  • 03d7bbc7abae4e0e6440f635223cf6f6f64fb922 feat: use TryGetSingle instead of collection enumerable to lists. (#​1738) @​TimothyMakkison
  • 151b1d9d643ac35fc390c4392be1c725440446de feat: fix existing query values bug (#​1737) @​TimothyMakkison
  • 12640cb4a55051abd88d46c5eba23e63a7c398a1 feat: refactors, cache attributes, use helper methods (#​1739) @​TimothyMakkison
  • f5b169078dc9b54603bbf8f0fba7d25f66756cd9 feat: remove propertiesToAdd (#​1741) @​TimothyMakkison
  • ea1cc52fb1e35b1f46b7472cf2dc66bd74a51ffb feat: optimize RestMethodInfo, reduce dictionary allocations and linq iterations (#​1742) @​TimothyMakkison
  • 1c731b8f354ce0d35f7cbfd1dd163ca3bfa83b7c feat: defer header dictionary creation (#​1745) @​TimothyMakkison

Fixes:

  • 9605c24d2363ff262769dd711f05e0f49e3d06eb Fix for Common Parameter Name used in Generated code (#​1735) @​ChrisPulman

Housekeeping:

  • a61030a868804a670edcab8b49f1539eb313a391 Housekeeping: Add API tests (#​1749) @​ChrisPulman
  • 5f8284135628830e050239080b2344600ec6068c Housekeeping Update version for release (#​1751) @​ChrisPulman

Other:

  • 107d71697d0d41ecdec296634cfb303c96db4c0e chore(deps): update dependency microsoft.codeanalysis.csharp.sourcegenerators.testing to v1.1.2-beta1.24314.1 (#​1736) @​renovate[bot]
  • 44314ba3f98cce39804aa97a65a59905f158164d chore: extract methods (#​1740) @​TimothyMakkison
  • 56375c4b2ee7ca45ec350f4965534c8c28e2f605 Revert #​1705 (#​1750) @​ChrisPulman
  • 4e8c3476bde5bea039aa5f9cce7fb8a9105b597e chore(deps): update dependency microsoft.codeanalysis.csharp.sourcegenerators.testing to v1.1.2 (#​1747) @​renovate[bot]

7.1.1

Features:

  • 8a40692db0322c49ee82ca0dac2e733c46de496f feat: add startup and performance benchmarks (#​1731) @​TimothyMakkison
  • 2bf78cad10890a5b96be4cfee2584aeca13fa972 feat: use ValueStringBuilder adding the query parameters (#​1719) @​TimothyMakkison

Other:

  • 943529592ea84a7ef6b62a4514420a7486c15905 Revert sealed Attributes (#​1734) @​ChrisPulman

7.1.0

Dependencies:

  • ee3119974b0d4c7334bfa1c22d3573a6d9afbd67 Bump BenchmarkDotNet from 0.13.5 to 0.13.6 (#​1539) @​dependabot[bot]
  • 1d4191ab319a3418960f39814254a28ee22a4992 Bump xunit from 2.4.2 to 2.5.0 (#​1534) @​dependabot[bot]
  • 507f758bfaf533e3ea88b5193a0542bd795fa806 Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 (#​1533) @​dependabot[bot]
  • 5d082107b0b4cda10a0bd6effbc6653963eb0ee5 Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.7.0 (#​1550) @​dependabot[bot]
  • 3b4ac94f70f3c2e5291256cc06ffdc9e560f002b Bump BenchmarkDotNet from 0.13.6 to 0.13.7 (#​1551) @​dependabot[bot]
  • bbe1b066dffbf25acceb8f5617ff5a2141119560 Bump Microsoft.VisualStudio.Threading.Analyzers from 17.6.40 to 17.7.30 (#​1554) @​dependabot[bot]
  • 5a6698c0e9131200e6e0c633d8bc0394048f9f9a Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2 (#​1560) @​dependabot[bot]
  • b2f1b310b3a3857adf8ba536c86e27ae1c39208b Bump BenchmarkDotNet from 0.13.7 to 0.13.8 (#​1563) @​dependabot[bot]
  • df6b7a96dc7bd3f1bb0962b0122b8c2175b6f071 build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.1 (#​1567) @​dependabot[bot]
  • dc07cfbd0f4d42b1e098ce0850de51fd7b662a1c build(deps): bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit (#​1572) @​dependabot[bot]
  • 00a263875eaac29200b5a2a51fdd7136578b6661 build(deps): bump xunit.runner.visualstudio from 2.5.1 to 2.5.3 (#​1579) @​dependabot[bot]
  • 6d6aa27e5cf3a25100b3acda19dbe664880276d5 build(deps): bump BenchmarkDotNet from 0.13.8 to 0.13.10 (#​1589) @​dependabot[bot]
  • cb65f42f8f8fb93e622e37c4105cf00685ab250a build(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#​1595) @​dependabot[bot]
  • af399f05b0eb666228bbd20ff0f00598bba81381 build(deps): bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit (#​1580) @​dependabot[bot]
  • 992c9b4b7461572c028a5c1f4806ee46144cc139 build(deps): bump xunit from 2.5.0 to 2.6.2 (#​1614) @​dependabot[bot]
  • fba26ee715096d568a2c4dbf146fed53d957a865 build(deps): bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 (#​1611) @​dependabot[bot]
  • a79471db672881bd209fa5b1143b6efa1052b6ee build(deps): bump System.Text.Json from 7.0.3 to 8.0.0 (#​1613) @​dependabot[bot]
  • caee89192fd9aaab610c0b069752d9b11bd1d3c4 build(deps): bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 (#​1609) @​dependabot[bot]
  • cd37b46a81487dbeea32678ed70b3a5f29e0346f build(deps): bump dessant/lock-threads from 4 to 5 (#​1608) @​dependabot[bot]
  • 676a66343e4adfaaf012d78c4468573b5fb5eee0 build(deps): bump System.Net.Http.Json from 7.0.1 to 8.0.0 (#​1612) @​dependabot[bot]
  • d51fdee5a85bbc40773dca5659373200d4c78dde build(deps): bump Microsoft.Extensions.Http from 7.0.0 to 8.0.0 (#​1615) @​dependabot[bot]
  • c8aba6fa0b178cd9e0186a6fcf22d5f41cb50e43 build(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#​1610) @​dependabot[bot]
  • bca7448f95bc2d3d8e273d3ad11f8de8e37ceb07 Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.6.0 to 4.7.0 (#​1559) @​dependabot[bot]
  • ca2ee9a331dadbcfdfb94d7b4cb7cdf9f8505d54 build(deps): bump AutoFixture from 4.18.0 to 4.18.1 (#​1629) @​dependabot[bot]
  • 8e516e8a5a5e9a83bea4aeed207737f73bf305f4 build(deps): bump xunit from 2.6.2 to 2.6.3 (#​1632) @​dependabot[bot]
  • 1dc6a6247ff583bd0c9b525bc97a84b8557bdcb8 build(deps): bump xunit.runner.visualstudio from 2.5.4 to 2.5.5 (#​1631) @​dependabot[bot]
  • 45ff0ccb4f40aa5e7f5dfd6cbe7ac3eed000bcda build(deps): bump xunit from 2.6.3 to 2.6.4 (#​1635) @​dependabot[bot]
  • e5bc249551f85186235e6221be25962d1df53f65 build(deps): bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 (#​1634) @​dependabot[bot]
  • 867efbdcff936b0f217889f87f684bc01df3bd1d build(deps): bump xunit from 2.6.4 to 2.6.5 (#​1637) @​dependabot[bot]
  • 6ebeda54d896409caa21b01adba76538c7c00c74 build(deps): bump xunit from 2.6.5 to 2.6.6 (#​1643) @​dependabot[bot]
  • 5c12ad522ffc66e4515b0a26876359dd07425428 build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 (#​1653) @​dependabot[bot]
  • c9395ac965a8bb3da86828d258a0c9351e8dd030 build(deps): bump Microsoft.VisualStudio.Threading.Analyzers (#​1652) @​dependabot[bot]

Features:

  • 66edaaa4f2f75d1609e8f7ba39c5aa75c4c26223 feat: generate code that uses Array.Empty where possible (#​1599) @​TimothyMakkison
  • 4055e7a29ca2b5160c3917236a827e68908b60e9 feat: use private static fields to store constant typeParameters where possible (#​1606) @​TimothyMakkison
  • b7c22ca82d1c51774251b309054c988a5b072676 feat: add leading underscores to typeParameter name (#​1641) @​TimothyMakkison
  • d5caa02cb3c62c4c01b0c54dba53067856fdf8ea feature: Remove UTF8 bom marking @​glennawatson
  • d09db7285fde6caab66754225c25dbeaa2eec4bf Feature Add DotNet 8 support (#​1701) @​ChrisPulman
  • 1b452190bf97101a1bca8a71bb9b9126d82a052f feat: custom query key formatters (#​1570) @​tcortega
  • 51ef4451bf70230723e0dfcb3e6bdc5b66f9f4cb feat: refactor, invert ifs, use optimal methods (#​1713) @​TimothyMakkison
  • dcb9da28de4399a557c9fe56c6730f9f067861ff feat: run csharpier (#​1715) @​TimothyMakkison

Fixes:

  • b59977fe40a28b03b75a47a2beca983a66902434 fix: Document InnerHandler null requirement for DI (#​1569) @​bbrandt
  • e726d19e85676097362bd4f3c0b5af2f77512b42 fix: Refactor code formatting for better readability (#​1564) @​msadeqsirjani

Housekeeping:

  • 2dff048afa4b35da97abff25f72120960f253f3c housekeeping: run csharpier (#​1617) @​TimothyMakkison
    ... (truncated)

7.0.0

Dependencies:

  • 0a03d4a4ca91b5823c1151de35d977c41ca98183 Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.132 (#​1507) @​dependabot[bot]
  • 65f395a7dd525676e284d8a4e03d8db8fa2f99c3 Bump Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit (#​1506) @​dependabot[bot]
  • a16b0fd6b69e9a74e923121eabd07fc400a95f90 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#​1508) @​dependabot[bot]
  • ec73fed75327eaf70f6fd12e2f3dd4d9aa08190f Bump Microsoft.VisualStudio.Threading.Analyzers from 17.5.22 to 17.6.40 (#​1511) @​dependabot[bot]
  • cd1b108be2e4eb828a554675379a17ab0bb70a5a Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.0.1 to 4.6.0 (#​1510) @​dependabot[bot]
  • 34b81336de3617e82c8975595953c9766bb4704b Bump coverlet.msbuild from 3.2.0 to 6.0.0 (#​1512) @​dependabot[bot]
  • 0e118d0f404c1004caaf9859f10906075137831f Bump System.Reactive from 5.0.0 to 6.0.0 (#​1509) @​dependabot[bot]
  • 57919c4ac3effd231ca7cad9c0c22c0d98458180 Bump Nerdbank.GitVersioning from 3.6.132 to 3.6.133 (#​1516) @​dependabot[bot]
  • dd1eebf477b24fcdc3974b2d8aef89d64bcbbcd9 Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 (#​1520) @​dependabot[bot]
  • a50c8ae4c4708d80dd5f309a8720665d2f9a8af7 Bump System.Text.Json from 7.0.2 to 7.0.3 (#​1523) @​dependabot[bot]

Other:

  • 4744780644ecaa5e23ee93fccbadd9528eaa6add Ship 7.0.0 @​anaisbetts

7.0.0-beta.1

Housekeeping:

  • 6cf8169a3def3214d25716c40b1624f479d8a0d6 housekeeping: Convert to using coverlet msbuild (#​1491) @​glennawatson
  • c10bcbf6714616aff3b7bb3bd7e7638431b23398 housekeeping: Add code coverage status in readme @​glennawatson
  • 9276d6bcbf89dfd50f475a4a4df341f65d2a00db housekeeping: Disallow making of package for benchmarks (#​1492) @​glennawatson

Other:

  • 35965b8238eaf237af5305312989a2f66246491d BREAKING: Simplify authorization configuration (#​1495) @​anaisbetts
  • ef463956936fcdfd248d120672fe0bb7ff93d5ac Add a DevContainer (#​1501) @​anaisbetts
  • e4a3565c85fc05feb9123afe6474c9ca3d2aca7b Revert #​1418, #​1367, introduce public version of RestMethodInfo (#​1496) @​anaisbetts
  • de50934f73c177f0156690d8c7ffb28d382de781 bump @​anaisbetts

6.5.1

Features:

  • c0af5c2a3a78f490b3aaf1f07e994b2017e67e62 feature: Make the RestMethodInfo available in the request options (#​1317) @​0xced

Fixes:

  • ed61774dbf418e03323d6a65b9a775c012779636 Fix Added MemberNotNullWhen in IApiResponse (#​1483) @​AlbertoMonteiro
  • c8888e12d7f7f96539eca1f131d99ef0c9f58b81 Fix condition of method return type in RequestBuilder to only allow Task<> and IObservable<> (#​1364) @​barchkile

Housekeeping:

  • 857becce5d623fe2b8ab8bd640f182ca10cc0eaf housekeeping: Update readme to show GitHub actions status @​glennawatson

Other:

  • fec2cf34992ad476a1962c48c601a927285d9e87 Update version.json @​glennawatson

6.4.1

Dependencies:

  • 63b96540716a12a5f36c514ee117316bbb92e116 Bump Newtonsoft.Json from 13.0.1 to 13.0.3 (#​1480) @​dependabot[bot]

Features:

  • b78bbc79dda7c856cb2e7c1d28589764c6e93f5b feature: Add named httpclient support (#​1418) @​redbaty
  • c97fcb66ce1c87936e552b022d764b99dc3e0bc2 feature: Add RestMethodInfo in HttpRequestMessage (Options or Properties) (#​1352) @​Int32Overflow
  • 77f084f0e45f611c055df9aa58ff91e74ea21f16 feature: Add an authorization header value getter property that supports cancellation (#​1413) @​0xced
  • b06ef7c37dab6b003805424d010137ebbef65661 Feature: allow developers to inject the MethodInfo as a Property (#​1367) @​james-s-tayler

Fixes:

  • 153f5202dfaeed03853b870cf369e6282f59da1d Fix typo in README.md (#​1428) @​owns
  • aef6cbb8c78bd34ee333dba6eb12626607d69cbd Fixed a bug in the readme (#​1366) @​james-s-tayler
  • 3c8761162a0f3599e0dc3e78d002c75bb23b0522 Fix cache in RestService for generated type (#​1348) @​Int32Overflow
  • 25c48404664f80837dfbac2dbfd910b084ecdd3c fix: Update readme with details on supply a custom HttpClient instance (#​1362) @​chowarth

Housekeeping:

  • 1fd2b3f5aed4256c715498e0cf9e171243f2f038 housekeeping: Convert to using GitHub actions @​glennawatson
  • 977246a77fcb21e74f323b099bfa32f098d5e6ce housekeeping: Remove the need to install maui workflows @​glennawatson
  • eb61d396eca37961bed2ad8c41ada87ce8cac75d housekeeping: remove duplicated tags @​glennawatson
  • da483b98558b494505dead5e79659e458abf3fc3 housekeeping: update directory.build.props file @​glennawatson
  • e571bc685aef43d9271e698d54fac23d65ca7efc housekeeping: Remove invalid tag from release @​glennawatson
  • 500f4a2389d25a2b43b62606a9db048d30579424 housekeeping: Remove invalid tag from release @​glennawatson
  • e83f7e230881e9ca51785f00c37066a87da3a666 housekeeping: Remove old targets from tests @​glennawatson
  • 098c4e327d2c38c5eb1932d8b25948efdcee5257 housekeeping: Update Targets, Fix build, Update relevant packages (#​1488) @​ChrisPulman

Other:

  • 5fe5ce562806f4297224e64698a9a17a15671bcd Update dependabot.yml @​glennawatson
  • 00dde435b456331e9b2580fe2e3034c83e08c4a2 Sample using local api (#​785) @​NakWarsi
  • 469bfce046e3403c7b4d1cba87fee9a462e14427 add tests setting Authorization headers via HeaderCollection (#​1385) @​james-s-tayler
  • b608846c097f8d0c9c7fc409ea96b783e1f0071a Add benchmark dotnet and comprehensive set of end to end benchmarks (#​1175) @​james-s-tayler
  • 5589ab9aac95776d34d3c4d744ed060dee546e40 Use Error property when throwing exception (#​1448) @​marcominerva
  • b5ce1dbd870eae8764e308580e3d9939dc4a3b1e Use the root directory for builds @​glennawatson
  • c1516a83fe8b83a945281c9f24d2bb9b05faab67 Add HttpRequestMessageOptions to RefitSettings and add this dictionary to HttpRequestMessage.(Options/Properties) (#​1353) @​Int32Overflow

Commits viewable in compare view.

Updated SixLabors.ImageSharp from 2.1.3 to 2.1.11.

Release notes

Sourced from SixLabors.ImageSharp's releases.

2.1.11

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.10...v2.1.11

2.1.10

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.9...v2.1.10

2.1.9

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.8...v2.1.9

2.1.8

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.7...v2.1.8

2.1.7

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.6...v2.1.7

2.1.6

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.5...v2.1.6

2.1.5

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.4...v2.1.5

2.1.4

What's Changed

Full Changelog: SixLabors/ImageSharp@v2.1.3...v2.1.4

Commits viewable in compare view.

Pinned SkiaSharp at 2.88.6.

Updated System.Data.SqlClient from 4.8.5 to 4.8.6.

Release notes

Sourced from System.Data.SqlClient'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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps HtmlSanitizer to 8.0.723
Bumps NHibernate to 5.4.9
Bumps Npgsql to 7.0.7
Bumps Refit to 7.2.22
Bumps SixLabors.ImageSharp to 2.1.11
Bumps SkiaSharp to 2.88.6
Bumps System.Data.SqlClient to 4.8.6

---
updated-dependencies:
- dependency-name: HtmlSanitizer
  dependency-version: 8.0.723
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: HtmlSanitizer
  dependency-version: 8.0.723
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: NHibernate
  dependency-version: 5.4.9
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: NHibernate
  dependency-version: 5.4.9
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: SixLabors.ImageSharp
  dependency-version: 2.1.11
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Refit
  dependency-version: 7.2.22
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: HtmlSanitizer
  dependency-version: 8.0.723
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Npgsql
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Refit
  dependency-version: 7.2.22
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: NHibernate
  dependency-version: 5.4.9
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Refit
  dependency-version: 7.2.22
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: SixLabors.ImageSharp
  dependency-version: 2.1.11
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: SixLabors.ImageSharp
  dependency-version: 2.1.11
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: SkiaSharp
  dependency-version: 2.88.6
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: SkiaSharp
  dependency-version: 2.88.6
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Data.SqlClient
  dependency-version: 4.8.6
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Data.SqlClient
  dependency-version: 4.8.6
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Refit
  dependency-version: 7.2.22
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Jul 30, 2025
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