layout | title |
---|---|
page |
Dependencies |
The following tools are outside of npm ecosystem and must be installed manually.
I use commitizen for an interactive commit writing experience that will comply with the linter.
If you need to deploy manually, use the AWS CLI
For see the documentation site locally, you can use jekyll. See the GitHub docs.
To run GitHub Actions locally, you can use act.
I use Volta for automatically managing node
and yarn
versions.
Renovate is a tool that automatically checks for out of date dependencies and updates them to the latest version. It will create a pull request for each update, runs all the CI pipelines against it, and if they all pass, merge it. The configuration can be found in [.github/renovate.json
]({{ site.github.repository_url }}/tree/main/.github/renovate.json).
Open version updates can be found on the [Dependency Dashboard]({{ site.github.issues_url }}/9).
All the previous update commits are from [renovate[bot]]({{ site.github.repository_url }}/commits?author=renovate%5Bbot%5D).