@duckduckgo/autoconsent 6.1.0 → 6.2.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/.github/workflows/asana.yml +22 -0
- package/CHANGELOG.md +52 -0
- package/data/coverage.json +933 -1106
- package/dist/addon-firefox/content.bundle.js +1 -0
- package/dist/addon-firefox/manifest.json +1 -1
- package/dist/addon-firefox/rules.json +75 -0
- package/dist/addon-mv3/content.bundle.js +1 -0
- package/dist/addon-mv3/manifest.json +1 -1
- package/dist/addon-mv3/rules.json +75 -0
- package/dist/autoconsent.cjs.js +1 -0
- package/dist/autoconsent.esm.js +1 -0
- package/dist/autoconsent.playwright.js +1 -1
- package/lib/eval-snippets.ts +1 -0
- package/package.json +1 -1
- package/rules/autoconsent/almacmp.json +15 -0
- package/rules/autoconsent/tropicfeel-com.json +20 -0
- package/rules/rules.json +75 -0
- package/tests/almacmp.spec.ts +5 -0
- package/tests/testcmp-banner.spec.ts +1 -1
- package/tests/testcmp.spec.ts +1 -1
- package/tests/tropicfeel-com.spec.ts +7 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: 'asana sync'
|
|
2
|
+
on:
|
|
3
|
+
pull_request_target:
|
|
4
|
+
types:
|
|
5
|
+
- opened
|
|
6
|
+
- edited
|
|
7
|
+
- closed
|
|
8
|
+
- reopened
|
|
9
|
+
- synchronize
|
|
10
|
+
|
|
11
|
+
jobs:
|
|
12
|
+
sync:
|
|
13
|
+
runs-on: ubuntu-latest
|
|
14
|
+
concurrency: 'asana-${{ github.repository }}'
|
|
15
|
+
steps:
|
|
16
|
+
- uses: actions/checkout@v3
|
|
17
|
+
- uses: sammacbeth/action-asana-sync@v3
|
|
18
|
+
with:
|
|
19
|
+
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
|
|
20
|
+
ASANA_WORKSPACE_ID: ${{ secrets.ASANA_WORKSPACE_ID }}
|
|
21
|
+
ASANA_PROJECT_ID: '1203409672862476'
|
|
22
|
+
move_to_section_id: '1203409672862480'
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
1
|
+
# v6.2.0 (Fri Nov 10 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Bump eslint from 8.48.0 to 8.53.0 [#279](https://github.com/duckduckgo/autoconsent/pull/279) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
6
|
+
- Bump @playwright/test from 1.38.0 to 1.39.0 [#272](https://github.com/duckduckgo/autoconsent/pull/272) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
7
|
+
- Bump @playwright/test from 1.37.1 to 1.38.0 [#256](https://github.com/duckduckgo/autoconsent/pull/256) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
8
|
+
|
|
9
|
+
#### 🐛 Bug Fix
|
|
10
|
+
|
|
11
|
+
- Add rule for almacmp [#281](https://github.com/duckduckgo/autoconsent/pull/281) ([@muodov](https://github.com/muodov))
|
|
12
|
+
- add rule for tropicfeel.com (shopify site) [#280](https://github.com/duckduckgo/autoconsent/pull/280) ([@muodov](https://github.com/muodov))
|
|
13
|
+
- Bump esbuild from 0.19.2 to 0.19.5 [#273](https://github.com/duckduckgo/autoconsent/pull/273) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
14
|
+
- Monthly Coverage data update [#277](https://github.com/duckduckgo/autoconsent/pull/277) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
|
|
15
|
+
- Monthly Coverage data update [#266](https://github.com/duckduckgo/autoconsent/pull/266) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
|
|
16
|
+
- Bump version of asana sync action [#260](https://github.com/duckduckgo/autoconsent/pull/260) ([@sammacbeth](https://github.com/sammacbeth))
|
|
17
|
+
- Add asana sync for PRs [#258](https://github.com/duckduckgo/autoconsent/pull/258) ([@sammacbeth](https://github.com/sammacbeth))
|
|
18
|
+
- Monthly Coverage data update [#253](https://github.com/duckduckgo/autoconsent/pull/253) (dax@duckduckgo.com [@sammacbeth](https://github.com/sammacbeth))
|
|
19
|
+
|
|
20
|
+
#### ⚠️ Pushed to `main`
|
|
21
|
+
|
|
22
|
+
- Final fix of asana project ID ([@sammacbeth](https://github.com/sammacbeth))
|
|
23
|
+
- Fix Asana project ID ([@sammacbeth](https://github.com/sammacbeth))
|
|
24
|
+
|
|
25
|
+
#### 🔩 Dependency Updates
|
|
26
|
+
|
|
27
|
+
- Bump @puppeteer/replay from 2.13.3 to 2.13.4 [#264](https://github.com/duckduckgo/autoconsent/pull/264) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
28
|
+
- Bump typescript from 5.1.6 to 5.2.2 [#251](https://github.com/duckduckgo/autoconsent/pull/251) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
29
|
+
- Bump @types/chai from 4.3.5 to 4.3.6 [#250](https://github.com/duckduckgo/autoconsent/pull/250) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
30
|
+
- Bump auto from 11.0.1 to 11.0.4 [#247](https://github.com/duckduckgo/autoconsent/pull/247) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
31
|
+
|
|
32
|
+
#### Authors: 4
|
|
33
|
+
|
|
34
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
35
|
+
- Dax the Deployer (dax@duckduckgo.com)
|
|
36
|
+
- Maxim Tsoy ([@muodov](https://github.com/muodov))
|
|
37
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# v6.1.1 (Thu Sep 14 2023)
|
|
42
|
+
|
|
43
|
+
#### 🐛 Bug Fix
|
|
44
|
+
|
|
45
|
+
- Update test site domain [#252](https://github.com/duckduckgo/autoconsent/pull/252) ([@sammacbeth](https://github.com/sammacbeth))
|
|
46
|
+
|
|
47
|
+
#### Authors: 1
|
|
48
|
+
|
|
49
|
+
- Sam Macbeth ([@sammacbeth](https://github.com/sammacbeth))
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
1
53
|
# v6.1.0 (Tue Sep 12 2023)
|
|
2
54
|
|
|
3
55
|
#### 🚀 Enhancement
|