Skip to content

fix(deps): move debug to dependencies#16

Closed
chenjiahan wants to merge 1 commit into
mainfrom
debug_0524
Closed

fix(deps): move debug to dependencies#16
chenjiahan wants to merge 1 commit into
mainfrom
debug_0524

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Move debug to dependencies to reduce duplication.

Copilot AI review requested due to automatic review settings May 24, 2026 08:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the package’s dependency classification so debug is treated as a runtime dependency (instead of a development-only dependency), aligning installation behavior with runtime usage and aiming to reduce duplication.

Changes:

  • Moved debug from devDependencies to dependencies in package.json.
  • Updated pnpm-lock.yaml to reflect debug under the root importer’s dependencies.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Reclassifies debug as a runtime dependency.
pnpm-lock.yaml Lockfile update reflecting debug moved to root dependencies.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chenjiahan chenjiahan closed this May 24, 2026
@chenjiahan
Copy link
Copy Markdown
Member Author

CI failed

@chenjiahan chenjiahan deleted the debug_0524 branch May 24, 2026 08:52
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.

2 participants