-
Notifications
You must be signed in to change notification settings - Fork 786
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
2865 update node packages #3052
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #3052 +/- ##
===========================================
- Coverage 67.26% 67.24% -0.02%
===========================================
Files 439 439
Lines 12636 12632 -4
===========================================
- Hits 8499 8495 -4
Misses 4137 4137
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but not tested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that there's an infinite loop. When the security reports page is opened after and agent runs, the Island's API is bombarded with requests.
cc7bc48
to
45382e0
Compare
What does this PR do?
Fixes #2865.
Updates node packages to newer versions. The biggest change addressed here is updating
react-router-dom
5.X -> 6.X. Other things to note:babel-eslint
changed to@babel/eslint-parser
@emotion/core
changed to@emotion/react
react-json-tree
no longer exports aJSONTree
by defaultA few packages can still be upgraded, but would take more effort:
bootstrap
4.X -> 5.Xmui-datatables
3.X -> 4.Xreact-table
-> @tanstack/react-tablereact-tsparticles
1.X -> 2.XPR Checklist
Testing Checklist