Added callout card css warning to gscan

refs https://github.com/TryGhost/Team/issues/1206

- This add a warning when the `card_asset` config is set so that Ghost doesn't include the callout card css AND the callout card css isn't in the theme
- The update also contains a fix to correctly detect partials named `fill`
- The update also improves the error content when gscan finds an unkown partial
This commit is contained in:
Thibaut Patel 2021-11-25 16:57:07 +01:00
parent 303ea87897
commit 3a9b70412a
2 changed files with 5 additions and 5 deletions

View File

@ -130,7 +130,7 @@
"ghost-storage-base": "1.0.0",
"glob": "7.2.0",
"got": "9.6.0",
"gscan": "4.12.0",
"gscan": "4.13.2",
"html-to-text": "5.1.1",
"image-size": "1.0.0",
"intl": "1.2.5",

View File

@ -5910,10 +5910,10 @@ grunt@1.4.1:
nopt "~3.0.6"
rimraf "~3.0.2"
gscan@4.12.0:
version "4.12.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.12.0.tgz#591c05e93d71d0ff5ea746f614c3dc0541faae49"
integrity sha512-ufv+g/IEsch8NPxHkDcYtpicaN1Smbjq+NveE5JTrbOUBT/oDJP8mQc5XsJqmIHuTwKGKUsr7Cus4F44g5ks7g==
gscan@4.13.2:
version "4.13.2"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.13.2.tgz#120a8d88a8100f25795cdf179c0c5dcb5793836e"
integrity sha512-RyR16GSLfFCiDsdQoLv75PqDmFeSuB91EsFZ/F+qmE/LWGKoyYLi5tJtZPGSixcyjV9/+DchgjUVnVy47UgTnw==
dependencies:
"@sentry/node" "6.15.0"
"@tryghost/config" "0.2.1"