Skip to content
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

[RB] - remove babel optional chaining and null coalescing plugins #109

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

rBangay
Copy link
Contributor

@rBangay rBangay commented Jul 24, 2023

What does this change?

This pr removes the optional chaining and null coalescing babel plugins from the project. Now that the project is using a minimum node version of 14, both optional chaining and null coalescing are natively supported.

This fixes the snyk error we were receiving around lodash, which was a peer dependency of the optional chaining babel plugin.

lodash

trello card

…they are natively supported from node version 14>. This should also address the synk lodash vulnerability error as that was a peer dependancy of the optional chaining plugin
@rBangay rBangay merged commit 6a98134 into main Jul 24, 2023
1 check passed
@rBangay rBangay deleted the RB-snyk-lodash-vulnerability branch July 24, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants