Skip to content

fix: update auto merge on patch or minor#76

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/auto-merge-on-patch-or-minor
Open

fix: update auto merge on patch or minor#76
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/auto-merge-on-patch-or-minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 5, 2026

This PR contains the following updates:

Package Change Age Confidence
@graphql-tools/utils (source) 11.0.011.0.1 age confidence
@hono/node-server ^1.19.12^1.19.13 age confidence
@prisma/adapter-pg (source) ^7.6.0^7.7.0 age confidence
@prisma/client (source) ^7.6.0^7.7.0 age confidence
@prisma/client-runtime-utils (source) ^7.6.0^7.7.0 age confidence
@vitest/coverage-v8 (source) 4.1.24.1.4 age confidence
dotenv ^17.4.0^17.4.1 age confidence
hono (source) ^4.12.10^4.12.12 age confidence
knip (source) 6.3.06.4.0 age confidence
prettier (source) 3.8.13.8.2 age confidence
prisma (source) 7.6.07.7.0 age confidence
vitest (source) 4.1.24.1.4 age confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils)

v11.0.1

Compare Source

Patch Changes
  • ae36a0e
    Thanks @​mattkrick! - Handle enum values correctly if they are
    arguments of directives defined in the extensions
honojs/node-server (@​hono/node-server)

v1.19.13

Compare Source

prisma/prisma (@​prisma/adapter-pg)

v7.7.0

Compare Source

Today, we are excited to share the 7.7.0 stable release 🎉

🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!

Highlights
ORM
prisma bootstrap command

A new prisma bootstrap command (#​29374, #​29424) sequences the full Prisma Postgres setup into a single interactive flow. It detects the current project state and runs only the steps that are needed:

  1. Init or scaffold — In an empty directory, offers a choice of 10 starter templates (Next.js, Express, Hono, Fastify, Nuxt, SvelteKit, Remix, React Router 7, Astro, NestJS) from prisma-examples. In an existing project without a schema, runs prisma init.
  2. Link — Authenticates via the browser and connects to a Prisma Postgres database. Skips if already linked.
  3. Install dependencies — Detects the package manager and offers to install missing @prisma/client, prisma, and dotenv.
  4. Migrate — Runs prisma migrate dev if the schema contains models.
  5. Generate — Runs prisma generate.
  6. Seed — Runs prisma db seed if a seed script is configured.

Each side-effecting step prompts for confirmation. Re-running the command skips already-completed steps.

Basic usage

npx prisma@latest bootstrap

With a starter template

npx prisma@latest bootstrap --template nextjs

Non-interactive (CI)

npx prisma@latest bootstrap --api-key "$PRISMA_API_KEY" --database "db_abc123"
Open roles at Prisma

Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.

Enterprise support

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.

With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.1.3

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
motdotla/dotenv (dotenv)

v17.4.1

Compare Source

Changed
  • Change text injecting to injected (#​1005)
honojs/hono (hono)

v4.12.12

Compare Source

v4.12.11

Compare Source

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.10...v4.12.11

webpro-nl/knip (knip)

v6.3.1: Release 6.3.1

Compare Source

prettier/prettier (prettier)

v3.8.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from 9e85b77 to 3a5fa7b Compare April 6, 2026 08:52
@renovate renovate bot changed the title fix: update dependency dotenv to ^17.4.1 fix: update auto merge on patch or minor Apr 6, 2026
@renovate renovate bot force-pushed the renovate/auto-merge-on-patch-or-minor branch 7 times, most recently from 9945a16 to d308d98 Compare April 10, 2026 05:26
@renovate renovate bot force-pushed the renovate/auto-merge-on-patch-or-minor branch from d308d98 to ca4215b Compare April 11, 2026 05:53
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.

0 participants