Skip to content

feat: Migrate devcontainer to Dockerfile and remove package.json#163

Merged
9renpoto merged 4 commits into
mainfrom
feature/devcontainer-bun-textlint
Feb 17, 2026
Merged

feat: Migrate devcontainer to Dockerfile and remove package.json#163
9renpoto merged 4 commits into
mainfrom
feature/devcontainer-bun-textlint

Conversation

@9renpoto

Copy link
Copy Markdown
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.
@9renpoto 9renpoto self-assigned this Feb 17, 2026
@codecov

codecov Bot commented Feb 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.00%. Comparing base (d71293d) to head (4381489).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

- 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.
@9renpoto 9renpoto merged commit a6549aa into main Feb 17, 2026
11 checks passed
@9renpoto 9renpoto deleted the feature/devcontainer-bun-textlint branch February 17, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant