gscan 4.14.0 → 4.16.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/lib/specs/canary.js +29 -13
- package/package.json +3 -3
package/lib/specs/canary.js
CHANGED
|
@@ -185,18 +185,20 @@ let rules = {
|
|
|
185
185
|
rule: 'A custom theme setting defined in <code>package.json</code> hasn\'t been used in any theme file.',
|
|
186
186
|
details: oneLineTrim`Custom theme settings defined in <code>package.json</code> must be used at least once in the theme templates.`
|
|
187
187
|
},
|
|
188
|
-
|
|
189
|
-
'GS050-CSS-
|
|
190
|
-
'GS050-CSS-
|
|
191
|
-
'GS050-CSS-
|
|
192
|
-
'GS050-CSS-
|
|
193
|
-
'GS050-CSS-
|
|
194
|
-
'GS050-CSS-
|
|
195
|
-
'GS050-CSS-
|
|
196
|
-
'GS050-CSS-
|
|
197
|
-
'GS050-CSS-
|
|
198
|
-
'GS050-CSS-
|
|
199
|
-
'GS050-CSS-
|
|
188
|
+
|
|
189
|
+
'GS050-CSS-KGCO': cssCardRule('callout', 'kg-callout-card'),
|
|
190
|
+
'GS050-CSS-KGCOE': cssCardRule('callout', 'kg-callout-card-emoji'),
|
|
191
|
+
'GS050-CSS-KGCOT': cssCardRule('callout', 'kg-callout-card-text'),
|
|
192
|
+
'GS050-CSS-KGCOBGGY': cssCardRule('callout', 'kg-callout-card-background-grey'),
|
|
193
|
+
'GS050-CSS-KGCOBGW': cssCardRule('callout', 'kg-callout-card-background-white'),
|
|
194
|
+
'GS050-CSS-KGCOBGB': cssCardRule('callout', 'kg-callout-card-background-blue'),
|
|
195
|
+
'GS050-CSS-KGCOBGGN': cssCardRule('callout', 'kg-callout-card-background-green'),
|
|
196
|
+
'GS050-CSS-KGCOBGY': cssCardRule('callout', 'kg-callout-card-background-yellow'),
|
|
197
|
+
'GS050-CSS-KGCOBGR': cssCardRule('callout', 'kg-callout-card-background-red'),
|
|
198
|
+
'GS050-CSS-KGCOBGPK': cssCardRule('callout', 'kg-callout-card-background-pink'),
|
|
199
|
+
'GS050-CSS-KGCOBGPE': cssCardRule('callout', 'kg-callout-card-background-purple'),
|
|
200
|
+
'GS050-CSS-KGCOBGA': cssCardRule('callout', 'kg-callout-card-background-accent'),
|
|
201
|
+
|
|
200
202
|
'GS050-CSS-KG-NFT': cssCardRule('nft', 'kg-nft-card'),
|
|
201
203
|
'GS050-CSS-KG-NFTCO': cssCardRule('nft', 'kg-nft-card-container'),
|
|
202
204
|
'GS050-CSS-KG-NFTMD': cssCardRule('nft', 'kg-nft-metadata'),
|
|
@@ -205,7 +207,21 @@ let rules = {
|
|
|
205
207
|
'GS050-CSS-KG-NFTTIT': cssCardRule('nft', 'kg-nft-title'),
|
|
206
208
|
'GS050-CSS-KG-NFTLG': cssCardRule('nft', 'kg-nft-logo'),
|
|
207
209
|
'GS050-CSS-KG-NFTCTR': cssCardRule('nft', 'kg-nft-creator'),
|
|
208
|
-
'GS050-CSS-KG-NFTDSC': cssCardRule('nft', 'kg-nft-description')
|
|
210
|
+
'GS050-CSS-KG-NFTDSC': cssCardRule('nft', 'kg-nft-description'),
|
|
211
|
+
|
|
212
|
+
'GS050-CSS-KGTGL': cssCardRule('toggle', 'kg-toggle-card'),
|
|
213
|
+
'GS050-CSS-KGTGLH': cssCardRule('toggle', 'kg-toggle-heading'),
|
|
214
|
+
'GS050-CSS-KGTGLHT': cssCardRule('toggle', 'kg-toggle-heading-text'),
|
|
215
|
+
'GS050-CSS-KGTGLIC': cssCardRule('toggle', 'kg-toggle-card-icon'),
|
|
216
|
+
'GS050-CSS-KGTGLC': cssCardRule('toggle', 'kg-toggle-content'),
|
|
217
|
+
|
|
218
|
+
'GS050-CSS-KGBTN': cssCardRule('button', 'kg-button-card'),
|
|
219
|
+
'GS050-CSS-KGBTNL': cssCardRule('button', 'kg-button-card.kg-align-left'),
|
|
220
|
+
'GS050-CSS-KGBTNC': cssCardRule('button', 'kg-button-card.kg-align-center'),
|
|
221
|
+
'GS050-CSS-KGBTNBTN': cssCardRule('button', 'kg-btn'),
|
|
222
|
+
'GS050-CSS-KGBTNBTNA': cssCardRule('button', 'kg-btn-accent'),
|
|
223
|
+
|
|
224
|
+
'GS050-CSS-KGBQALT': cssCardRule('blockquote', 'kg-blockquote-alt')
|
|
209
225
|
};
|
|
210
226
|
|
|
211
227
|
knownHelpers = _.union(previousKnownHelpers, knownHelpers);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gscan",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.16.0",
|
|
4
4
|
"description": "Scans Ghost themes looking for errors, deprecations, features and compatibility",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ghost",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"gscan": "./bin/cli.js"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sentry/node": "6.
|
|
43
|
+
"@sentry/node": "6.16.0",
|
|
44
44
|
"@tryghost/config": "0.2.1",
|
|
45
45
|
"@tryghost/debug": "0.1.9",
|
|
46
46
|
"@tryghost/ignition-errors": "0.1.8",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"fs-extra": "9.1.0",
|
|
57
57
|
"glob": "7.2.0",
|
|
58
58
|
"lodash": "4.17.21",
|
|
59
|
-
"multer": "1.4.
|
|
59
|
+
"multer": "1.4.4",
|
|
60
60
|
"pluralize": "8.0.0",
|
|
61
61
|
"require-dir": "1.2.0",
|
|
62
62
|
"semver": "7.3.5",
|