Skip to content

chore(swift): upgrade version #3482

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
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-swift/.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
--semicolons never
--shortoptionals always
--stripunusedargs always
--swiftversion 5.9
--swiftversion 5.10
--trimwhitespace always
--typeattributes prev-line
--typeblanklines remove
Expand Down
2 changes: 1 addition & 1 deletion config/.swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.9
5.10
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@
"depNameTemplate": "swiftlang/swift",
"extractVersionTemplate": "^swift-(?<version>.*)-RELEASE$"
},
{
"description": "Update .swift-version",
"fileMatch": ".swift-version",
"matchStrings": [
"(?<currentValue>.*)"
],
"datasourceTemplate": "swift",
"depNameTemplate": "Swift"
},
{
"description": "Update swiftformat version",
"fileMatch": [
Expand Down
4 changes: 2 additions & 2 deletions templates/swift/snippets/Package.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// {{generationBanner}}
// swift-tools-version: 5.9
// swift-tools-version: {{{swiftVersion}}}
// {{{generationBanner}}}

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion templates/swift/tests/Package.mustache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: {{{swiftVersion}}}

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion tests/output/swift/.swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
--semicolons never
--shortoptionals always
--stripunusedargs always
--swiftversion 5.9
--swiftversion 5.10
--trimwhitespace always
--typeattributes prev-line
--typeblanklines remove
Expand Down
Loading