@duckduckgo/autoconsent 6.3.0 → 6.4.1

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,47 @@
1
+ # v6.4.1 (Mon Nov 27 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - CCPA fix for Sourcepoint [#302](https://github.com/duckduckgo/autoconsent/pull/302) ([@muodov](https://github.com/muodov))
6
+ - Group dependabot PRs [#299](https://github.com/duckduckgo/autoconsent/pull/299) ([@sammacbeth](https://github.com/sammacbeth))
7
+ - Monthly Coverage data update [#293](https://github.com/duckduckgo/autoconsent/pull/293) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
8
+
9
+ #### 🔩 Dependency Updates
10
+
11
+ - Bump the dev-dependencies group with 6 updates [#300](https://github.com/duckduckgo/autoconsent/pull/300) ([@dependabot[bot]](https://github.com/dependabot[bot]))
12
+ - 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]))
13
+ - 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]))
14
+ - 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]))
15
+ - 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]))
16
+
17
+ #### Authors: 4
18
+
19
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
20
+ - Dax the Deployer (dax@duckduckgo.com)
21
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
22
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
23
+
24
+ ---
25
+
26
+ # v6.4.0 (Mon Nov 20 2023)
27
+
28
+ #### 🚀 Enhancement
29
+
30
+ - Add a rule for nature.com [#290](https://github.com/duckduckgo/autoconsent/pull/290) ([@muodov](https://github.com/muodov))
31
+
32
+ #### 🐛 Bug Fix
33
+
34
+ - Takealot fix [#292](https://github.com/duckduckgo/autoconsent/pull/292) ([@muodov](https://github.com/muodov))
35
+ - Monthly Coverage data update [#289](https://github.com/duckduckgo/autoconsent/pull/289) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
36
+
37
+ #### Authors: 3
38
+
39
+ - Dax the Deployer (dax@duckduckgo.com)
40
+ - Maxim Tsoy ([@muodov](https://github.com/muodov))
41
+ - Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
42
+
43
+ ---
44
+
1
45
  # v6.3.0 (Tue Nov 14 2023)
2
46
 
3
47
  #### 🚀 Enhancement