@depup/prisma 7.4.2-depup.0 → 7.4.2-depup.1
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.
- package/README.md +23 -76
- package/package.json +62 -37
package/README.md
CHANGED
|
@@ -1,86 +1,33 @@
|
|
|
1
|
-
|
|
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> • </span>
|
|
11
|
-
<a href="https://www.prisma.io/">Website</a>
|
|
12
|
-
<span> • </span>
|
|
13
|
-
<a href="https://www.prisma.io/docs/">Docs</a>
|
|
14
|
-
<span> • </span>
|
|
15
|
-
<a href="https://github.com/prisma/prisma-examples/">Examples</a>
|
|
16
|
-
<span> • </span>
|
|
17
|
-
<a href="https://www.prisma.io/blog">Blog</a>
|
|
18
|
-
<span> • </span>
|
|
19
|
-
<a href="https://pris.ly/discord">Discord</a>
|
|
20
|
-
<span> • </span>
|
|
21
|
-
<a href="https://twitter.com/prisma">Twitter</a>
|
|
22
|
-
<br />
|
|
23
|
-
<hr />
|
|
24
|
-
</div>
|
|
1
|
+
# @depup/prisma
|
|
25
2
|
|
|
26
|
-
|
|
3
|
+
> Dependency-bumped version of [prisma](https://www.npmjs.com/package/prisma)
|
|
27
4
|
|
|
28
|
-
|
|
5
|
+
Generated by [DepUp](https://github.com/depup/npm) -- all production
|
|
6
|
+
dependencies bumped to latest versions.
|
|
29
7
|
|
|
30
|
-
|
|
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
|
-
|
|
10
|
+
```bash
|
|
11
|
+
npm install @depup/prisma
|
|
12
|
+
```
|
|
35
13
|
|
|
36
|
-
|
|
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
|
-
##
|
|
21
|
+
## Dependency Changes
|
|
39
22
|
|
|
40
|
-
|
|
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
|
-
|
|
29
|
+
---
|
|
43
30
|
|
|
44
|
-
|
|
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
|
-
|
|
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
|
-
[](https://github.com/prisma/prisma/actions/workflows/test.yml)
|
|
85
|
-
- Ecosystem Tests Status:
|
|
86
|
-
[](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.
|
|
2
|
+
"version": "7.4.2-depup.1",
|
|
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": "
|
|
111
|
-
"@libsql/client": "
|
|
112
|
-
"@modelcontextprotocol/sdk": "
|
|
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": "
|
|
115
|
-
"@opentelemetry/sdk-trace-base": "
|
|
116
|
-
"@prisma/management-api-sdk": "
|
|
117
|
-
"@swc/core": "
|
|
118
|
-
"@swc/jest": "
|
|
119
|
-
"@types/better-sqlite3": "
|
|
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": "
|
|
122
|
-
"@types/node": "
|
|
125
|
+
"@types/jest": "29.5.14",
|
|
126
|
+
"@types/node": "~20.19.24",
|
|
123
127
|
"async-listen": "3.1.0",
|
|
124
|
-
"better-sqlite3": "^
|
|
128
|
+
"better-sqlite3": "^11.10.0",
|
|
125
129
|
"checkpoint-client": "1.1.33",
|
|
126
|
-
"chokidar": "
|
|
127
|
-
"dotenv": "
|
|
128
|
-
"effect": "
|
|
129
|
-
"env-paths": "
|
|
130
|
-
"execa": "
|
|
131
|
-
"fs-extra": "
|
|
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": "
|
|
134
|
-
"hono": "
|
|
135
|
-
"jest": "
|
|
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": "
|
|
143
|
+
"log-update": "6.1.0",
|
|
140
144
|
"node-fetch": "3.3.2",
|
|
141
|
-
"npm-packlist": "
|
|
145
|
+
"npm-packlist": "5.1.3",
|
|
142
146
|
"ohash": "2.0.11",
|
|
143
|
-
"open": "
|
|
144
|
-
"openapi-fetch": "
|
|
145
|
-
"openapi-typescript": "
|
|
146
|
-
"ora": "
|
|
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": "
|
|
150
|
-
"std-env": "
|
|
151
|
-
"strip-ansi": "
|
|
152
|
-
"ts-pattern": "
|
|
153
|
-
"typescript": "
|
|
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": "
|
|
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.
|
|
172
|
-
"mysql2": "^3.
|
|
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:03.278Z",
|
|
225
|
+
"smokeTest": "failed"
|
|
201
226
|
}
|
|
202
227
|
}
|