NoxOrg / Nox

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

Bump the dependencies group across 1 directory with 21 updates #1521

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group with 21 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.4.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
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.4.0

Release notes

Sourced from MudBlazor's releases.

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

New Features

Bug Fixes

Other Changes

New Contributors

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

MudBlazor v7.2.0

What's Changed

... (truncated)

Commits
  • b89bbe8 Docs: Fix ShowDialogRegularExpression (#9482)
  • 72a5875 Docs: Update CookieConsent library and embed it's JS to docs.js (#9471)
  • 7e2dabe MudDialog: Improve max height and alignment of dialog container on mobile (#9...
  • 5ee297e Obsolete unused field EnableIllegalRazorParameterDetection (#9462)
  • a4e1418 Docs: Add a section for ServerData in the MudDataGrid docs (#9469)
  • 31b6335 feat: Add CollectionExtensions (#9461)
  • c2ab561 TableGrid: Fix RowsPerPage firing ServerData twice (#9463)
  • 791cb3a MudDataGrid: Fix RowsPerPage firing ServerData twice (#9448)
  • 809c9f2 Localization: Correctly handle templates (#9438) (#9451)
  • de43039 Docs: Replace markdown links to html in Roadmap page (#9444)
  • 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 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

... (truncated)

Commits
dependabot[bot] commented 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.