Skip to content

Commit 3e3c971

Browse files
graygilmoreclaude
andcommitted
Bump Shopify/theme-tools packages
Updates theme-check-node to 3.25.0 and theme-language-server-node to 2.21.0. This release includes the new ValidScopedCSSClass theme check for detecting invalid CSS class usage, color_palette input type support, and fixes for UniqueStaticBlockId false positives. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 576467d commit 3e3c971

4 files changed

Lines changed: 97 additions & 49 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@shopify/theme': patch
3+
'@shopify/app': patch
4+
---
5+
6+
Bump Shopify/theme-tools packages
7+
8+
- @shopify/theme-check-node: 3.24.0 → 3.25.0
9+
- @shopify/theme-language-server-node: 2.20.2 → 2.21.0
10+
11+
Includes ValidScopedCSSClass theme check, color_palette input support, and various fixes.

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@shopify/polaris": "12.27.0",
5656
"@shopify/polaris-icons": "8.11.1",
5757
"@shopify/theme": "3.93.0",
58-
"@shopify/theme-check-node": "3.24.0",
58+
"@shopify/theme-check-node": "3.25.0",
5959
"@shopify/toml-patch": "0.3.0",
6060
"chokidar": "3.6.0",
6161
"diff": "5.2.2",

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"dependencies": {
4444
"@oclif/core": "4.5.3",
4545
"@shopify/cli-kit": "3.93.0",
46-
"@shopify/theme-check-node": "3.24.0",
47-
"@shopify/theme-language-server-node": "2.20.2",
46+
"@shopify/theme-check-node": "3.25.0",
47+
"@shopify/theme-language-server-node": "2.21.0",
4848
"chokidar": "3.6.0",
4949
"h3": "1.15.9",
5050
"yaml": "2.8.3"

pnpm-lock.yaml

Lines changed: 83 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)