-
Notifications
You must be signed in to change notification settings - Fork 2
deps: Bump the all-dependencies group with 18 updates #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot
wants to merge
10
commits into
develop
from
dependabot/nuget/develop/all-dependencies-50a1e02ea7
Closed
deps: Bump the all-dependencies group with 18 updates #25
dependabot
wants to merge
10
commits into
develop
from
dependabot/nuget/develop/all-dependencies-50a1e02ea7
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* WIP: S3 File Sync * Remove FileStorage project. Move interface into environment setup * Remove redundant if statement * Enforce patterns for file searches Previously, both the Offloc Cleaner and Delius Parser would attempt to process any files in the input directories. * Removes redundant docker file processing service Also tightens some file path concatenation * Cleanup + implementation of S3FileSource service * Removes Parallel parsing (and other related redundant code) + hooks in FileSync * Fix for Delius post-parser encoding and line endings * MinIO integration * Bump packages (excludes Aspire) Issues remain with bumping Aspire to .NET 10 with the community toolkit packages * Enables S3 file synchronization and processing Refactors the file synchronization process to support S3 as a file source. Introduces configurable file sources for Delius and Offloc files (FileSystem, MinIO, S3). Adds database interaction to track file processing status and associate Offloc files with archive names. Enhances file processing workflow with new database messaging and processing start events. Updates stored procedures to handle file processing status and archive associations. * Configures dotnet environment * Configures and initialises MinIO bucket * Clarifies Visualiser setup requirement * Fixes S3 file source path resolution * Orders files by date + handles ddMMyyyy and dMMyyyy formats * Ensures `ArchiveFileName` is nullable in queries * Adds AWS Security Token package * Enables pre-kickoff tasks execution * Enable periodic file sync * Adds safe guard for file processing in Delius and Offloc
Adds a README file to the Matching.Core project, providing Also, it disables package generation on build.
* Updates Aspire dependencies to v13 * Configures parameters for various services * Updates CommunityToolkit packages to stable version
Removes the known issue section regarding potential SQL project startup timing issues, as it was fixed in CommunityToolkit's v13.
* Overwrite files when extracting archive * Adds logging for unavailable files * Clears input directories before download * Adds file date guarding Implements logic to prevent processing of files older than the last processed files. * Prevents concurrent file processing Adds a semaphore to prevent concurrent executions of the file processing logic. * Adds additional logging to file sync process
* Removes unused package versions * Bump Rebus * Remove unused Visual Studio packages * Adds Dependabot configuration file
Bumps Autofac from 8.4.0 to 9.0.0 Bumps AWSSDK.Extensions.NETCore.Setup from 4.0.3.11 to 4.0.3.14 Bumps AWSSDK.S3 from 4.0.11.1 to 4.0.13.1 Bumps AWSSDK.SecurityToken from 4.0.4.1 to 4.0.5.1 Bumps Microsoft.Build from 15.9.20 to 18.0.2 Bumps Microsoft.Build.Framework from 15.9.20 to 18.0.2 Bumps Microsoft.Identity.Web from 4.0.1 to 4.1.1 Bumps Microsoft.Identity.Web.DownstreamApi from 4.0.1 to 4.1.1 Bumps Microsoft.Identity.Web.UI from 4.0.1 to 4.1.1 Bumps Microsoft.NET.StringTools from 17.6.3 to 18.0.2 Bumps NSwag.AspNetCore from 14.6.2 to 14.6.3 Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.14.0-rc.1 to 1.14.0 Bumps OpenTelemetry.Extensions.Hosting from 1.14.0-rc.1 to 1.14.0 Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.13.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.Http from 1.13.0 to 1.14.0 Bumps OpenTelemetry.Instrumentation.Runtime from 1.13.0 to 1.14.0 Bumps RabbitMQ.Client from 6.8.1 to 7.2.0 Bumps Sentry.Serilog from 6.0.0-preview.2-prerelease to 6.0.0-rc.2-prerelease --- updated-dependencies: - dependency-name: Autofac dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: AWSSDK.Extensions.NETCore.Setup dependency-version: 4.0.3.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: AWSSDK.S3 dependency-version: 4.0.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: AWSSDK.SecurityToken dependency-version: 4.0.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.Build dependency-version: 18.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Build.Framework dependency-version: 18.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.NET.StringTools dependency-version: 18.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.Identity.Web dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: Microsoft.Identity.Web.DownstreamApi dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: Microsoft.Identity.Web.UI dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: NSwag.AspNetCore dependency-version: 14.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: RabbitMQ.Client dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Sentry.Serilog dependency-version: 6.0.0-rc.2-prerelease dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
97dab6f to
041c820
Compare
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Autofac from 8.4.0 to 9.0.0.
Release notes
Sourced from Autofac's releases.
9.0.0
Updated Autofac for .NET 10. New current set of target frameworks:
net10.0;net8.0;netstandard2.1;netstandard2.0Breaking Changes
Dropped support for
net6.0,net7.0.Additional Changes
net10.0.Full Changelog: autofac/Autofac@v8.4.0...v9.0.0
Commits viewable in compare view.
Updated AWSSDK.Extensions.NETCore.Setup from 4.0.3.11 to 4.0.3.14.
Release notes
Sourced from AWSSDK.Extensions.NETCore.Setup's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated AWSSDK.S3 from 4.0.11.1 to 4.0.13.1.
Release notes
Sourced from AWSSDK.S3's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated AWSSDK.SecurityToken from 4.0.4.1 to 4.0.5.1.
Release notes
Sourced from AWSSDK.SecurityToken's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Build from 15.9.20 to 18.0.2.
Release notes
Sourced from Microsoft.Build's releases.
17.14.8
What's Changed
Full Changelog: dotnet/msbuild@v17.14.5...v17.14.8
17.14.5
What's Changed
... (truncated)
17.14.0-preview-25177-05
Release
What's Changed
Microsoft.VisualStudio.SolutionPersistenceto 1.0.52 by @surayya-MS in UpgradeMicrosoft.VisualStudio.SolutionPersistenceto 1.0.52 dotnet/msbuild#11549before/after.{solutionName}.sln.targetsfor .slnxby @surayya-MS in Loadbefore/after.{solutionName}.sln.targetsfor .slnxdotnet/msbuild#11535... (truncated)
17.14.0-preview-25155-01
Release
What's Changed
StyleCop.Analyzersto1.2.0-beta.556by @xtqqczze in BumpStyleCop.Analyzersto1.2.0-beta.556dotnet/msbuild#11398by @rainersigwald in Keep ActivityId correlations in ETW dotnet/msbuild#10909
by @rainersigwald in Add EmbedInteropTypes to COMFileReference dotnet/msbuild#11414
... (truncated)
17.14.0-preview-25110-01
Release
What's Changed
... (truncated)
17.13.9
What's Changed
... (truncated)
17.12.6
What's Changed
... (truncated)
17.12.0-preview-24473-03
Release
17.12.0-preview-24422-09
Release
17.12.0-preview-24374-02
Release
17.11.4
What's Changed
... (truncated)
17.11.0-preview-24318-05
Release
17.11.0-preview-24279-02
Release
17.11.0-preview-24225-01
Release
17.11.0-preview-24178-16
Release
17.10.4
What's Changed
by @rainersigwald in Switch official builds to floating NuGet.exe dotnet/msbuild#9542
Microsoft.Common.Test.targetstarget for multi-tfm by @MarcoRossignoli in Import the newMicrosoft.Common.Test.targetstarget for multi-tfm dotnet/msbuild#9583... (truncated)
17.10.0-preview-24127-03
[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)
17.9.5
What's Changed
... (truncated)
17.8.3
What's Changed
... (truncated)
17.8.0-preview-23472-04
Release
17.8.0-preview-23367-03
Release
17.7.0
What's Changed
ProjectReferencedocs by @DmitriyShepelev in https://github.com/dotnet/msbuild/pull/8434... (truncated)
17.7.0-preview-23323-05
Release
17.7.0-preview-23281-03
Release
17.6.0-preview-23174-01
[Release](https://github.com/dotnet/c...
Description has been truncated