gscan 4.15.2 → 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 +6 -1
- package/package.json +3 -3
package/lib/specs/canary.js
CHANGED
|
@@ -185,6 +185,7 @@ 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
|
+
|
|
188
189
|
'GS050-CSS-KGCO': cssCardRule('callout', 'kg-callout-card'),
|
|
189
190
|
'GS050-CSS-KGCOE': cssCardRule('callout', 'kg-callout-card-emoji'),
|
|
190
191
|
'GS050-CSS-KGCOT': cssCardRule('callout', 'kg-callout-card-text'),
|
|
@@ -197,6 +198,7 @@ let rules = {
|
|
|
197
198
|
'GS050-CSS-KGCOBGPK': cssCardRule('callout', 'kg-callout-card-background-pink'),
|
|
198
199
|
'GS050-CSS-KGCOBGPE': cssCardRule('callout', 'kg-callout-card-background-purple'),
|
|
199
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'),
|
|
@@ -206,6 +208,7 @@ let rules = {
|
|
|
206
208
|
'GS050-CSS-KG-NFTLG': cssCardRule('nft', 'kg-nft-logo'),
|
|
207
209
|
'GS050-CSS-KG-NFTCTR': cssCardRule('nft', 'kg-nft-creator'),
|
|
208
210
|
'GS050-CSS-KG-NFTDSC': cssCardRule('nft', 'kg-nft-description'),
|
|
211
|
+
|
|
209
212
|
'GS050-CSS-KGTGL': cssCardRule('toggle', 'kg-toggle-card'),
|
|
210
213
|
'GS050-CSS-KGTGLH': cssCardRule('toggle', 'kg-toggle-heading'),
|
|
211
214
|
'GS050-CSS-KGTGLHT': cssCardRule('toggle', 'kg-toggle-heading-text'),
|
|
@@ -216,7 +219,9 @@ let rules = {
|
|
|
216
219
|
'GS050-CSS-KGBTNL': cssCardRule('button', 'kg-button-card.kg-align-left'),
|
|
217
220
|
'GS050-CSS-KGBTNC': cssCardRule('button', 'kg-button-card.kg-align-center'),
|
|
218
221
|
'GS050-CSS-KGBTNBTN': cssCardRule('button', 'kg-btn'),
|
|
219
|
-
'GS050-CSS-KGBTNBTNA': cssCardRule('button', 'kg-btn-accent')
|
|
222
|
+
'GS050-CSS-KGBTNBTNA': cssCardRule('button', 'kg-btn-accent'),
|
|
223
|
+
|
|
224
|
+
'GS050-CSS-KGBQALT': cssCardRule('blockquote', 'kg-blockquote-alt')
|
|
220
225
|
};
|
|
221
226
|
|
|
222
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",
|