@duckduckgo/autoconsent 16.28.0 → 16.30.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 (45) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/addon-firefox/compact-rules.json +1 -1
  3. package/dist/addon-firefox/content.bundle.js +17 -5
  4. package/dist/addon-firefox/manifest.json +1 -1
  5. package/dist/addon-firefox/rule-index.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 +17 -5
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/rule-index.json +1 -1
  11. package/dist/addon-mv3/rules.json +1 -1
  12. package/dist/autoconsent.cjs.js +17 -5
  13. package/dist/autoconsent.esm.js +17 -5
  14. package/dist/autoconsent.playwright.js +17 -5
  15. package/dist/autoconsent.standalone.js +18 -6
  16. package/dist/types/cmps/base.d.ts +1 -1
  17. package/dist/types/dom-actions.d.ts +2 -1
  18. package/dist/types/rules.d.ts +10 -0
  19. package/dist/types/types.d.ts +1 -1
  20. package/docs/rule-syntax.md +12 -1
  21. package/lib/cmps/base.ts +3 -3
  22. package/lib/dom-actions.ts +26 -2
  23. package/lib/rules.ts +10 -0
  24. package/lib/types.ts +7 -1
  25. package/package.json +1 -1
  26. package/rules/autoconsent/bankmillennium-pl.json +26 -0
  27. package/rules/autoconsent/bibliotheek-nl.json +33 -0
  28. package/rules/autoconsent/ecbeing.json +10 -0
  29. package/rules/autoconsent/r42-cookiebar.json +37 -0
  30. package/rules/autoconsent/stright.json +29 -0
  31. package/rules/compact-rules.json +1 -1
  32. package/rules/rule-index.json +1 -1
  33. package/rules/rules.json +1 -1
  34. package/tests/bankmillennium-pl.spec.ts +5 -0
  35. package/tests/bibliotheek-nl.spec.ts +3 -0
  36. package/tests/ecbeing.spec.ts +3 -0
  37. package/tests/r42-cookiebar.spec.ts +7 -0
  38. package/tests/stright.spec.ts +8 -0
  39. package/tests-wtr/dom-actions/dom-actions.wait-for-then-click.html +14 -0
  40. package/tests-wtr/dom-actions/dom-actions.wait-for-then-click.ts +106 -0
  41. package/tests-wtr/rules/cmp-test-urls.json +0 -2
  42. package/rules/generated/auto_NL_averoachmea.nl_fxj.json +0 -40
  43. package/rules/generated/auto_NL_centraalbeheer.nl_ooy.json +0 -40
  44. package/tests/generated/auto_NL_averoachmea.nl_fxj.spec.ts +0 -6
  45. package/tests/generated/auto_NL_centraalbeheer.nl_ooy.spec.ts +0 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ # v16.30.0 (Thu Aug 27 2026)
2
+
3
+ #### Rules
4
+
5
+ - Rule update: bankmillennium.pl [#1497](https://github.com/duckduckgo/autoconsent/pull/1497) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
6
+ - Rule update: bibliotheek-nl [#1498](https://github.com/duckduckgo/autoconsent/pull/1498) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
7
+ - Rule update: r42-cookiebar [#1499](https://github.com/duckduckgo/autoconsent/pull/1499) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
8
+
9
+ #### Authors: 2
10
+
11
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
12
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
13
+
14
+ ---
15
+
16
+ # v16.29.0 (Wed Aug 26 2026)
17
+
18
+ #### Rules
19
+
20
+ - Rule update: ecbeing [#1521](https://github.com/duckduckgo/autoconsent/pull/1521) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
21
+ - Rule update: stright [#1522](https://github.com/duckduckgo/autoconsent/pull/1522) ([@cursoragent](https://github.com/cursoragent) [@daxtheduck](https://github.com/daxtheduck))
22
+
23
+ #### Enhancements
24
+
25
+ - Add optional retry in waitForThenClick [#1519](https://github.com/duckduckgo/autoconsent/pull/1519) ([@muodov](https://github.com/muodov))
26
+
27
+ #### Authors: 3
28
+
29
+ - Cursor Agent ([@cursoragent](https://github.com/cursoragent))
30
+ - Dax ([@daxtheduck](https://github.com/daxtheduck))
31
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
32
+
33
+ ---
34
+
1
35
  # v16.28.0 (Wed Aug 26 2026)
2
36
 
3
37
  #### Rules