Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency drizzle-kit to ^0.22.1 #1004

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-kit ^0.21.1 -> ^0.22.1 age adoption passing confidence

Release Notes

drizzle-team/drizzle-kit-mirror (drizzle-kit)

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.21.4

Compare Source

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

Compare Source

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

v0.21.2

Compare Source

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
  • πŸ› [BUG]: Unique constraint is not added to the change - 2302
  • πŸ› [bug]: drizzle-kit push is not detecting changes correctly (Turso) - #​397

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge April 28, 2024 18:35
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 6784e0b to a72887e Compare April 28, 2024 18:43
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from a72887e to b8da745 Compare April 28, 2024 18:48
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from b8da745 to 9d7a262 Compare April 28, 2024 19:04
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 9d7a262 to 111ac94 Compare April 28, 2024 19:22
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 111ac94 to d13d902 Compare May 3, 2024 06:14
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from d13d902 to d7d5c09 Compare May 3, 2024 06:20
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from d7d5c09 to c6b4092 Compare May 6, 2024 16:23
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.20.17 chore(deps): update dependency drizzle-kit to ^0.20.18 May 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.20.18 chore(deps): update dependency drizzle-kit to ^0.20.18 - autoclosed May 6, 2024
@renovate renovate bot closed this May 6, 2024
auto-merge was automatically disabled May 6, 2024 16:33

Pull request was closed

@renovate renovate bot deleted the renovate/drizzle-kit-0.x branch May 6, 2024 16:33
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.20.18 - autoclosed chore(deps): update dependency drizzle-kit to ^0.20.18 May 9, 2024
@renovate renovate bot reopened this May 9, 2024
@renovate renovate bot enabled auto-merge May 14, 2024 20:46
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.21.1 chore(deps): update dependency drizzle-kit to ^0.21.2 May 14, 2024
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from c568047 to 3c26a24 Compare May 15, 2024 14:21
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 3c26a24 to 38ae898 Compare May 17, 2024 05:46
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 38ae898 to 24c34d6 Compare May 22, 2024 17:29
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.21.2 chore(deps): update dependency drizzle-kit to ^0.21.3 May 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.21.3 chore(deps): update dependency drizzle-kit to ^0.21.4 May 22, 2024
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 24c34d6 to 1ce5955 Compare May 22, 2024 23:24
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 1ce5955 to 08559bc Compare May 28, 2024 21:41
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 08559bc to 47d62b6 Compare May 31, 2024 10:21
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.21.4 chore(deps): update dependency drizzle-kit to ^0.22.0 May 31, 2024
@renovate renovate bot force-pushed the renovate/drizzle-kit-0.x branch from 47d62b6 to 1e44299 Compare May 31, 2024 14:44
@renovate renovate bot changed the title chore(deps): update dependency drizzle-kit to ^0.22.0 chore(deps): update dependency drizzle-kit to ^0.22.1 May 31, 2024
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.

None yet

0 participants