Skip to content

Commit

Permalink
chore(deps): update engines to 4.11.0-21.4dea9984d13e9fecbb3c4cad08dd…
Browse files Browse the repository at this point in the history
…dc9a36f17775 (#17901)

* chore(deps): update engines to 4.11.0-21.4dea9984d13e9fecbb3c4cad08dddc9a36f17775

* update errors

* update snaps

---------

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>
  • Loading branch information
prisma-bot and millsp committed Feb 13, 2023
1 parent 4e1b9bf commit 3911ad8
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -148,7 +148,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "4.11.0-10.c3d3edef7e3fdf345e1fe02bb05e11b178c08bb9"
"@prisma/engines-version": "4.11.0-21.4dea9984d13e9fecbb3c4cad08dddc9a36f17775"
},
"sideEffects": false
}
Expand Up @@ -56,7 +56,7 @@ setupTestSuite(() => {

await expect(comment).rejects.toThrow(
expect.objectContaining({
message: expect.stringContaining('Argument set for data.0.contents.set must not be null'),
message: expect.stringContaining('Argument set for data.contents.set must not be null'),
}),
)
})
Expand All @@ -72,7 +72,7 @@ setupTestSuite(() => {

await expect(comment).rejects.toThrow(
expect.objectContaining({
message: expect.stringContaining('Argument contents for data.0.contents must not be null'),
message: expect.stringContaining('Argument contents for data.contents must not be null'),
}),
)
})
Expand Down
Expand Up @@ -55,7 +55,7 @@ setupTestSuite(({ contentProperty }) => {
if (contentProperty === 'required') {
await expect(result).rejects.toThrow(
expect.objectContaining({
message: expect.stringContaining('Argument set for data.0.content.set must not be null'),
message: expect.stringContaining('Argument set for data.content.set must not be null'),
}),
)
} else {
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.11.0-10.c3d3edef7e3fdf345e1fe02bb05e11b178c08bb9",
"@prisma/engines-version": "4.11.0-21.4dea9984d13e9fecbb3c4cad08dddc9a36f17775",
"@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.11.0-10.c3d3edef7e3fdf345e1fe02bb05e11b178c08bb9",
"@prisma/engines-version": "4.11.0-21.4dea9984d13e9fecbb3c4cad08dddc9a36f17775",
"@swc/core": "1.3.32",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Expand Up @@ -47,7 +47,7 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/prisma-fmt-wasm": "4.11.0-10.c3d3edef7e3fdf345e1fe02bb05e11b178c08bb9",
"@prisma/prisma-fmt-wasm": "4.11.0-21.4dea9984d13e9fecbb3c4cad08dddc9a36f17775",
"archiver": "5.3.1",
"arg": "5.0.2",
"chalk": "4.1.2",
Expand Down
Expand Up @@ -5678,6 +5678,12 @@ exports[`getDMMF success @@id model 1`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "User1CreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -5947,6 +5953,12 @@ exports[`getDMMF success @@id model 1`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "User2CreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -9943,6 +9955,12 @@ exports[`getDMMF success @@map model 2`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "UserCreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -18457,6 +18475,12 @@ exports[`getDMMF success @@unique model 1`] = `
"fields": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "PostCreateManyAuthorInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -21433,6 +21457,12 @@ exports[`getDMMF success @@unique model 1`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "PostCreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -21702,6 +21732,12 @@ exports[`getDMMF success @@unique model 1`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "UserCreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -21971,6 +22007,12 @@ exports[`getDMMF success @@unique model 1`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "User1CreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -22240,6 +22282,12 @@ exports[`getDMMF success @@unique model 1`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "User2CreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -23800,9 +23848,9 @@ exports[`getDMMF success @@unique model 1`] = `
}
`;

exports[`getDMMF success big schema read via datamodel path 1`] = `140496894`;
exports[`getDMMF success big schema read via datamodel path 1`] = `141005228`;

exports[`getDMMF success chinook introspected schema 1`] = `903623`;
exports[`getDMMF success chinook introspected schema 1`] = `905957`;

exports[`getDMMF success if a datamodel is provided, succeeds even when a non-existing datamodel path is given 2`] = `
{
Expand Down Expand Up @@ -23921,7 +23969,7 @@ exports[`getDMMF success if a datamodel is provided, succeeds even when a non-ex
}
`;

exports[`getDMMF success odoo introspected schema 1`] = `134276315`;
exports[`getDMMF success odoo introspected schema 1`] = `134371111`;

exports[`getDMMF success simple model, mongodb 1`] = `
{
Expand Down Expand Up @@ -26899,6 +26947,12 @@ exports[`getDMMF success simple model, mongodb 2`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "ACreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -30380,6 +30434,12 @@ exports[`getDMMF success simple model, mysql 2`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "ACreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -37199,6 +37259,12 @@ exports[`getDMMF success simple model, postgresql 2`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "ACreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
Expand Down Expand Up @@ -40740,6 +40806,12 @@ exports[`getDMMF success simple model, sql server 2`] = `
"args": [
{
"inputTypes": [
{
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "ACreateManyInput",
},
{
"isList": true,
"location": "inputObjectTypes",
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.11.0-10.c3d3edef7e3fdf345e1fe02bb05e11b178c08bb9",
"@prisma/engines-version": "4.11.0-21.4dea9984d13e9fecbb3c4cad08dddc9a36f17775",
"@prisma/generator-helper": "workspace:*",
"@prisma/internals": "workspace:*",
"@swc/core": "1.3.32",
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 3911ad8

Please sign in to comment.