Dúvidas que vou tendo ao longo do caminho
Erro: Dependabot cannot create a pull request as one or more other dependencies require a version that is incompatible with this update.
Solution: Manually update all the dependencies using npm or yarn
npm audit fix
yarn upgrade --latest
Erro: You correct the code, but the eslint still indicates an erro on your code
Solution: (Microsoft solution) Restart the typescript server Ctrl + Shift + P
TypeScript: Restart TS Server
git config --global user.name "Mona Lisa"
git config --global user.email "[email protected]"
git config --global --list