-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump theme-check-node
and theme-language-server-node
to latest versions
#5493
Conversation
Update package dependencies: - @shopify/theme-check-node from 3.10.0 to 3.11.0 - @shopify/theme-language-server-node from 2.9.1 to 2.10.0
Coverage report
Show files with reduced coverage 🔻
Test suite run success2111 tests passing in 930 suites. Report generated by 🧪jest coverage report action from 3011240 |
We detected some changes at packages/*/src and there are no updates in the .changeset. |
@@ -21,6 +21,8 @@ export type Scalars = { | |||
ActionAuditID: {input: any; output: any} | |||
/** The ID for a DocumentAttachment. */ | |||
DocumentAttachmentID: {input: any; output: any} | |||
/** The ID for a EntitySupportingDocument. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appeases CI. I tested and main
needs this too
WHAT are these changes introduced?
Closes https://github.com/Shopify/developer-tools-team/issues/502
Bumping the
theme-tools
packages.@shopify/theme-check-node
Minor incremented
3.10.0
->3.11.0
(changelog)Note
A number of changes will be in the
theme-check-common
package (changelog) which is treated as a dependency.@shopify/theme-language-server-node
Minor incremented
2.9.1
->2.10.0
(changelog)Note
A number of changes will be in the
theme-language-server-common
package (changelog) which is treated as a dependency.How to test your changes?
theme-check
language-server
npm i -g @shopify/cli@0.0.0-snapshot-20250131173404
Checklist