Skip to content

Update NuGet Packages - Minor Updates#157

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuget-packages-minor-updates
Open

Update NuGet Packages - Minor Updates#157
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuget-packages-minor-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
FluentAssertions (source) 6.12.06.12.2 age confidence
FluentAssertions.Analyzers 0.31.00.34.1 age confidence
GraphQL-Parser 9.3.19.5.1 age confidence
HotChocolate.AspNetCore (source) 13.9.013.9.15 age confidence
Meziantou.Analyzer 2.0.1492.0.302 age confidence
Microsoft.Extensions.Hosting (source) 8.0.08.0.1 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.18.0.3 age confidence
Microsoft.NET.Test.Sdk 17.9.017.14.1 age confidence
NSubstitute (source) 5.1.05.3.0 age confidence
NUnit (source) 4.1.04.5.1 age confidence
NUnit.Analyzers 4.1.04.12.0 age confidence
NUnit3TestAdapter (source) 4.5.04.6.0 age confidence
Serilog.Sinks.Console 6.0.06.1.1 age confidence
Spectre.Console 0.48.00.54.0 age confidence
Spectre.Console.Cli 0.48.00.53.1 age confidence
Spectre.Console.Testing 0.48.00.54.0 age confidence
System.IO.Abstractions 21.0.221.3.1 age confidence
coverlet.collector 6.0.26.0.4 age confidence

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

v6.12.1

Compare Source

What's Changed
Improvements
  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530
Fixes
  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

fluentassertions/fluentassertions.analyzers (FluentAssertions.Analyzers)

v0.34.1

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.33.0...v0.34.1

v0.33.0: 0.33.0

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0

v0.32.0: 0.32.0

What's Changed

New Docs

see https://github.com/fluentassertions/fluentassertions.analyzers?tab=readme-ov-file#docs

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.31.0...v0.32.0

graphql-dotnet/parser (GraphQL-Parser)

v9.5.1

Compare Source

What's Changed

New Contributors

Full Changelog: graphql-dotnet/parser@9.5.0...9.5.1

v9.5.0

Compare Source

What's Changed

Full Changelog: graphql-dotnet/parser@9.4.0...9.5.0

v9.4.0

Compare Source

What's Changed

Full Changelog: graphql-dotnet/parser@9.3.1...9.4.0

ChilliCream/graphql-platform (HotChocolate.AspNetCore)

v13.9.15: -p.1

Compare Source

Full Changelog: ChilliCream/graphql-platform@13.9.14...13.9.15

v13.9.14

Compare Source

  • Reconfigured ofType Depth

Full Changelog: ChilliCream/graphql-platform@13.9.13...13.9.14

v13.9.13

Compare Source

  • Added Introspection Cycle Detection Rule

Full Changelog: ChilliCream/graphql-platform@13.9.12...13.9.13

v13.9.12

Compare Source

  • Ported: Do not emit "query": "" for Strawberry Shake persisted queries #​7062

Full Changelog: ChilliCream/graphql-platform@13.9.11...13.9.12

v13.9.11

Compare Source

  • Adds Error Code if Composition Fails

Full Changelog: ChilliCream/graphql-platform@13.9.10...13.9.11

v13.9.10

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.9...13.9.10

v13.9.9

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.8...13.9.9

v13.9.8

Compare Source

  • Backport of operation compiler optimization.

Full Changelog: ChilliCream/graphql-platform@13.9.7...13.9.8

v13.9.7

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.6...13.9.7

v13.9.6

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.5...13.9.6

v13.9.5

Compare Source

What's Changed

  • [Fusion] Reset requirements planner for every iteration.

Full Changelog: ChilliCream/graphql-platform@13.9.4...13.9.5

v13.9.4

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@13.9.3...13.9.4

v13.9.3

Compare Source

  • Updated Npgsql to 8.0.3

Full Changelog: ChilliCream/graphql-platform@13.9.2...13.9.3

v13.9.2

Compare Source

  • Bundled BananaCakePop Version 16.0.1

Full Changelog: ChilliCream/graphql-platform@13.9.1...13.9.2

v13.9.1

Compare Source

  • Ensure that you can opt-out of implicit usings in Directory.props by @​michaelstaib in #​7070
  • Bundled BananaCakePop Version 16.0.0

Full Changelog: ChilliCream/graphql-platform@13.9.0...13.9.1

meziantou/Meziantou.Analyzer (Meziantou.Analyzer)

v2.0.302

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.302

Full Changelog: meziantou/Meziantou.Analyzer@2.0.301...2.0.302

v2.0.301

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.301

What's Changed

New Contributors

Full Changelog: meziantou/Meziantou.Analyzer@2.0.300...2.0.301

v2.0.300

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.300

What's Changed

  • Add configuration option to allow OfT suffix for generic types with any arity by @​Copilot in #​1004

Full Changelog: meziantou/Meziantou.Analyzer@2.0.299...2.0.300

v2.0.299

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.299

What's Changed
  • Fix MA0184 false positive on empty interpolated strings with custom handlers by @​Copilot in #​1001

Full Changelog: meziantou/Meziantou.Analyzer@2.0.298...2.0.299

v2.0.298

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.298

What's Changed
  • Add MA0186: Report missing nullable attributes on Equals and TryGetValue parameters by @​Copilot in #​998

Full Changelog: meziantou/Meziantou.Analyzer@2.0.297...2.0.298

v2.0.297

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.297

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.296...2.0.297

v2.0.296

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.296

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.295...2.0.296

v2.0.295

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.295

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.294...2.0.295

v2.0.294

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.294

Full Changelog: meziantou/Meziantou.Analyzer@2.0.293...2.0.294

v2.0.293

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.293

What's Changed
  • Fix MA0183 false-positive with params array arguments in string.Format by @​Copilot in #​991

Full Changelog: meziantou/Meziantou.Analyzer@2.0.292...2.0.293

v2.0.292

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.292

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.291...2.0.292

v2.0.291

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.291

What's Changed
  • MA0185: Add tests and docs for literal-only interpolated strings by @​Copilot in #​987

Full Changelog: meziantou/Meziantou.Analyzer@2.0.290...2.0.291

v2.0.290

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.290

What's Changed
  • Add MA0185: Simplify string.Create with culture-invariant parameters by @​Copilot in #​986

Full Changelog: meziantou/Meziantou.Analyzer@2.0.289...2.0.290

v2.0.289

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.289

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.288...2.0.289

v2.0.288

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.288

What's Changed
  • Disable MA0042 async overload suggestions for TemporaryDirectory in test projects by @​Copilot in #​980

Full Changelog: meziantou/Meziantou.Analyzer@2.0.287...2.0.288

v2.0.287

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.287

What's Changed
  • Add MA0183: Detect string.Format without placeholders or formatting arguments by @​Copilot in #​979

Full Changelog: meziantou/Meziantou.Analyzer@2.0.286...2.0.287

v2.0.286

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.286

Full Changelog: meziantou/Meziantou.Analyzer@2.0.285...2.0.286

v2.0.285

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.285

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.284...2.0.285

v2.0.284

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.284

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.283...2.0.284

v2.0.283

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.283

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.282...2.0.283

v2.0.282

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.282

Full Changelog: meziantou/Meziantou.Analyzer@2.0.281...2.0.282

v2.0.281

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.281

Full Changelog: meziantou/Meziantou.Analyzer@2.0.280...2.0.281

v2.0.280

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.280

Full Changelog: meziantou/Meziantou.Analyzer@2.0.279...2.0.280

v2.0.279

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.279

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.278...2.0.279

v2.0.278

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.278

What's Changed
  • Fix MA0182 false positive for delegates used in new expressions by @​Copilot in #​969

Full Changelog: meziantou/Meziantou.Analyzer@2.0.277...2.0.278

v2.0.277

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.277

Full Changelog: meziantou/Meziantou.Analyzer@2.0.276...2.0.277

v2.0.276

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.276

What's Changed

  • Fix MA0182 false positive on types with DynamicallyAccessedMembers attribute by @​Copilot in #​963

Full Changelog: meziantou/Meziantou.Analyzer@2.0.275...2.0.276

v2.0.275

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.275

Full Changelog: meziantou/Meziantou.Analyzer@2.0.274...2.0.275

v2.0.274

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.274

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.273...2.0.274

v2.0.273

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.273

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.272...2.0.273

v2.0.272

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.272

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.271...2.0.272

v2.0.271

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.271

What's Changed

  • Add MA0182: Detect unused internal classes with correct handling of generic type arguments and typeof references by @​Copilot in #​956

Full Changelog: meziantou/Meziantou.Analyzer@2.0.270...2.0.271

v2.0.270

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.270

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.269...2.0.270

v2.0.269

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.269

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.268...2.0.269

v2.0.268

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.268

Full Changelog: meziantou/Meziantou.Analyzer@2.0.267...2.0.268

v2.0.267

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.267

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.266...2.0.267

v2.0.266

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.266

Full Changelog: meziantou/Meziantou.Analyzer@2.0.265...2.0.266

v2.0.265

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.265

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.264...2.0.265

v2.0.264

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.264

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.263...2.0.264

v2.0.263

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.263

What's Changed

  • Add MA0180: Detect ILogger type parameter mismatch with containing class by @​Copilot in #​941

Full Changelog: meziantou/Meziantou.Analyzer@2.0.262...2.0.263

v2.0.262

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.262

What's Changed

  • Make DocumentationGenerator ignore trailing whitespace differences by @​Copilot in #​942

Full Changelog: meziantou/Meziantou.Analyzer@2.0.261...2.0.262

v2.0.261

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.261

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.260...2.0.261

v2.0.260

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.260

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.259...2.0.260

v2.0.259

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.259

What's Changed

  • Add opt-in configuration for MA0153 to detect logging of types containing DataClassification members by @​Copilot in #​936

Full Changelog: meziantou/Meziantou.Analyzer@2.0.258...2.0.259

v2.0.258

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.258

Full Changelog: meziantou/Meziantou.Analyzer@2.0.257...2.0.258

v2.0.257

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.257

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.256...2.0.257

v2.0.256

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.256

What's Changed

  • Clarify MA0093 only applies to event invocations, not regular method calls by @​Copilot in #​933

Full Changelog: meziantou/Meziantou.Analyzer@2.0.255...2.0.256

v2.0.255

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.255

What's Changed

  • Use GlobalAnalyzerConfigFiles with global_level=-1 for analyzer configuration by @​Copilot in #​932

Full Changelog: meziantou/Meziantou.Analyzer@2.0.254...2.0.255

v2.0.254

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.254

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.253...2.0.254

v2.0.253

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.253

Full Changelog: meziantou/Meziantou.Analyzer@2.0.252...2.0.253

v2.0.252

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.252

What's Changed

  • Updated NamedParameterAnalyzer to handle language version checks for C# 14 by @​meziantou in #​925

Full Changelog: meziantou/Meziantou.Analyzer@2.0.251...2.0.252

v2.0.251

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.251

What's Changed

Full Changelog: meziantou/Meziantou.Analyzer@2.0.250...2.0.251

v2.0.250

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.250

What's Changed

  • MA0011: Skip diagnostic for culture-invariant interpolated strings by @​Copilot in #​919

Full Changelog: meziantou/Meziantou.Analyzer@2.0.249...2.0.250

v2.0.249

Compare Source

NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.249

What's Changed

  • Fix MA0095 to not report for CRTP-inherited IEquatable by @​Copilot in [#​918](https:/

Configuration

📅 Schedule: Branch creation - "before 9am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot]
github-actions bot previously approved these changes Apr 26, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from a6e5ce5 to fb522e4 Compare April 28, 2024 02:33
github-actions[bot]
github-actions bot previously approved these changes Apr 28, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from fb522e4 to 78a9a45 Compare May 7, 2024 09:47
github-actions[bot]
github-actions bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 78a9a45 to f439b96 Compare May 10, 2024 11:08
github-actions[bot]
github-actions bot previously approved these changes May 10, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from f439b96 to de2a413 Compare May 13, 2024 07:17
github-actions[bot]
github-actions bot previously approved these changes May 13, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from de2a413 to 8b76ca0 Compare May 17, 2024 02:56
github-actions[bot]
github-actions bot previously approved these changes May 17, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 8b76ca0 to 9995d8c Compare May 18, 2024 17:36
github-actions[bot]
github-actions bot previously approved these changes May 18, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 9995d8c to 48665c3 Compare May 22, 2024 15:52
github-actions[bot]
github-actions bot previously approved these changes May 22, 2024
@renovate renovate bot force-pushed the renovate/nuget-packages-minor-updates branch from 48665c3 to e99bd98 Compare May 23, 2024 16:24
github-actions[bot]
github-actions bot previously approved these changes May 23, 2024
github-actions[bot]
github-actions bot previously approved these changes Jan 10, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 10, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 12, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 14, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 15, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 16, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 17, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 18, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 18, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 21, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 23, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 25, 2026
github-actions[bot]
github-actions bot previously approved these changes Jan 31, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 1, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 2, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 2, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 2, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 3, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 3, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 4, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 5, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 10, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 13, 2026
github-actions[bot]
github-actions bot previously approved these changes Feb 15, 2026
github-actions[bot]
github-actions bot previously approved these changes Mar 6, 2026
github-actions[bot]
github-actions bot previously approved these changes Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants