@hexonet/semantic-release-whmcs 5.0.69 → 5.1.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.
- package/HISTORY.md +35 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/LICENSE +14 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/_locales/en/messages.json +160 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/_metadata/generated_indexed_rulesets/_ruleset1 +0 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/background.html +2 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/background.js +681 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/css/common.css +14306 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/hotreload.js +43 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/0_defaultClickHandler.js +590 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/2_sessionStorageHandler.js +30 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/3_localStorageHandler.js +243 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/5_clickHandler.js +8523 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/6_cookieHandler.js +764 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/8_googleHandler.js +105 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/js/embedsHandler.js +107 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/menu/index.html +79 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/menu/script.js +161 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/menu/spinner.svg +12 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/menu/style.css +68 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/options.html +42 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/options.js +63 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/data/rules.js +20684 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/icons/128.png +0 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/icons/16.png +0 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/icons/32.png +0 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/icons/48.png +0 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/manifest.json +47 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/manifest_v2.json +46 -0
- package/extensions/I-Still-Dont-Care-About-Cookies/rules.json +19539 -0
- package/lib/delete-marketplace-version.js +82 -31
- package/lib/publish.js +52 -43
- package/lib/puppet-utils.js +145 -0
- package/lib/puppet.js +68 -41
- package/lib/resolve-config.js +1 -0
- package/lib/set-compatible-versions.js +26 -10
- package/package.json +6 -6
- package/whmcs.js +7 -5
package/HISTORY.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1
|
+
## [5.1.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.1.0...v5.1.1) (2025-08-29)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump puppeteer from 24.17.0 to 24.17.1 ([5990900](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/59909003fb4f51333f651141d202632603358eee))
|
7
|
+
|
8
|
+
# [5.1.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.69...v5.1.0) (2025-08-27)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **build:** upgrade to yargs v18 and migrate ([bd76d66](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/bd76d665ce041da92525e1c893abb2a18cc216bd))
|
14
|
+
* **deps:** bump puppeteer from 24.10.0 to 24.10.1 ([0d29898](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/0d29898b492f68b961f565baebd6e721708d8ad4))
|
15
|
+
* **deps:** bump puppeteer from 24.10.1 to 24.10.2 ([0dfb495](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/0dfb495dfa3f658cddaa891c767799670c972cac))
|
16
|
+
* **deps:** bump puppeteer from 24.10.2 to 24.11.0 ([ea796a9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/ea796a9ecbf8d3363700c406077e2be77b73adcd))
|
17
|
+
* **deps:** bump puppeteer from 24.11.0 to 24.11.1 ([3ae9489](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/3ae94893910e64f3e14559baf2bebc7dbb9ff058))
|
18
|
+
* **deps:** bump puppeteer from 24.11.1 to 24.11.2 ([88f2742](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/88f274242587aaa3988e96a8518c235d94ffb9b0))
|
19
|
+
* **deps:** bump puppeteer from 24.11.2 to 24.12.0 ([d5b567e](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/d5b567e8f51fe242aee330a4307d55196e84b71e))
|
20
|
+
* **deps:** bump puppeteer from 24.12.0 to 24.12.1 ([9dbe28e](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/9dbe28ed4945ba46fa4a9fe3f7ff6444dd8524bb))
|
21
|
+
* **deps:** bump puppeteer from 24.12.1 to 24.13.0 ([2d70c97](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/2d70c97954313865141cb80f6f11d33e97ef815c))
|
22
|
+
* **deps:** bump puppeteer from 24.13.0 to 24.14.0 ([7e53f33](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/7e53f33827c7ada81db111181d2c6286d0c75865))
|
23
|
+
* **deps:** bump puppeteer from 24.14.0 to 24.15.0 ([f106758](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/f1067585485625d641207a3e1093ba135651973c))
|
24
|
+
* **deps:** bump puppeteer from 24.15.0 to 24.16.0 ([e2ad05a](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/e2ad05acd6757eab03fe7698374818de724a1c89))
|
25
|
+
* **deps:** bump puppeteer from 24.16.0 to 24.16.1 ([4923a9f](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/4923a9fa8108a695f70f98fd233f1ed572fb8e3b))
|
26
|
+
* **deps:** bump puppeteer from 24.16.1 to 24.16.2 ([8974a59](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/8974a5916c6c8f0b5b7a59b5ada52cd4ec1996d2))
|
27
|
+
* **deps:** bump puppeteer from 24.16.2 to 24.17.0 ([413aa19](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/413aa1936451eb22b8e4bc430cdab706d82f99b5))
|
28
|
+
* **deps:** bump puppeteer from 24.8.2 to 24.9.0 ([1bef7d3](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/1bef7d3ff81b333b96fb37330829aed1d5026f9b))
|
29
|
+
* **deps:** bump puppeteer from 24.9.0 to 24.10.0 ([85f18fd](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/85f18fd4b77a58c545407b984fd31f8fe6393b7e))
|
30
|
+
|
31
|
+
|
32
|
+
### Features
|
33
|
+
|
34
|
+
* **core-logics:** enhance puppeteer utility functions for better navigation and error handling ([ed3acc4](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/ed3acc493e4b9f11bdf35e0d7eac4e4cff84e605))
|
35
|
+
|
1
36
|
## [5.0.69](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.68...v5.0.69) (2025-05-14)
|
2
37
|
|
3
38
|
|
@@ -0,0 +1,14 @@
|
|
1
|
+
Copyright © 2019 Daniel Kladnik
|
2
|
+
|
3
|
+
This program is free software: you can redistribute it and/or modify
|
4
|
+
it under the terms of the GNU General Public License as published by
|
5
|
+
the Free Software Foundation, either version 3 of the License, or
|
6
|
+
(at your option) any later version.
|
7
|
+
|
8
|
+
This program is distributed in the hope that it will be useful,
|
9
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
GNU General Public License for more details.
|
12
|
+
|
13
|
+
You should have received a copy of the GNU General Public License
|
14
|
+
along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.html.
|
@@ -0,0 +1,160 @@
|
|
1
|
+
{
|
2
|
+
"extensionName": {
|
3
|
+
"message": "I still don't care about cookies",
|
4
|
+
"description": "Name of the extension."
|
5
|
+
},
|
6
|
+
|
7
|
+
"extensionDescription": {
|
8
|
+
"message": "Community version of the extension `I don't care about cookies` (no Avast)",
|
9
|
+
"description": "Description of the extension."
|
10
|
+
},
|
11
|
+
|
12
|
+
"reportSkippedTitle": {
|
13
|
+
"message": "Extension is disabled on $HOSTNAME$.",
|
14
|
+
"description": "Tells the user it cannot report a whitelisted domain.",
|
15
|
+
"placeholders": {
|
16
|
+
"hostname": {
|
17
|
+
"content": "$1",
|
18
|
+
"example": "example.com"
|
19
|
+
}
|
20
|
+
}
|
21
|
+
},
|
22
|
+
|
23
|
+
"reportSkippedMessage": {
|
24
|
+
"message": "You have disabled the extension on this website. Please enable it and check if you see the cookie warning before reporting.",
|
25
|
+
"description": "Tells the user it cannot report a whitelisted domain."
|
26
|
+
},
|
27
|
+
|
28
|
+
"reportConfirm": {
|
29
|
+
"message": "Would you like to report a cookie warning on $HOSTNAME$?",
|
30
|
+
"description": "Ask for confirmation before reporting a website. Don't use quotes here.",
|
31
|
+
"placeholders": {
|
32
|
+
"hostname": {
|
33
|
+
"content": "$1",
|
34
|
+
"example": "example.com"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
},
|
38
|
+
|
39
|
+
"menuEnable": {
|
40
|
+
"message": "Enable extension on $HOSTNAME$",
|
41
|
+
"description": "Menu option.",
|
42
|
+
"placeholders": {
|
43
|
+
"hostname": {
|
44
|
+
"content": "$1",
|
45
|
+
"example": "example.com"
|
46
|
+
}
|
47
|
+
}
|
48
|
+
},
|
49
|
+
|
50
|
+
"menuDisable": {
|
51
|
+
"message": "Disable extension on $HOSTNAME$",
|
52
|
+
"description": "Menu option.",
|
53
|
+
"placeholders": {
|
54
|
+
"hostname": {
|
55
|
+
"content": "$1",
|
56
|
+
"example": "example.com"
|
57
|
+
}
|
58
|
+
}
|
59
|
+
},
|
60
|
+
|
61
|
+
"menuIdle": {
|
62
|
+
"message": "Extension doesn't work on this website",
|
63
|
+
"description": "Menu option visible when enabling/disabling doesn't work."
|
64
|
+
},
|
65
|
+
|
66
|
+
"menuReport": {
|
67
|
+
"message": "Report a cookie warning",
|
68
|
+
"description": "Menu option."
|
69
|
+
},
|
70
|
+
|
71
|
+
"menuSupport": {
|
72
|
+
"message": "Support this project",
|
73
|
+
"description": "Menu option."
|
74
|
+
},
|
75
|
+
|
76
|
+
"optionsTitle": {
|
77
|
+
"message": "Settings",
|
78
|
+
"description": "Title for the options page."
|
79
|
+
},
|
80
|
+
|
81
|
+
"optionsWhitelist": {
|
82
|
+
"message": "List of all whitelisted websites, one website per line:",
|
83
|
+
"description": "Options text for whitelist box."
|
84
|
+
},
|
85
|
+
|
86
|
+
"optionStatusIndicators": {
|
87
|
+
"message": "status indicators",
|
88
|
+
"description": "Option text for enabling the status indicator"
|
89
|
+
},
|
90
|
+
|
91
|
+
"optionsButton": {
|
92
|
+
"message": "Save settings",
|
93
|
+
"description": "Options text for SAVE button."
|
94
|
+
},
|
95
|
+
|
96
|
+
"reportGithub": {
|
97
|
+
"message": "Report using Github",
|
98
|
+
"description": "Menu item to report using Github"
|
99
|
+
},
|
100
|
+
"reportAnon": {
|
101
|
+
"message": "Report anonymously",
|
102
|
+
"description": "Menu item to report anonymously"
|
103
|
+
},
|
104
|
+
"reportAnonTitle": {
|
105
|
+
"message": "Report",
|
106
|
+
"description": "Translation of 'report' it will be shown like 'Report example.com'"
|
107
|
+
},
|
108
|
+
"reportAnonNotes": {
|
109
|
+
"message": "Notes: ",
|
110
|
+
"description": "Notes for the report"
|
111
|
+
},
|
112
|
+
"reportNotesPlaceholder": {
|
113
|
+
"message": "Things like:\nVideoplayback not working\nBroken scrollbar\ngray overlay",
|
114
|
+
"description": "Placeholder for the notes (\n) is a new line & keep it 4 lines"
|
115
|
+
},
|
116
|
+
"reportAnonSend": {
|
117
|
+
"message": "Send report",
|
118
|
+
"description": "Button to send the report"
|
119
|
+
},
|
120
|
+
"reportAnonCancel": {
|
121
|
+
"message": "Cancel",
|
122
|
+
"description": "Button to cCancel the report"
|
123
|
+
},
|
124
|
+
"genericErrorTitle": {
|
125
|
+
"message": "Something went wrong",
|
126
|
+
"description": "Genereric error title"
|
127
|
+
},
|
128
|
+
"genericErrorTryAgain": {
|
129
|
+
"message": "Try again later..",
|
130
|
+
"description": "Try again later message"
|
131
|
+
},
|
132
|
+
"genericErrorBack": {
|
133
|
+
"message": "Back",
|
134
|
+
"description": "Back button after error"
|
135
|
+
},
|
136
|
+
"menuLoadingText": {
|
137
|
+
"message": "Loading...",
|
138
|
+
"description": "Loading messsage"
|
139
|
+
},
|
140
|
+
"generalIssueOption": {
|
141
|
+
"message": "General issue (requires notes)",
|
142
|
+
"description": "The option text for a general issue"
|
143
|
+
},
|
144
|
+
"scrollbarIssueOption": {
|
145
|
+
"message": "Scrollbar related",
|
146
|
+
"description": "The option text for a scrollbar issue"
|
147
|
+
},
|
148
|
+
"modalIssueOption": {
|
149
|
+
"message": "Modal related",
|
150
|
+
"description": "The option text for a modal issue"
|
151
|
+
},
|
152
|
+
"scrollbarIssueDescription": {
|
153
|
+
"message": "Select this option to signify an issue on this page related to scrolling - like 'the site is not showing a scrollbar'.",
|
154
|
+
"description": "Explanation of what a scrollbar issue is"
|
155
|
+
},
|
156
|
+
"modalIssueDescription": {
|
157
|
+
"message": "Select this option to signify an issue on this page related to a modal - like 'there is a pop-up box blocking interaction'.",
|
158
|
+
"description": "Explanation of what a modal issue is"
|
159
|
+
}
|
160
|
+
}
|
package/extensions/I-Still-Dont-Care-About-Cookies/_metadata/generated_indexed_rulesets/_ruleset1
ADDED
Binary file
|