From 5e4da05e50d5c4df62064002676865ae77fa9c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:54:37 +0000 Subject: [PATCH] chore(deps): bump @shopify/prettier-plugin-liquid from 1.10.3 to 1.11.0 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 247d336..cd718b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "license": "UNLICENSED", "devDependencies": { "@prettier/plugin-xml": "^3.4.2", - "@shopify/prettier-plugin-liquid": "^1.10.3", + "@shopify/prettier-plugin-liquid": "^1.11.0", "http-server": "^14.1.1", "pa11y-ci": "^4.1.1", "prettier": "^3.9.4", @@ -178,24 +178,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": { @@ -2289,16 +2288,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "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/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", diff --git a/package.json b/package.json index 58e86ef..d9fdc6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@prettier/plugin-xml": "^3.4.2", - "@shopify/prettier-plugin-liquid": "^1.10.3", + "@shopify/prettier-plugin-liquid": "^1.11.0", "http-server": "^14.1.1", "pa11y-ci": "^4.1.1", "prettier": "^3.9.4",