Skip to content

Add node-gyp into devDependencies#1351

Merged
minggangw merged 1 commit into
RobotWebTools:developfrom
minggangw:fix-1350
Dec 15, 2025
Merged

Add node-gyp into devDependencies#1351
minggangw merged 1 commit into
RobotWebTools:developfrom
minggangw:fix-1350

Conversation

@minggangw

@minggangw minggangw commented Dec 15, 2025

Copy link
Copy Markdown
Member

This PR adds node-gyp as an explicit devDependency and updates the @types/node package to a newer version. The addition of node-gyp makes sense as it's already used extensively in the project's build scripts but was not previously declared as a dependency.

  • Adds node-gyp ^12.1.0 to devDependencies
  • Updates @types/node from ^24.5.2 to ^25.0.2

Fix: #1350

Copilot AI review requested due to automatic review settings December 15, 2025 02:08

Copilot AI left a comment

Copy link
Copy Markdown

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 adds node-gyp as an explicit devDependency and updates the @types/node package to a newer version. The addition of node-gyp makes sense as it's already used extensively in the project's build scripts but was not previously declared as a dependency.

  • Adds node-gyp ^12.1.0 to devDependencies
  • Updates @types/node from ^24.5.2 to ^25.0.2

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

@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 80.623% (+0.02%) from 80.602%
when pulling 8caa54d on minggangw:fix-1350
into c33b593 on RobotWebTools:develop.

@minggangw minggangw merged commit 4b61a6e into RobotWebTools:develop Dec 15, 2025
23 of 24 checks passed
minggangw added a commit that referenced this pull request Jan 6, 2026
This PR adds `node-gyp` as an explicit devDependency and updates the `@types/node` package to a newer version. The addition of node-gyp makes sense as it's already used extensively in the project's build scripts but was not previously declared as a dependency.

- Adds `node-gyp` ^12.1.0 to devDependencies
- Updates `@types/node` from ^24.5.2 to ^25.0.2

Fix: #1350
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.

Add node-gyp into devDependencies

3 participants