@duckduckgo/autoconsent 16.20.0 → 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.
Files changed (41) hide show
  1. package/.github/workflows/asana-sync.yml +2 -1
  2. package/CHANGELOG.md +41 -0
  3. package/data/coverage.json +1362 -1255
  4. package/dist/addon-firefox/background.bundle.js +1 -0
  5. package/dist/addon-firefox/compact-rules.json +1 -1
  6. package/dist/addon-firefox/content.bundle.js +1 -0
  7. package/dist/addon-firefox/manifest.json +1 -1
  8. package/dist/addon-firefox/rule-index.json +1 -1
  9. package/dist/addon-firefox/rules.json +1 -1
  10. package/dist/addon-mv3/background.bundle.js +1 -0
  11. package/dist/addon-mv3/compact-rules.json +1 -1
  12. package/dist/addon-mv3/content.bundle.js +1 -0
  13. package/dist/addon-mv3/manifest.json +1 -1
  14. package/dist/addon-mv3/rule-index.json +1 -1
  15. package/dist/addon-mv3/rules.json +1 -1
  16. package/dist/autoconsent.cjs.js +1 -0
  17. package/dist/autoconsent.esm.js +1 -0
  18. package/dist/autoconsent.playwright.js +1 -0
  19. package/dist/autoconsent.standalone.js +2 -1
  20. package/dist/types/eval-snippets.d.ts +1 -0
  21. package/lib/eval-snippets.ts +1 -0
  22. package/package.json +1 -1
  23. package/rules/autoconsent/aylo-cookie-banner.json +59 -4
  24. package/rules/autoconsent/cookie-banner-element.json +8 -0
  25. package/rules/autoconsent/ctv-disneyonice.json +12 -0
  26. package/rules/autoconsent/fever.json +42 -0
  27. package/rules/autoconsent/ibanez.json +13 -0
  28. package/rules/autoconsent/scmp.json +0 -1
  29. package/rules/autoconsent/simplehuman-com.json +33 -0
  30. package/rules/autoconsent/toho-one.json +50 -0
  31. package/rules/autoconsent/tohotheater-jp.json +20 -0
  32. package/rules/compact-rules.json +1 -1
  33. package/rules/rule-index.json +1 -1
  34. package/rules/rules.json +1 -1
  35. package/tests/cookie-banner-element.spec.ts +7 -0
  36. package/tests/ctv-disneyonice.spec.ts +5 -0
  37. package/tests/fever.spec.ts +3 -0
  38. package/tests/ibanez.spec.ts +3 -0
  39. package/tests/simplehuman-com.spec.ts +3 -0
  40. package/tests/toho-one.spec.ts +3 -0
  41. 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@v11
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,44 @@
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
+
30
+ # v16.20.1 (Thu Aug 06 2026)
31
+
32
+ #### Rules
33
+
34
+ - Remove incorrect cosmetic flag from scmp rule [#1473](https://github.com/duckduckgo/autoconsent/pull/1473) ([@sammacbeth](https://github.com/sammacbeth))
35
+
36
+ #### Authors: 1
37
+
38
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
39
+
40
+ ---
41
+
1
42
  # v16.20.0 (Wed Aug 05 2026)
2
43
 
3
44
  #### Rules