-
Notifications
You must be signed in to change notification settings - Fork 189
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 highlight.js #1588
Comments
I'm unclear why I saw it. Do we import it in multiple places and one of them is really old? |
That's strange. |
|
It looks like bull-board is using this. We should update this dependency and/or remove it. Looks like it's been updated to 1.2 https://www.npmjs.com/package/bull-board |
I've tested 1.2.0 of bull-board, it didn't pass our tests. I think the main reason is this error,
Does that mean the problem here is in the package? |
The API must have changed, looks like: https://github.com/vcapretz/bull-board/tree/82ca337dac03b8be1182f824ab343a5bc749e08d#hello-world. We need to wrap in a BullAdapter I guess and send as an Array of one element. |
@humphd The other failure still exist, didn't pass with the
Is this failure complaining about the |
It is likely that the UI function isn't a middleware function now. Can you see what it is? |
|
I notice a warning in our build for highlight.js:
The text was updated successfully, but these errors were encountered: