Skip to content

Add missing node types dev dependency to firestore-incremental-capture - #2968

Merged
inlined merged 1 commit into
kitsfrom
inlined.firestore-incremental-capture-dev-dep
Aug 21, 2026
Merged

Add missing node types dev dependency to firestore-incremental-capture#2968
inlined merged 1 commit into
kitsfrom
inlined.firestore-incremental-capture-dev-dep

Conversation

@inlined

@inlined inlined commented Aug 21, 2026

Copy link
Copy Markdown
Member

I know the package is totally empty still, but at least now it'll publish. The tsconfig.json was adding a package dependency that wasn't fulfilled.

@inlined
inlined requested a review from a team as a code owner August 21, 2026 23:22
@inlined
inlined merged commit 416f909 into kits Aug 21, 2026
9 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds @types/node as a development dependency to the firestore-incremental-capture package. The reviewer correctly pointed out that the added @types/node version (^26.2.0) is invalid because Node.js 26 does not exist, and recommended updating it to ^22.0.0 to align with the package's engine specification of Node.js 22.

"test": "echo \"Warning: tests are not implemented for this package\""
},
"devDependencies": {
"@types/node": "^26.2.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The engine specified for this package is "node": ">=22". However, the @types/node version is set to ^26.2.0. Since @types/node major versions correspond to Node.js major versions (and Node.js 26 does not exist), this version is incorrect. Please update @types/node to ^22.0.0 to align with the Node.js 22 engine, and regenerate the npm-shrinkwrap.json file.

Suggested change
"@types/node": "^26.2.0"
"@types/node": "^22.0.0"

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