Skip to content

Commit

Permalink
chore(deps): update engines to 4.13.0-40.5a83cdfb84729117ca82344e1c73…
Browse files Browse the repository at this point in the history
…59783dedd129 (#18757)

* chore(deps): update engines to 4.13.0-40.5a83cdfb84729117ca82344e1c7359783dedd129

* fix snapshots

---------

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
prisma-bot and janpio committed Apr 14, 2023
1 parent d29c126 commit fcc6d00
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -152,7 +152,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "4.13.0-37.36b8399dd5f1338f3240a853c5ff70f9845889ef"
"@prisma/engines-version": "4.13.0-40.5a83cdfb84729117ca82344e1c7359783dedd129"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/engines/package.json
Expand Up @@ -8,7 +8,7 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "4.13.0-37.36b8399dd5f1338f3240a853c5ff70f9845889ef",
"@prisma/engines-version": "4.13.0-40.5a83cdfb84729117ca82344e1c7359783dedd129",
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@swc/core": "1.3.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"enginesOverride": {},
"devDependencies": {
"@prisma/engines-version": "4.13.0-37.36b8399dd5f1338f3240a853c5ff70f9845889ef",
"@prisma/engines-version": "4.13.0-40.5a83cdfb84729117ca82344e1c7359783dedd129",
"@swc/core": "1.3.32",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/internals/package.json
Expand Up @@ -41,14 +41,14 @@
"yarn": "1.22.19"
},
"dependencies": {
"@prisma/ni": "workspace:*",
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "workspace:*",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/prisma-fmt-wasm": "4.13.0-37.36b8399dd5f1338f3240a853c5ff70f9845889ef",
"@prisma/ni": "workspace:*",
"@prisma/prisma-fmt-wasm": "4.13.0-40.5a83cdfb84729117ca82344e1c7359783dedd129",
"archiver": "5.3.1",
"arg": "5.0.2",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -17,7 +17,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "4.13.0-37.36b8399dd5f1338f3240a853c5ff70f9845889ef",
"@prisma/engines-version": "4.13.0-40.5a83cdfb84729117ca82344e1c7359783dedd129",
"@prisma/generator-helper": "workspace:*",
"@prisma/internals": "workspace:*",
"@swc/core": "1.3.32",
Expand Down
5 changes: 4 additions & 1 deletion packages/migrate/src/__tests__/DbPull.test.ts
Expand Up @@ -1765,6 +1765,7 @@ describe('postgresql null-sorted indices introspection', () => {
url = env("TEST_POSTGRES_URI_MIGRATE")
}
/// This model contains an index with non-default null sort order and requires additional setup for migrations. Visit https://pris.ly/d/default-index-null-ordering for more info.
model foo {
id Int @id
a Int
Expand Down Expand Up @@ -1854,6 +1855,7 @@ describe('postgresql row level security introspection', () => {
url = env("TEST_POSTGRES_URI_MIGRATE")
}
/// This model contains row level security and requires additional setup for migrations. Visit https://pris.ly/d/row-level-security for more info.
model foo {
id Int @id @default(autoincrement())
owner String @db.VarChar(30)
Expand All @@ -1867,7 +1869,7 @@ describe('postgresql row level security introspection', () => {
// *** WARNING ***
//
// These tables contain row level security, which is not yet fully supported.
// These tables contain row level security, which is not yet fully supported. Read more: https://pris.ly/d/row-level-security
// - Model "foo"
//
`)
Expand Down Expand Up @@ -2617,6 +2619,7 @@ describeIf(!process.env.TEST_SKIP_COCKROACHDB)('cockroachdb stopgaps', () => {
url = env("TEST_COCKROACH_URI_MIGRATE")
}
/// This model is using a row level TTL in the database, and requires an additional setup in migrations. Read more: https://pris.ly/d/row-level-ttl
model ttl_test {
id BigInt @id @default(autoincrement())
inserted_at DateTime? @default(now()) @db.Timestamp(6)
Expand Down
28 changes: 14 additions & 14 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 fcc6d00

Please sign in to comment.