@depup/prisma 7.4.2-depup.0 → 7.4.2-depup.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +23 -76
  2. package/package.json +62 -37
package/README.md CHANGED
@@ -1,86 +1,33 @@
1
- <div align="center">
2
- <h1>Prisma</h1>
3
- <a href="https://www.npmjs.com/package/prisma"><img src="https://img.shields.io/npm/v/prisma.svg?style=flat" /></a>
4
- <a href="https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
5
- <a href="https://github.com/prisma/prisma/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue" /></a>
6
- <a href="https://pris.ly/discord"><img alt="Discord" src="https://img.shields.io/discord/937751382725886062?label=Discord"></a>
7
- <br />
8
- <br />
9
- <a href="https://www.prisma.io/docs/getting-started/prisma-orm/quickstart/prisma-postgres">Quickstart</a>
10
- <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
11
- <a href="https://www.prisma.io/">Website</a>
12
- <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
13
- <a href="https://www.prisma.io/docs/">Docs</a>
14
- <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
15
- <a href="https://github.com/prisma/prisma-examples/">Examples</a>
16
- <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
17
- <a href="https://www.prisma.io/blog">Blog</a>
18
- <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
19
- <a href="https://pris.ly/discord">Discord</a>
20
- <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
21
- <a href="https://twitter.com/prisma">Twitter</a>
22
- <br />
23
- <hr />
24
- </div>
1
+ # @depup/prisma
25
2
 
26
- ## What is Prisma?
3
+ > Dependency-bumped version of [prisma](https://www.npmjs.com/package/prisma)
27
4
 
28
- Prisma is a **next-generation ORM** that consists of these tools:
5
+ Generated by [DepUp](https://github.com/depup/npm) -- all production
6
+ dependencies bumped to latest versions.
29
7
 
30
- - [**Prisma Client**](https://www.prisma.io/docs/concepts/components/prisma-client): Auto-generated and type-safe query builder for Node.js & TypeScript
31
- - [**Prisma Migrate**](https://www.prisma.io/docs/concepts/components/prisma-migrate): Declarative data modeling & migration system
32
- - [**Prisma Studio**](https://github.com/prisma/studio): GUI to view and edit data in your database
8
+ ## Installation
33
9
 
34
- Prisma Client can be used in _any_ Node.js or TypeScript backend application (including serverless applications and microservices). This can be a [REST API](https://www.prisma.io/docs/concepts/overview/prisma-in-your-stack/rest), a [GraphQL API](https://www.prisma.io/docs/concepts/overview/prisma-in-your-stack/graphql) a gRPC API, or anything else that needs a database.
10
+ ```bash
11
+ npm install @depup/prisma
12
+ ```
35
13
 
36
- **If you need a database to use with Prisma ORM, check out [Prisma Postgres](https://www.prisma.io/docs/getting-started/prisma-orm/quickstart/prisma-postgres?utm_source=npm&utm_medium=readme) or if you are looking for our MCP Server, head [here](https://github.com/prisma/mcp).**
14
+ | Field | Value |
15
+ |-------|-------|
16
+ | Original | [prisma](https://www.npmjs.com/package/prisma) @ 7.4.2 |
17
+ | Processed | 2026-03-10 |
18
+ | Smoke test | failed |
19
+ | Deps updated | 3 |
37
20
 
38
- ## Getting started
21
+ ## Dependency Changes
39
22
 
40
- The fastest way to get started with Prisma is by following the [**Quickstart (5 min)**](https://pris.ly/quickstart).
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | @prisma/studio-core | 0.13.1 | ^0.22.0 |
26
+ | mysql2 | 3.15.3 | ^3.19.1 |
27
+ | postgres | 3.4.7 | ^3.4.8 |
41
28
 
42
- The Quickstart is based on a preconfigured SQLite database. You can also get started with your own database (PostgreSQL and MySQL) by following one of these guides:
29
+ ---
43
30
 
44
- - [Add Prisma to an existing project](https://www.prisma.io/docs/getting-started/prisma-orm/add-to-existing-project/postgresql)
45
- - [Set up a new project with Prisma from scratch](https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql)
31
+ Source: https://github.com/depup/npm | Original: https://www.npmjs.com/package/prisma
46
32
 
47
- ## Community
48
-
49
- Prisma has a large and supportive [community](https://www.prisma.io/community) of enthusiastic application developers. You can join us on [Discord](https://pris.ly/discord) and here on [GitHub](https://github.com/prisma/prisma/discussions).
50
-
51
- ## Security
52
-
53
- If you have a security issue to report, please contact us at [security@prisma.io](mailto:security@prisma.io?subject=[GitHub]%20Prisma%202%20Security%20Report%20).
54
-
55
- ## Support
56
-
57
- ### Ask a question about Prisma
58
-
59
- You can ask questions and initiate [discussions](https://github.com/prisma/prisma/discussions/) about Prisma-related topics in the `prisma` repository on GitHub.
60
-
61
- 👉 [**Ask a question**](https://github.com/prisma/prisma/discussions/new)
62
-
63
- ### Create a bug report for Prisma
64
-
65
- If you see an error message or run into an issue, please make sure to create a bug report! You can find [best practices for creating bug reports](https://www.prisma.io/docs/guides/other/troubleshooting-orm/creating-bug-reports) (like including additional debugging output) in the docs.
66
-
67
- 👉 [**Create bug report**](https://pris.ly/prisma-prisma-bug-report)
68
-
69
- ### Submit a feature request
70
-
71
- If Prisma currently doesn't have a certain feature, be sure to check out the [roadmap](https://www.prisma.io/docs/more/roadmap) to see if this is already planned for the future.
72
-
73
- If the feature on the roadmap is linked to a GitHub issue, please make sure to leave a +1 on the issue and ideally a comment with your thoughts about the feature!
74
-
75
- 👉 [**Submit feature request**](https://github.com/prisma/prisma/issues/new?assignees=&labels=&template=feature_request.md&title=)
76
-
77
- ## Contributing
78
-
79
- Refer to our [contribution guidelines](https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md) and [Code of Conduct for contributors](https://github.com/prisma/prisma/blob/main/CODE_OF_CONDUCT.md).
80
-
81
- ## Tests Status
82
-
83
- - Prisma Tests Status:
84
- [![CI](https://github.com/prisma/prisma/actions/workflows/test.yml/badge.svg)](https://github.com/prisma/prisma/actions/workflows/test.yml)
85
- - Ecosystem Tests Status:
86
- [![Actions Status](https://github.com/prisma/ecosystem-tests/workflows/test/badge.svg)](https://github.com/prisma/ecosystem-tests/actions)
33
+ License inherited from the original package.
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
- "version": "7.4.2-depup.0",
2
+ "version": "7.4.2-depup.2",
3
3
  "name": "@depup/prisma",
4
- "description": "Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
4
+ "description": "[DepUp] Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.",
5
5
  "keywords": [
6
+ "depup",
7
+ "dependency-bumped",
8
+ "updated-deps",
9
+ "prisma",
6
10
  "CLI",
7
11
  "ORM",
8
12
  "Prisma",
@@ -107,52 +111,52 @@
107
111
  },
108
112
  "devDependencies": {
109
113
  "@hono/node-server": "1.19.9",
110
- "@inquirer/prompts": "^8.3.0",
111
- "@libsql/client": "^0.17.0",
112
- "@modelcontextprotocol/sdk": "^1.27.1",
114
+ "@inquirer/prompts": "7.3.3",
115
+ "@libsql/client": "0.8.1",
116
+ "@modelcontextprotocol/sdk": "1.13.2",
113
117
  "@opentelemetry/api": "1.9.0",
114
- "@opentelemetry/context-async-hooks": "^2.5.1",
115
- "@opentelemetry/sdk-trace-base": "^2.5.1",
116
- "@prisma/management-api-sdk": "^1.12.0",
117
- "@swc/core": "^1.15.17",
118
- "@swc/jest": "^0.2.39",
119
- "@types/better-sqlite3": "^7.6.13",
118
+ "@opentelemetry/context-async-hooks": "2.1.0",
119
+ "@opentelemetry/sdk-trace-base": "2.1.0",
120
+ "@prisma/management-api-sdk": "0.2.0",
121
+ "@swc/core": "1.11.5",
122
+ "@swc/jest": "0.2.37",
123
+ "@types/better-sqlite3": "7.6.12",
120
124
  "@types/fs-extra": "11.0.4",
121
- "@types/jest": "^30.0.0",
122
- "@types/node": "^25.3.2",
125
+ "@types/jest": "29.5.14",
126
+ "@types/node": "~20.19.24",
123
127
  "async-listen": "3.1.0",
124
- "better-sqlite3": "^12.6.2",
128
+ "better-sqlite3": "^11.10.0",
125
129
  "checkpoint-client": "1.1.33",
126
- "chokidar": "^5.0.0",
127
- "dotenv": "^17.3.1",
128
- "effect": "^3.19.19",
129
- "env-paths": "^4.0.0",
130
- "execa": "^9.6.1",
131
- "fs-extra": "^11.3.3",
130
+ "chokidar": "4.0.3",
131
+ "dotenv": "17.2.3",
132
+ "effect": "3.18.4",
133
+ "env-paths": "2.2.1",
134
+ "execa": "5.1.1",
135
+ "fs-extra": "11.3.0",
132
136
  "get-port-please": "3.2.0",
133
- "get-tsconfig": "^4.13.6",
134
- "hono": "^4.12.3",
135
- "jest": "^30.2.0",
137
+ "get-tsconfig": "4.10.0",
138
+ "hono": "4.11.7",
139
+ "jest": "29.7.0",
136
140
  "jest-junit": "16.0.0",
137
141
  "kleur": "4.1.5",
138
142
  "line-replace": "2.0.1",
139
- "log-update": "^7.2.0",
143
+ "log-update": "6.1.0",
140
144
  "node-fetch": "3.3.2",
141
- "npm-packlist": "^10.0.4",
145
+ "npm-packlist": "5.1.3",
142
146
  "ohash": "2.0.11",
143
- "open": "^11.0.0",
144
- "openapi-fetch": "^0.17.0",
145
- "openapi-typescript": "^7.13.0",
146
- "ora": "^9.3.0",
147
+ "open": "8.4.2",
148
+ "openapi-fetch": "0.15.0",
149
+ "openapi-typescript": "7.10.1",
150
+ "ora": "8.2.0",
147
151
  "package-up": "5.0.0",
148
152
  "pathe": "2.0.3",
149
- "resolve-pkg": "^3.0.1",
150
- "std-env": "^4.0.0-rc.1",
151
- "strip-ansi": "^7.2.0",
152
- "ts-pattern": "^5.9.0",
153
- "typescript": "^5.9.3",
153
+ "resolve-pkg": "2.0.0",
154
+ "std-env": "3.10.0",
155
+ "strip-ansi": "7.1.0",
156
+ "ts-pattern": "5.6.2",
157
+ "typescript": "5.4.5",
154
158
  "xdg-app-paths": "8.3.0",
155
- "zod": "^4.3.6",
159
+ "zod": "3.24.2",
156
160
  "@prisma/adapter-libsql": "7.4.2",
157
161
  "@prisma/client": "7.4.2",
158
162
  "@prisma/client-generator-registry": "7.4.2",
@@ -168,8 +172,8 @@
168
172
  },
169
173
  "dependencies": {
170
174
  "@prisma/dev": "0.20.0",
171
- "@prisma/studio-core": "^0.15.0",
172
- "mysql2": "^3.18.2",
175
+ "@prisma/studio-core": "^0.22.0",
176
+ "mysql2": "^3.19.1",
173
177
  "postgres": "^3.4.8",
174
178
  "@prisma/config": "7.4.2",
175
179
  "@prisma/engines": "7.4.2"
@@ -198,5 +202,26 @@
198
202
  "test:platform": "dotenv -e ../../.db.env -- tsx helpers/run-tests.ts src/platform",
199
203
  "tsc": "tsc -d -p tsconfig.build.json",
200
204
  "preinstall": "node scripts/preinstall-entry.js"
205
+ },
206
+ "depup": {
207
+ "changes": {
208
+ "@prisma/studio-core": {
209
+ "from": "0.13.1",
210
+ "to": "^0.22.0"
211
+ },
212
+ "mysql2": {
213
+ "from": "3.15.3",
214
+ "to": "^3.19.1"
215
+ },
216
+ "postgres": {
217
+ "from": "3.4.7",
218
+ "to": "^3.4.8"
219
+ }
220
+ },
221
+ "depsUpdated": 3,
222
+ "originalPackage": "prisma",
223
+ "originalVersion": "7.4.2",
224
+ "processedAt": "2026-03-10T20:21:20.054Z",
225
+ "smokeTest": "failed"
201
226
  }
202
227
  }