From 61fcc0ef896f85109b1bb2d940cd9a77fb0ae82b Mon Sep 17 00:00:00 2001 From: Dax Mobile <44842493+daxmobile@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:58:27 +1100 Subject: [PATCH] Update BSK with autofill 8.4.2 (#1745) Task/Issue URL: https://app.asana.com/0/1205691418983706/1205691418983706 Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/8.4.2 BSK PR: https://github.com/duckduckgo/BrowserServicesKit/pull/530 ## Description Updates Autofill to version [8.4.2](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/8.4.2). ### Autofill 8.4.2 release notes ## What's Changed * Ema/perf followups by @GioSensation in https://github.com/duckduckgo/duckduckgo-autofill/pull/386 * Fix handler regression by @GioSensation in https://github.com/duckduckgo/duckduckgo-autofill/pull/392 * Bump markdown-it from 13.0.1 to 13.0.2 by @dependabot in https://github.com/duckduckgo/duckduckgo-autofill/pull/388 * Revert mutation observer for forms by @GioSensation in https://github.com/duckduckgo/duckduckgo-autofill/pull/396 **Full Changelog**: https://github.com/duckduckgo/duckduckgo-autofill/compare/8.4.1...8.4.2 ## Steps to test This release has been tested during autofill development. For smoke test steps see [this task](https://app.asana.com/0/1198964220583541/1200583647142330/f). --------- Co-authored-by: GioSensation Co-authored-by: Graeme Arthur <2030310+graeme@users.noreply.github.com> --- DuckDuckGo.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/swiftpm/Package.resolved | 8 ++++---- LocalPackages/Account/Package.swift | 2 +- LocalPackages/DataBrokerProtection/Package.swift | 2 +- LocalPackages/NetworkProtectionMac/Package.swift | 2 +- LocalPackages/XPC/Sources/XPC/XPCServer.swift | 3 +-- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index 9a1552a795..9d084c782e 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -14194,8 +14194,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit"; requirement = { - kind = exactVersion; - version = 80.1.0; + kind = revision; + revision = ffdf1872798f23de073586d4b609b349093a0755; }; }; 4B9579392AC7AE700062CA31 /* XCRemoteSwiftPackageReference "OpenSSL-XCFramework" */ = { @@ -14219,7 +14219,7 @@ repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit"; requirement = { kind = exactVersion; - version = 81.2.0; + version = 81.3.0; }; }; AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a6343669a0..ecb74df983 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/BrowserServicesKit", "state" : { - "revision" : "20ef8a4b3791a57d475cd848afdecb85fa010a5e", - "version" : "81.2.0" + "revision" : "7cd525e28fe6d38f5dd4df85658a4ee6c688eebc", + "version" : "81.3.0" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "55466f10a339843cb79a27af62d5d61c030740b2", - "version" : "8.4.1" + "revision" : "6dd7d696d4e666cedb2f1890a46fe53615226646", + "version" : "8.4.2" } }, { diff --git a/LocalPackages/Account/Package.swift b/LocalPackages/Account/Package.swift index e1f644ef81..bf7a5d84c6 100644 --- a/LocalPackages/Account/Package.swift +++ b/LocalPackages/Account/Package.swift @@ -12,7 +12,7 @@ let package = Package( targets: ["Account"]), ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.2.0"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.3.0"), .package(path: "../Purchase") ], targets: [ diff --git a/LocalPackages/DataBrokerProtection/Package.swift b/LocalPackages/DataBrokerProtection/Package.swift index 368923e240..0bcf307446 100644 --- a/LocalPackages/DataBrokerProtection/Package.swift +++ b/LocalPackages/DataBrokerProtection/Package.swift @@ -29,7 +29,7 @@ let package = Package( targets: ["DataBrokerProtection"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.2.0"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.3.0"), .package(path: "../SwiftUIExtensions") ], targets: [ diff --git a/LocalPackages/NetworkProtectionMac/Package.swift b/LocalPackages/NetworkProtectionMac/Package.swift index 8059fa4b00..d336dc698b 100644 --- a/LocalPackages/NetworkProtectionMac/Package.swift +++ b/LocalPackages/NetworkProtectionMac/Package.swift @@ -31,7 +31,7 @@ let package = Package( .library(name: "NetworkProtectionUI", targets: ["NetworkProtectionUI"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.2.0"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "81.3.0"), .package(path: "../XPC"), .package(path: "../SwiftUIExtensions") ], diff --git a/LocalPackages/XPC/Sources/XPC/XPCServer.swift b/LocalPackages/XPC/Sources/XPC/XPCServer.swift index 831666d4f5..a9d728358a 100644 --- a/LocalPackages/XPC/Sources/XPC/XPCServer.swift +++ b/LocalPackages/XPC/Sources/XPC/XPCServer.swift @@ -19,8 +19,7 @@ import Foundation @objc -// swiftlint:disable:next private_over_fileprivate -fileprivate class XPCConnectionsManager: NSObject, NSXPCListenerDelegate { +private class XPCConnectionsManager: NSObject, NSXPCListenerDelegate { private let clientInterface: NSXPCInterface private let serverInterface: NSXPCInterface