@duckduckgo/autoconsent 14.5.1 → 14.7.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 (46) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/data/coverage.json +1657 -1413
  3. package/dist/addon-firefox/background.bundle.js +1 -1
  4. package/dist/addon-firefox/content.bundle.js +3 -3
  5. package/dist/addon-firefox/manifest.json +1 -1
  6. package/dist/addon-firefox/rules.json +1 -1
  7. package/dist/addon-mv3/background.bundle.js +1 -1
  8. package/dist/addon-mv3/content.bundle.js +3 -3
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/popup.bundle.js +1 -1
  11. package/dist/addon-mv3/rules.json +1 -1
  12. package/dist/autoconsent.cjs.js +1 -1
  13. package/dist/autoconsent.esm.js +1 -1
  14. package/dist/autoconsent.extra.cjs.js +3 -3
  15. package/dist/autoconsent.extra.esm.js +3 -3
  16. package/dist/autoconsent.playwright.js +2 -2
  17. package/lib/filterlist-engine.ts +2 -2
  18. package/package.json +3 -3
  19. package/playwright/runner.ts +6 -2
  20. package/rules/autoconsent/amazon.json +3 -3
  21. package/rules/autoconsent/cloudflare-zaraz.json +25 -0
  22. package/rules/autoconsent/dsgvo.json +2 -3
  23. package/rules/autoconsent/moove.json +16 -8
  24. package/rules/autoconsent/plos.json +2 -2
  25. package/rules/compact-rules.json +1 -1
  26. package/rules/filterlist.txt +181 -185
  27. package/rules/generated/auto_CA_airbnb.ca_d52.json +1 -1
  28. package/rules/generated/auto_GB_genome.ch.bbc.co.uk_0.json +1 -1
  29. package/rules/rules.json +1 -1
  30. package/tests/cloudflare-zaraz.spec.ts +3 -0
  31. package/tests/dsgvo.spec.ts +1 -2
  32. package/tests/generated/auto_CA_airbnb.ca_d52.spec.ts +1 -1
  33. package/tests/generated/auto_GB_genome.ch.bbc.co.uk_0.spec.ts +1 -1
  34. package/tests/moove.spec.ts +1 -1
  35. package/tests/plos.spec.ts +1 -1
  36. package/rules/autoconsent/aa.json +0 -26
  37. package/rules/autoconsent/caranddriver.com.json +0 -12
  38. package/rules/autoconsent/microcenter.com.json +0 -29
  39. package/rules/autoconsent/netflix-de.json +0 -7
  40. package/rules/generated/auto_AU_airbnb.co.uk_meg.json +0 -28
  41. package/tests/aa.spec.ts +0 -5
  42. package/tests/airbnb.spec.ts +0 -5
  43. package/tests/caranddriver.com.spec.ts +0 -3
  44. package/tests/generated/auto_AU_airbnb.co.uk_meg.spec.ts +0 -2
  45. package/tests/microcenter.com.spec.ts +0 -3
  46. package/tests/netflix.spec.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,45 @@
1
+ # v14.7.0 (Tue Jul 15 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Support reject button in moove [#825](https://github.com/duckduckgo/autoconsent/pull/825) ([@muodov](https://github.com/muodov))
6
+ - Fix outdated rules [#827](https://github.com/duckduckgo/autoconsent/pull/827) ([@muodov](https://github.com/muodov))
7
+ - Add rule for cloudflare's CMP [#824](https://github.com/duckduckgo/autoconsent/pull/824) ([@muodov](https://github.com/muodov))
8
+ - Update EasyList Cookie to f1abae853dc0a78b829121feef19ca8cd30e031d [#815](https://github.com/duckduckgo/autoconsent/pull/815) ([@sammacbeth](https://github.com/sammacbeth) [@github-actions[bot]](https://github.com/github-actions[bot]))
9
+
10
+ #### 🐛 Bug Fix
11
+
12
+ - Bump tldts-experimental from 7.0.9 to 7.0.10 [#811](https://github.com/duckduckgo/autoconsent/pull/811) ([@dependabot[bot]](https://github.com/dependabot[bot]))
13
+ - Bump the dev-dependencies group across 1 directory with 7 updates [#830](https://github.com/duckduckgo/autoconsent/pull/830) ([@dependabot[bot]](https://github.com/dependabot[bot]))
14
+ - Coverage data update [#820](https://github.com/duckduckgo/autoconsent/pull/820) ([@daxtheduck](https://github.com/daxtheduck))
15
+
16
+ #### Authors: 5
17
+
18
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
19
+ - [@github-actions[bot]](https://github.com/github-actions[bot])
20
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
21
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
22
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
23
+
24
+ ---
25
+
26
+ # v14.6.0 (Mon Jul 14 2025)
27
+
28
+ #### 🚀 Enhancement
29
+
30
+ - Fix some outdated rules [#826](https://github.com/duckduckgo/autoconsent/pull/826) ([@muodov](https://github.com/muodov))
31
+
32
+ #### 🐛 Bug Fix
33
+
34
+ - Expand plos rule to cover journals.plos.org [#823](https://github.com/duckduckgo/autoconsent/pull/823) ([@muodov](https://github.com/muodov))
35
+ - expand existing bbc rule to another dubdomains [#822](https://github.com/duckduckgo/autoconsent/pull/822) ([@muodov](https://github.com/muodov))
36
+
37
+ #### Authors: 1
38
+
39
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
40
+
41
+ ---
42
+
1
43
  # v14.5.1 (Fri Jul 11 2025)
2
44
 
3
45
  #### 🐛 Bug Fix