@duckduckgo/autoconsent 14.6.0 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
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
+
1
26
  # v14.6.0 (Mon Jul 14 2025)
2
27
 
3
28
  #### 🚀 Enhancement