Skip to content

Commit

Permalink
Update BSK with autofill 16.0.0 (#3643)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1208923931185505/1208923931185505
Autofill Release:
https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/16.0.0
BSK PR: duckduckgo/BrowserServicesKit#1122

## Description
Updates Autofill to version
[16.0.0](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/16.0.0).

### Autofill 16.0.0 release notes
## What's Changed
This PR introduces breaking changes for Android/Windows causing save
autofill prompt to get triggered in username only fields.
* Upgrade to shared eslint config + Adopt Prettier by @muodov in
duckduckgo/duckduckgo-autofill#695
* Ignore lint PR in git blame by @muodov in
duckduckgo/duckduckgo-autofill#699
* Update password-related json files (2024-11-18) by @daxmobile in
duckduckgo/duckduckgo-autofill#706
* [Form] Always scan shadow elements when categorizing the form inputs
by @dbajpeyi in
duckduckgo/duckduckgo-autofill#703
* Bump ts-to-zod from 3.1.3 to 3.14.0 by @dependabot in
duckduckgo/duckduckgo-autofill#710
* [FormAnalyzer] Fix paperlesspost.com login form by @dbajpeyi in
duckduckgo/duckduckgo-autofill#711
* [FormAnalyzer] Tweak regex to match forgot password attribute by
@dbajpeyi in duckduckgo/duckduckgo-autofill#712
* [Form] Trigger partialSave on username/email only form submit by
@dbajpeyi in duckduckgo/duckduckgo-autofill#702


**Full Changelog**:
duckduckgo/duckduckgo-autofill@15.1.0...16.0.0

## 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: dbajpeyi <[email protected]>
Co-authored-by: Graeme Arthur <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 841bffc commit dc12bff
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15225,7 +15225,7 @@
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 218.0.2;
version = 218.1.0;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "a404b05cc0ec6b7b3e346804c1e0970dd91c0634",
"version" : "218.0.2"
"revision" : "a82c14b991f8cbef46d4b7d8e613762f1592fcd2",
"version" : "218.1.0"
}
},
{
Expand All @@ -50,8 +50,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/duckduckgo-autofill.git",
"state" : {
"revision" : "c992041d16ec10d790e6204dce9abf9966d1363c",
"version" : "15.1.0"
"revision" : "88982a3802ac504e2f1a118a73bfdf2d8f4a7735",
"version" : "16.0.0"
}
},
{
Expand All @@ -75,7 +75,7 @@
{
"identity" : "lottie-spm",
"kind" : "remoteSourceControl",
"location" : "https://github.com/airbnb/lottie-spm.git",
"location" : "https://github.com/airbnb/lottie-spm",
"state" : {
"revision" : "1d29eccc24cc8b75bff9f6804155112c0ffc9605",
"version" : "4.4.3"
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: "218.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.1.0"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../AppKitExtensions"),
.package(path: "../XPCHelper"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/FeatureFlags/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["FeatureFlags"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.1.0"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NetworkProtectionMac/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
.library(name: "VPNAppLauncher", targets: ["VPNAppLauncher"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.1.0"),
.package(url: "https://github.com/airbnb/lottie-spm", exact: "4.4.3"),
.package(path: "../AppLauncher"),
.package(path: "../UDSHelper"),
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/NewTabPage/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
targets: ["NewTabPage"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.1.0"),
.package(path: "../WebKitExtensions"),
.package(path: "../Utilities"),
],
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/SubscriptionUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
targets: ["SubscriptionUI"]),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.1.0"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../FeatureFlags")
],
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/WebKitExtensions/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.0.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "218.1.0"),
.package(path: "../AppKitExtensions")
],
targets: [
Expand Down

0 comments on commit dc12bff

Please sign in to comment.