chore(dependencies): update package dependencies across modules#363
Merged
Conversation
Updated the following dependencies for consistency and patch updates: - `Invex.RepoUtils.PublicApiAnalyzers` to version 1.6.0 - `Invex.StructuredText` and module-specific variants to version 1.2.0 - `Invex.FileSystem`, `Invex.Process`, and `Invex.SemanticVersion` to version 1.1.0 No breaking changes expected.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several NuGet package references across Atom modules to keep dependency versions consistent and pick up patch/minor updates, without intended behavioral changes to Atom itself.
Changes:
- Bump
Invex.RepoUtils.PublicApiAnalyzersfrom1.5.0to1.6.0across all projects that reference it. - Bump
Invex.StructuredTextand workflow-specific variants (.GithubActions,.AzureDevopsPipelines) from1.1.0to1.2.0. - Bump core build dependencies
Invex.FileSystem,Invex.Process, andInvex.SemanticVersionfrom1.0.0to1.1.0.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Invex.Atom.Workflows/Invex.Atom.Workflows.csproj | Updates analyzer + Invex.StructuredText dependency versions for the Workflows library. |
| src/Invex.Atom.Module.GitVersion/Invex.Atom.Module.GitVersion.csproj | Updates Invex.RepoUtils.PublicApiAnalyzers version. |
| src/Invex.Atom.Module.GithubWorkflows/Invex.Atom.Module.GithubWorkflows.csproj | Updates Invex.StructuredText.GithubActions and analyzer dependency versions. |
| src/Invex.Atom.Module.Dotnet/Invex.Atom.Module.Dotnet.csproj | Updates Invex.RepoUtils.PublicApiAnalyzers version. |
| src/Invex.Atom.Module.DevopsWorkflows/Invex.Atom.Module.DevopsWorkflows.csproj | Updates Invex.StructuredText.AzureDevopsPipelines and analyzer dependency versions. |
| src/Invex.Atom.Module.AzureStorage/Invex.Atom.Module.AzureStorage.csproj | Updates Invex.RepoUtils.PublicApiAnalyzers version. |
| src/Invex.Atom.Module.AzureKeyVault/Invex.Atom.Module.AzureKeyVault.csproj | Updates Invex.RepoUtils.PublicApiAnalyzers version. |
| src/Invex.Atom.Build/Invex.Atom.Build.csproj | Updates core Invex.* dependencies and analyzer dependency version for the core framework project. |
This was referenced Jul 10, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 the following dependencies for consistency and patch updates:
Invex.RepoUtils.PublicApiAnalyzersto version 1.6.0Invex.StructuredTextand module-specific variants to version 1.2.0Invex.FileSystem,Invex.Process, andInvex.SemanticVersionto version 1.1.0No breaking changes expected.