-
Notifications
You must be signed in to change notification settings - Fork 1.1k
deps(scaladoc): update flexmark from 0.42.12 to 0.62.2 #16846
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
Conversation
This would require just setting `bspEnabled := true`, but not for sjsJUnitTests which seem to cause inifinite loop of compilations. I also need to work a bit on Bloop to also make it work. This still needs scalameta/metals#4938
This pr updates the flexmark dependencies used in Scaladoc from 0.42.12, which is from 2019, up to the latest release of 0.64.0. This is mainly done to tackle a bunch of CVEs that are attatched to the old versions of flexmark.
Not that I was testing out #16816 and forgot that I was when I created this. If possible, let's get that merged in and then I'll rebase to get rid of that commit on here. |
Marked this back as a draft since I have tests failing and locally was only testing |
11db0ee
to
2d2cf81
Compare
21b0256
to
ebafeba
Compare
0.64.0 requires Java 11, so we can't move that high
ebafeba
to
8855291
Compare
I honestly have no idea what's going on here.
Which I don't fully understand because the |
Hello, I have cloned the PR and I will see what is blocking this one. If anyone has any suggestions or has already started something, I'm open to suggestions. |
Superseded by #17347. |
This pr updates the flexmark dependencies used in Scaladoc from 0.42.12, which is from 2019, up to the
latest release of 0.64.0to 0.62.2. This is mainly done to tackle a bunch of CVEs that are attached to the old versions offlexmark.
fixes #16223