@duckduckgo/autoconsent 14.50.0 → 14.51.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 (38) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/data/coverage.json +1510 -1654
  3. package/dist/addon-firefox/compact-rules.json +1 -1
  4. package/dist/addon-firefox/content.bundle.js +0 -1
  5. package/dist/addon-firefox/manifest.json +1 -1
  6. package/dist/addon-firefox/rules.json +1 -1
  7. package/dist/addon-mv3/compact-rules.json +1 -1
  8. package/dist/addon-mv3/content.bundle.js +0 -1
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/rules.json +1 -1
  11. package/dist/autoconsent.cjs.js +0 -1
  12. package/dist/autoconsent.esm.js +0 -1
  13. package/dist/autoconsent.extra.cjs.js +0 -1
  14. package/dist/autoconsent.extra.esm.js +0 -1
  15. package/dist/autoconsent.playwright.js +0 -1
  16. package/lib/dom-actions.ts +0 -1
  17. package/lib/messages.ts +0 -1
  18. package/lib/rules.ts +0 -1
  19. package/package.json +1 -1
  20. package/rules/autoconsent/chatgpt.json +42 -0
  21. package/rules/autoconsent/raspberrypi.com.json +39 -0
  22. package/rules/autoconsent/sirdata.json +27 -3
  23. package/rules/autoconsent/twitter.json +18 -3
  24. package/rules/compact-rules.json +1 -1
  25. package/rules/generated/auto_AU_direct-book.com_zsg.json +40 -0
  26. package/rules/generated/auto_AU_kyutai.org_gqt.json +40 -0
  27. package/rules/generated/auto_AU_pokemonpricetracker.com_rjq.json +40 -0
  28. package/rules/generated/auto_AU_remplenish.com_u5x.json +40 -0
  29. package/rules/generated/auto_DE_canva.com_6vh.json +18 -2
  30. package/rules/rules.json +1 -1
  31. package/scripts/get-text-for-xpath.ts +31 -9
  32. package/tests/chatgpt.spec.ts +3 -0
  33. package/tests/generated/auto_AU_direct-book.com_zsg.spec.ts +8 -0
  34. package/tests/generated/auto_AU_kyutai.org_gqt.spec.ts +6 -0
  35. package/tests/generated/auto_AU_pokemonpricetracker.com_rjq.spec.ts +6 -0
  36. package/tests/generated/auto_AU_remplenish.com_u5x.spec.ts +6 -0
  37. package/tests/raspberrypi.com.spec.ts +3 -0
  38. package/tests/sirdata.spec.ts +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ # v14.51.0 (Tue Jan 27 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - multi-click canva rule [#1126](https://github.com/duckduckgo/autoconsent/pull/1126) ([@muodov](https://github.com/muodov))
6
+ - add rule for raspberrypi.com [#1127](https://github.com/duckduckgo/autoconsent/pull/1127) ([@muodov](https://github.com/muodov))
7
+ - Fix false positive on x [#1125](https://github.com/duckduckgo/autoconsent/pull/1125) ([@muodov](https://github.com/muodov))
8
+ - Sirdata multi-click [#1123](https://github.com/duckduckgo/autoconsent/pull/1123) ([@muodov](https://github.com/muodov))
9
+ - Add rule for chatgpt [#1122](https://github.com/duckduckgo/autoconsent/pull/1122) ([@muodov](https://github.com/muodov))
10
+ - 🤖 Add autoconsent rules for 1 sites (0 need review) [#1138](https://github.com/duckduckgo/autoconsent/pull/1138) ([@daxtheduck](https://github.com/daxtheduck))
11
+ - 🤖 Add autoconsent rules for 1 sites (0 need review) [#1137](https://github.com/duckduckgo/autoconsent/pull/1137) ([@daxtheduck](https://github.com/daxtheduck))
12
+ - 🤖 Add autoconsent rules for 1 sites (0 need review) [#1136](https://github.com/duckduckgo/autoconsent/pull/1136) ([@daxtheduck](https://github.com/daxtheduck))
13
+ - 🤖 Add autoconsent rules for 1 sites (0 need review) [#1139](https://github.com/duckduckgo/autoconsent/pull/1139) ([@daxtheduck](https://github.com/daxtheduck))
14
+
15
+ #### Authors: 2
16
+
17
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
18
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
19
+
20
+ ---
21
+
22
+ # v14.50.1 (Sat Jan 17 2026)
23
+
24
+ #### 🐛 Bug Fix
25
+
26
+ - Coverage data update [#1134](https://github.com/duckduckgo/autoconsent/pull/1134) ([@daxtheduck](https://github.com/daxtheduck))
27
+
28
+ #### Authors: 1
29
+
30
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
31
+
32
+ ---
33
+
1
34
  # v14.50.0 (Fri Jan 16 2026)
2
35
 
3
36
  #### 🚀 Enhancement