@duckduckgo/autoconsent 10.14.0 → 10.15.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 (39) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/data/coverage.json +1024 -1038
  3. package/dist/addon-firefox/background.bundle.js +3 -0
  4. package/dist/addon-firefox/content.bundle.js +46 -1
  5. package/dist/addon-firefox/manifest.json +1 -1
  6. package/dist/addon-firefox/rules.json +277 -47
  7. package/dist/addon-mv3/background.bundle.js +3 -0
  8. package/dist/addon-mv3/content.bundle.js +46 -1
  9. package/dist/addon-mv3/manifest.json +1 -1
  10. package/dist/addon-mv3/rules.json +277 -47
  11. package/dist/autoconsent.cjs.js +46 -1
  12. package/dist/autoconsent.esm.js +46 -1
  13. package/dist/autoconsent.playwright.js +1 -1
  14. package/dist/autoconsent.unit.js +323 -48
  15. package/lib/cmps/admiral.ts +51 -0
  16. package/lib/cmps/all.ts +2 -0
  17. package/lib/eval-snippets.ts +3 -0
  18. package/package.json +1 -1
  19. package/rules/autoconsent/aa.json +32 -0
  20. package/rules/autoconsent/abc.json +33 -0
  21. package/rules/autoconsent/aliexpress.json +25 -15
  22. package/rules/autoconsent/dan-com.json +29 -0
  23. package/rules/autoconsent/ens-notify-banner.json +1 -1
  24. package/rules/autoconsent/medium.json +31 -0
  25. package/rules/autoconsent/nike.json +32 -0
  26. package/rules/autoconsent/temu.json +8 -6
  27. package/rules/autoconsent/tesla.json +35 -0
  28. package/rules/autoconsent/twcc.json +36 -0
  29. package/rules/rules.json +277 -47
  30. package/tests/aa.spec.ts +5 -0
  31. package/tests/abc.spec.ts +5 -0
  32. package/tests/admiral.spec.ts +8 -0
  33. package/tests/dan-com.spec.ts +5 -0
  34. package/tests/medium.spec.ts +5 -0
  35. package/tests/nike.spec.ts +5 -0
  36. package/tests/tesla.spec.ts +5 -0
  37. package/tests/twcc.spec.ts +5 -0
  38. package/rules/autoconsent/generic-cosmetic.json +0 -9
  39. package/tests/generic-cosmetic.spec.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,30 @@
1
+ # v10.15.0 (Mon Aug 19 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Tweak ensighten rule for britishairways.com [#488](https://github.com/duckduckgo/autoconsent/pull/488) ([@muodov](https://github.com/muodov))
6
+ - Add a rule for admiral GDPR popups [#487](https://github.com/duckduckgo/autoconsent/pull/487) ([@muodov](https://github.com/muodov))
7
+ - Add rule for tesla [#486](https://github.com/duckduckgo/autoconsent/pull/486) ([@muodov](https://github.com/muodov))
8
+ - Add rule for american airlines [#485](https://github.com/duckduckgo/autoconsent/pull/485) ([@muodov](https://github.com/muodov))
9
+ - Aliexpress & temu [#484](https://github.com/duckduckgo/autoconsent/pull/484) ([@muodov](https://github.com/muodov))
10
+ - Add a rule for abc.net.au [#482](https://github.com/duckduckgo/autoconsent/pull/482) ([@muodov](https://github.com/muodov))
11
+ - add rule for medium.com [#481](https://github.com/duckduckgo/autoconsent/pull/481) ([@muodov](https://github.com/muodov))
12
+ - Rule for Dan.com [#480](https://github.com/duckduckgo/autoconsent/pull/480) ([@muodov](https://github.com/muodov))
13
+ - Add a rule for nike [#479](https://github.com/duckduckgo/autoconsent/pull/479) ([@muodov](https://github.com/muodov))
14
+ - Add a rule for wise.com [#478](https://github.com/duckduckgo/autoconsent/pull/478) ([@muodov](https://github.com/muodov))
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Monthly Coverage data update [#477](https://github.com/duckduckgo/autoconsent/pull/477) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
19
+
20
+ #### Authors: 3
21
+
22
+ - Dax the Deployer (dax@duckduckgo.com)
23
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
24
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
25
+
26
+ ---
27
+
1
28
  # v10.14.0 (Wed Aug 07 2024)
2
29
 
3
30
  #### 🚀 Enhancement