From 352e72093b63eba42a90318f518d88a2bdb4b794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:45:33 +0000 Subject: [PATCH] chore(deps-dev): bump @shopify/prettier-plugin-liquid Bumps [@shopify/prettier-plugin-liquid](https://github.com/Shopify/theme-tools/tree/HEAD/packages/prettier-plugin-liquid) from 1.10.3 to 1.11.0. - [Release notes](https://github.com/Shopify/theme-tools/releases) - [Changelog](https://github.com/Shopify/theme-tools/blob/main/packages/prettier-plugin-liquid/CHANGELOG.md) - [Commits](https://github.com/Shopify/theme-tools/commits/@shopify/prettier-plugin-liquid@1.11.0/packages/prettier-plugin-liquid) --- updated-dependencies: - dependency-name: "@shopify/prettier-plugin-liquid" dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++-------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78e3f6b..be440d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-plugin-rss": "^3.0.0", - "@shopify/prettier-plugin-liquid": "^1.10.3", + "@shopify/prettier-plugin-liquid": "^1.11.0", "prettier": "^3.9.5" } }, @@ -218,24 +218,23 @@ } }, "node_modules/@shopify/liquid-html-parser": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.9.2.tgz", - "integrity": "sha512-2XJYqHaZxEBwuufGhzIZ0M6m9YA4HS7YlVOiZtYanFgkmoQeJm1c0JhKcuCXU5C1pc2M0rt1XzBX8SgWv7l8Ww==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.10.0.tgz", + "integrity": "sha512-fdfKqVOoGCvLWgXUiqPjw99wM64wZV/3RpSQZb59P1K8pT7l1cyJZV+QAyHgvVV1jcglUCtFmr+8ioY7rGVdKg==", "dev": true, "license": "MIT", "dependencies": { - "line-column": "^1.0.2", - "ohm-js": "^17.0.0" + "line-column": "^1.0.2" } }, "node_modules/@shopify/prettier-plugin-liquid": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.10.3.tgz", - "integrity": "sha512-MSI3e3+EksyrkeP4Mk7WnZkySterxukyi7U1pPLUIVaE2zhxLIMEDLA2Ew7fFFNNQ0P2FXF0nzqk+aN/Hi2/IA==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.11.0.tgz", + "integrity": "sha512-3ujL22Whf8iqh5/8emhmc6K3/k9YnmHR1GBpsinjBH/vylugm3OUl1nmCb95uNoDD+dlgZXfIrAKJe2jOdQmJQ==", "dev": true, "license": "MIT", "dependencies": { - "@shopify/liquid-html-parser": "^2.9.2", + "@shopify/liquid-html-parser": "^2.10.0", "html-styles": "^1.0.0" }, "peerDependencies": { @@ -1379,16 +1378,6 @@ "node": ">= 6" } }, - "node_modules/ohm-js": { - "version": "17.5.0", - "resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-17.5.0.tgz", - "integrity": "sha512-l4Sa7026+6jsvYbt0PXKmL+f+ML32fD++IznLgxDhx2t9Cx6NC7zwRqblCujPHGGmkQerHoeBzRutdxaw/S72g==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.12.1" - } - }, "node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", diff --git a/package.json b/package.json index aac2aa6..25278cf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-plugin-rss": "^3.0.0", - "@shopify/prettier-plugin-liquid": "^1.10.3", + "@shopify/prettier-plugin-liquid": "^1.11.0", "prettier": "^3.9.5" }, "scripts": {