-
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
feat: upgrade deps to latest versions #82
Conversation
BREAKING CHANGE: drop Node.js < 14 support
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 96.01% 97.22% +1.20%
==========================================
Files 32 32
Lines 603 1331 +728
Branches 150 336 +186
==========================================
+ Hits 579 1294 +715
- Misses 24 37 +13
☔ View full report in Codecov by Sentry. |
if (contains(ip)) { | ||
return false; | ||
for (const ipAddress of ipAddresses) { | ||
// FIXME: should support ipv6 |
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.
[skip ci] ## [3.0.0](v2.11.0...v3.0.0) (2023-05-10) ### ⚠ BREAKING CHANGES * drop Node.js < 14 support ### Features * upgrade deps to latest versions ([#82](#82)) ([c3ca817](c3ca817))
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: drop Node.js < 14 support