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

Add deprecations warnings and failures to CI builds #322

Closed
lance opened this issue May 30, 2019 · 2 comments
Closed

Add deprecations warnings and failures to CI builds #322

lance opened this issue May 30, 2019 · 2 comments

Comments

@lance
Copy link
Member

lance commented May 30, 2019

Node provides flags that allow for failing when deprecated functionality is used. There are also flags for printing out deprecation warnings on functionality that will soon be deprecated. Turning on these flags will help us catch issues early that may cause failures in the future.

@lholmquist
Copy link
Member

Just adding a link to the latest deprecations doc, https://nodejs.org/api/deprecations.html#deprecations_deprecated_apis

This has more info on the --pending-deprecation and --throw-deprecation flags

@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot closed this as completed Jul 6, 2020
Tooling and Modules automation moved this from Backlog to Done Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants