Skip to content

Commit f0945d1

Browse files
Theme Tools Release — 2025-09-15 (#1042)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b80cbd5 commit f0945d1

File tree

24 files changed

+150
-59
lines changed

24 files changed

+150
-59
lines changed

.changeset/cuddly-yaks-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-hounds-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-tomatoes-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-experts-peel.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/tough-ties-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-bobcats-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/theme-check-browser/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @shopify/theme-check-browser
22

3+
## 3.22.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2fb378ca]
8+
- Updated dependencies [0c0f6c06]
9+
- Updated dependencies [c2228360]
10+
- Updated dependencies [0380e438]
11+
- Updated dependencies [2784a83b]
12+
- Updated dependencies [39a6e632]
13+
- @shopify/theme-check-common@3.22.0
14+
315
## 3.21.0
416

517
### Patch Changes

packages/theme-check-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-check-browser",
3-
"version": "3.21.0",
3+
"version": "3.22.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
@@ -26,6 +26,6 @@
2626
"type-check": "tsc --noEmit"
2727
},
2828
"dependencies": {
29-
"@shopify/theme-check-common": "3.21.0"
29+
"@shopify/theme-check-common": "3.22.0"
3030
}
3131
}

packages/theme-check-common/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @shopify/theme-check-common
22

3+
## 3.22.0
4+
5+
### Minor Changes
6+
7+
- 0380e438: Added a new OrphanedSnippet theme check to discover and warn if a snippet isn't referenced anywhere
8+
9+
### Patch Changes
10+
11+
- 2fb378ca: Add check to find/fix unsupported parenthesis
12+
- 0c0f6c06: Add check for invalid loop arguments for `for` and `tablerow` tags
13+
- c2228360: Detect and report invalid ranges in loops
14+
- 2784a83b: Change wording around syntax errors for invalid conditional nodes in Liquid HTML Syntax check
15+
- 39a6e632: Remove AST check on fixed code suggestions
16+
317
## 3.21.0
418

519
### Minor Changes

packages/theme-check-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-check-common",
3-
"version": "3.21.0",
3+
"version": "3.22.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)