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

[Snyk] Upgrade drizzle-orm from 0.31.2 to 0.31.4 #6

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

Conversation

Sourav-Goyal19
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade drizzle-orm from 0.31.2 to 0.31.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 3 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: drizzle-orm
  • 0.31.4 - 2024-07-08
    • Mark prisma clients package as optional - thanks @ Cherry
  • 0.31.3 - 2024-07-08

    Bug fixed

    • 🛠️ Fixed RQB behavior for tables with same names in different schemas
    • 🛠️ Fixed [BUG]: Mismatched type hints when using RDS Data API - #2097

    New Prisma-Drizzle extension

    import { PrismaClient } from '@ prisma/client';
    import { drizzle } from 'drizzle-orm/prisma/pg';
    import { User } from './drizzle';

    const prisma = new PrismaClient().$extends(drizzle());
    const users = await prisma.$drizzle.select().from(User);

    For more info, check docs: https://orm.drizzle.team/docs/prisma

  • 0.31.3-a90773c - 2024-07-08
  • 0.31.2 - 2024-06-07
    • 🎉 Added support for TiDB Cloud Serverless driver:

      import { connect } from '@ tidbcloud/serverless';
      import { drizzle } from 'drizzle-orm/tidb-serverless';

      const client = connect({ url: '...' });
      const db = drizzle(client);
      await db.select().from(...);

from drizzle-orm GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade drizzle-orm from 0.31.2 to 0.31.4.

See this package in npm:
drizzle-orm

See this project in Snyk:
https://app.snyk.io/org/souravgoyal88820/project/afaa59ef-60a6-494e-a058-99fb3a1ebc6e?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Jul 30, 2024

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

Name Status Preview Comments Updated (UTC)
finance-manager ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 6:11am

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.

2 participants