From d1b6217ed0b72358fd7fa0c97d0e127bfddca5a7 Mon Sep 17 00:00:00 2001 From: LosFarmosCTL <80157503+LosFarmosCTL@users.noreply.github.com> Date: Sat, 4 May 2024 12:55:46 +0200 Subject: [PATCH] chore: add new swift-format and SwiftLint versions to the version proposals --- src/apple-swift-format/devcontainer-feature.json | 5 ++++- src/swiftlint/devcontainer-feature.json | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apple-swift-format/devcontainer-feature.json b/src/apple-swift-format/devcontainer-feature.json index 22b82a5..fccc759 100644 --- a/src/apple-swift-format/devcontainer-feature.json +++ b/src/apple-swift-format/devcontainer-feature.json @@ -9,6 +9,9 @@ "type": "string", "proposals": [ "latest", + "510.1.0", + "509.0.0", + "508.0.1", "0.50700.1", "0.50600.1", "0.50500.0", @@ -18,7 +21,7 @@ "main" ], "default": "latest", - "description": "The version of swift-format to install (depends on the installed Swift version, main should only be used for pre-release Swift snapshots)." + "description": "The version of swift-format to install (for Swift <5.7 this must match the installed Swift version, refer to the swift-format docs for more information)" } }, "installsAfter": [ diff --git a/src/swiftlint/devcontainer-feature.json b/src/swiftlint/devcontainer-feature.json index 01b850a..d8604c1 100644 --- a/src/swiftlint/devcontainer-feature.json +++ b/src/swiftlint/devcontainer-feature.json @@ -9,6 +9,10 @@ "type": "string", "proposals": [ "latest", + "0.54.0", + "0.53.0", + "0.52.4", + "0.51.0", "0.50.3", "0.49.1", "0.48.0",