-
Notifications
You must be signed in to change notification settings - Fork 982
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
chore: maintained Node.js (14+) required #1923
base: master
Are you sure you want to change the base?
Conversation
| 16.x | **Yes** | Active LTS | | ||
| 14.x | **Yes** | Maintenance LTS | | ||
| 12.x | **No** | Use restify v8.x, team will backport critical issues only | | ||
| 12.x | **No** | Use restify v8.x, team will backport critical issues only | |
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.
Duplicate line? unless you meant to say 10.x?
| 16.x | **Yes** | Active LTS | | ||
| 14.x | **Yes** | Maintenance LTS | | ||
| 12.x | **No** | Use restify v8.x, team will backport critical issues only | | ||
| 12.x | **No** | Use restify v8.x, team will backport critical issues only | |
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.
| 12.x | **No** | Use restify v8.x, team will backport critical issues only | | |
| 10.x | **No** | Use restify v8.x, team will backport critical issues only | |
BREAKING CHANGE: drops support for node 10 and node 12 and updates lint rules
16b8fbd
to
82ec9c8
Compare
|
||
## License | ||
|
||
The MIT License (MIT) | ||
|
||
Copyright (c) 2018 restify | ||
Copyright (c) 2023 restify |
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.
please remove this change
@@ -124,7 +124,7 @@ | |||
"chai": "^4.2.0", | |||
"coveralls": "^3.0.3", | |||
"documentation": "^11.0.0", | |||
"eslint": "^5.16.0", | |||
"eslint": "^6.8.0", |
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.
Please don't make an unrelated change unless strictly necessary
Pre-Submission Checklist
make prepush
Issues
Closes:
Changes
eslint
to support ecmascriptVersion 2020.Request.prototype.closed
patch clashes with new Readable.closed getter #1888 for v18.