Skip to content

Commit

Permalink
chore(deps): update engines to 5.15.0-1.94b459e19c7333b092d29d2f4fc93…
Browse files Browse the repository at this point in the history
…8959cbfb6f8 (#24187)

* chore(deps): update engines to 5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8

* fix snapshots

---------

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
prisma-bot and janpio committed May 14, 2024
1 parent 43184c2 commit 17b4b1d
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 38 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"@prisma/debug": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@prisma/engines": "workspace:*",
"@prisma/engines-version": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48",
"@prisma/engines-version": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand All @@ -192,7 +192,7 @@
"@prisma/migrate": "workspace:*",
"@prisma/mini-proxy": "0.9.5",
"@prisma/pg-worker": "workspace:*",
"@prisma/query-engine-wasm": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48",
"@prisma/query-engine-wasm": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"@snaplet/copycat": "0.17.3",
"@swc-node/register": "1.9.1",
"@swc/core": "1.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48",
"@prisma/engines-version": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48",
"@prisma/engines-version": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"@prisma/get-platform": "workspace:*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/prisma-schema-wasm": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48",
"@prisma/prisma-schema-wasm": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"@prisma/schema-files-loader": "workspace:*",
"arg": "5.0.2",
"prompts": "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.14.0-25.e9771e62de70f79a5e1c604a2d7c8e2a0a874b48",
"@prisma/engines-version": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/internals": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe('postgresql-multischema', () => {
"
// *** WARNING ***
//
// These items were renamed due to their names being duplicates in the Prisma Schema Language:
// These items were renamed due to their names being duplicates in the Prisma schema:
// - Type: "enum", name: "base_status"
// - Type: "enum", name: "transactional_status"
// - Type: "model", name: "base_some_table"
Expand Down Expand Up @@ -226,7 +226,7 @@ describe('postgresql-multischema', () => {
"
// *** WARNING ***
//
// These items were renamed due to their names being duplicates in the Prisma Schema Language:
// These items were renamed due to their names being duplicates in the Prisma schema:
// - Type: "enum", name: "base_status"
// - Type: "enum", name: "transactional_status"
// - Type: "model", name: "base_some_table"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/src/__tests__/DbPull/sqlserver.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describeIf(!process.env.TEST_SKIP_MSSQL)('sqlserver-multischema', () => {
// The following models were ignored as they do not have a valid unique identifier or id. This is currently not supported by Prisma Client:
// - transactional_some_table
//
// These items were renamed due to their names being duplicates in the Prisma Schema Language:
// These items were renamed due to their names being duplicates in the Prisma schema:
// - type: model, name: base_some_table
// - type: model, name: transactional_some_table
//
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-files-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"sideEffects": false,
"dependencies": {
"@prisma/prisma-schema-wasm": "5.14.0-17.56ca112d5a19c9925b53af75c3c6b7ada97f9f85",
"@prisma/prisma-schema-wasm": "5.15.0-1.94b459e19c7333b092d29d2f4fc938959cbfb6f8",
"fs-extra": "11.1.1"
},
"devDependencies": {
Expand Down
50 changes: 22 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17b4b1d

Please sign in to comment.