NoxOrg / Nox

Source generator for Nox solutions
MIT License
6 stars 4 forks source link

Bump the dependencies group across 1 directory with 22 updates #1523

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 22 updates in the / directory:

Package From To
JsonSchema.Net.Generation 4.3.0.2 4.5.0
Microsoft.Identity.Web 2.20.0 2.21.1
Microsoft.Identity.Web.UI 2.20.0 2.21.1
Microsoft.Identity.Web 2.20.0 2.21.1
MudBlazor 7.1.1 7.5.0
MediatR 12.3.0 12.4.0
Serilog 4.0.0 4.0.1
System.Linq.Dynamic.Core 1.4.3 1.4.4
Nox.Cron 8.0.1 8.0.3
ETLBox 3.4.0 3.4.1
ETLBox.Json 3.4.0 3.4.1
ETLBox 3.4.0 3.4.1
ETLBox.SqlServer 3.4.0 3.4.1
ETLBox 3.4.0 3.4.1
Serilog.AspNetCore 8.0.1 8.0.2
bunit 1.29.5 1.30.3
Microsoft.Extensions.Logging.Abstractions 8.0.1 9.0.0-preview.6.24327.7
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 9.0.0-preview.6.24327.7
Microsoft.Extensions.Logging 8.0.0 9.0.0-preview.6.24327.7
Microsoft.Extensions.DependencyInjection 8.0.0 9.0.0-preview.6.24327.7
Microsoft.AspNetCore.Components.Authorization 8.0.7 9.0.0-preview.6.24328.4
Microsoft.AspNetCore.Components.Web 8.0.7 9.0.0-preview.6.24328.4
Microsoft.Extensions.Configuration.Binder 8.0.2 9.0.0-preview.6.24327.7
Microsoft.Extensions.Configuration 8.0.0 9.0.0-preview.6.24327.7
System.Text.Json 8.0.4 9.0.0-preview.6.24327.7

Updates JsonSchema.Net.Generation from 4.3.0.2 to 4.5.0

Commits


Updates Microsoft.Identity.Web from 2.20.0 to 2.21.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.21.0

  • Updated to Microsoft.IdentityModel 7.7.0

CVE package updates

CVE-2024-30105

Commits


Updates Microsoft.Identity.Web.UI from 2.20.0 to 2.21.1

Release notes

Sourced from Microsoft.Identity.Web.UI's releases.

2.21.0

  • Updated to Microsoft.IdentityModel 7.7.0

CVE package updates

CVE-2024-30105

Commits


Updates Microsoft.Identity.Web from 2.20.0 to 2.21.1

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.21.0

  • Updated to Microsoft.IdentityModel 7.7.0

CVE package updates

CVE-2024-30105

Commits


Updates MudBlazor from 7.1.1 to 7.5.0

Release notes

Sourced from MudBlazor's releases.

MudBlazor v7.5.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v7.4.0...v7.5.0

MudBlazor v7.4.0

What's Changed

New Features

Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v7.3.0...v7.4.0

MudBlazor v7.3.0

What's Changed

... (truncated)

Commits
  • a24de8e Localization: Make InternalMudLocalizer implement IStringLocalizer (#9527)
  • 7f3bcdf DataGrid: Make FilterContext.FilterDefinition public to support custom filter...
  • a05653f Performance: Add Identifier helper class (#9493)
  • 0761ff1 Build: potentially fix invalid JS in the minified scripts file (#9520)
  • 99d2732 MudDataGrid: Improve the doc about ServerData (#9518)
  • 28b654b Performance: Add FirstOrDefault extension method for Array and List (#9515)
  • 9566ed3 MudForm: Added XML Documentation for Public Members (#9459)
  • f317083 TreeViewItem: ReloadAsync() now also reloads in collapsed state (#9503)
  • 2ad7b78 MudDrawer: Add OverlayAutoClose, use OnClosed instead of OnClick (#9500)
  • bf30321 Docs: Refresh install guide & warn about render modes (#9453)
  • Additional commits viewable in compare view


Updates MediatR from 12.3.0 to 12.4.0

Release notes

Sourced from MediatR's releases.

v12.4.0

What's Changed

Full Changelog: https://github.com/jbogard/MediatR/compare/v12.3.0...v12.4.0

Commits
  • cac76be Merge pull request #1048 from zachpainter77/master
  • 811ce54 Added Opt Out functionality
  • f645b68 added test to ensure that open handlers are resolved when the handler for the...
  • d40d0f4 clean up test
  • ef68751 Add test to ensure manual registration overrides the default open implementat...
  • 8aa2d35 Merge remote-tracking branch 'origin/master'
  • 52af2df Add support for request handlers having more than 1 type parameter.
  • See full diff in compare view


Updates Serilog from 4.0.0 to 4.0.1

Release notes

Sourced from Serilog's releases.

v4.0.1

  • #2090 — when capturing structured values, reuse HashSet instances, reduce LINQ usage, avoid reallocating string[] to improve performance and cut GC pressure (@​nblumhardt)
  • #2089 - allow capturing of non-anonymous structured values when trimming (@​nblumhardt)
  • #2083 - use Major.Minor.0.0 assembly versioning (@​nblumhardt)
Commits
  • 0664815 Merge pull request #2092 from serilog/dev
  • f91b1bc Drop macOS CI target; too slow to run successfully (#2093)
  • 5844a9f Reuse HashSet instances, reduce LINQ usage, avoid reallocating `StructureVa...
  • 2fb5f4d Allow non-anonymous-type destructuring when trimmed (#2089)
  • d98f7fa Version Serilog.dll as Major.Minor.0.0 (#2083)
  • fdf4a48 Dev version bump [skip ci]
  • See full diff in compare view


Updates System.Linq.Dynamic.Core from 1.4.3 to 1.4.4

Changelog

Sourced from System.Linq.Dynamic.Core's changelog.

v1.4.4 (30 July 2024)

  • #832 - Fixed Extension methods on a string [bug] contributed by StefH
  • #833 - Update DefaultDynamicLinqCustomTypeProvider constructor to be compatible with microsoft/RulesEngine [feature] contributed by StefH
  • #830 - DefaultDynamicLinqCustomTypeProvider Issue [bug]
  • #831 - Unable to find my string extensions in static class with DynamicLinqType attribute [bug]
Commits
  • 831e499 v1.4.4
  • 06610fb Update DefaultDynamicLinqCustomTypeProvider constructor to be compatible with...
  • 9dba825 Fixed Extension methods on a string (#832)
  • 1174481 Bump NHibernate in /src-console/ConsoleAppEF3.1_nhibernate (#826)
  • bd0a528 Check if analysis on SonarCloud is possible (#827)
  • See full diff in compare view


Updates Nox.Cron from 8.0.1 to 8.0.3

Release notes

Sourced from Nox.Cron's releases.

v8.0.3

What's Changed

Full Changelog: https://github.com/NoxOrg/Nox.Cron/compare/v8.0.2...v8.0.3

Commits
  • 04e5112 Merge pull request #12 from NoxOrg/release/v8.0.3
  • 2e80afa bumped version to 8.0.3
  • bf13a93 Merge pull request #11 from NoxOrg/feature/fixnumbernames
  • 72cb357 Bumped version to 8.0.2
  • d1df7f3 Merge pull request #10 from NoxOrg/feature/fixnumbernames
  • a52b4ff Added support for names of numbers
  • See full diff in compare view


Updates ETLBox from 3.4.0 to 3.4.1

Commits


Updates ETLBox.Json from 3.4.0 to 3.4.1

Updates ETLBox from 3.4.0 to 3.4.1

Commits


Updates ETLBox.SqlServer from 3.4.0 to 3.4.1

Updates ETLBox from 3.4.0 to 3.4.1

Commits


Updates Serilog.AspNetCore from 8.0.1 to 8.0.2

Release notes

Sourced from Serilog.AspNetCore's releases.

v8.0.2

Commits
  • 57d78d1 Merge pull request #378 from serilog/dev
  • 1a88701 Merge pull request #377 from nblumhardt/dependency-update
  • 77bd65c Update Serilog.Settings.Configuration dependency to avoid transitive dependen...
  • 70808df Fix comment in sample code [skip ci]
  • cd8662f Merge pull request #370 from nblumhardt/readme-updates
  • 92bc15a README and sample updates to match recent .NET hosting models
  • c862bfc Merge pull request #367 from sungam3r/cleanup
  • 656b79e Remove excessive dependencies + format
  • 0b2a9ab Merge pull request #364 from RandomBuffer/FixPushPropertyExample
  • 178f6df Fix C# example for PushProperty.
  • Additional commits viewable in compare view


Updates bunit from 1.29.5 to 1.30.3

Release notes

Sourced from bunit's releases.

1.30.3

Fixed

Changelog

Sourced from bunit's changelog.

[1.30.3] - 2024-07-21

Fixed

Commits
  • c2ae00e Updated CHANGELOG.md for 1.30.3 release
  • 9f80241 Release of new minor version v1.30 (#1506)
  • 7ce3d34 Set version to '1.30'
  • ecc480a fix: Bunit browser file exc (#1504)
  • 43c8855 fix: Add net7.0 for devcontainers
  • 67b599d fix: Replace Tokens in docfx.json for release information (#1496)
  • 849a088 Merge pull request #1494 from bUnit-dev/stable
  • be59e05 fix: ensure xunit using same version across solutions
  • ede43b8 Merge branch 'stable'
  • 425c90a Merge branch 'release/v1.29'
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Logging.Abstractions from 8.0.1 to 9.0.0-preview.6.24327.7

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 9.0 Preview 6

Release

.NET 9.0 Preview 5

Release

.NET 9.0 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.1 to 9.0.0-preview.6.24327.7

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 9.0 Preview 6

Release

.NET 9.0 Preview 5

Release

.NET 9.0 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.Logging from 8.0.0 to 9.0.0-preview.6.24327.7

Release notes

Sourced from Microsoft.Extensions.Logging's releases.

.NET 9.0 Preview 6

Release

.NET 9.0 Preview 5

Release

.NET 9.0 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

... (truncated)

Commits


Updates Microsoft.Extensions.DependencyInjection from 8.0.0 to 9.0.0-preview.6.24327.7

Release notes

Sourced from Microsoft.Extensions.DependencyInjection's releases.

.NET 9.0 Preview 6

Release

.NET 9.0 Preview 5

Release

.NET 9.0 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed