dest-nft / dest.sh

https://dest.sh
2 stars 3 forks source link

⬆️ Bump drizzle-kit from 0.20.6 to 0.21.4 #237

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps drizzle-kit from 0.20.6 to 0.21.4.

Release notes

Sourced from drizzle-kit's releases.

v0.21.4

bug fixes

  • fix node-pg pool connection halting, regression introduced in previous release while migrating from client to pool with max 1 connection

v0.21.3

Cloudflare D1 HTTP API support 🎉 Drizzle Chrome Extension now has support for Cloudflare D1!

Drizzle Kit now lets you run migrate, push, introspect and studio commands using Cloudflare D1 HTTP API, you just need to update connection params in drizzle.config.ts:

dialect: "sqlite",
+ driver: "d1-http",
dbCredentials: {
+  accountId: "...",
+  databaseId: "...",
+  token: "...",
}

You can find accountId, databaseId and token in Cloudflare dashboard To get accountId go to Workers & Pages -> Overview -> copy Account ID from the right sidebar To get databaseId open D1 database you want to connect to and copy Database ID To get token go to My profile -> API Tokens and create token with D1 edit permissions

Bug fixes

  • fix broken check command #2284
  • fix sqlite push error #395
  • fix rename column in composite pk #2344
  • process.exit(1) on error #2354
  • fix non-detected changes #2345 #2336
  • fix constraint changes #2327
  • fix push bug #2324
  • d1 driver support #2292
  • column renames alongside table renames in postgres dialect #2346
  • generate error #420
  • remove schemas from mysql migration statements #2310

v0.21.2

Bug fixes

A list of regressions after 0.21.0 that were fixed (there are more, and those should be fixed in the next patch releases):

  • SQLite generate and push were not detecting new columns added.
  • Timestamps with precision in Postgres were always detected as a change on push
  • Unique constraints for PostgreSQL were not generated and pushed
  • When adding columns to SQLite, table name was not escaped

Tickets that were closed

  • 🐛 [BUG]:"drizzle-kit generate" doesn't generate a migration file when a column is added - 2307

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dest-landing-page ❌ Failed (Inspect) May 23, 2024 6:13am