cli
cli copied to clipboard
refactor: remove got.js utility
Summary
remove got.js utility so that it is no longer referenced
related to #5695
For us to review and ship your PR efficiently, please perform the following steps:
- [ ] Open a bug/issue before writing your code ๐งโ๐ป. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire ๐ฅ (e.g. incident related), you can skip this step.
- [x] Read the contribution guidelines ๐. This ensures your code follows our style guide and passes our tests.
- [ ] Update or add tests (if any source code was changed or added) ๐งช
- [ ] Update or add documentation (if features were changed or added) ๐
- [ ] Make sure the status checks below are successful โ
A picture of a cute animal (not mandatory, but encouraged)
๐ Benchmark results
Comparing with 485aabd1c76b9b61f80e78d5c9ef9aaba9b30d54
- Dependency count: 1,283 (no change)
- Package size: 282 MB โฌ๏ธ 0.00% decrease vs. 485aabd1c76b9b61f80e78d5c9ef9aaba9b30d54
- Number of ts-expect-error directives: 1,180 (no change)
@hereje the tests failed again. Looks like got is still used as of now so we can't merge this PR
@hereje the tests failed again. Looks like
gotis still used as of now so we can't merge this PR
I forgot to mention, this PR must be merged after all PR related to https://github.com/netlify/cli/issues/5695 have been merged.