You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add sample/17-drizzle-kit-migrations with standard Drizzle schema, generated drizzle-kit migration files, migrated startup, repository injection, and HTTP smoke coverage
add the new sample to the sample catalog and superpowers docs
add a production checklist and migration ownership guidance to production patterns
Validation
npm run test --workspace nest-drizzle-native-sample-17-drizzle-kit-migrations
npm run sample:focused
npm run release:check:sample-versions
npm --prefix website run build
npm run security:audit:package
Security
Reviewed the new dependency surface: drizzle-kit is sample-local dev tooling only; the published nest-drizzle-native package remains dependency-free.
npm run security:audit:package passes the repository high-severity gate. npm still reports moderate dev-tooling advisories through drizzle-kit transitive dependencies (brace-expansion, esbuild, ws), with no high or critical findings.
Migration sample uses generated SQL committed to the app and does not introduce raw request-driven SQL interpolation.
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
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.
Summary
sample/17-drizzle-kit-migrationswith standard Drizzle schema, generateddrizzle-kitmigration files, migrated startup, repository injection, and HTTP smoke coverageValidation
npm run test --workspace nest-drizzle-native-sample-17-drizzle-kit-migrationsnpm run sample:focusednpm run release:check:sample-versionsnpm --prefix website run buildnpm run security:audit:packageSecurity
drizzle-kitis sample-local dev tooling only; the publishednest-drizzle-nativepackage remains dependency-free.npm run security:audit:packagepasses the repository high-severity gate. npm still reports moderate dev-tooling advisories throughdrizzle-kittransitive dependencies (brace-expansion,esbuild,ws), with no high or critical findings.