Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

chore(deps): update all non-major dependencies #62

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
AngleSharp nuget patch 1.0.0-alpha-844 -> 1.0.3
Grpc.AspNetCore nuget minor 2.41.0 -> 2.53.0
Microsoft.EntityFrameworkCore (source) nuget patch 6.0.1 -> 6.0.18
Microsoft.EntityFrameworkCore.Design (source) nuget patch 6.0.1 -> 6.0.18
Microsoft.EntityFrameworkCore.Relational (source) nuget patch 6.0.1 -> 6.0.18
Npgsql.EntityFrameworkCore.PostgreSQL nuget patch 6.0.2 -> 6.0.8
Remora.Results nuget minor 7.1.0 -> 7.2.3
Sentry.Extensions.Logging (source) nuget minor 3.12.3 -> 3.33.1
System.IO.Abstractions nuget minor 16.0.8 -> 16.1.26

Release Notes

grpc/grpc-dotnet

v2.53.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.53.0-pre1...v2.53.0

v2.52.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.52.0-pre1...v2.52.0

v2.51.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.51.0-pre1...v2.51.0

v2.50.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.50.0-pre1...v2.50.0

v2.49.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.49.0-pre1...v2.49.0

dotnet/efcore

v6.0.18: .NET 6.0.18

Release

v6.0.16: EF Core 6.0.16

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.15.

v6.0.15: EF Core 6.0.15

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.14.

v6.0.14: EF Core 6.0.14

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.13.

v6.0.13: EF Core 6.0.13

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.12.

v6.0.12: EF Core 6.0.12

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.11: EF Core 6.0.11

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.10: EF Core 6.0.10

This is a patch release of EF Core 6.0. containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.9.

v6.0.9: EF Core 6.0.9

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.8: EF Core 6.0.8

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.7: EF Core 6.0.7

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.6: EF Core 6.0.6

This is a patch release of EF Core 6.0 containing only important bug fixes:

Note that this release contains a breaking change for the dotnet-ef command line tool.

v6.0.5: EF Core 6.0.5

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.4: EF Core 6.0.4

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.3: EF Core 6.0.3

This is a patch release of EF Core 6.0 containing only important bug fixes:

v6.0.2: EF Core 6.0.2

This is a patch release of EF Core 6.0 containing only important bug fixes:

npgsql/efcore.pg

v6.0.7

The full list of changes is available here.

v6.0.6

The full list of changes is available here.

v6.0.5

The full list of changes is available here.

v6.0.4

The full list of changes is available here.

v6.0.3

The full list of changes is available here.

Remora/Remora.Results

v7.1.3

Compare Source

v7.1.2

Compare Source

v7.1.1

Compare Source

getsentry/sentry-dotnet

v3.33.1

Compare Source

Fixes
  • SentryHttpMessageHandler added when AddHttpClient is before UseSentry (#​2390)
  • Set the native sdk name for Android (#​2389)
  • Fix db connection spans not finishing (#​2398)
  • Various .NET MAUI fixes / improvements (#​2403)
    • The battery level was being reported incorrectly due to percentage multiplier.
    • The device architecture (x64, arm64, etc.) is now reported
    • On Windows, the OS type is now reported as "Windows" instead of "WinUI". Additionally, the OS display version (ex, "22H2") is now included.
    • UIKit, ABI.Microsoft and WinRT frames are now marked "system" instead of "in app".
  • Reduce debug files uploaded (#​2404)
  • Fix system frames being marked as "in-app" (#​2408)
    • NOTE: This important fix corrects a value that is used during issue grouping, so you may receive new alerts for existing issues after deploying this update.
  • DB Connection spans presented poorly (#​2409)
  • Populate scope's Cookies property (#​2411)
  • Fix UWP GateKeeper errors (#​2415)
  • Fix sql client db name (#​2418)
Dependencies

v3.33.0

Compare Source

Features
  • .NET SDK changes for exception groups (#​2287)
    • This changes how AggregateException is handled. Instead of filtering them out client-side, the SDK marks them as an "exception group",
      and adds includes data that represents the hierarchical structure of inner exceptions. Sentry now recognizes this server-side,
      improving the accuracy of the issue detail page.
    • Accordingly, the KeepAggregateException option is now obsolete and does nothing. Please remove any usages of KeepAggregateException.
    • NOTE: If running Self-Hosted Sentry, you should wait to adopt this SDK update until after updating to the 23.6.0 (est. June 2023) release of Sentry.
      The effect of updating the SDK early will be as if KeepAggregateException = true was set. That will not break anything, but may affect issue grouping and alerts.
Fixes
  • Status messages when uploading symbols or sources are improved. (#​2307)
Dependencies

v3.32.0

Compare Source

Features
  • Azure Functions (Isolated Worker/Out-of-Process) support (#​2346)

    • Initial beta.1 release. Please give it a try and let us know how it goes!
    • Documentation is TBD. For now, see /samples/Sentry.Samples.AzureFunctions.Worker.
  • Add Hint support (#​2351)

    • Currently, this allows you to manipulate attachments in the various "before" event delegates.
    • Hints can also be used in event and transaction processors by implementing ISentryEventProcessorWithHint or ISentryTransactionProcessorWithHint, instead of ISentryEventProcessor or ISentryTransactionProcessor.
    • Note: Obsoletes the BeforeSend, BeforeSendTransaction, and BeforeBreadcrumb properties on the SentryOptions class. They have been replaced with SetBeforeSend, SetBeforeSendTransaction, and SetBeforeBreadcrumb respectively. Each one provides overloads both with and without a Hint object.
  • Allow setting the active span on the scope (#​2364)

    • Note: Obsoletes the Scope.GetSpan method in favor of a Scope.Span property (which now has a setter as well).
  • Remove authority from URLs sent to Sentry (#​2365)

  • Add tag filters to SentryOptions (#​2367)

Fixes
  • Fix EnableTracing option conflict with TracesSampleRate (#​2368)

    • NOTE: This is a potentially breaking change, as the TracesSampleRate property has been made nullable.
      Though extremely uncommon, if you are retrieving the TracesSampleRate property for some reason, you will need to account for nulls.
      However, there is no change to the behavior or typical usage of either of these properties.
  • CachedTransport gracefully handles malformed envelopes during processing (#​2371)

  • Remove extraneous iOS simulator resources when building MAUI apps using Visual Studio "Hot Restart" mode, to avoid hitting Windows max path (#​2384)

Dependencies

v3.31.0

Compare Source

Features
  • Initial work to support profiling in a future release. (#​2206)
  • Create a Sentry event for failed HTTP requests (#​2320)
  • Improve WithScope and add WithScopeAsync (#​2303) (#​2309)
  • Build .NET Standard 2.1 for Unity (#​2328)
  • Add RemoveExceptionFilter, RemoveEventProcessor and RemoveTransactionProcessor extension methods on SentryOptions (#​2331)
  • Include Dynamic Sampling Context with error events, when there's a transaction (#​2332)
Fixes
  • Buffer payloads asynchronously when appropriate (#​2297)
  • Restore System.Reflection.Metadata dependency for .NET Core 3 (#​2302)
  • Capture open transactions on disabled hubs (#​2319)
  • Remove session breadcrumbs (#​2333)
  • Support synchronous HttpClient.Send in SentryHttpMessageHandler (#​2336)
  • Fix ASP.NET Core issue with missing context when using capture methods that configure scope (#​2339)
  • Improve debug file upload handling (#​2349)
Dependencies

v3.30.0

Compare Source

Features
  • Add FileDiagnosticLogger to assist with debugging the SDK (#​2242)
  • Attach stack trace when events have captured an exception without a stack trace (#​2266)
  • Add Scope.Clear and Scope.ClearBreadcrumbs methods (#​2284)
  • Improvements to exception mechanism data (#​2294)
Fixes
  • Normalize StackFrame in-app resolution for modules & function prefixes (#​2234)
  • Calling AddAspNet more than once should not block all errors from being sent (#​2253)
  • Fix Sentry CLI arguments when using custom URL or auth token parameters (#​2259)
  • Sentry.AspNetCore fix transaction name when path base is used and route starts with a slash (#​2265)
  • Fix Baggage header parsing in ASP.NET (Framework) (#​2293)
Dependencies

v3.29.1

Compare Source

Fixes
  • Get debug image for Full PDB format on Windows (#​2222)
  • Fix debug files not uploading for packages.config nuget (#​2224)
Dependencies

v3.29.0

Compare Source

Notice: The <SentryUploadSymbols> MSBuild property previously defaulted to true for projects compiled in Release configuration.
It is now false by default. To continue uploading symbols, you must opt-in by setting it to true.
See the MSBuild Setup docs for further details.

Features
  • Added basic functionality to support View Hierarchy (#​2163)
  • Allow SentryUploadSources to work even when not uploading symbols (#​2197)
  • Add support for BeforeSendTransaction (#​2188)
  • Add EnableTracing option to simplify enabling tracing (#​2201)
  • Make SentryUploadSymbols strictly opt-in (#​2216)
Fixes
  • Fix assembly not found on Android in Debug configuration (#​2175)
  • Fix context object with circular reference prevents event from being sent (#​2210)
Dependencies

v3.28.1

Compare Source

Fixes
  • Fix MAUI missing breadcrumbs for lifecycle and UI events (#​2170)
  • Fix hybrid sdk names (#​2171)
  • Fix ASP.NET sdk name (#​2172)

v3.28.0

Compare Source

Features
  • Added instruction_addr_adjustment attribute to SentryStackTrace (#​2151)
Fixes
  • Workaround Visual Studio "Pair to Mac" issue (on Windows), and Update bundled Cocoa SDK to version 7.31.5 (#​2164)
  • Sentry SDK assemblies no longer have PDBs embedded. Debug symbols are uploaded to nuget.org as snupkg packages (#​2166)
Dependencies

v3.27.1

Compare Source

Fixes
  • Fix Sentry CLI MSBuild for Xamarin and NetFX (#​2154)
  • Log aborted HTTP requests as debug instead of error (#​2155)

v3.27.0

Compare Source

Features
  • Publish Sentry.Android.AssemblyReader as a separate nuget package (for reuse by Sentry.Xamarin) (#​2127)
  • Improvements for Sentry CLI integration (#​2145)
  • Update bundled Android SDK to version 6.13.0 (#​2147)

v3.26.2

Compare Source

Fixes

v3.26.1

Compare Source

Fixes
  • Fix issue with Sentry CLI msbuild properties (#​2119)

v3.26.0

Compare Source

Features
  • Use Sentry CLI after build to upload symbols (#​2107)
Fixes
  • Logging info instead of warning when skipping debug images (#​2101)
  • Fix unhandled exception not captured when hub disabled (#​2103)
  • Fix Android support for Portable PDB format when app uses split APKs (#​2108)
  • Fix session ending as crashed for unobserved task exceptions (#​2112)
  • Set absolute path when stripping project path on stack frame (#​2117)

v3.25.0

Compare Source

Features
  • Add support for Portable PDB format (#​2050)
  • Update bundled Android SDK to version 6.10.0(#​2095)
  • Update bundled Cocoa SDK to version 7.31.4 (#​2096)
Fixes
  • Fix db warnings caused by transaction sampled out (#​2097)

v3.24.1

Compare Source

Fixes
  • Fix missing stack trace on UnobservedTaskException (#​2067)
  • Fix warning caused by db connection span closed prematurely (#​2068)
  • Attach db connections to child spans correctly (#​2071)
  • Improve MAUI event bindings (#​2089)

v3.24.0

Compare Source

Features
  • Simplify API for flushing events (#​2030)
  • Update bundled Cocoa SDK to version 7.31.1 (#​2053)
  • Update bundled Android SDK to version 6.7.1 (#​2058)
Fixes
  • Update unobserved task exception integration (#​2034)
  • Fix trace propagation targets setter (#​2035)
  • Fix DiagnosticSource integration disabled incorrectly with TracesSampler (#​2039)
  • Update transitive dependencies to resolve security warnings (#​2045)
  • Fix issue with Hot Restart for iOS (#​2047)
  • Fix CacheDirectoryPath option on MAUI (#​2055)

v3.23.1

Compare Source

Fixes
  • Fix concurrency bug in caching transport (#​2026)

v3.23.0

Compare Source

Features
  • Update bundled Android SDK to version 6.5.0 (#​1984)
  • Update bundled Cocoa SDK to version 7.28.0 (#​1988)
  • Allow custom processors to be added as a scoped dependency (#​1979)
  • Support DI for custom transaction processors (#​1993)
  • Mark Transaction as aborted when unhandled exception occurs (#​1996)
  • Build Windows and Tizen targets for Sentry.Maui (#​2005)
  • Add Custom Measurements API (#​2013)
  • Add ISpan.GetTransaction convenience method (#​2014)
Fixes
  • Split Android and Cocoa bindings into separate projects (#​1983)
    • NuGet package Sentry now depends on Sentry.Bindings.Android for net6.0-android targets.
    • NuGet package Sentry now depends on Sentry.Bindings.Cocoa for net6.0-ios and net6.0-maccatalyst targets.
  • Exclude EF error message from logging (#​1980)
  • Ensure logs with lower levels are captured by Sentry.Extensions.Logging (#​1992)
  • Fix bug with pre-formatted strings passed to diagnostic loggers (#​2004)
  • Fix DI issue by binding to MAUI using lifecycle events (#​2006)
  • Unhide SentryEvent.Exception (#​2011)
  • Bump Google.Cloud.Functions.Hosting to version 1.1.0 (#​2015)
  • Fix default host issue for the Sentry Tunnel middleware (#​2019)

v3.22.0

Compare Source

Features
  • SentryOptions.AttachStackTrace is now enabled by default. (#​1907)
  • Update Sentry Android SDK to version 6.4.1 (#​1911)
  • Update Sentry Cocoa SDK to version 7.24.1 (#​1912)
  • Add TransactionNameSource annotation (#​1910)
  • Use URL path in transaction names instead of "Unknown Route" (#​1919)
    • NOTE: This change effectively ungroups transactions that were previously grouped together under "Unkown Route".
  • Add User.Segment property (#​1920)
  • Add support for custom JsonConverters (#​1934)
  • Support more types for message template tags in SentryLogger (#​1945)
  • Support Dynamic Sampling (#​1953)
Fixes
  • Reduce lock contention when sampling (#​1915)
  • Dont send transaction for OPTIONS web request (#​1921)
  • Fix missing details when aggregate exception is filtered out (#​1922)
  • Exception filters should consider child exceptions of an AggregateException (#​1924)
  • Add Blazor WASM detection to set IsGlobalModeEnabled to true (#​1931)
  • Respect Transaction.IsSampled in SqlListener (#​1933)
  • Ignore null Context values (#​1942)
  • Tags should not differ based on current culture (#​1949)
  • Always recalculate payload length (#​1957)
  • Fix issues with envelope deserialization (#​1965)
  • Set default trace status to ok instead of unknown_error (#​1970)
  • Fix reported error count on a crashed session update (#​1972)

v3.21.0

Compare Source

Includes Sentry.Maui Preview 3

Features
  • Add ISentryTransactionProcessor (#​1862)
  • Added 'integrations' to SdkVersion (#​1820)
  • Updated Sentry Android SDK to version 6.3.0 (#​1826)
  • Add the Sentry iOS SDK (#​1829)
  • Enable Scope Sync for iOS (#​1834)
  • Add API for deliberately crashing an app (#​1842)
  • Add Mac Catalyst target (#​1848)
  • Add Distribution properties (#​1851)
  • Add and configure options for the iOS SDK (#​1849)
  • Set default Release and Distribution for iOS and Android (#​1856)
  • Apply WinUI 3 exception handler in Sentry core (#​1863)
  • Copy context info from iOS (#​1884)
Fixes
  • Parse "Mono Unity IL2CPP" correctly in platform runtime name (#​1742)
  • Fix logging loop with NLog sentry (#​1824)
  • Fix logging loop with Serilog sentry (#​1828)
  • Skip attachment if stream is empty (#​1854)
  • Allow some mobile options to be modified from defaults (#​1857)
  • Fix environment name casing issue (#​1861)
  • Null check HttpContext in SystemWebVersionLocator (#​1881)
  • Fix detection of .NET Framework 4.8.1 (#​1885)
  • Flush caching transport with main flush (#​1890)
  • Fix Sentry interfering with MAUI's focus events (#​1891)
  • Stop using server-os and server-runtime (#​1893)

v3.20.1

Compare Source

Fixes
  • URGENT: Fix events rejected due to duplicate sent_at header when offline caching is enabled through CacheDirectoryPath (#​1818)
  • Fix null ref in aspnet TryGetTraceHeader (#​1807)

v3.20.0

Compare Source

Features
  • Use sent_at instead of sentry_timestamp to reduce clock skew (#​1690)
  • Send project root path with events (#​1739)
Fixes
  • Detect MVC versioning in route (#​1731)
  • Fix error with ConcurrentHashMap on Android <= 9 (#​1761)
  • Minor improvements to BackgroundWorker (#​1773)
  • Make GzipRequestBodyHandler respect async (#​1776)
  • Fix race condition in handling of InitCacheFlushTimeout (#​1784)
  • Fix exceptions on background thread not reported in Unity (#​1794)

v3.19.0

Compare Source

Includes Sentry.Maui Preview 2

Features
  • Expose EnumerateChainedExceptions (#​1733)
  • Android Scope Sync (#​1737)
  • Enable logging in MAUI (#​1738)
  • Support IntPtr and UIntPtr serialization (#​1746)
  • Log Warning when secret is detected in DSN (#​1749)
  • Catch permission exceptions on Android (#​1750)
  • Enable offline caching in MAUI (#​1753)
  • Send client report when flushing queue (#​1757)
Fixes
  • Set MAUI minimum version (#​1728)
  • Don't allow SentryDiagnosticListenerIntegration to be added multiple times (#​1748)
  • Catch permission exceptions for MAUI (#​1750)
  • Don't allow newlines in diagnostic logger messages (#​1756)

v3.18.0

Compare Source

Includes Sentry.Maui Preview 1

Features
  • Move tunnel functionality into Sentry.AspNetCore (#​1645)
  • Make HttpContext available for sampling decisions (#​1682)
  • Send the .NET Runtime Identifier to Sentry (#​1708)
  • Added a new net6.0-android target for the Sentry core library, which bundles the Sentry Android SDK:
    • Initial .NET 6 Android support (#​1288)
    • Update Android Support (#​1669)
    • Update Sentry-Android to 6.0.0-rc.1 (#​1686)
    • Update Sentry-Android to 6.0.0 (#​1697)
    • Set Java/Android SDK options (#​1694)
    • Refactor and update Android options (#​1705)
    • Add Android OS information to the event context (#​1716)
  • Added a new Sentry.Maui integration library for the .NET MAUI platform:
    • Initial MAUI support (#​1663)
    • Continue with adding MAUI support (#​1670)
    • MAUI events become extra context in Sentry events (#​1706)
    • Add options for PII breadcrumbs from MAUI events (#​1709)
    • Add device information to the event context (#​1713)
    • Add platform OS information to the event context (#​1717)
Fixes
  • Remove IInternalSdkIntegration (#​1656)
  • On async Main, dont unregister unhandled exception before capturing crash (#​321)
  • Handle BadHttpRequestException from Kestrel inside SentryTunnelMiddleware (#​1673)
  • Improve timestamp precision of transactions and spans (#​1680)
  • Flatten AggregateException (#​1672)
    • NOTE: This can affect grouping. You can keep the original behavior by setting the option KeepAggregateException to true.
  • Serialize stack frame addresses as strings. (#​1692)
  • Improve serialization perf and fix memory leak in SentryEvent (#​1693)
  • Add type checking in contexts TryGetValue (#​1700)
  • Restore serialization of the Platform name (#​1702)

v3.17.1

Compare Source

Fixes
  • Rework how the InitCacheFlushTimeout option is implemented. (#​1644)
  • Add retry logic to the caching transport when moving files back from the processing folder. (#​1649)

v3.17.0

Compare Source

Notice: If you are using self-hosted Sentry, this version and forward requires either Sentry version >= 21.9.0, or you must manually disable sending client reports via the SendClientReports option.

Features
  • Collect and send Client Reports to Sentry, which contain counts of discarded events. (#​1556)
  • Expose ITransport and SentryOptions.Transport public, to support using custom transports (#​1602)
  • Android native crash support (#​1288)
Fixes

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 523a6d0 to db3001d Compare January 18, 2022 14:13
@renovate renovate bot requested a review from favna as a code owner January 18, 2022 14:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db3001d to d5ea20a Compare January 19, 2022 12:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0ab779c to 5915093 Compare February 2, 2022 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ed74bff to 32dc696 Compare February 8, 2022 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f4e01f8 to 536b723 Compare February 20, 2022 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 581f38a to f08be52 Compare March 3, 2022 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c439103 to 789a8f8 Compare March 11, 2022 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 789a8f8 to 6760aa9 Compare March 26, 2022 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6760aa9 to a253509 Compare April 24, 2022 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a253509 to ded14b6 Compare May 16, 2022 01:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4a5ac1a to 731ac16 Compare June 23, 2022 21:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 731ac16 to d1abe3b Compare September 25, 2022 15:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1abe3b to 9d2c717 Compare November 20, 2022 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d2c717 to 3c5ec45 Compare March 16, 2023 07:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c5ec45 to 0ca8147 Compare April 17, 2023 10:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ca8147 to de6105d Compare May 28, 2023 09:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 03c8cd2 to 5b75f43 Compare June 8, 2023 12:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b75f43 to d3127a9 Compare June 13, 2023 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3127a9 to ab5327c Compare June 14, 2023 02:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants