atlas-bi / Library

πŸ€”πŸ“ˆ Atlas | The unified report library.
https://atlas.bi
GNU General Public License v3.0
14 stars 5 forks source link

chore(deps) Update all non-major dependencies #454

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@semantic-release/release-notes-generator 11.0.1 -> 11.0.2 age adoption passing confidence devDependencies patch
Hangfire (source) 1.8.0 -> 1.8.2 age adoption passing confidence nuget patch
Hangfire.InMemory 0.4.0 -> 0.4.1 age adoption passing confidence nuget patch
Microsoft.NET.Test.Sdk 17.5.0 -> 17.6.1 age adoption passing confidence nuget minor
SonarAnalyzer.CSharp (source) 9.0.0.68202 -> 9.2.0.71021 age adoption passing confidence nuget minor
WebMarkupMin.AspNetCore5 2.13.9 -> 2.14.0 age adoption passing confidence nuget minor

Release Notes

semantic-release/release-notes-generator ### [`v11.0.2`](https://togithub.com/semantic-release/release-notes-generator/releases/tag/v11.0.2) [Compare Source](https://togithub.com/semantic-release/release-notes-generator/compare/v11.0.1...v11.0.2) ##### Bug Fixes - **deps:** update dependency get-stream to v7 ([#​453](https://togithub.com/semantic-release/release-notes-generator/issues/453)) ([96e435e](https://togithub.com/semantic-release/release-notes-generator/commit/96e435e2559711c0d2b5f1bdd8aa661e59dd79cb))
HangfireIO/Hangfire ### [`v1.8.2`](https://togithub.com/HangfireIO/Hangfire/releases/tag/v1.8.2): 1.8.2 ##### Release Notes **Hangfire.Core** - **Changed** – Disable transactional job creation feature appeared in 1.8.0. - **Fixed** – "Can not start continuation XXX" error when storage supports transactional job creation. **Hangfire.SqlServer** - **Fixed** – `InvalidOperationException` with new dashboard metrics when a database has multiple data/log files. ### [`v1.8.1`](https://togithub.com/HangfireIO/Hangfire/releases/tag/v1.8.1): 1.8.1 ##### Release Notes **Hangfire.Core** - **Added** – `MisfireHandlingMode.Ignorable` to avoid scheduling recurring jobs on missed schedules. - **Added** – Support disabling dark mode via the `DashboardOptions.DarkModeEnabled` property. - **Changed** – Remove the 1-hour limitation for the `WithJobExpirationTimeout` configuration method. - **Fixed** – Add missing `UseDefaultCulture` configuration method overloads. - **Fixed** – Add missing `UseDashboardStylesheet` and `UseJobDetailsRenderer` configuration methods. - **Fixed** – Give even more space for identifiers on the Recurring Jobs page. - **Fixed** – `state-card-state-active` color is not very dark (by [@​coolhome](https://togithub.com/coolhome)). - **Fixed** – Slightly change chart proportions to fit 4K in Dashboard UI. **Hangfire.SqlServer** - **Fixed** – Blocked workers regression since 1.7.28 when using multiple servers inside a process. - **Fixed** – Target schema version is less than the current schema version error. - **Fixed** – Implement database metrics without the need for additional permissions. - **Fixed** – Use the `forceseek` table hint whenever possible to avoid performance drops. **Hangfire.NetCore** - **Fixed** – Add `net461` target for Hangfire.NetCore package to avoid missing method exceptions.
microsoft/vstest ### [`v17.6.1`](https://togithub.com/microsoft/vstest/releases/tag/v17.6.1) ##### Issues Fixed This is a tiny patch to fixup few latest issues, - Fix no-suitable provider found by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4474](https://togithub.com/microsoft/vstest/pull/4474) which fixes [#​4467](https://togithub.com/microsoft/vstest/issues/4467) When .NET Portable or .NET Standard dlls are provided to the run, the run crashes with "No suitable test runtime provider was found", which is a regression introduced in 17.6.0. ![](https://user-images.githubusercontent.com/11354648/239257444-4199e185-4884-43c8-9f23-4f8181572191.png) - Fix hangdump running into crashdump by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4480](https://togithub.com/microsoft/vstest/pull/4480) which fixes [#​4378](https://togithub.com/microsoft/vstest/issues/4378) Running --blame-hang and --blame-crash at the same time, can result in --blame-hang cancelling --blame-crash, and killing the testhost in the process, resulting in no dumps being created. This fix waits for --blame-crash to finish dumping the process, and then it creates hang dump. - Update Nuget.Frameworks by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4500](https://togithub.com/microsoft/vstest/pull/4500) which fixes [#​4409](https://togithub.com/microsoft/vstest/issues/4409) ##### Internal updates: - Update dependencies from devdiv/DevDiv/vs-code-coverage by [@​dotnet-maestro](https://togithub.com/dotnet-maestro) in [https://github.com/microsoft/vstest/pull/4479](https://togithub.com/microsoft/vstest/pull/4479) - Disable internal build on new pipeline by [@​nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4476](https://togithub.com/microsoft/vstest/pull/4476) **Full Changelog**: https://github.com/microsoft/vstest/compare/v17.6.0...v17.6.1 ##### Artifacts - TestPlatform vsix: [17.6.1](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/17.6/v17.6.1;/TestPlatform.vsix) - Microsoft.TestPlatform.ObjectModel : [17.6.1](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.6.1) ### [`v17.6.0`](https://togithub.com/microsoft/vstest/releases/tag/v17.6.0) See the release notes [here](https://togithub.com/microsoft/vstest/blob/main/docs/releases.md#​1760).
Taritsyn/WebMarkupMin ### [`v2.14.0`](https://togithub.com/Taritsyn/WebMarkupMin/blob/HEAD/CHANGELOG.md#v2140---May-24-2023) - In HTML and XHTML minification settings was added one new property - `AttributeQuotesStyle` (default `Auto`) - In WebMarkupMin.NUglify added support of the NUglify version 1.20.7 - In WebMarkupMin.AspNetCore6 added support of ASP.NET Core 6.0.16 - In WebMarkupMin.AspNetCore7 added support of ASP.NET Core 7.0.5

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.



This PR has been generated by Mend Renovate. View repository job log here.

christopherpickering commented 1 year ago

:tada: This PR is included in version 3.12.4-alpha.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

christopherpickering commented 1 year ago

:tada: This PR is included in version 3.12.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: