atlas-bi / Library

🤔📈 Atlas | The unified report library.
https://atlas.bi
GNU General Public License v3.0
15 stars 4 forks source link

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

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Markdig (source) 0.35.0 -> 0.36.2 age adoption passing confidence nuget minor
Microsoft.AspNetCore.Authentication.Negotiate (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.AspNetCore.WebUtilities (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
Microsoft.EntityFrameworkCore.Tools (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
System.Text.Json (source) 8.0.2 -> 8.0.3 age adoption passing confidence nuget patch
coverlet.collector 6.0.1 -> 6.0.2 age adoption passing confidence nuget patch
peter-evans/create-pull-request v6.0.1 -> v6.0.2 age adoption passing confidence action patch
xo ^0.57.0 -> ^0.58.0 age adoption passing confidence devDependencies minor

Release Notes

xoofx/markdig (Markdig) ### [`v0.36.2`](https://togithub.com/xoofx/markdig/releases/tag/0.36.2) [Compare Source](https://togithub.com/xoofx/markdig/compare/0.36.1...0.36.2) ### Changes #### 🐛 Bug Fixes - Fix missing code in commit for [#​780](https://togithub.com/xoofx/markdig/issues/780) ([`f48331d`](https://togithub.com/xoofx/markdig/commit/f48331d6)) **Full Changelog**: [0.36.1...0.36.2](https://togithub.com/xoofx/markdig/compare/0.36.1...0.36.2) Published with [dotnet-releaser](https://togithub.com/xoofx/dotnet-releaser/) ### [`v0.36.1`](https://togithub.com/xoofx/markdig/releases/tag/0.36.1) [Compare Source](https://togithub.com/xoofx/markdig/compare/0.36.0...0.36.1) ### Changes #### 🐛 Bug Fixes - Fixes [#​780](https://togithub.com/xoofx/markdig/issues/780) where only the first paragraph of an alert block is processed. ([`6549d3b`](https://togithub.com/xoofx/markdig/commit/6549d3b7)) **Full Changelog**: [0.36.0...0.36.1](https://togithub.com/xoofx/markdig/compare/0.36.0...0.36.1) Published with [dotnet-releaser](https://togithub.com/xoofx/dotnet-releaser/) ### [`v0.36.0`](https://togithub.com/xoofx/markdig/releases/tag/0.36.0) [Compare Source](https://togithub.com/xoofx/markdig/compare/0.35.0...0.36.0) ### Changes #### 🐛 Bug Fixes - Fix math source span (PR [#​779](https://togithub.com/xoofx/markdig/issues/779)) by [@​toothache](https://togithub.com/toothache) #### 🚀 Enhancements - Add support for GitHub alert blocks (PR [#​776](https://togithub.com/xoofx/markdig/issues/776)) #### 📚 Documentation - Fixed a typo in MathSpecs.md (PR [#​773](https://togithub.com/xoofx/markdig/issues/773)) by [@​hhyyrylainen](https://togithub.com/hhyyrylainen) #### 🧰 Misc - Try to use the reusable workflow ([`201aa4e`](https://togithub.com/xoofx/markdig/commit/201aa4ef)) **Full Changelog**: [0.35.0...0.36.0](https://togithub.com/xoofx/markdig/compare/0.35.0...0.36.0) Published with [dotnet-releaser](https://togithub.com/xoofx/dotnet-releaser/)
dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.Negotiate) ### [`v8.0.3`](https://togithub.com/dotnet/aspnetcore/releases/tag/v8.0.3): .NET 8.0.3 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3)
dotnet/efcore (Microsoft.EntityFrameworkCore) ### [`v8.0.3`](https://togithub.com/dotnet/efcore/releases/tag/v8.0.3): EF Core 8.0.3 EF Core 8.0.3 is [available on NuGet now](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.3). This is a patch release of EF Core 8 (EF8) containing only [important bug fixes](https://togithub.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.3+is%3Aclosed): - [Constructor calls when using inheritance with owned entities causes exceptions](https://togithub.com/dotnet/efcore/issues/31353) - [Missing package README file](https://togithub.com/dotnet/efcore/issues/31947) - [String properties with indexes are compared case insensitively on SQL Server](https://togithub.com/dotnet/efcore/issues/32898) - [Using SqliteConnection from an ASP.NET MVC (.NET Framework) application results in a few different exceptions](https://togithub.com/dotnet/efcore/issues/32614) - [Exception when using FromSql on entity with ComplexProperty](https://togithub.com/dotnet/efcore/issues/32699) - [IndexOutOfRange for EntityEntry.GetDatabaseValues() with complex type and TPH](https://togithub.com/dotnet/efcore/issues/32701) - [SQL Server Migrations - SqlOperation.Sql is stripped of all empty lines](https://togithub.com/dotnet/efcore/issues/32730) - [NullReferenceException in Get-Migration in EF Core 8](https://togithub.com/dotnet/efcore/issues/32732) - [Owned entity on genericly typed entity generates unwanted steps in new migrations](https://togithub.com/dotnet/efcore/issues/32763) - [Dotnet-ef mismatch causes apply Entity Framework migration fails when publishing an individual web app.](https://togithub.com/dotnet/efcore/issues/32782) - [Query never returns when DB value for column mapped to primitive collection is](https://togithub.com/dotnet/efcore/issues/32896)
dotnet/runtime (System.Text.Json) ### [`v8.0.3`](https://togithub.com/dotnet/runtime/releases/tag/v8.0.3): .NET 8.0.3 [Release](https://togithub.com/dotnet/core/releases/tag/v8.0.3)
coverlet-coverage/coverlet (coverlet.collector) ### [`v6.0.2`](https://togithub.com/coverlet-coverage/coverlet/releases/tag/v6.0.2) ##### Fixed - Threshold-stat triggers error [#​1634](https://togithub.com/coverlet-coverage/coverlet/issues/1634) - Fixed coverlet collector 6.0.1 requires dotnet sdk 8 [#​1625](https://togithub.com/coverlet-coverage/coverlet/issues/1625) - Type initializer errors after updating from 6.0.0 to 6.0.1 [#​1629](https://togithub.com/coverlet-coverage/coverlet/issues/1629) - Exception when multiple exclude-by-attribute filters specified [#​1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624) ##### Improvements - More concise options to specify multiple parameters in coverlet.console [#​1624](https://togithub.com/coverlet-coverage/coverlet/issues/1624) [Diff between 6.0.1 and 6.0.2](https://togithub.com/coverlet-coverage/coverlet/compare/v6.0.1...v6.0.2)
peter-evans/create-pull-request (peter-evans/create-pull-request) ### [`v6.0.2`](https://togithub.com/peter-evans/create-pull-request/releases/tag/v6.0.2): Create Pull Request v6.0.2 [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2) ⚡ Improves performance in some cases where the action rebases changes on to the specified `base`. #### What's Changed - build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2797](https://togithub.com/peter-evans/create-pull-request/pull/2797) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.19.18 to 18.19.21 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2798](https://togithub.com/peter-evans/create-pull-request/pull/2798) - build(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 18.19.21 to 18.19.23 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/peter-evans/create-pull-request/pull/2811](https://togithub.com/peter-evans/create-pull-request/pull/2811) - perf: shallow fetch the actual base when rebasing from working base by [@​peter-evans](https://togithub.com/peter-evans) in [https://github.com/peter-evans/create-pull-request/pull/2816](https://togithub.com/peter-evans/create-pull-request/pull/2816) #### New Contributors - [@​webmonarch](https://togithub.com/webmonarch) made their first contribution in [https://github.com/peter-evans/create-pull-request/pull/2816](https://togithub.com/peter-evans/create-pull-request/pull/2816) **Full Changelog**: https://github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2
xojs/xo (xo) ### [`v0.58.0`](https://togithub.com/xojs/xo/releases/tag/v0.58.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.57.0...v0.58.0) - TypeScript: Disable `default-case` rule to avoid conflict with stricter `@typescript-eslint/switch-exhaustiveness-check` rule

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.