Conversation
|
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview: 🚮 Removed packages: eslint-config-standard@17.0.0 |
Else would need to drop Node <16
theoludwig
left a comment
There was a problem hiding this comment.
Thanks! 👍
The external tests failing is not related to us, we might need to disable it.
| "eslint-plugin-promise": "^6.0.0", | ||
| "eslint-plugin-react": "^7.28.0", | ||
| "eslint-plugin-import": "^2.27.5", | ||
| "eslint-plugin-n": "^15.7.0", |
There was a problem hiding this comment.
Should we bump/allow 16.x here?
| "eslint-plugin-n": "^15.7.0", | |
| "eslint-plugin-n": "^15.7.0 || ^16.0.0", |
There was a problem hiding this comment.
@LinusU We can't without bumping the required Node to 16, and that would require us to release as Standard 18
No description provided.