Skip to content

Theme Tools Release — 2026-07-17#1260

Merged
karreiro merged 1 commit into
mainfrom
changeset-release/main
Jul 17, 2026
Merged

Theme Tools Release — 2026-07-17#1260
karreiro merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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-parser for performance

    Replace 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, and theme-graph are updated to
    consume the new parser.

@shopify/prettier-plugin-liquid@1.11.0

Minor Changes

  • 6803e99: Adopt the hand-written liquid-html-parser for performance

    Replace 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, and theme-graph are updated to
    consume the new parser.

Patch Changes

  • Updated dependencies [6803e99]
    • @shopify/liquid-html-parser@2.10.0

@shopify/theme-check-common@3.28.0

Minor Changes

  • 6803e99: Adopt the hand-written liquid-html-parser for performance

    Replace 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, and theme-graph are updated to
    consume 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 a block.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.

    RequiredLayoutThemeObject now flags any layout/*.liquid file missing the required theme objects, not just layout/theme.liquid.

Patch Changes

  • Updated dependencies [6803e99]
    • @shopify/liquid-html-parser@2.10.0

@shopify/theme-graph@0.3.0

Minor Changes

  • 6803e99: Adopt the hand-written liquid-html-parser for performance

    Replace 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, and theme-graph are updated to
    consume the new parser.

Patch Changes

  • Updated dependencies [6803e99]
  • Updated dependencies [6803e99]
    • @shopify/liquid-html-parser@2.10.0
    • @shopify/theme-check-common@3.28.0

@shopify/theme-language-server-common@2.22.0

Minor Changes

  • 6803e99: Adopt the hand-written liquid-html-parser for performance

    Replace 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, and theme-graph are updated to
    consume the new parser.

Patch Changes

  • Updated dependencies [6803e99]
  • Updated dependencies [6803e99]
    • @shopify/liquid-html-parser@2.10.0
    • @shopify/theme-check-common@3.28.0
    • @shopify/theme-graph@0.3.0

@shopify/theme-check-browser@3.28.0

Patch Changes

  • Updated dependencies [6803e99]
  • Updated dependencies [6803e99]
    • @shopify/theme-check-common@3.28.0

@shopify/theme-check-docs-updater@3.28.0

Patch Changes

  • Updated dependencies [6803e99]
  • Updated dependencies [6803e99]
    • @shopify/theme-check-common@3.28.0

@shopify/theme-check-node@3.28.0

Patch Changes

  • Updated dependencies [6803e99]
  • Updated dependencies [6803e99]
    • @shopify/liquid-html-parser@2.10.0
    • @shopify/theme-check-common@3.28.0
    • @shopify/theme-graph@0.3.0
    • @shopify/theme-check-docs-updater@3.28.0

@shopify/theme-language-server-browser@2.22.0

Patch Changes

  • Updated dependencies [6803e99]
    • @shopify/theme-language-server-common@2.22.0

@shopify/theme-language-server-node@2.22.0

Patch Changes

  • Updated dependencies [6803e99]
    • @shopify/theme-language-server-common@2.22.0
    • @shopify/theme-check-node@3.28.0
    • @shopify/theme-check-docs-updater@3.28.0

theme-check-vscode@3.11.7

Patch Changes

  • Patch bump because it depends on:
    • @shopify/liquid-html-parser
    • @shopify/prettier-plugin-liquid
    • @shopify/theme-check-common
    • @shopify/theme-language-server-browser
    • @shopify/theme-language-server-common
    • @shopify/theme-language-server-node
  • Updated dependencies [6803e99]
  • Updated dependencies [6803e99]
    • @shopify/liquid-html-parser@2.10.0
    • @shopify/theme-language-server-common@2.22.0
    • @shopify/theme-check-common@3.28.0
    • @shopify/prettier-plugin-liquid@1.11.0
    • @shopify/theme-language-server-browser@2.22.0
    • @shopify/theme-language-server-node@2.22.0

@github-actions
github-actions Bot requested a review from a team as a code owner July 17, 2026 16:45
@karreiro
karreiro merged commit 7365dad into main Jul 17, 2026
7 checks passed
@karreiro
karreiro deleted the changeset-release/main branch July 17, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant