Skip to content

fix(deps): update all non-major npm dependencies#152

Merged
PaulKalho merged 1 commit intomainfrom
renovate/all-non-major-npm-dependencies
Apr 13, 2026
Merged

fix(deps): update all non-major npm dependencies#152
PaulKalho merged 1 commit intomainfrom
renovate/all-non-major-npm-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 3, 2026

This PR contains the following updates:

Package Change Age Confidence
@mui/icons-material (source) 7.3.97.3.10 age confidence
@mui/material (source) 7.3.97.3.10 age confidence
@prisma/adapter-pg (source) 7.6.07.7.0 age confidence
@prisma/client (source) 7.6.07.7.0 age confidence
@types/node (source) 22.19.1522.19.17 age confidence
@typescript-eslint/eslint-plugin (source) 8.57.28.58.1 age confidence
@typescript-eslint/parser (source) 8.57.28.58.1 age confidence
eslint-config-next (source) 16.2.116.2.3 age confidence
next (source) 16.2.116.2.3 age confidence
prettier (source) 3.8.13.8.2 age confidence
prisma (source) 7.6.07.7.0 age confidence
react (source) 19.2.419.2.5 age confidence
react-dom (source) 19.2.419.2.5 age confidence

Release Notes

mui/material-ui (@​mui/icons-material)

v7.3.10

Compare Source

A big thanks to the 15 contributors who made this release possible. A few highlights ✨:

  • 📖 Added the Menubar component page to the docs.
@mui/material@7.3.10
Docs
Core

All contributors of this release in alphabetical order: @​Ahmad-Alaziz, @​aman44444, @​anchmelev, @​arminmeh, @​cherniavskii, @​DanailH, @​dav-is, @​GerardasB, @​mj12albert, @​olivier-lxo, @​pcorpet, @​sai6855, @​silviuaavram, @​siriwatknp, @​ZeeshanTamboli

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.

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.58.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#​12004)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.0

Compare Source

🚀 Features
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#​12161)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#​12142)
  • eslint-plugin: crash in no-unnecessary-type-arguments (#​12163)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.58.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.58.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

vercel/next.js (eslint-config-next)

v16.2.3

Compare Source

v16.2.2

Compare Source

vercel/next.js (next)

v16.2.3

Compare Source

v16.2.2

Compare Source

prettier/prettier (prettier)

v3.8.2

Compare Source

facebook/react (react)

v19.2.5: 19.2.5 (April 8th, 2026)

Compare Source

React Server Components

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 06:00 PM and 09:59 PM, only on Friday (* 18-21 * * 5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 added the deps label Apr 3, 2026
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch 4 times, most recently from f2bf2c5 to fafc56c Compare April 8, 2026 19:47
@renovate renovate bot force-pushed the renovate/all-non-major-npm-dependencies branch from fafc56c to 464d808 Compare April 10, 2026 04:29
@PaulKalho PaulKalho merged commit 2d8793e into main Apr 13, 2026
9 checks passed
@renovate renovate bot deleted the renovate/all-non-major-npm-dependencies branch April 13, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant