gscan 4.37.4 → 4.37.5

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.
@@ -714,7 +714,7 @@ let rules = {
714
714
  Check the <a href="${docsBaseUrl}custom-settings" target=_blank><code>config.custom</code> documentation</a> for further information.`
715
715
  },
716
716
  'GS110-NO-MISSING-PAGE-BUILDER-USAGE': {
717
- level: 'warning',
717
+ level: 'error',
718
718
  rule: 'Not all page features are being used',
719
719
  details: oneLineTrim`Some page features used by Ghost via the <code>{{@page}}</code> global are not implemented in this theme.&nbsp;
720
720
  Find more information about the <code>{{@page}}</code> global <a href="${docsBaseUrl}helpers/page/" target=_blank>here</a>.`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gscan",
3
- "version": "4.37.4",
3
+ "version": "4.37.5",
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": "7.60.1",
43
+ "@sentry/node": "7.61.0",
44
44
  "@tryghost/config": "0.2.17",
45
45
  "@tryghost/debug": "0.1.25",
46
46
  "@tryghost/errors": "1.2.25",