feat: staratlas patch #1
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several significant changes to the project, including adding new GitHub Actions workflows, updating dependencies, and enhancing the Docker setup. The most important changes are summarized below:
GitHub Actions and Workflows:
.github/actions/build-install/action.yml)..github/actions/deploy/action.yml)..github/actions/release/action.yml)..github/workflows/auto-approve.yml)..github/workflows/pr.yml).Docker and Node.js:
Dockerfileto use Node.js 20 and improved the build process with multiple stages (Dockerfile)..dockerignorefile to exclude unnecessary files from the Docker build context (.dockerignore)..nvmrcfile (.nvmrc).Configuration and Dependency Management:
dependabot.ymlfile to automate dependency updates for Docker, GitHub Actions, and npm packages (.github/dependabot.yml)..github/workflows/ci.yaml).Codebase Improvements:
TpsBarChartandPingBarChartcomponents to update the color scheme inLiveTransactionStatsCard.tsx[1] [2].TokenDetailsCard.tsxto improve module resolution (app/components/instruction/token/TokenDetailsCard.tsx).These changes collectively enhance the project's CI/CD pipeline, improve Docker support, and ensure better dependency management.