-
Notifications
You must be signed in to change notification settings - Fork 64
Theme Tools Release — 2026-01-14 #1066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/liquid-html-parser", | ||
| "version": "2.9.0", | ||
| "version": "2.10.0", | ||
| "description": "Liquid HTML parser by Shopify", | ||
| "author": "CP Clermont <[email protected]>", | ||
| "homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/liquid-html-parser#readme", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,20 @@ | ||
| # @shopify/prettier-plugin-liquid | ||
|
|
||
| ## 1.11.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - dc679574: Added parsing support for the `snippet` tag by updating the ohm rules | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should remove this |
||
| - 7a8b3cce: Reach parity with Liquid 5.11.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [dc679574] | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/liquid-html-parser@2.10.0 | ||
|
|
||
| ## 1.10.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/prettier-plugin-liquid", | ||
| "version": "1.10.0", | ||
| "version": "1.11.0", | ||
| "description": "Prettier Liquid/HTML plugin by Shopify", | ||
| "author": "CP Clermont <[email protected]>", | ||
| "homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/prettier-plugin-liquid#readme", | ||
|
|
@@ -59,7 +59,7 @@ | |
| "tsconfig-paths": "^3.14.1" | ||
| }, | ||
| "dependencies": { | ||
| "@shopify/liquid-html-parser": "^2.9.0", | ||
| "@shopify/liquid-html-parser": "^2.10.0", | ||
| "html-styles": "^1.0.0" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| # release-orchestrator | ||
|
|
||
| ## 1.2.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
|
|
||
| ## 1.2.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "release-orchestrator", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "Internal theme-tools package for handling the release process.", | ||
| "main": "dist/index.js", | ||
| "author": "Albert Chu <[email protected]>", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| # @shopify/theme-check-browser | ||
|
|
||
| ## 3.24.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 3.23.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,19 @@ | ||
| # @shopify/theme-check-common | ||
|
|
||
| ## 3.24.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 7a8b3cce: Reach parity with Liquid 5.11.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [dc679574] | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 3.23.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| # @shopify/theme-check-docs-updater | ||
|
|
||
| ## 3.24.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 3.23.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/theme-check-docs-updater", | ||
| "version": "3.23.0", | ||
| "version": "3.24.0", | ||
| "description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.", | ||
| "main": "dist/index.js", | ||
| "author": "Albert Chu <[email protected]>", | ||
|
|
@@ -30,7 +30,7 @@ | |
| "type-check": "tsc --noEmit" | ||
| }, | ||
| "dependencies": { | ||
| "@shopify/theme-check-common": "^3.23.0", | ||
| "@shopify/theme-check-common": "^3.24.0", | ||
| "env-paths": "^2.2.1", | ||
| "node-fetch": "^2.6.11" | ||
| }, | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,15 @@ | ||
| # @shopify/theme-check-node | ||
|
|
||
| ## 3.24.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 3.23.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/theme-check-node", | ||
| "version": "3.23.0", | ||
| "version": "3.24.0", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "author": "CP Clermont <[email protected]>", | ||
|
|
@@ -33,8 +33,8 @@ | |
| "type-check": "tsc --noEmit" | ||
| }, | ||
| "dependencies": { | ||
| "@shopify/theme-check-common": "3.23.0", | ||
| "@shopify/theme-check-docs-updater": "3.23.0", | ||
| "@shopify/theme-check-common": "3.24.0", | ||
| "@shopify/theme-check-docs-updater": "3.24.0", | ||
| "glob": "^8.0.3", | ||
| "vscode-uri": "^3.0.7", | ||
| "yaml": "^2.3.0" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,18 @@ | ||
| # shopify/theme-graph | ||
|
|
||
| ## 0.2.2 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - a7444f17: Include @shopify/theme-check-node as a dependency | ||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [dc679574] | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 0.2.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/theme-graph", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
| "description": "Shopify Theme Graph as a data structure", | ||
| "author": "CP Clermont <[email protected]>", | ||
| "homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/theme-graph#readme", | ||
|
|
@@ -29,9 +29,9 @@ | |
| "type-check": "tsc --noEmit" | ||
| }, | ||
| "dependencies": { | ||
| "@shopify/liquid-html-parser": "^2.9.0", | ||
| "@shopify/theme-check-common": "^3.23.0", | ||
| "@shopify/theme-check-node": "^3.23.0", | ||
| "@shopify/liquid-html-parser": "^2.10.0", | ||
| "@shopify/theme-check-common": "^3.24.0", | ||
| "@shopify/theme-check-node": "^3.24.0", | ||
| "acorn": "^8.14.1", | ||
| "acorn-walk": "^8.3.4", | ||
| "vscode-uri": "^3.0.7" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| # @shopify/theme-language-server-browser | ||
|
|
||
| ## 2.20.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [4fca8ef6] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 2.20.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/theme-language-server-browser", | ||
| "version": "2.20.0", | ||
| "version": "2.20.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "author": "CP Clermont <[email protected]>", | ||
|
|
@@ -27,7 +27,7 @@ | |
| "type-check": "tsc --noEmit" | ||
| }, | ||
| "dependencies": { | ||
| "@shopify/theme-language-server-common": "2.20.0", | ||
| "@shopify/theme-language-server-common": "2.20.1", | ||
| "vscode-languageserver": "^8.0.2" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,19 @@ | ||
| # @shopify/theme-language-server-common | ||
|
|
||
| ## 2.20.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - 4fca8ef6: Added jj to the URI prefixes ignored by hasUnsupportedDocument | ||
| - Updated dependencies [a7444f17] | ||
| - Updated dependencies [dc679574] | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [7a8b3cce] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 2.20.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@shopify/theme-language-server-common", | ||
| "version": "2.20.0", | ||
| "version": "2.20.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "author": "CP Clermont <[email protected]>", | ||
|
|
@@ -27,9 +27,9 @@ | |
| "type-check": "tsc --noEmit -p src/tsconfig.json" | ||
| }, | ||
| "dependencies": { | ||
| "@shopify/liquid-html-parser": "^2.9.0", | ||
| "@shopify/theme-check-common": "3.23.0", | ||
| "@shopify/theme-graph": "^0.2.1", | ||
| "@shopify/liquid-html-parser": "^2.10.0", | ||
| "@shopify/theme-check-common": "3.24.0", | ||
| "@shopify/theme-graph": "^0.2.2", | ||
| "@vscode/web-custom-data": "^0.4.6", | ||
| "vscode-json-languageservice": "^5.3.10", | ||
| "vscode-languageserver": "^8.0.2", | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,16 @@ | ||
| # @shopify/theme-language-server-node | ||
|
|
||
| ## 2.20.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 8f523617: Bump to TypeScript 5 | ||
| - Updated dependencies [8f523617] | ||
| - Updated dependencies [4fca8ef6] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
| - @shopify/[email protected] | ||
|
|
||
| ## 2.20.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should remove this