| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Recent upgrade of highlight.js has broken the docs build on the withoutintl builds.
|
Fast-track has been requested by @richardlau. Please 👍 to approve. |
Sorry, something went wrong.
Sorry, something went wrong.
| }, | ||
| "devDependencies": { | ||
| "highlight.js": "^11.3.1", | ||
| "highlight.js": "^11.2.0", |
There was a problem hiding this comment.
You meant to pin the version, right?
| "highlight.js": "^11.2.0", | |
| "highlight.js": "11.2.0", |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
This didn't start failing until #41036 was merged -- the newer highlight.js was published two months ago: https://www.npmjs.com/package/highlight.js
Sorry, something went wrong.
There was a problem hiding this comment.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Recent upgrade of highlight.js has broken the docs build on the
withoutintl builds.
Refs: #41077
Refs: #41036
Consider this a quick fix to unblock the CI as the automated tooling will attempt to update again the next time it is run. It's getting late here on a Friday evening so maybe someone else can take a look and figure out if the break is due to highlight.js or something latent in Node.js/V8.