@duckduckgo/autoconsent 16.20.1 → 16.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/asana-sync.yml +2 -1
- package/CHANGELOG.md +29 -0
- package/data/coverage.json +1362 -1255
- package/dist/addon-firefox/background.bundle.js +1 -0
- package/dist/addon-firefox/compact-rules.json +1 -1
- package/dist/addon-firefox/content.bundle.js +1 -0
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rule-index.json +1 -1
- package/dist/addon-firefox/rules.json +1 -1
- package/dist/addon-mv3/background.bundle.js +1 -0
- package/dist/addon-mv3/compact-rules.json +1 -1
- package/dist/addon-mv3/content.bundle.js +1 -0
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rule-index.json +1 -1
- package/dist/addon-mv3/rules.json +1 -1
- package/dist/autoconsent.cjs.js +1 -0
- package/dist/autoconsent.esm.js +1 -0
- package/dist/autoconsent.playwright.js +1 -0
- package/dist/autoconsent.standalone.js +2 -1
- package/dist/types/eval-snippets.d.ts +1 -0
- package/lib/eval-snippets.ts +1 -0
- package/package.json +1 -1
- package/rules/autoconsent/aylo-cookie-banner.json +59 -4
- package/rules/autoconsent/cookie-banner-element.json +8 -0
- package/rules/autoconsent/ctv-disneyonice.json +12 -0
- package/rules/autoconsent/fever.json +42 -0
- package/rules/autoconsent/ibanez.json +13 -0
- package/rules/autoconsent/simplehuman-com.json +33 -0
- package/rules/autoconsent/toho-one.json +50 -0
- package/rules/autoconsent/tohotheater-jp.json +20 -0
- package/rules/compact-rules.json +1 -1
- package/rules/rule-index.json +1 -1
- package/rules/rules.json +1 -1
- package/tests/cookie-banner-element.spec.ts +7 -0
- package/tests/ctv-disneyonice.spec.ts +5 -0
- package/tests/fever.spec.ts +3 -0
- package/tests/ibanez.spec.ts +3 -0
- package/tests/simplehuman-com.spec.ts +3 -0
- package/tests/toho-one.spec.ts +3 -0
- package/tests/tohotheater-jp.spec.ts +3 -0
|
@@ -15,7 +15,7 @@ jobs:
|
|
|
15
15
|
runs-on: ubuntu-latest
|
|
16
16
|
steps:
|
|
17
17
|
- uses: actions/checkout@v3
|
|
18
|
-
- uses: duckduckgo/action-asana-sync@
|
|
18
|
+
- uses: duckduckgo/action-asana-sync@v15
|
|
19
19
|
with:
|
|
20
20
|
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
|
|
21
21
|
ASANA_WORKSPACE_ID: ${{ secrets.ASANA_WORKSPACE_ID }}
|
|
@@ -23,3 +23,4 @@ jobs:
|
|
|
23
23
|
move_to_section_id: '1203409672862480'
|
|
24
24
|
GITHUB_PAT: ${{ secrets.GH_RO_PAT }}
|
|
25
25
|
ASSIGN_PR_AUTHOR: 'true'
|
|
26
|
+
REVIEW_TASKS_AS_APPROVALS: 'true'
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
# v16.21.0 (Fri Aug 14 2026)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `main`
|
|
4
|
+
|
|
5
|
+
- Bump action-asana-sync ([@sammacbeth](https://github.com/sammacbeth))
|
|
6
|
+
|
|
7
|
+
#### Rules
|
|
8
|
+
|
|
9
|
+
- Rule update: ibanez [#1486](https://github.com/duckduckgo/autoconsent/pull/1486) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
10
|
+
- Rule update: fever [#1487](https://github.com/duckduckgo/autoconsent/pull/1487) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
11
|
+
- Rule update: cookie-banner-element [#1488](https://github.com/duckduckgo/autoconsent/pull/1488) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
12
|
+
- Rule update: simplehuman-com [#1489](https://github.com/duckduckgo/autoconsent/pull/1489) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
13
|
+
- Rule update: Cookie pop-up displayed: TOHO-ONE [#1477](https://github.com/duckduckgo/autoconsent/pull/1477) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
14
|
+
- Rule update: CPM crawl cluster #54: youporn.com (aylo-cookie-banner|inert, 13 sites) [#1474](https://github.com/duckduckgo/autoconsent/pull/1474) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
15
|
+
- Rule update: tohotheater-jp [#1476](https://github.com/duckduckgo/autoconsent/pull/1476) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
16
|
+
- Rule update: Cookie popup on ctv.co.jp [#1478](https://github.com/duckduckgo/autoconsent/pull/1478) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
|
|
17
|
+
|
|
18
|
+
#### Documentation
|
|
19
|
+
|
|
20
|
+
- Coverage data update [#1480](https://github.com/duckduckgo/autoconsent/pull/1480) ([@daxtheduck](https://github.com/daxtheduck))
|
|
21
|
+
|
|
22
|
+
#### Authors: 3
|
|
23
|
+
|
|
24
|
+
- Cursor Agent ([@cursoragent](https://github.com/cursoragent))
|
|
25
|
+
- Dax ([@daxtheduck](https://github.com/daxtheduck))
|
|
26
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
1
30
|
# v16.20.1 (Thu Aug 06 2026)
|
|
2
31
|
|
|
3
32
|
#### Rules
|