Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
@semantic-release/commit-analyzer 13.0.0 -> 13.0.1 age confidence devDependencies patch
@semantic-release/release-notes-generator 14.0.0 -> 14.1.0 age confidence devDependencies minor
BrowserStackLocal 2.3.1 -> 2.4.0 age confidence nuget minor
Hangfire (source) 1.8.12 -> 1.8.21 age confidence nuget patch
Hangfire.InMemory 0.9.0 -> 0.11.0 age confidence nuget minor
HtmlSanitizer 8.0.865 -> 8.1.870 age confidence nuget minor
ITfoxtec.Identity.Saml2 (source) 4.10.8 -> 4.16.2 age confidence nuget minor
ITfoxtec.Identity.Saml2.MvcCore (source) 4.10.8 -> 4.16.2 age confidence nuget minor
LigerShark.WebOptimizer.Core 3.0.405 -> 3.0.477 age confidence nuget patch
Markdig 0.37.0 -> 0.43.0 age confidence nuget minor
MartinCostello.BrowserStack.Automate 4.0.1 -> 4.1.0 age confidence nuget minor
Microsoft.AspNetCore.Authentication.Negotiate (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.AspNetCore.WebUtilities (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 8.0.6 -> 8.0.21 age confidence nuget patch
Microsoft.NET.Test.Sdk 17.10.0 -> 17.14.1 age confidence nuget minor
Moq 4.20.70 -> 4.20.72 age confidence nuget patch
NUglify 1.21.7 -> 1.21.17 age confidence nuget patch
Selenium.WebDriver (source) 4.21.0 -> 4.37.0 age confidence nuget minor
SolrNet 1.1.1 -> 1.2.1 age confidence nuget minor
SolrNet.Core 1.1.1 -> 1.2.1 age confidence nuget minor
SolrNet.Microsoft.DependencyInjection (source) 1.1.1 -> 1.2.1 age confidence nuget minor
SonarAnalyzer.CSharp (source) 9.26.0.92422 -> 9.32.0.97167 age confidence nuget minor
System.Data.SqlClient 4.8.6 -> 4.9.0 age confidence nuget minor
System.Text.Json (source) 8.0.5 -> 8.0.6 age confidence nuget patch
WebMarkupMin.AspNetCore5 2.16.0 -> 2.17.0 age confidence nuget minor
bulma (source) 1.0.1 -> 1.0.4 age confidence devDependencies patch
coverlet.collector 6.0.2 -> 6.0.4 age confidence nuget patch
gulp (source) 5.0.0 -> 5.0.1 age confidence devDependencies patch
gulp-rename 2.0.0 -> 2.1.0 age confidence devDependencies minor
gulp-sass 6.0.0 -> 6.0.1 age confidence devDependencies patch
peter-evans/create-pull-request v6.0.5 -> v6.1.0 age confidence action minor
potatoqualitee/mssqlsuite v1.7 -> v1.11 age confidence action minor
python 3.12 -> 3.14 age confidence image minor
python 3.12-alpine -> 3.14-alpine age confidence stage minor
xo ^0.58.0 -> ^0.61.0 age confidence devDependencies minor
xunit 2.8.1 -> 2.9.3 age confidence nuget minor
xunit.runner.visualstudio 2.8.1 -> 2.8.2 age confidence nuget patch

Release Notes

semantic-release/commit-analyzer (@​semantic-release/commit-analyzer)

v13.0.1

Compare Source

Bug Fixes
semantic-release/release-notes-generator (@​semantic-release/release-notes-generator)

v14.1.0

Compare Source

Features

v14.0.3

Compare Source

Bug Fixes

v14.0.2

Compare Source

Bug Fixes

v14.0.1

Compare Source

Bug Fixes
HangfireIO/Hangfire (Hangfire)

v1.8.21: 1.8.21

Release Notes
Hangfire.Core
  • AddedFailedState.IncludeFileInfo to optionally show/hide line numbers in exceptions in Failed state.
  • Changed – Include line numbers for exceptions by default when available.
  • Fixed – Portuguese (Brazil) translations in Strings.pt-BR.resx (by @​pedro-cons).
  • Fixed – Static BackgroundJob class always acquires the most current JobStorage.Current instance.
  • Fixed – Static RecurringJob class always acquires the most current JobStorage.Current instance.
Hangfire.SqlServer
  • AddedSqlServerStorageOptions.DisableTransactionScope option for .NET Framework targets.
  • Project – Port Monitoring API tests from the Hangfire.InMemory storage for better coverage.
  • Project – Run tests for different targets in parallel with different databases.

v1.8.20: 1.8.20

Release Notes
Hangfire.Core
  • Fixed – Glyphicons from Bootstrap are not displaying after upgrading to version 1.8.19.

v1.8.19: 1.8.19

Release Notes
Hangfire.Core
  • Changed – Update Bootstrap to the custom version of 3.4.2 to avoid false alerts on unused features.
  • Fixed – Typos in Portuguese translation (by @​VianaArthur).
  • Fixed – Unnecessary recurring job update transaction when nothing is changed after an error.
Hangfire.SqlServer
  • Fixed – Sliding invisibility timeout isn't prolonged in lightweight servers, causing jobs to be restarted.

v1.8.18: 1.8.18

Release Notes
Hangfire.Core
  • AddedDashboardOptions.ServerPossiblyAbortedThreshold to configure a custom threshold for "possibly aborted" warnings.
  • Fixed – Expired jobs are still shown on the "Retries" page in some cases.
  • Fixed – Issues with CultureInfo-related differences after upgrading to 1.8.15–1.8.17.
  • Fixed – Don't leak AsyncLocal values from synchronous background job methods.
  • Fixed – Don't throw an exception when passing the Job.Args property to the Job class' constructor.
  • Project – Make the lock file usable for both .NET 8.0 and .NET 9.0 builds.
  • Project – Make code generation for cshtml files working on newer platforms.
Hangfire.AspNetCore
  • Fixed – Swallow possible ObjectDisposedException in the StopAsync method.
  • Fixed – Avoid NullReferenceException when LocalIpAddress or RemoteIpAddress is null.

v1.8.17: 1.8.17

Release Notes
Hangfire.SqlServer
  • FixedInvalidCastException while fetching a job with older schemas regression from 1.8.16.

v1.8.16: 1.8.16

Release Notes
Hangfire.Core
  • Changed – Include fewer stack frames in exceptions come from IServerFilter implementations.
  • Changed – Don't include file information in the ExceptionDetails property of a FailedState instance.
  • Changed – Switch back to CancellationEvent usage instead of CancellationToken.WaitHandle.
  • Fixed – Don't commit external transaction in the BackgroundJobStateChanger implementation.
  • Fixed – Use safe default serializer settings for Newtonsoft.Json 12.X and below.
  • Project – Fix builds for the net451 platform when using .NET 9.0.
  • Project – Significantly reduce execution time of unit tests in the RecurringJobSchedulerFacts class.
  • Project – Bump Microsoft.CodeAnalysis.NetAnalyzers package to version 9.0.0.
Hangfire.SqlServer
  • Changed – Use vanilla ADO.NET when fetching a job in the SqlServerJobQueue implementation.
  • Changed – Decrease the LockTimeout time when calling the sp_getapplock procedure to 1 second for less blocking.
  • Fixed – SqlException: Must declare the scalar variable "key" in delayed and recurring job schedulers.
  • Project – Disable parallel tests execution when building under .NET 9.0.
  • Project – Run tests over the latest Microsoft.Data.SqlClient package and the net6.0 platform.
  • Project – Reduce execution time of integration tests.
  • Project – Disable PoolBlockingPeriod setting on AppVeyor to handle transient test failures.

v1.8.15: 1.8.15

Release Notes
Hangfire.Core
  • Added – New AutomaticRetryAttribute.ExceptOn property to skip retries for specific exceptions.
  • Changed – Refactor filters pipeline to use less LINQ magic and fewer allocations.
  • Changed – Use GetCultureInfo instead of creating an instance in the CaptureCultureAttribute filter.
  • Changed – Cache some immutable data to avoid extra allocations.
  • Fixed – Improve loopback address detection (by @​meziantou).
  • Fixed – Reformulate misleading error messages regarding retry timings (by @​RGFuaWVs).
  • Fixed – Problem with missing localizations in the previous version.
  • Fixed – Don't hide exception details on Failed Jobs page when the exception message is empty.
  • Fixed – Problems with the first restore when using the build.bat command.
  • Fixed – Better display of canceled recurring jobs in dashboard.
  • Fixed – Less overall allocations with using static delegates and struct-based iterators.
  • Fixed – Improve precision of some diagnostic messages in the wait protection logic.
  • Fixed – Make all private and internal classes sealed to improve code consistency.
  • Fixed – Less overall pressure on garbage collector.
Hangfire.SqlServer
  • Changed – Use query template caching based on schema name to avoid excessive string allocations.
  • Changed – Use static callbacks almost anywhere to avoid unnecessary delegate allocations.
  • Changed – Use QuerySingle* or ReadSingle* where possible to avoid allocating lists.
  • Changed – Unify DbCommand and DbParameter creation logic to improve code consistency.

v1.8.14: 1.8.13 & 1.8.14

Release Notes
Hangfire.Core
  • Changed – Partial cache for serialization and deserialization in InvocationData to produce less strings.
  • Changed – Add caching for default type serializer and resolver.
  • Changed – Don't let JobFilter-related logic to show up in profilers.
  • Changed – Modify IProfiler to be less allocatey for diagnostic purposes that almost never run.
  • Changed – Prefer using CancellationToken.WaitHandle again, since early .NET Core days are gone.
  • Changed – Fewer allocations when working with IStateHandler collections in a state machine.
  • Fixed – Redirect the "System.Private.Xml.Linq" assembly to the "System.Xml.Linq" one for better interoperability.
  • Fixed – Don't throw KeyNotFoundException when recurring job is malformed.
  • Fixed – Proper relative path calculation in UrlHelper.To for OWIN-based Dashboard UI (by @​LordJZ).
  • Fixed – Typo in the Turkish localization file (by @​ismkdc).
  • Project – Switch to a modern PowerShell 7+ to speed up SignPath installation on AppVeyor.
Hangfire.SqlServer
  • Changed – Limit polling queries when queues are empty with a semaphore for all configurations.
  • Changed – Use per-queue signaling for same-process workers, instead of having a global signal.
  • Fixed – Don't silently truncate queue names, throw an exception instead.
  • Project – Decrease delays in SQL Server-related tests to complete them faster.
HangfireIO/Hangfire.InMemory (Hangfire.InMemory)

v0.11.0: 0.11.0

Release Notes
  • Changed – This version targets Hangfire 1.7.0 and don't support some of the newest features.
  • Breaking – Remove the deprecated DisableJobSerialization option.
  • Breaking – Change default value for the IdType option to long.

v0.10.4: 0.10.4

Release Notes
  • Fixed – Problem with locks implementation due to a regression in .NET 8.0.

v0.10.3: 0.10.3

Release Notes
  • Changed – Significantly optimize GetFirstByLowestScoreFromSet method overloads.

v0.10.2: 0.10.2

Release Notes
  • Changed – Refactor command dispatching to make it more simple and less allocating.
  • Changed – Straightforward locking implementation with more unit tests.
  • FixedInvalidOperationException "Wrong level" when trying to release a lock (regression from 0.10.1).
  • Fixed – "An item with the same key has already been added" on the Awaiting Jobs page (regression from 0.10.0).

v0.10.1: 0.10.1

Release Notes
  • Changed – Roll back a breaking change in 0.10.0 for the InMemoryStorageOptions class.
  • Changed – Increase the default eviction interval to 5 seconds.
  • Changed – More efficient storage of state history records.
  • Changed – Implement fast path for the FetchNextJob method.
  • Fixed – More robust entry eviction implementation.
  • Fixed – Graceful dispatcher shutdown without additional waiting.
  • Project – Faster build pipeline on AppVeyor after migration to modern Powershell 7+.

v0.10.0: 0.10.0

Release Notes
  • BreakingInMemoryStorageOptions class instances are now immutable after initialization.
  • Added – Support long-based job identifiers through the InMemoryStorageOptions.IdType property.
  • Added – Expose the InMemoryStorageOptions.CommandTimeout option to control the command timeouts.
  • Changed – Significantly improve query dispatching pipeline in terms of speed and allocations.
  • Changed – More compact representation of jobs and their parameters.
  • Changed – Optimise the GetFirstByLowestScoreFromSet query when the number of items is huge.
  • Changed – Better concurrency handling implementation for the collection of locks.
mganss/HtmlSanitizer (HtmlSanitizer)

v8.1.870: 8.1.870

#​556

ITfoxtec/ITfoxtec.Identity.Saml2 (ITfoxtec.Identity.Saml2)

v4.16.2: Version 4.16.2

Compare Source

  • Microsoft.Web.Infrastructure change to version 2.0.0, as version 2.0.1 has been unlisted.

v4.16.1: Version 4.16.1

Compare Source

  • Use Convert.FromBase64String in CertificateUtil instead of UTF8Encoding GetBytes to support all platforms.
  • Generally expand the boolean type with support for reading values 1, and 0.
    The SAML2 specification examples always use the strings "true" and "false" for e.g. the NameIdPolicy.AllowCreate attribute. However, according to the xsd for the SAML protocol (http://docs.oasis-open.org/security/saml/v2.0/saml-schema-protocol-2.0.xsd), AllowCreate is of type "boolean". The XML standard (W3C XML Schema Part 2: Datatypes Second Edition) specifies that the allowed values for a boolean type are true, false, 1, and 0.
  • Nuget package references updated.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.15.3: Version 4.15.3

Compare Source

  • Change submit in post form to improve Chrome custom tab and Android app support.
  • Support certificate load of Pkcs12 file without a password in .NET 9.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.14.1: Version 4.14.1

Compare Source

  • Support .NET 9.
  • Use X509CertificateLoader in .NET 9 instead of X509Certificate2.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.13.3: Version 4.13.3

Compare Source

  • Nuget package updates

Nuget package updates in .NET 8.0

  • Microsoft.Extensions.Http updated from version 8.0.0 to version 8.0.1
  • Microsoft.IdentityModel.Tokens.Saml updated from version 8.0.2 to version 8.2.1
  • System.Security.Cryptography.Xml updated from version 8.0.1 to version 8.0.2

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.13.2: Version 4.13.2

Compare Source

  • Make the KeyName element in the signatures KeyInfo element configurable. Default not included.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.13.1: Version 4.13.1

Compare Source

  • Add the KeyName element to signatures in the KeyInfo element.

Signature eksample:

 <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
    <SignedInfo>
      <CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
      <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />
      <Reference URI="#_a425a45e-d384-4513-8bc4-1e265611e305">
        <Transforms>
          <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
          <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
        </Transforms>
        <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
        <DigestValue>ZPpcgQxkNsP9v3fZHeCRLw6VNyWyBFaVSorlDMr7lvQ=</DigestValue>
      </Reference>
    </SignedInfo>
    <SignatureValue>TIkglNgY/Rb8OeafHcoJ ... /SnYPRymovw==</SignatureValue>
    <KeyInfo>
      <KeyName>CybsnsH2VizGs9Mzdl8l+6gkoBs=</KeyName>
      <X509Data>
        <X509Certificate>MIIDKjCCAhIC ... WlLINBSPArTQ==</X509Certificate>
      </X509Data>
    </KeyInfo>
  </Signature>

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.12.7: Version 4.12.7

Compare Source

Resolve bug:

  • Authn context comparison types do not accept lowercase values.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.12.6: Version 4.12.6

Compare Source

  • Support an Assertion element in the Advice element by allowing nested assertions.
  • Add support for EntitiesDescriptor with nested EntityDescriptor in metadata.
  • Make Index and IsDefault configurable for AttributeConsumingService in metadata.
  • Added cookieName parameter to AddSaml2.
  • Resolve null pointer bug if Logout request is without a NameID.
  • NuGet package updates.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.11.3: Version 4.11.3

Compare Source

  • Remove local repeated namespace from Scoping, IDPList and IDPEntry.
  • Resolve Scoping.RequesterID and IDPList.GetComplete created as an attributes instead of an elements bug.
  • Resolve scoping bug "Unable to convert element ITfoxtec.Identity.Saml2.Schemas.Scoping".

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

v4.11.1: Version 4.11.1

Compare Source

  • Add support for NameQualifier and SPNameQualifier.
  • Add support for AuthnRequest Scoping.
  • Add support for ProviderName property as part of the AuthnRequest.
  • Add fix for scoping namespace.
  • Bug fix: Use protocol instead of assertion namespace in metadata IDPEntry, IDPList and Scoping.

Metadata:

  • Add support for ServiceNames [1..*] according to SAML 2.0 spec, to provide service names for different languages in metadata.
  • Add support for the FriendlyName property as part of the RequestedAttribute in metadata.
  • Add support for Extensions property as part of the EntityDescriptor and the SP/IDPSSODescriptor in metadata.
  • Add support for multiple translation for Organization elements.

Braking changes in metadata:

  • The type ServiceName is changed to LocalizedNameType.

General:

  • Update vulnerable dependencies for System.IdentityModel.Tokens.Jwt and System.Security.Cryptography.Xml.
  • Removed support for .NET 5.0 and .NET Core 3.1, still indirectly supported with .NET Standard 2.1.
  • Change the access level to protected in related to the SamlBinding to make inheritance possible.
  • In Saml2Configuration, change the set property to public for SignatureValidationCertificates and AllowedAudienceUris.

NuGet package released:
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.Mvc/
https://www.nuget.org/packages/ITfoxtec.Identity.Saml2.MvcCore/

xoofx/markdig (Markdig)

v0.43.0

Compare Source

Changes

✨ New Features

🐛 Bug Fixes

🚀 Enhancements

Full Changelog: 0.42.0...0.43.0

Published with dotnet-releaser

v0.42.0

Compare Source

Changes

🐛 Bug Fixes

🚀 Enhancements

Full Changelog: 0.41.3...0.42.0

Published with dotnet-releaser

v0.41.3

Compare Source

Changes

🐛 Bug Fixes

📚 Documentation

Full Changelog: 0.41.2...0.41.3

Published with dotnet-releaser

v0.41.2

Compare Source

Changes

🐛 Bug Fixes

Full Changelog: 0.41.1...0.41.2

Published with dotnet-releaser

v0.41.1

Compare Source

Changes

🐛 Bug Fixes

Full Changelog: 0.41.0...0.41.1

Published with dotnet-releaser

v0.41.0

Compare Source

Changes

✨ New Features

🐛 Bug Fixes

🚀 Enhancements

🏭 Tests

📚 Documentation

📦 Dependencies

  • Update dependencies NuGet (5b32391)

Full Changelog: 0.40.0...0.41.0

Published with dotnet-releaser

v0.40.0

Compare Source

Changes

🐛 Bug Fixes

  • Fix errors in LinkHelper and LinkInlineParser. (PR #​837) by @​snnz
  • Check that the alert candidate is not already in an alert block or nested within other elements. (PR #​842) by @​snnz
  • Fixes exception in DefinitionListParser.GetCurrentDefinitionList() (PR #​843) by @​snnz
  • Prevent GridTableParser from looking beyond the end of a line. (PR #​844) by @​snnz

Full Changelog: 0.39.1...0.40.0

Published with dotnet-releaser

v0.39.1

Compare Source

Changes

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: 0.39.0...0.39.1

Published with dotnet-releaser

v0.39.0

Compare Source

Changes

🐛 Bug Fixes

  • Fix extra line feeds in link title (PR #​826) by @​snnz
  • Fix incorrect emphasis span calculation. (PR #​829) by @​snnz
  • Set delimiter char and count in CustomContainerInline instances. (PR #​831) by @​snnz
  • Set the correct source location in Footnote and FootnoteLinkReferenceDefinition (PR #​832) by @​snnz

🚀 Enhancements

🧰 Misc

Full Changelog: 0.38.0...0.39.0

Published with dotnet-releaser

v0.38.0

Compare Source

Changes

🐛 Bug Fixes

  • Update DiagramExtension.cs (PR #​823)

🚀 Enhancements

📚 Documentation

Full Changelog: 0.37.0...0.38.0

Published with dotnet-releaser

martincostello/browserstack-automate (MartinCostello.BrowserStack.Automate)

v4.1.0

What's Changed


Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 08bdbdb to 389f246 Compare June 14, 2024 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 10b5b77 to f17f7ae Compare June 20, 2024 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 500d6ed to 0c0329a Compare June 26, 2024 16:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ea4e289 to 96205da Compare July 9, 2024 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc53c30 to 49e89af Compare July 19, 2024 08:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4ed906d to 1b71ddb Compare July 26, 2024 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 976c46b to 37be624 Compare May 26, 2025 14:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5107432 to d91d4cb Compare June 5, 2025 06:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d91d4cb to 2f9b95e Compare June 10, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bd4b4bd to 2cee29b Compare June 29, 2025 10:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cee29b to 38a3b25 Compare June 29, 2025 22:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38a3b25 to e87190a Compare July 8, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a24d5dd to 2dce6b6 Compare July 27, 2025 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 395a09e to 30e5917 Compare August 12, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30e5917 to 57e1bdf Compare August 22, 2025 17:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 717ad4c to e8a8464 Compare September 11, 2025 10:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 915b63f to 3978316 Compare September 30, 2025 10:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 03cab48 to 08dd631 Compare October 8, 2025 01:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c9d8a99 to 17b80f9 Compare October 18, 2025 03:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17b80f9 to 3b0b5e7 Compare October 21, 2025 08:47
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