Copilot commented on code in PR #6235:
URL: https://github.com/apache/texera/pull/6235#discussion_r3540293590
##########
frontend/package.json:
##########
@@ -37,7 +37,7 @@
"@codingame/monaco-vscode-python-default-extension": "25.1.2",
"@lezer/python": "1.1.19",
"@ngneat/until-destroy": "8.1.4",
- "@ngx-formly/core": "6.3.12",
+ "@ngx-formly/core": "7.1.0",
"@ngx-formly/ng-zorro-antd": "6.3.12",
Review Comment:
`@ngx-formly/core` was bumped to 7.1.0, but `@ngx-formly/ng-zorro-antd` is
still pinned to 6.3.12. The lockfile shows `@ngx-formly/[email protected]`
has a strict peer dependency on `@ngx-formly/core` **6.3.12**, so this change
will produce an unsatisfied peer dependency and likely break the build/runtime.
Update `@ngx-formly/ng-zorro-antd` to a compatible 7.x version (e.g. 7.1.0
to match the core bump) and regenerate `yarn.lock`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]