File tree Expand file tree Collapse file tree
codemirror-language-client
theme-check-common/src/checks/liquid-free-settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 "@shopify/lang-jsonc" : " ^1.0.1" ,
5757 "@types/markdown-it" : " ^13.0.4" ,
5858 "codemirror" : " ^6.0.1" ,
59- "markdown-it" : " ^13.0.2 "
59+ "markdown-it" : " ^14.1.1 "
6060 },
6161 "peerDependencies" : {
6262 "@codemirror/autocomplete" : " ^6.0.0" ,
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ function isLiteralNode(node: JSONNode): node is LiteralNode {
7474}
7575
7676function isLiquidType ( ancestors : JSONNode [ ] ) : boolean {
77- const parentJsonNode = ancestors . at ( - 1 )
78-
77+ const parentJsonNode = ancestors . at ( - 1 ) ;
78+
7979 if ( ! parentJsonNode || parentJsonNode . type !== 'Object' ) {
8080 return false ;
8181 }
Original file line number Diff line number Diff line change @@ -3415,11 +3415,6 @@ entities@^4.2.0, entities@^4.4.0:
34153415 resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz"
34163416 integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
34173417
3418- entities@~3.0.1 :
3419- version "3.0.1"
3420- resolved "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4"
3421- integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==
3422-
34233418env-paths@^2.2.1 :
34243419 version "2.2.1"
34253420 resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz"
@@ -5340,13 +5335,6 @@ linkify-it@^3.0.1:
53405335 dependencies :
53415336 uc.micro "^1.0.1"
53425337
5343- linkify-it@^4.0.1 :
5344- version "4.0.1"
5345- resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz#01f1d5e508190d06669982ba31a7d9f56a5751ec"
5346- integrity sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==
5347- dependencies :
5348- uc.micro "^1.0.1"
5349-
53505338linkify-it@^5.0.0 :
53515339 version "5.0.0"
53525340 resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
@@ -5535,21 +5523,10 @@ markdown-it@^12.3.2:
55355523 mdurl "^1.0.1"
55365524 uc.micro "^1.0.5"
55375525
5538- markdown-it@^13.0.2 :
5539- version "13.0.2"
5540- resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.2.tgz#1bc22e23379a6952e5d56217fbed881e0c94d536"
5541- integrity sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==
5542- dependencies :
5543- argparse "^2.0.1"
5544- entities "~3.0.1"
5545- linkify-it "^4.0.1"
5546- mdurl "^1.0.1"
5547- uc.micro "^1.0.5"
5548-
5549- markdown-it@^14.1.0 :
5550- version "14.1.0"
5551- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45"
5552- integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==
5526+ markdown-it@^14.1.0, markdown-it@^14.1.1 :
5527+ version "14.1.1"
5528+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.1.tgz#856f90b66fc39ae70affd25c1b18b581d7deee1f"
5529+ integrity sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==
55535530 dependencies :
55545531 argparse "^2.0.1"
55555532 entities "^4.4.0"
You can’t perform that action at this time.
0 commit comments