Skip to content

Theme Tools Release — 2026-04-15#1161

Merged
graygilmore merged 1 commit intomainfrom
changeset-release/main
Apr 15, 2026
Merged

Theme Tools Release — 2026-04-15#1161
graygilmore merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 24, 2026

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/theme-check-common@3.25.0

Minor Changes

  • 78a55fc: Introduce new theme-check to detect invalid CSS class usage in HTML

    ValidScopedCSSClass detects invalid CSS classes in HTML if it deems them being out of scope.
    A CSS class is in-scope if it matches any of the following:

    • The CSS class is declared in assets/*.css file
    • The CSS class is declared in the file's stylesheet tag
    • The CSS class is declared in a direct ancestor's stylesheet tag
    • The CSS class is declared in a snippet file's stylesheet tag that is rendered by this file or its direct ancestor (recursive)

Patch Changes

  • e10da7c: Fix UniqueStaticBlockId false positive when same block id is used with different variants
  • 020d34f: Add support for color_palette input type
  • 6951379: Allow theme app extensions to use block-level completion items in snippets

@shopify/theme-check-node@3.25.0

Minor Changes

  • 78a55fc: Introduce new theme-check to detect invalid CSS class usage in HTML

    ValidScopedCSSClass detects invalid CSS classes in HTML if it deems them being out of scope.
    A CSS class is in-scope if it matches any of the following:

    • The CSS class is declared in assets/*.css file
    • The CSS class is declared in the file's stylesheet tag
    • The CSS class is declared in a direct ancestor's stylesheet tag
    • The CSS class is declared in a snippet file's stylesheet tag that is rendered by this file or its direct ancestor (recursive)

Patch Changes

  • Updated dependencies [e10da7c]
  • Updated dependencies [020d34f]
  • Updated dependencies [78a55fc]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-check-common@3.25.0
    • @shopify/theme-graph@0.2.4
    • @shopify/theme-check-docs-updater@3.25.0

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

Minor Changes

  • 78a55fc: Introduce new theme-check to detect invalid CSS class usage in HTML

    ValidScopedCSSClass detects invalid CSS classes in HTML if it deems them being out of scope.
    A CSS class is in-scope if it matches any of the following:

    • The CSS class is declared in assets/*.css file
    • The CSS class is declared in the file's stylesheet tag
    • The CSS class is declared in a direct ancestor's stylesheet tag
    • The CSS class is declared in a snippet file's stylesheet tag that is rendered by this file or its direct ancestor (recursive)

Patch Changes

  • b049a84: Read only liquid and JSON files from theme directories (assets, blocks, config, layout, locales, sections, snippets, templates) when preloading files
  • f15566c: add tabstops to translations variables
  • 020d34f: Add support for color_palette input type
  • 6951379: Allow theme app extensions to use block-level completion items in snippets
  • Updated dependencies [e10da7c]
  • Updated dependencies [020d34f]
  • Updated dependencies [78a55fc]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-check-common@3.25.0
    • @shopify/theme-graph@0.2.4

@shopify/theme-check-browser@3.25.0

Patch Changes

  • Updated dependencies [e10da7c]
  • Updated dependencies [020d34f]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-check-common@3.25.0

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

Patch Changes

  • Updated dependencies [e10da7c]
  • Updated dependencies [020d34f]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-check-common@3.25.0

@shopify/theme-graph@0.2.4

Patch Changes

  • 78a55fc: [internal] Moving @shopify/theme-check-node to being a dev-dependency of the package
  • Updated dependencies [e10da7c]
  • Updated dependencies [020d34f]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-check-common@3.25.0

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

Patch Changes

  • Updated dependencies [b049a84]
  • Updated dependencies [f15566c]
  • Updated dependencies [020d34f]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-language-server-common@2.21.0

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

Patch Changes

  • Updated dependencies [b049a84]
  • Updated dependencies [f15566c]
  • Updated dependencies [020d34f]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-language-server-common@2.21.0
    • @shopify/theme-check-node@3.25.0
    • @shopify/theme-check-docs-updater@3.25.0

theme-check-vscode@3.11.2

Patch Changes

  • Patch bump because it depends on:
    • @shopify/theme-check-common
    • @shopify/theme-language-server-browser
    • @shopify/theme-language-server-common
    • @shopify/theme-language-server-node
  • Updated dependencies [b049a84]
  • Updated dependencies [e10da7c]
  • Updated dependencies [f15566c]
  • Updated dependencies [020d34f]
  • Updated dependencies [6951379]
  • Updated dependencies [78a55fc]
    • @shopify/theme-language-server-common@2.21.0
    • @shopify/theme-check-common@3.25.0
    • @shopify/theme-language-server-browser@2.21.0
    • @shopify/theme-language-server-node@2.21.0

@github-actions github-actions bot requested a review from a team as a code owner March 24, 2026 18:29
@github-actions github-actions bot force-pushed the changeset-release/main branch from bd0ba31 to 44a7eb7 Compare March 24, 2026 21:13
@github-actions github-actions bot changed the title Theme Tools Release — 2026-03-24 Theme Tools Release — 2026-03-26 Mar 26, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from f7dcae1 to 34e6693 Compare March 26, 2026 13:27
@github-actions github-actions bot changed the title Theme Tools Release — 2026-03-26 Theme Tools Release — 2026-03-27 Mar 27, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 26e5852 to a842bdb Compare March 27, 2026 15:51
@github-actions github-actions bot changed the title Theme Tools Release — 2026-03-27 Theme Tools Release — 2026-03-31 Mar 31, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from a842bdb to 9fb64ad Compare March 31, 2026 17:39
@github-actions github-actions bot changed the title Theme Tools Release — 2026-03-31 Theme Tools Release — 2026-04-08 Apr 8, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9fb64ad to 75d4d84 Compare April 8, 2026 17:20
@github-actions github-actions bot changed the title Theme Tools Release — 2026-04-08 Theme Tools Release — 2026-04-10 Apr 10, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 75d4d84 to b5919cf Compare April 10, 2026 05:38
@github-actions github-actions bot changed the title Theme Tools Release — 2026-04-10 Theme Tools Release — 2026-04-14 Apr 14, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from b18e400 to 4281f6c Compare April 14, 2026 20:41
@github-actions github-actions bot changed the title Theme Tools Release — 2026-04-14 Theme Tools Release — 2026-04-15 Apr 15, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4281f6c to 9d69a13 Compare April 15, 2026 21:30
@graygilmore graygilmore merged commit 6fe8023 into main Apr 15, 2026
1 check passed
@graygilmore graygilmore deleted the changeset-release/main branch April 15, 2026 21:44
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