-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
deps: partially revert 'increase V8 deprecation levels' #24195
Conversation
5d53139
to
9071e1f
Compare
Note to self: make a semver-patch backport of #23426 |
Redoing the linter because it failed: https://ci.nodejs.org/job/node-linter/1510/ |
It has a rebasing checksum issue. Not relevant for linting. |
Thanks @refack. This is ready to land - @MylesBorins could you please land? Thanks 😀 |
Landed in 2290c31 |
PR-URL: #24195 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
PR-URL: #24195 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
PR-URL: #24195 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesThe V8 CI on
v10x-staging
won't build because deprecation warnings are raised to errors at compile time. This is a partial revert of #23159 so that the build can run again.