Pin remaining drizzle-kit and drizzle-seed install commands to @rc - #697
Open
dankochetov wants to merge 1 commit into
Open
Pin remaining drizzle-kit and drizzle-seed install commands to @rc#697dankochetov wants to merge 1 commit into
dankochetov wants to merge 1 commit into
Conversation
Deploying drizzle-orm-fe with
|
| Latest commit: |
506093f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3aebf753.drizzle-orm-fe.pages.dev |
| Branch Preview URL: | https://pin-rc-install-commands.drizzle-orm-fe.pages.dev |
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.
Summary
Pins the remaining untagged install commands to the
@rcdist-tag for the 1.0 release-candidate window:-D drizzle-kit->-D drizzle-kit@rcin the sixkit-overview.mdxpages, anddrizzle-seed->drizzle-seed@rcin the sixseed-overview.mdxpages (one dialect each: cockroach, mssql, mysql, pg, singlestore, sqlite). Everything else onmainwas already@rc-pinned.Flags for maintainers
rctag.drizzle-zod,drizzle-valibot,drizzle-typebox,drizzle-arktypecurrently have norcdist-tag published (their newest v1-line snapshot is a1.0.0-beta.14prerelease), so their install commands were deliberately left untagged in this PR. Publishingrctags for these packages would let a follow-up sweep pin them too.graphql.mdxpairing left as-is. That page pinsdrizzle-orm@latestnext todrizzle-graphql(latest0.8.5, norctag, v1 compatibility withdrizzle-graphqlis unknown). Left untouched on purpose rather than guessing at a pairing that might not work.llms.txtchange needed. It's generated from the content collection at build time (src/pages/llms.txt.ts), so it picks up these fixes automatically once this merges and deploys.Test plan
git grep -n '<Npm>drizzle-seed</Npm>' -- src/contentreturns nothinggit grep -nE '^ -D drizzle-kit$' -- src/contentreturns nothinggit grep -nE 'drizzle-(kit|orm|seed)@beta' -- src/content ':!*latest-releases*'returns nothinggit diff origin/main --stattouches only the 12 intended files