From 5b59c2790a7f7c69bf1f6793152bdb4ea344b1b4 Mon Sep 17 00:00:00 2001 From: David Harbage Date: Wed, 25 Sep 2024 17:43:32 -0400 Subject: [PATCH] Bump C-S-S to 6.19.0 (#1006) Please review the release process for BrowserServicesKit [here](https://app.asana.com/0/1200194497630846/1200837094583426). **Required**: Task/Issue URL: https://app.asana.com/0/72649045549333/1207836782368194/f iOS PR: https://github.com/duckduckgo/iOS/pull/3396 macOS PR: https://github.com/duckduckgo/macos-browser/pull/3347 What kind of version bump will this require?: Minor **Optional**: Tech Design URL: https://app.asana.com/0/72649045549333/1207836782368196/f CC: @jonathanKingston **Description**: This PR bumps the C-S-S pin to pull in the changes from https://github.com/duckduckgo/content-scope-scripts/pull/1026. **Steps to test this PR**: 1. Navigate to any old [MSN article page](https://www.msn.com/en-us/sports/nfl/how-saquon-barkley-gave-eagles-coach-a-hard-lesson-in-accountability-while-saving-season/ar-AA1qPl89?ocid=hpmsn&cvid=81d6bc9eb97e442ba7de62c248189b23&ei=12) and refresh the page two or more times. See that the `Expand Article` button persists across reloads. **OS Testing**: * [ ] iOS 14 * [ ] iOS 15 * [ ] iOS 16 * [ ] macOS 10.15 * [ ] macOS 11 * [ ] macOS 12 --- ###### Internal references: [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 9ff895b92..cc5482ef4 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/content-scope-scripts", "state" : { - "revision" : "2bed9e2963b2a9232452911d0773fac8b56416a1", - "version" : "6.17.0" + "revision" : "1ed569676555d493c9c5575eaed22aa02569aac9", + "version" : "6.19.0" } }, { diff --git a/Package.swift b/Package.swift index f783692af..d5241f75e 100644 --- a/Package.swift +++ b/Package.swift @@ -52,7 +52,7 @@ let package = Package( .package(url: "https://github.com/duckduckgo/sync_crypto", exact: "0.2.0"), .package(url: "https://github.com/gumob/PunycodeSwift.git", exact: "3.0.0"), .package(url: "https://github.com/duckduckgo/privacy-dashboard", exact: "5.3.0"), - .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.17.0"), + .package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.19.0"), .package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"), .package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"), .package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")