-
Notifications
You must be signed in to change notification settings - Fork 840
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
Update remark-parse to newest version #5543
Comments
This will require a major version bump of unified (and remark too IIRC), but we should definitely bring all of these up to date. |
Excellent. Thanks. Relatively low risk for our specific project, but could be nasty for others. |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
We're still getting security warnings related to this dependency, don't close this out github-actions :) |
After spending about a day investigating and spiking out this change request, here are my findings:
It's worth noting that several other plugins have struggled with upgrading and current usage of 8.0.3 is still almost double to quadruple 9.x and 10.x:
It's not that I don't think we should do this, but this is a significant lift for the EUI team which is currently very low on manpower. There is also something to be said about whether more complex application-like components like EuiMarkdownEditor and EuiDataGrid really belong in EUI, or if they belong at a higher application (e.g. Kibana) level, or if they're complex enough to spin off to their own team. If the sole goal of this issue is to get So now what?If the goal of this issue is primarily to stop the security warnings for Line 55 in 8ce7212
In fact... it looks like GitHub has done exactly that already: I might spike/investigate a very basic swap of |
👋 Hi there - this issue hasn't had any activity in 6 months. If the EUI team has not explicitly expressed that this is something on our roadmap, it's unlikely that we'll pick this issue up. We would sincerely appreciate a PR/community contribution if this is something that matters to you! If not, and there is no further activity on this issue for another 6 months (i.e. it's stale for over a year), the issue will be auto-closed. |
❌ Per our previous message, this issue is auto-closing after having been open and inactive for a year. If you strongly feel this is still a high-priority issue, or are interested in contributing, please leave a comment or open a new issue linking to this one for context. |
We are getting a security flag for remark-parse because of its use of [email protected].
The newest version, 10.x, eliminates the Trim dependency entirely. Making the switch would be most good, Newland. Most good.
The text was updated successfully, but these errors were encountered: