-
Notifications
You must be signed in to change notification settings - Fork 38
AP-25341: AP-24129: Update @knime/scripting-editor to 0.0.118 #32
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
AP-25341: AP-24129: Update @knime/scripting-editor to 0.0.118 #32
Conversation
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.
Pull request overview
This PR updates frontend dependencies in the Python scripting editor, primarily upgrading @knime/scripting-editor from 0.0.114 to 0.0.118 to incorporate two key fixes: adding support for unlicensed users in the "Ask K-AI" feature and resolving issues with input/output table display when KNIME AP runs in a browser.
Key changes:
Necessary because of a version mismatch between "stylelint-config-standard" and "stylelint", which caused configured rules not to be found. AP-25341 (Add a new state to "Ask K-AI" for unlicensed users (e.g. consumers))
1fd9fe1 to
fc5ad6e
Compare
|
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.
Pull request overview
Copilot reviewed 12 out of 13 changed files in this pull request and generated no new comments.
| "eslint": "9.30.1", | ||
| "eslint-plugin-vue": "10.3.0", | ||
| "eslint": "9.39.2", | ||
| "eslint-plugin-vue": "10.6.2", |
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.
@HedgehogCode eslint-plugin-vue no need to add this here, it comes with @knime/eslint-config



AP-25341 (Add a new state to "Ask K-AI" for unlicensed users (e.g. consumers))
AP-24129 (Scripting editor input and output table not shown if AP runs in Browser)