-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(deps): bump liquidjs from 9.6.2 to 10.25.5 in /packages/shopify #4507
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -78,7 +78,7 @@ | |
| "dedent": "^0.7.0", | ||
| "handlebars": "^4.7.7", | ||
| "json-stringify-safe": "^5.0.1", | ||
| "liquidjs": "9.6.2", | ||
| "liquidjs": "10.25.5", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ownPropertyOnly default change silently breaks template renderingMedium Severity Updating Reviewed by Cursor Bugbot for commit d70669d. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. evalValueSync no longer accepts Context in v10High Severity The Reviewed by Cursor Bugbot for commit d70669d. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Rollup alias references non-existent dist path in v10High Severity This major version bump from liquidjs 9.6.2 to 10.25.5 breaks the build. The Reviewed by Cursor Bugbot for commit d70669d. Configure here. |
||
| "lodash": "^4.17.15", | ||
| "node-fetch": "^2.6.0", | ||
| "tslib": "^1.10.0", | ||
|
|
||


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.
Expression constructor and value API incompatible with v10
High Severity
The
liquidjsmajor version upgrade (v9 to v10) introduced breaking API changes. The code inpackages/shopify/js/index.ts(incondition()andassign()) still uses the oldExpressionandContextconstructor signatures and the.value()method, which will cause runtime crashes.Reviewed by Cursor Bugbot for commit d70669d. Configure here.