Skip to content

Add refactoring action to upgrade package dependencies to latest major version#3366

Open
ahoppen wants to merge 1 commit into
swiftlang:mainfrom
ahoppen:upgrade-package-dependencies
Open

Add refactoring action to upgrade package dependencies to latest major version#3366
ahoppen wants to merge 1 commit into
swiftlang:mainfrom
ahoppen:upgrade-package-dependencies

Conversation

@ahoppen

@ahoppen ahoppen commented Jun 17, 2026

Copy link
Copy Markdown
Member

Companion of swiftlang/swift-package-manager#10212.


The intention of this refactoring is to update leaf package (like executables) to the latest version of their dependencies, allowing them to also pick up potentially API-breaking new major or prerelease versions that can easily go unnoticed using swift package update.

…r version

The intention of this refactoring is to update leaf package (like executables) to the latest version of their dependencies, allowing them to also pick up potentially API-breaking new major or prerelease versions that can easily go unnoticed using `swift package update`.
return nil
}

// TODO: Support version initialized using `Version` initializer

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will address this if there is a consensus that we want swiftlang/swift-package-manager#10212.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant