Add npm shrinkwrap to all kits - #2966
Open
inlined wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
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", |
Contributor
There was a problem hiding this comment.
Member
Author
There was a problem hiding this comment.
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
force-pushed
the
add-npm-shrinkwrap-kits
branch
from
August 20, 2026 19:05
c826a3c to
ec44cd6
Compare
inlined
force-pushed
the
add-npm-shrinkwrap-kits
branch
from
August 20, 2026 19:56
ec44cd6 to
4f8044e
Compare
ajperel
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts package-lock.json files to npm-shrinkwrap.json and adds npm-shrinkwrap.json for all subdirectories under kits/.