Skip to content

Add npm shrinkwrap to all kits - #2966

Open
inlined wants to merge 1 commit into
kitsfrom
add-npm-shrinkwrap-kits
Open

Add npm shrinkwrap to all kits#2966
inlined wants to merge 1 commit into
kitsfrom
add-npm-shrinkwrap-kits

Conversation

@inlined

@inlined inlined commented Aug 20, 2026

Copy link
Copy Markdown
Member

Converts package-lock.json files to npm-shrinkwrap.json and adds npm-shrinkwrap.json for all subdirectories under kits/.

@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 updates package names to the @firebase-function-kits scope and adds vitest as a development dependency across several Firebase function kits. It also introduces a new shrinkwrap file for firestore-incremental-capture. The reviewer suggests changing the version of firestore-bigquery-export to 0.0.0 for consistency with the other updated kits.

"name": "@firebase/firestore-bigquery-export",
"version": "0.1.0",
"name": "@firebase-function-kits/firestore-bigquery-export",
"version": "0.0.1",

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

This package's version is set to 0.0.1, while other packages in this PR are updated to 0.0.0. To maintain consistency across the kits, this should also be 0.0.0 unless there is a specific reason for it to be different.

Suggested change
"version": "0.0.1",
"version": "0.0.0",

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sign that AI didn't regenerate. I don't generally review package lock files since they're massive and robo created. Forced recreation of all files, so this should hopefully be fixed.

@inlined
inlined force-pushed the add-npm-shrinkwrap-kits branch from c826a3c to ec44cd6 Compare August 20, 2026 19:05
@inlined
inlined requested a review from a team as a code owner August 20, 2026 19:05
@inlined
inlined force-pushed the add-npm-shrinkwrap-kits branch from ec44cd6 to 4f8044e Compare August 20, 2026 19:56
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.

3 participants