In #1319, an overwhelming number of deprecation warnings were printed to the terminal, forcing the user to end the process.
We should add a ceiling to the number of warnings that get printed to the terminal—100?—that, when surpassed, just prints the remaining count. Something along the lines of:
Warning: This is warning #1.
Warning: This is warning #2.
...
Warning: This is warning #${ceiling}.
${remaining count} more warnings.