-
Notifications
You must be signed in to change notification settings - Fork 1.5k
update express.js project #8326
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
Open
nikolasburk
wants to merge
6
commits into
latest
Choose a base branch
from
chore/http-v7
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3737af4
update express.js project
nikolasburk d3a2d11
update fastify project
nikolasburk 81731a8
update fastify project
nikolasburk 03c6844
update hapi project
nikolasburk 920131d
update koa project
nikolasburk addff3e
update nestjs project
nikolasburk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
|
|
||
| /* !!! This is code generated by Prisma. Do not edit directly. !!! */ | ||
| /* eslint-disable */ | ||
| // @ts-nocheck | ||
| /* | ||
| * This file should be your main import to use Prisma-related types and utilities in a browser. | ||
| * Use it to get access to models, enums, and input types. | ||
| * | ||
| * This file does not contain a `PrismaClient` class, nor several other helpers that are intended as server-side only. | ||
| * See `client.ts` for the standard, server-side entry point. | ||
| * | ||
| * 🟢 You can import this file directly. | ||
| */ | ||
|
|
||
| import * as Prisma from './internal/prismaNamespaceBrowser.js' | ||
| export { Prisma } | ||
| export * as $Enums from './enums.js' | ||
| export * from './enums.js'; | ||
| /** | ||
| * Model User | ||
| * | ||
| */ | ||
| export type User = Prisma.UserModel | ||
| /** | ||
| * Model Post | ||
| * | ||
| */ | ||
| export type Post = Prisma.PostModel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
|
|
||
| /* !!! This is code generated by Prisma. Do not edit directly. !!! */ | ||
| /* eslint-disable */ | ||
| // @ts-nocheck | ||
| /* | ||
| * This file should be your main import to use Prisma. Through it you get access to all the models, enums, and input types. | ||
| * If you're looking for something you can import in the client-side of your application, please refer to the `browser.ts` file instead. | ||
| * | ||
| * 🟢 You can import this file directly. | ||
| */ | ||
|
|
||
| import * as process from 'node:process' | ||
| import * as path from 'node:path' | ||
| import { fileURLToPath } from 'node:url' | ||
| globalThis['__dirname'] = path.dirname(fileURLToPath(import.meta.url)) | ||
|
|
||
| import * as runtime from "@prisma/client/runtime/client" | ||
| import * as $Enums from "./enums.js" | ||
| import * as $Class from "./internal/class.js" | ||
| import * as Prisma from "./internal/prismaNamespace.js" | ||
|
|
||
| export * as $Enums from './enums.js' | ||
| export * from "./enums.js" | ||
| /** | ||
| * ## Prisma Client | ||
| * | ||
| * Type-safe database client for TypeScript | ||
| * @example | ||
| * ``` | ||
| * const prisma = new PrismaClient() | ||
| * // Fetch zero or more Users | ||
| * const users = await prisma.user.findMany() | ||
| * ``` | ||
| * | ||
| * Read more in our [docs](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client). | ||
| */ | ||
| export const PrismaClient = $Class.getPrismaClientClass(__dirname) | ||
| export type PrismaClient<LogOpts extends Prisma.LogLevel = never, OmitOpts extends Prisma.PrismaClientOptions["omit"] = Prisma.PrismaClientOptions["omit"], ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = $Class.PrismaClient<LogOpts, OmitOpts, ExtArgs> | ||
| export { Prisma } | ||
|
|
||
|
|
||
|
|
||
| /** | ||
| * Model User | ||
| * | ||
| */ | ||
| export type User = Prisma.UserModel | ||
| /** | ||
| * Model Post | ||
| * | ||
| */ | ||
| export type Post = Prisma.PostModel |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify Prisma version 6.17.1 is the latest.
Both
@prisma/clientandprismahave been updated to version 6.17.1. Please confirm this is the latest stable version or if it's intentionally pinned to this specific version.Also applies to: 17-17
🌐 Web query:
💡 Result:
As of October 14, 2025:
Sources:
[1] npm: @prisma/client package page.
[2] npm: prisma package page.
Pin @prisma/client to an available version
@prisma/client@6.17.1isn’t published on npm (latest stable is 6.15.0; prisma is 6.14.0). Update to a released version or justify the intentional 6.17.1 pin.🤖 Prompt for AI Agents