From e73ceaf0e9f9077801427881cd6f4fac3da64757 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sat, 4 Nov 2023 22:01:01 +0100 Subject: [PATCH] Update deps --- Commons/Package.swift | 2 +- Ignore/Package.swift | 2 +- NvimView/Package.swift | 4 ++-- RxPack/Package.swift | 4 ++-- .../RxPackSupport.xcodeproj/project.pbxproj | 4 ++-- .../xcshareddata/swiftpm/Package.resolved | 16 ++++++++-------- VimR/VimR.xcodeproj/project.pbxproj | 8 ++++---- resources/release-notes.md | 5 +++++ 8 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Commons/Package.swift b/Commons/Package.swift index bd302bd5e..8731320c0 100644 --- a/Commons/Package.swift +++ b/Commons/Package.swift @@ -9,7 +9,7 @@ let package = Package( .library(name: "Commons", targets: ["Commons", "CommonsObjC"]), ], dependencies: [ - .package(url: "https://github.com/Quick/Nimble", from: "11.1.0"), + .package(url: "https://github.com/Quick/Nimble", from: "13.0.0"), ], targets: [ .target(name: "Commons", dependencies: []), diff --git a/Ignore/Package.swift b/Ignore/Package.swift index 1a132433d..e9f6cbf1b 100644 --- a/Ignore/Package.swift +++ b/Ignore/Package.swift @@ -10,7 +10,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/qvacua/misc.swift", exact: "0.2.0"), - .package(url: "https://github.com/Quick/Nimble", from: "11.1.0"), + .package(url: "https://github.com/Quick/Nimble", from: "13.0.0"), ], targets: [ .target(name: "Ignore", dependencies: [.product(name: "WildmatchC", package: "misc.swift")]), diff --git a/NvimView/Package.swift b/NvimView/Package.swift index 79a78788a..d8e8615e0 100644 --- a/NvimView/Package.swift +++ b/NvimView/Package.swift @@ -11,8 +11,8 @@ let package = Package( dependencies: [ .package(name: "RxPack", path: "../RxPack"), .package(url: "https://github.com/a2/MessagePack.swift", from: "4.0.0"), - .package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"), - .package(url: "https://github.com/Quick/Nimble", from: "11.1.0"), + .package(url: "https://github.com/ReactiveX/RxSwift", from: "6.6.0"), + .package(url: "https://github.com/Quick/Nimble", from: "13.0.0"), .package(name: "NvimServer", path: "../NvimServer"), .package(name: "Commons", path: "../Commons"), .package(name: "Tabs", path: "../Tabs"), diff --git a/RxPack/Package.swift b/RxPack/Package.swift index ac0088440..dab67cfe8 100644 --- a/RxPack/Package.swift +++ b/RxPack/Package.swift @@ -9,10 +9,10 @@ let package = Package( .library(name: "RxNeovim", targets: ["RxNeovim"]), ], dependencies: [ - .package(url: "https://github.com/ReactiveX/RxSwift", from: "6.5.0"), + .package(url: "https://github.com/ReactiveX/RxSwift", from: "6.6.0"), .package(url: "https://github.com/a2/MessagePack.swift", .upToNextMinor(from: "4.0.0")), .package(url: "https://github.com/IBM-Swift/BlueSocket", from: "2.0.2"), - .package(url: "https://github.com/Quick/Nimble", from: "11.1.0"), + .package(url: "https://github.com/Quick/Nimble", from: "13.0.0"), ], targets: [ .target(name: "RxPack", dependencies: [ diff --git a/RxPack/Support/RxPackSupport.xcodeproj/project.pbxproj b/RxPack/Support/RxPackSupport.xcodeproj/project.pbxproj index f4961b6d3..8abbf3ffc 100644 --- a/RxPack/Support/RxPackSupport.xcodeproj/project.pbxproj +++ b/RxPack/Support/RxPackSupport.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -374,7 +374,7 @@ repositoryURL = "https://github.com/ReactiveX/RxSwift"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 6.5.0; + minimumVersion = 6.6.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved b/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved index a7a705a8a..5c5241f6c 100644 --- a/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -86,8 +86,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Quick/Nimble", "state" : { - "revision" : "b7f6c49acdb247e3158198c5448b38c3cc595533", - "version" : "11.2.1" + "revision" : "d616f15123bfb36db1b1075153f73cf40605b39d", + "version" : "13.0.0" } }, { @@ -104,8 +104,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ReactiveX/RxSwift", "state" : { - "revision" : "b4307ba0b6425c0ba4178e138799946c3da594f8", - "version" : "6.5.0" + "revision" : "9dcaa4b333db437b0fbfaf453fad29069044a8b4", + "version" : "6.6.0" } }, { @@ -122,8 +122,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/sparkle-project/Sparkle", "state" : { - "revision" : "9d85a02fe7916caa7531847452c4933d331503a5", - "version" : "2.3.1" + "revision" : "f0ceaf5cc9f3f23daa0ccb6dcebd79fc96ccc7d9", + "version" : "2.5.0" } }, { @@ -131,8 +131,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-collections.git", "state" : { - "revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2", - "version" : "1.0.4" + "revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307", + "version" : "1.0.5" } }, { diff --git a/VimR/VimR.xcodeproj/project.pbxproj b/VimR/VimR.xcodeproj/project.pbxproj index 67474ac17..f1697a76c 100644 --- a/VimR/VimR.xcodeproj/project.pbxproj +++ b/VimR/VimR.xcodeproj/project.pbxproj @@ -1346,7 +1346,7 @@ repositoryURL = "https://github.com/ReactiveX/RxSwift"; requirement = { kind = exactVersion; - version = 6.5.0; + version = 6.6.0; }; }; 4B9BC42824EB2E6D000209B5 /* XCRemoteSwiftPackageReference "ShortcutRecorder" */ = { @@ -1378,7 +1378,7 @@ repositoryURL = "https://github.com/sparkle-project/Sparkle"; requirement = { kind = exactVersion; - version = 2.3.1; + version = 2.5.0; }; }; 4BADD55C283ABD0200C6B16D /* XCRemoteSwiftPackageReference "swift-collections" */ = { @@ -1386,7 +1386,7 @@ repositoryURL = "https://github.com/apple/swift-collections.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.0.3; + minimumVersion = 1.0.5; }; }; 4BD5655124E8014100D52809 /* XCRemoteSwiftPackageReference "swifter" */ = { @@ -1418,7 +1418,7 @@ repositoryURL = "https://github.com/Quick/Nimble"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 11.2.1; + minimumVersion = 13.0.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/resources/release-notes.md b/resources/release-notes.md index 4f5ff99f9..a038f9d0e 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -4,6 +4,11 @@ * Fix VimRSetCharacterspacing: GH-1014 * Add basic file handling to the filebrowser: GH-1005 * Provide neovim original commandline interface: GH-1003 +* Dependencies updates: + - ReactiveX/RxSwift@6.6.0 + - sparkle-project/Sparkle@2.5.0 + - apple/swift-collections@1.0.5 + - Quick/Nimble@13.0.0 # 0.44.0-20230103.174333