Skip to content

Commit

Permalink
Update BSK with autofill 8.4.2 (#1745)
Browse files Browse the repository at this point in the history
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: duckduckgo/BrowserServicesKit#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
duckduckgo/duckduckgo-autofill#386
* Fix handler regression by @GioSensation in
duckduckgo/duckduckgo-autofill#392
* Bump markdown-it from 13.0.1 to 13.0.2 by @dependabot in
duckduckgo/duckduckgo-autofill#388
* Revert mutation observer for forms by @GioSensation in
duckduckgo/duckduckgo-autofill#396


**Full Changelog**:
duckduckgo/duckduckgo-autofill@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 <[email protected]>
Co-authored-by: Graeme Arthur <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 3867aa5 commit 61fcc0e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" */ = {
Expand All @@ -14219,7 +14219,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 81.2.0;
version = 81.3.0;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand All @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/Account/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
],
Expand Down
3 changes: 1 addition & 2 deletions LocalPackages/XPC/Sources/XPC/XPCServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61fcc0e

Please sign in to comment.