Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/document-link-block-tag.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-filter-arguments.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-assigned-schema-variables.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-layout-snippet-references.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-liquid-doc-literal-parameters.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-private-liquid-variables.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-responsive-lcp-preloads.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/text-node-white-space-pre-comment.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/liquid-html-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/liquid-html-parser

## 2.10.1

### Patch Changes

- 74185263: Parse empty filter argument lists such as `{{ 'key' | t: }}`.

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/liquid-html-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/liquid-html-parser",
"version": "2.10.0",
"version": "2.10.1",
"description": "Liquid HTML parser by Shopify",
"author": "CP Clermont <cp.clermont@shopify.com>",
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/liquid-html-parser#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/prettier-plugin-liquid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/prettier-plugin-liquid

## 1.11.1

### Patch Changes

- 53f22f5a: Fix `{% # white-space: pre %}` comment hint being ignored for plain text nodes, which caused files with meaningful line breaks but no HTML tags (e.g. a `robots.txt.liquid` template) to have their lines incorrectly joined together
- Updated dependencies [74185263]
- @shopify/liquid-html-parser@2.10.1

## 1.11.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-plugin-liquid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/prettier-plugin-liquid",
"version": "1.11.0",
"version": "1.11.1",
"description": "Prettier Liquid/HTML plugin by Shopify",
"author": "CP Clermont <cp.clermont@shopify.com>",
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/prettier-plugin-liquid#readme",
Expand Down Expand Up @@ -61,7 +61,7 @@
"tsconfig-paths": "^3.14.1"
},
"dependencies": {
"@shopify/liquid-html-parser": "workspace:^2.10.0",
"@shopify/liquid-html-parser": "workspace:^2.10.1",
"html-styles": "^1.0.0"
}
}
10 changes: 10 additions & 0 deletions packages/theme-check-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/theme-check-browser

## 3.29.1

### Patch Changes

- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- @shopify/theme-check-common@3.29.1

## 3.29.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-check-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-check-browser",
"version": "3.29.0",
"version": "3.29.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -26,6 +26,6 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/theme-check-common": "workspace:3.29.0"
"@shopify/theme-check-common": "workspace:3.29.1"
}
}
11 changes: 11 additions & 0 deletions packages/theme-check-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/theme-check-common

## 3.29.1

### Patch Changes

- 8bc5e038: Fix schema expressions to resolve assigned Liquid variables and recognize their usage.
- 8bc5e038: Fix LiquidDoc parameter validation by reserving Liquid literal keywords.
- 8bc5e038: Fix Liquid variable-name validation to allow a leading underscore.
- 8bc5e038: Fix responsive LCP preload validation by allowing explicit image links with `fetchpriority="high"`.
- Updated dependencies [74185263]
- @shopify/liquid-html-parser@2.10.1

## 3.29.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-check-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-check-common",
"version": "3.29.0",
"version": "3.29.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/liquid-html-parser": "workspace:2.10.0",
"@shopify/liquid-html-parser": "workspace:2.10.1",
"cross-fetch": "^4.0.0",
"jsonc-parser": "^3.2.0",
"line-column": "^1.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/theme-check-docs-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/theme-check-docs-updater

## 3.29.1

### Patch Changes

- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- @shopify/theme-check-common@3.29.1

## 3.29.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-check-docs-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-check-docs-updater",
"version": "3.29.0",
"version": "3.29.1",
"description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.",
"main": "dist/index.js",
"author": "Albert Chu <albert.chu@shopify.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/theme-check-common": "workspace:^3.29.0",
"@shopify/theme-check-common": "workspace:^3.29.1",
"env-paths": "^2.2.1",
"node-fetch": "^2.6.11"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/theme-check-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @shopify/theme-check-node

## 3.29.1

### Patch Changes

- Updated dependencies [74185263]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- @shopify/liquid-html-parser@2.10.1
- @shopify/theme-check-common@3.29.1
- @shopify/theme-graph@0.3.3
- @shopify/theme-check-docs-updater@3.29.1

## 3.29.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/theme-check-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-check-node",
"version": "3.29.0",
"version": "3.29.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "CP Clermont <cp.clermont@shopify.com>",
Expand Down Expand Up @@ -33,10 +33,10 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/liquid-html-parser": "workspace:2.10.0",
"@shopify/theme-check-common": "workspace:3.29.0",
"@shopify/theme-check-docs-updater": "workspace:3.29.0",
"@shopify/theme-graph": "workspace:^0.3.2",
"@shopify/liquid-html-parser": "workspace:2.10.1",
"@shopify/theme-check-common": "workspace:3.29.1",
"@shopify/theme-check-docs-updater": "workspace:3.29.1",
"@shopify/theme-graph": "workspace:^0.3.3",
"glob": "^8.0.3",
"vscode-uri": "^3.0.7",
"yaml": "^2.8.3"
Expand Down
13 changes: 13 additions & 0 deletions packages/theme-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# shopify/theme-graph

## 0.3.3

### Patch Changes

- 8bc5e038: Fix orphaned-snippet detection by following layout and `{% block %}` references.
- Updated dependencies [74185263]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- @shopify/liquid-html-parser@2.10.1
- @shopify/theme-check-common@3.29.1

## 0.3.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-graph",
"version": "0.3.2",
"version": "0.3.3",
"description": "Shopify Theme Graph as a data structure",
"author": "CP Clermont <cp.clermont@shopify.com>",
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/theme-graph#readme",
Expand Down Expand Up @@ -29,14 +29,14 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/liquid-html-parser": "workspace:^2.10.0",
"@shopify/theme-check-common": "workspace:^3.29.0",
"@shopify/liquid-html-parser": "workspace:^2.10.1",
"@shopify/theme-check-common": "workspace:^3.29.1",
"acorn": "^8.14.1",
"acorn-walk": "^8.3.4",
"vscode-uri": "^3.0.7"
},
"devDependencies": {
"@shopify/theme-check-node": "workspace:^3.29.0",
"@shopify/theme-check-node": "workspace:^3.29.1",
"@types/node": "^22.18.8"
}
}
7 changes: 7 additions & 0 deletions packages/theme-language-server-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/theme-language-server-browser

## 2.22.3

### Patch Changes

- Updated dependencies [4091c063]
- @shopify/theme-language-server-common@2.22.3

## 2.22.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-language-server-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-language-server-browser",
"version": "2.22.2",
"version": "2.22.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "CP Clermont <cp.clermont@shopify.com>",
Expand All @@ -27,7 +27,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/theme-language-server-common": "workspace:2.22.2",
"@shopify/theme-language-server-common": "workspace:2.22.3",
"vscode-languageserver": "^8.0.2"
}
}
16 changes: 16 additions & 0 deletions packages/theme-language-server-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @shopify/theme-language-server-common

## 2.22.3

### Patch Changes

- 4091c063: Add a document link for the `{% block 'name' %}` tag so cmd+click on the block
name navigates to `blocks/<name>.liquid`.
- Updated dependencies [74185263]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- Updated dependencies [8bc5e038]
- @shopify/liquid-html-parser@2.10.1
- @shopify/theme-check-common@3.29.1
- @shopify/theme-graph@0.3.3

## 2.22.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-language-server-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-language-server-common",
"version": "2.22.2",
"version": "2.22.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "CP Clermont <cp.clermont@shopify.com>",
Expand All @@ -27,9 +27,9 @@
"type-check": "tsc --noEmit -p src/tsconfig.json"
},
"dependencies": {
"@shopify/liquid-html-parser": "workspace:^2.10.0",
"@shopify/theme-check-common": "workspace:3.29.0",
"@shopify/theme-graph": "workspace:^0.3.2",
"@shopify/liquid-html-parser": "workspace:^2.10.1",
"@shopify/theme-check-common": "workspace:3.29.1",
"@shopify/theme-graph": "workspace:^0.3.3",
"@vscode/web-custom-data": "^0.4.6",
"vscode-css-languageservice": "6.3.2",
"vscode-json-languageservice": "^5.3.10",
Expand Down
9 changes: 9 additions & 0 deletions packages/theme-language-server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/theme-language-server-node

## 2.22.3

### Patch Changes

- Updated dependencies [4091c063]
- @shopify/theme-language-server-common@2.22.3
- @shopify/theme-check-node@3.29.1
- @shopify/theme-check-docs-updater@3.29.1

## 2.22.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-language-server-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-language-server-node",
"version": "2.22.2",
"version": "2.22.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "CP Clermont <cp.clermont@shopify.com>",
Expand All @@ -27,9 +27,9 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/theme-check-docs-updater": "workspace:^3.29.0",
"@shopify/theme-check-node": "workspace:^3.29.0",
"@shopify/theme-language-server-common": "workspace:2.22.2",
"@shopify/theme-check-docs-updater": "workspace:^3.29.1",
"@shopify/theme-check-node": "workspace:^3.29.1",
"@shopify/theme-language-server-common": "workspace:2.22.3",
"glob": "^8.0.3",
"node-fetch": "^2.6.11",
"vscode-languageserver": "^8.0.2",
Expand Down
Loading
Loading