-
Notifications
You must be signed in to change notification settings - Fork 43
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
Replace iarna/toml with smol-toml #1423
Conversation
Our build logs were complaining: > node_modules/@iarna/toml/lib/toml-parser.js (153:22): Use of eval in "node_modules/@iarna/toml/lib/toml-parser.js" is strongly discouraged as it poses security risks and may cause issues with minification. Unfortunately, iarna/toml appears to be unmaintained, so this likely won't get fixed. This patch replaces it with another toml parser that causes no build complaints and is actively maintained.
This pull request is deployed at test.editor.opencast.org/1423/2024-07-10_13-46-37/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1423/2024-09-02_14-55-26/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1423/2024-10-15_12-48-30/ . |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1423/2024-10-15_12-53-44/ . |
Our build logs were complaining:
Unfortunately, iarna/toml appears to be unmaintained, so this likely won't get fixed. This patch replaces it with another toml parser that causes no build complaints and is actively maintained.