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.24.2 #1164

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
drizzle-kit (source) ^0.24.0 -> ^0.24.2 age adoption passing confidence

Release Notes

drizzle-team/drizzle-orm (drizzle-kit)

v0.24.2

Compare Source

New Features

🎉 Support for pglite driver

You can now use pglite with all drizzle-kit commands, including Drizzle Studio!

import { defineConfig } from "drizzle-kit";

export default defineConfig({
  dialect: "postgresql",
  driver: "pglite",
  schema: "./schema.ts",
  dbCredentials: {
    url: "local-pg.db",
  },
  verbose: true,
  strict: true,
});

Bug fixes

  • mysql-kit: fix GENERATED ALWAYS AS ... NOT NULL - #​2824

v0.24.1

Compare Source

Bug fixes

Big thanks to @​L-Mario564 for his PR. It conflicted in most cases with a PR that was merged, but we incorporated some of his logic. Merging it would have caused more problems and taken more time to resolve, so we just took a few things from his PR, like removing "::" mappings in introspect and some array type default handlers

What was fixed
  1. The Drizzle Kit CLI was not working properly for the introspect command.
  2. Added the ability to use column names with special characters for all dialects.
  3. Included PostgreSQL sequences in the introspection process.
  4. Reworked array type introspection and added all test cases.
  5. Fixed all (we hope) default issues in PostgreSQL, where ::<type> was included in the introspected output.
  6. preserve casing option was broken
Tickets that were closed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@juliusmarminge juliusmarminge merged commit 2d0c4e2 into main Sep 2, 2024
5 checks passed
@renovate renovate bot deleted the renovate/drizzle-kit-0.x branch September 2, 2024 22:33
jancbeck added a commit to jancbeck/create-t3-turbo that referenced this pull request Sep 10, 2024
* Update Turbo (t3-oss#1172)

* update-turbo

* update-turbo

* fmt

---------

Co-authored-by: juliusmarminge <[email protected]>

* fix: slice token bearer prefix in invalidate function (t3-oss#1168)

* chore(deps): update dependency drizzle-kit to ^0.24.2 (t3-oss#1164)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* revert changes to upstream

* revert expo router API routes

* use fixed payload version

* minor error fixes

* add payload oauth collections

* fix trpc type

* use correct payload layout

* Update route.ts

* Update route.ts

* Update route.ts

* Update middleware.ts

* Update Accounts.ts

* Update Customers.ts

* Update Sessions.ts

* Update config.ts

---------

Co-authored-by: Lacy Morrow <[email protected]>
Co-authored-by: juliusmarminge <[email protected]>
Co-authored-by: soulful-ramble <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant