Skip to content

hotfix: move esbuild to dependencies for dev/runtime resolution ``` - #96

Merged
sergak01 merged 2 commits into
mainfrom
develop
Mar 23, 2026
Merged

hotfix: move esbuild to dependencies for dev/runtime resolution ```#96
sergak01 merged 2 commits into
mainfrom
develop

Conversation

@sergak01

@sergak01 sergak01 commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated dependency configuration to move a build tool from development dependencies to production dependencies.

esbuild was only listed under devDependencies; install contexts that omit dev deps failed to resolve it. Promote to dependencies and refresh the lockfile.
hotfix: move esbuild to dependencies for dev/runtime resolution
@sergak01 sergak01 self-assigned this Mar 23, 2026
@coderabbitai

coderabbitai Bot commented Mar 23, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bc5161bd-506d-4a79-b943-d426c84c7f07

📥 Commits

Reviewing files that changed from the base of the PR and between 7227934 and 5f0552f.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The pull request moves the esbuild package (version ^0.27.4) from the devDependencies to the dependencies section of package.json, making it a production runtime dependency instead of a development-only tool.

Changes

Cohort / File(s) Summary
Dependency Configuration
package.json
Relocated esbuild from devDependencies to dependencies, promoting it from a development-only tool to a production runtime dependency.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A bundler moves from the dev-nest with care,
To production it hops through the dependency air,
No more just for building, now shipped in the load,
esbuild takes flight down the runtime road! 📦✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: moving esbuild from devDependencies to dependencies for proper runtime resolution.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sergak01
sergak01 merged commit 57edeff into main Mar 23, 2026
6 checks passed
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