Skip to content

Commit

Permalink
chore(deps): update engines to 4.5.0-43.0362da9eebca54d94c8ef5edd3b2e…
Browse files Browse the repository at this point in the history
…90af99ba452 (#15853)

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>
  • Loading branch information
prisma-bot and millsp committed Oct 18, 2022
1 parent f7bb466 commit c1afd29
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -149,7 +149,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "4.5.0-42.156d8b51290f79bcfc4125c80a9e63c4e03fb102"
"@prisma/engines-version": "4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452"
},
"sideEffects": false
}
12 changes: 6 additions & 6 deletions packages/client/tests/functional/extended-where/validation.ts
Expand Up @@ -7,8 +7,8 @@ import type { Prisma as PrismaNamespace, PrismaClient } from './node_modules/@pr
declare let prisma: PrismaClient

// arbitrarily chose delete operation to test errors for invalid inputs
testMatrix.setupTestSuite(() => {
test('where and no keys provided', async () => {
testMatrix.setupTestSuite((_0, _1, { runtime }) => {
testIf(runtime !== 'edge')('where and no keys provided', async () => {
const result = prisma.user.delete({
// @ts-expect-error
where: {},
Expand All @@ -20,8 +20,8 @@ testMatrix.setupTestSuite(() => {
/client/tests/functional/extended-where/validation.ts:0:0
XX // arbitrarily chose delete operation to test errors for invalid inputs
XX testMatrix.setupTestSuite(() => {
XX test('where and no keys provided', async () => {
XX testMatrix.setupTestSuite((_0, _1, { runtime }) => {
XX testIf(runtime !== 'edge')('where and no keys provided', async () => {
→ XX const result = prisma.user.delete({
where: {
? id?: String,
Expand All @@ -41,7 +41,7 @@ testMatrix.setupTestSuite(() => {
`)
})

test('where and missing unique keys', async () => {
testIf(runtime !== 'edge')('where and missing unique keys', async () => {
const result = prisma.user.delete({
// @ts-expect-error
where: {
Expand All @@ -56,7 +56,7 @@ testMatrix.setupTestSuite(() => {
XX })
XX
XX test('where and missing unique keys', async () => {
XX testIf(runtime !== 'edge')('where and missing unique keys', async () => {
→ XX const result = prisma.user.delete({
where: {
profile: {}
Expand Down
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.5.0-42.156d8b51290f79bcfc4125c80a9e63c4e03fb102",
"@prisma/engines-version": "4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452",
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@swc/core": "1.3.8",
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.5.0-42.156d8b51290f79bcfc4125c80a9e63c4e03fb102",
"@prisma/engines-version": "4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452",
"@swc/core": "1.3.8",
"@swc/jest": "0.2.22",
"@types/jest": "28.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Expand Up @@ -45,7 +45,7 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/prisma-fmt-wasm": "4.5.0-42.156d8b51290f79bcfc4125c80a9e63c4e03fb102",
"@prisma/prisma-fmt-wasm": "4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452",
"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.5.0-42.156d8b51290f79bcfc4125c80a9e63c4e03fb102",
"@prisma/engines-version": "4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452",
"@prisma/generator-helper": "workspace:*",
"@prisma/internals": "workspace:*",
"@swc/core": "1.3.8",
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 c1afd29

Please sign in to comment.