Skip to content

Commit 0d66b34

Browse files
Bump markdown-it from 13.0.2 to 14.1.1 (#1126)
* Bump markdown-it from 13.0.2 to 14.1.1 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.2 to 14.1.1. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@13.0.2...14.1.1) --- updated-dependencies: - dependency-name: markdown-it dependency-version: 14.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Ran formatter --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alok Swamy <alok.swamy@shopify.com>
1 parent 2df8b65 commit 0d66b34

3 files changed

Lines changed: 7 additions & 30 deletions

File tree

packages/codemirror-language-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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",

packages/theme-check-common/src/checks/liquid-free-settings/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ function isLiteralNode(node: JSONNode): node is LiteralNode {
7474
}
7575

7676
function 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
}

yarn.lock

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff 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-
34233418
env-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-
53505338
linkify-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"

0 commit comments

Comments
 (0)