Theme Tools Release — 2026-07-17#1260
Merged
Merged
Conversation
karreiro
approved these changes
Jul 17, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/liquid-html-parser@2.10.0
Minor Changes
6803e99: Adopt the hand-written
liquid-html-parserfor performanceReplace the parser-combinator-based Liquid/HTML parser with a hand-written
recursive-descent parser. The new parser is significantly faster, adds
resilient parsing (it recovers from malformed input instead of bailing), and is
adapted to the theme-tools source model.
theme-language-server-common,theme-check-common,prettier-plugin-liquid, andtheme-graphare updated toconsume the new parser.
@shopify/prettier-plugin-liquid@1.11.0
Minor Changes
6803e99: Adopt the hand-written
liquid-html-parserfor performanceReplace the parser-combinator-based Liquid/HTML parser with a hand-written
recursive-descent parser. The new parser is significantly faster, adds
resilient parsing (it recovers from malformed input instead of bailing), and is
adapted to the theme-tools source model.
theme-language-server-common,theme-check-common,prettier-plugin-liquid, andtheme-graphare updated toconsume the new parser.
Patch Changes
@shopify/theme-check-common@3.28.0
Minor Changes
6803e99: Adopt the hand-written
liquid-html-parserfor performanceReplace the parser-combinator-based Liquid/HTML parser with a hand-written
recursive-descent parser. The new parser is significantly faster, adds
resilient parsing (it recovers from malformed input instead of bailing), and is
adapted to the theme-tools source model.
theme-language-server-common,theme-check-common,prettier-plugin-liquid, andtheme-graphare updated toconsume the new parser.
6803e99: Port additional theme-check checks
Add the following checks:
LiquidComplexity-- Reports Liquid files with high cyclomatic complexity (default threshold 120).LiquidNestingDepth-- Reports Liquid files with deeply nested control-flow structures (default max depth 10).LiquidSyntaxError-- Reports Liquid syntax errors.MaxFileSize-- Reports theme files that exceed Shopify's maximum per-file size.ExcessiveSettingsCount-- Reports section/block schemas declaring more top-level settings than the max (default 40).BlockArgumentSettingCollision-- Reports a plain block-tag argument whose name matches a setting id in the block's schema.DuplicateBlockArguments-- Reports duplicate argument names in a block tag.MissingBlockArguments-- Reports required{% doc %}arguments not provided on a block tag.UnknownBlockSetting-- Reports ablock.settings.<name>argument where<name>is not in the block's schema.UnrecognizedBlockArguments-- Reports block-tag arguments not declared in the block's{% doc %}tag.ValidBlockArgumentTypes-- Reports type mismatches between block-tag arguments and their{% doc %}declarations.SchemaOncePerFile-- Reports when{% schema %}appears more than once in a file.SchemaSectionOrBlockOnly-- Reports{% schema %}used outside section or block files.StylesheetOncePerFile-- Reports when{% stylesheet %}appears more than once in a file.StylesheetTagInWrongFile-- Reports{% stylesheet %}used outside section, block, or snippet files.JavascriptOncePerFile-- Reports when{% javascript %}appears more than once in a file.JavascriptTagInWrongFile-- Reports{% javascript %}used outside section, block, or snippet files.RequiredLayoutThemeObjectnow flags anylayout/*.liquidfile missing the required theme objects, not justlayout/theme.liquid.Patch Changes
@shopify/theme-graph@0.3.0
Minor Changes
6803e99: Adopt the hand-written
liquid-html-parserfor performanceReplace the parser-combinator-based Liquid/HTML parser with a hand-written
recursive-descent parser. The new parser is significantly faster, adds
resilient parsing (it recovers from malformed input instead of bailing), and is
adapted to the theme-tools source model.
theme-language-server-common,theme-check-common,prettier-plugin-liquid, andtheme-graphare updated toconsume the new parser.
Patch Changes
@shopify/theme-language-server-common@2.22.0
Minor Changes
6803e99: Adopt the hand-written
liquid-html-parserfor performanceReplace the parser-combinator-based Liquid/HTML parser with a hand-written
recursive-descent parser. The new parser is significantly faster, adds
resilient parsing (it recovers from malformed input instead of bailing), and is
adapted to the theme-tools source model.
theme-language-server-common,theme-check-common,prettier-plugin-liquid, andtheme-graphare updated toconsume the new parser.
Patch Changes
@shopify/theme-check-browser@3.28.0
Patch Changes
@shopify/theme-check-docs-updater@3.28.0
Patch Changes
@shopify/theme-check-node@3.28.0
Patch Changes
@shopify/theme-language-server-browser@2.22.0
Patch Changes
@shopify/theme-language-server-node@2.22.0
Patch Changes
theme-check-vscode@3.11.7
Patch Changes