-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 10-12-24: Updated 8 package versions
@shopify/theme-check-common: 3.4.0 -> 3.5.0 (minor) @shopify/theme-check-node: 3.4.0 -> 3.5.0 (minor) theme-check-vscode: 3.3.2 -> 3.4.0 (minor) @shopify/theme-check-browser: 3.4.0 -> 3.5.0 (minor) @shopify/theme-language-server-common: 2.3.2 -> 2.3.3 (patch) @shopify/theme-language-server-browser: 2.3.2 -> 2.3.3 (patch) @shopify/theme-language-server-node: 2.3.2 -> 2.3.3 (patch) @shopify/theme-check-docs-updater: 3.4.0 -> 3.5.0 (minor)
- Loading branch information
1 parent
89e2dbe
commit 19193bb
Showing
20 changed files
with
111 additions
and
44 deletions.
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 contains 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 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 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 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 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 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.4.0", | ||
"version": "3.5.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.4.0", | ||
"@shopify/theme-check-common": "^3.5.0", | ||
"env-paths": "^2.2.1", | ||
"node-fetch": "^2.6.11" | ||
}, | ||
|
This file contains 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 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.4.0", | ||
"version": "3.5.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.4.0", | ||
"@shopify/theme-check-docs-updater": "3.4.0", | ||
"@shopify/theme-check-common": "3.5.0", | ||
"@shopify/theme-check-docs-updater": "3.5.0", | ||
"glob": "^8.0.3", | ||
"vscode-uri": "^3.0.7", | ||
"yaml": "^2.3.0" | ||
|
This file contains 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 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.3.2", | ||
"version": "2.3.3", | ||
"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.3.2", | ||
"@shopify/theme-language-server-common": "2.3.3", | ||
"vscode-languageserver": "^8.0.2" | ||
} | ||
} |
This file contains 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 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.3.2", | ||
"version": "2.3.3", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
"dependencies": { | ||
"@shopify/liquid-html-parser": "^2.2.0", | ||
"@shopify/theme-check-common": "3.4.0", | ||
"@shopify/theme-check-common": "3.5.0", | ||
"@vscode/web-custom-data": "^0.4.6", | ||
"vscode-json-languageservice": "^5.3.10", | ||
"vscode-languageserver": "^8.0.2", | ||
|
This file contains 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 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-node", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <[email protected]>", | ||
|
@@ -27,9 +27,9 @@ | |
"type-check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@shopify/theme-language-server-common": "2.3.2", | ||
"@shopify/theme-check-node": "^3.4.0", | ||
"@shopify/theme-check-docs-updater": "^3.4.0", | ||
"@shopify/theme-language-server-common": "2.3.3", | ||
"@shopify/theme-check-node": "^3.5.0", | ||
"@shopify/theme-check-docs-updater": "^3.5.0", | ||
"glob": "^8.0.3", | ||
"node-fetch": "^2.6.11", | ||
"vscode-languageserver": "^8.0.2", | ||
|
This file contains 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 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