Problem/Motivation
In #3262573: Update our yarn dev dependencies to the extent allowed by current constraints we added acorn as a JavaScript dependency due to an issue with terser, another one of our dependencies.
A fix has already been committed to terser but no release has been made. Once https://github.com/terser/terser/issues/1143 is closed we can remove acorn again.
Steps to reproduce
Proposed resolution
Wait for a new release of terser.
Remove acorn as a dependency.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3264520-2.patch | 1.25 KB | longwave |
Comments
Comment #2
longwaveIf I just remove acorn and don't upgrade terser, I no longer get the error on yarn check -s anyway. But terser made a new release for us so we should upgrade to it.
Comment #3
nod_Confirmed that update is good and that it doesn't introduces changes to the compiled js files.
Comment #4
alexpottCommitted and pushed ada5a430ef to 10.0.x and f4c710f847 to 9.4.x. Thanks!