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

feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support #3091

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MichaelDeBoey
Copy link

@MichaelDeBoey MichaelDeBoey commented Oct 25, 2024

BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0

Closes #2053

Copy link

socket-security bot commented Oct 25, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@MichaelDeBoey
Copy link
Author

@ljharb Settings should be updated to make node 18+ required instead of node 4+

Copy link

codecov bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.62%. Comparing base (fd1ae63) to head (15ebf42).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3091      +/-   ##
==========================================
+ Coverage   95.60%   95.62%   +0.02%     
==========================================
  Files          83       83              
  Lines        3637     3636       -1     
  Branches     1285     1284       -1     
==========================================
  Hits         3477     3477              
+ Misses        160      159       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

BREAKING CHANGE: Requires Node@^18.18.0 || ^20.9.0 || >=21.1.0
@MichaelDeBoey MichaelDeBoey force-pushed the drop-Node-4-6-8-10-12-14-16 branch from 15ebf42 to 2afd06d Compare January 24, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Tests: re-enable node 4 and 5 tests
2 participants