pimterry / loglevel

:ledger: Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
MIT License
2.6k stars 158 forks source link

Shed some vestigial dev tooling #194

Closed Mr0grog closed 8 months ago

Mr0grog commented 8 months ago

~⚠️ This is based on #193; that PR should be merged first. ⚠️~

Based on the discussion in #191, this removes a bunch of dev-time tooling that we no longer actually need or use. It also happens to resolve 31 of our vulnerabilities from dependencies (based on the results of npm audit), including 4 that were rated “critical” (there are 21 total left, 2 of which are “critical”).

Removed:

There’s still a little more easy-ish cleanup/updates to do based on #191, and I’ll work on that after this PR lands.

pimterry commented 8 months ago

Can you rebase this on top of main? That should drop the duplicated CI commits that are still shown here.

Mr0grog commented 8 months ago

Done!