feat: Migrate devcontainer to Dockerfile and remove package.json#163
Merged
Conversation
9renpoto
commented
Feb 17, 2026
Owner
- Migrated devcontainer configuration from image-based to Dockerfile-based.
- Installed Bun and textlint dependencies directly within the Dockerfile.
- Removed package.json as dependencies are now managed via Dockerfile.
- Updated GitHub Actions workflow for textlint to use the new devcontainer Docker image.
- Updated Dependabot configuration to monitor Dockerfile in .devcontainer and removed defunct devcontainers entry.
- Migrated devcontainer configuration from image-based to Dockerfile-based. - Installed Bun and textlint dependencies directly within the Dockerfile. - Removed package.json as dependencies are now managed via Dockerfile. - Updated GitHub Actions workflow for textlint to use the new devcontainer Docker image. - Updated Dependabot configuration to monitor Dockerfile in .devcontainer and removed defunct devcontainers entry.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #163 +/- ##
=======================================
Coverage 88.00% 88.00%
=======================================
Files 17 17
Lines 417 417
Branches 31 31
=======================================
Hits 367 367
Misses 50 50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Deleted . - Cleaned up by removing stale entries. - Verified that the application still runs correctly after the changes.
- Corrected a syntax error in a multi-line command by adding line continuation characters. - Addressed Please provide a Dockerfile warning by setting the option to before a command with a pipe.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.