@duckduckgo/autoconsent 6.4.0 → 6.4.2

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.
@@ -4,3 +4,8 @@ updates:
4
4
  directory: "/" # Location of package manifests
5
5
  schedule:
6
6
  interval: "weekly"
7
+ labels:
8
+ - "dependencies"
9
+ groups:
10
+ dev-dependencies:
11
+ dependency-type: "development"
package/CHANGELOG.md CHANGED
@@ -1,3 +1,46 @@
1
+ # v6.4.2 (Mon Dec 04 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add a rule for CookieYes [#306](https://github.com/duckduckgo/autoconsent/pull/306) ([@muodov](https://github.com/muodov))
6
+ - Add a rule for yahoo pop-up [#305](https://github.com/duckduckgo/autoconsent/pull/305) ([@muodov](https://github.com/muodov))
7
+
8
+ #### 🔩 Dependency Updates
9
+
10
+ - Bump the dev-dependencies group with 3 updates [#303](https://github.com/duckduckgo/autoconsent/pull/303) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11
+
12
+ #### Authors: 2
13
+
14
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
15
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
16
+
17
+ ---
18
+
19
+ # v6.4.1 (Mon Nov 27 2023)
20
+
21
+ #### 🐛 Bug Fix
22
+
23
+ - CCPA fix for Sourcepoint [#302](https://github.com/duckduckgo/autoconsent/pull/302) ([@muodov](https://github.com/muodov))
24
+ - Group dependabot PRs [#299](https://github.com/duckduckgo/autoconsent/pull/299) ([@sammacbeth](https://github.com/sammacbeth))
25
+ - Monthly Coverage data update [#293](https://github.com/duckduckgo/autoconsent/pull/293) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
26
+
27
+ #### 🔩 Dependency Updates
28
+
29
+ - Bump the dev-dependencies group with 6 updates [#300](https://github.com/duckduckgo/autoconsent/pull/300) ([@dependabot[bot]](https://github.com/dependabot[bot]))
30
+ - Bump typescript from 5.2.2 to 5.3.2 [#298](https://github.com/duckduckgo/autoconsent/pull/298) ([@dependabot[bot]](https://github.com/dependabot[bot]))
31
+ - Bump eslint from 8.53.0 to 8.54.0 [#297](https://github.com/duckduckgo/autoconsent/pull/297) ([@dependabot[bot]](https://github.com/dependabot[bot]))
32
+ - Bump esbuild from 0.19.5 to 0.19.6 [#295](https://github.com/duckduckgo/autoconsent/pull/295) ([@dependabot[bot]](https://github.com/dependabot[bot]))
33
+ - Bump @playwright/test from 1.39.0 to 1.40.0 [#294](https://github.com/duckduckgo/autoconsent/pull/294) ([@dependabot[bot]](https://github.com/dependabot[bot]))
34
+
35
+ #### Authors: 4
36
+
37
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
38
+ - Dax the Deployer (dax@duckduckgo.com)
39
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
40
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
41
+
42
+ ---
43
+
1
44
  # v6.4.0 (Mon Nov 20 2023)
2
45
 
3
46
  #### 🚀 Enhancement