Skip to content

Commit

Permalink
chore(deps): update engines to 3.11.0-10.9560988356b774751f83944ede75…
Browse files Browse the repository at this point in the history
…acb2f45f8794 (#12032)

Co-authored-by: Joël Galeran <galeran@prisma.io>
  • Loading branch information
prisma-bot and Jolg42 committed Feb 25, 2022
1 parent 01daba8 commit fbc6142
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 74 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Expand Up @@ -67,9 +67,9 @@
"devDependencies": {
"@prisma/client": "workspace:*",
"@prisma/debug": "workspace:*",
"@prisma/fetch-engine": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/fetch-engine": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/get-platform": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio": "0.458.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"preinstall": "node scripts/preinstall-entry.js"
},
"dependencies": {
"@prisma/engines": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8"
"@prisma/engines": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794"
},
"sideEffects": false
}
8 changes: 4 additions & 4 deletions packages/client/package.json
Expand Up @@ -63,10 +63,10 @@
"@opentelemetry/api": "1.0.3",
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/fetch-engine": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/engines": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/fetch-engine": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/get-platform": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@timsuchanek/copy": "1.4.5",
Expand Down Expand Up @@ -121,7 +121,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8"
"@prisma/engines-version": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/engine-core/package.json
Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/engines": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/get-platform": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"chalk": "4.1.2",
"execa": "5.1.1",
"get-stream": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Expand Up @@ -20,7 +20,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/engines-version": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "27.4.0",
Expand All @@ -44,7 +44,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/get-platform": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/get-platform": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@sindresorhus/slugify": "1.1.2",
"chalk": "4.1.2",
"execa": "5.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/migrate/src/__tests__/DbExecute.test.ts
Expand Up @@ -205,7 +205,7 @@ COMMIT;`,
expect(e.message).toMatchInlineSnapshot(`
P1013
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector.
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector. in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
`)
}
Expand Down Expand Up @@ -393,7 +393,7 @@ COMMIT;`,
expect(e.message).toMatchInlineSnapshot(`
P1013
The provided database string is invalid. Error parsing connection string: invalid port number in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
The provided database string is invalid. invalid port number in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
`)
}
Expand All @@ -410,7 +410,7 @@ COMMIT;`,
expect(e.message).toMatchInlineSnapshot(`
P1013
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector.
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector. in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
`)
}
Expand Down Expand Up @@ -579,7 +579,7 @@ COMMIT;`,
expect(e.message).toMatchInlineSnapshot(`
P1013
The provided database string is invalid. Error parsing connection string: invalid port number in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
The provided database string is invalid. invalid port number in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
`)
}
Expand All @@ -596,7 +596,7 @@ COMMIT;`,
expect(e.message).toMatchInlineSnapshot(`
P1013
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector.
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector. in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
`)
}
Expand Down Expand Up @@ -803,7 +803,7 @@ COMMIT;`,
expect(e.message).toMatchInlineSnapshot(`
P1013
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector.
The provided database string is invalid. \`invalidurl\` is not a known connection URL scheme. Prisma cannot determine the connector. in database URL. Please refer to the documentation in https://www.prisma.io/docs/reference/database-reference/connection-urls for constructing a correct connection string. In some cases, certain characters must be escaped. Please check the string for any illegal characters.
`)
}
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/src/__tests__/MigrateDeploy.test.ts
Expand Up @@ -99,7 +99,7 @@ describe('sqlite', () => {
await expect(result).rejects.toMatchInlineSnapshot(`
P3005
The database schema for \`dev.db\` is not empty. Read more about how to baseline an existing production database: https://pris.ly/d/migrate-baseline
The database schema is not empty. Read more about how to baseline an existing production database: https://pris.ly/d/migrate-baseline
`)

Expand Down
9 changes: 0 additions & 9 deletions packages/migrate/src/__tests__/MigrateDiff.test.ts
Expand Up @@ -274,9 +274,6 @@ describe('migrate diff', () => {
process.env.TEST_POSTGRES_URI_MIGRATE || 'postgres://prisma:prisma@localhost:5432/tests-migrate'
).replace('tests-migrate', 'tests-migrate-diff')

// Update env var because it's the one that is used in the schemas tested
process.env.TEST_POSTGRES_URI_MIGRATE = connectionString

const setupParams: SetupParams = {
connectionString,
dirname: '',
Expand Down Expand Up @@ -360,9 +357,6 @@ describe('migrate diff', () => {
process.env.TEST_MYSQL_URI_MIGRATE || 'mysql://root:root@localhost:3306/tests-migrate'
).replace('tests-migrate', 'tests-migrate-diff')

// Update env var because it's the one that is used in the schemas tested
process.env.TEST_MYSQL_URI_MIGRATE = connectionString

const setupParams: SetupParams = {
connectionString,
dirname: '',
Expand Down Expand Up @@ -429,9 +423,6 @@ describe('migrate diff', () => {
'sqlserver://mssql:1433;database=tests-migrate;user=SA;password=Pr1sm4_Pr1sm4;trustServerCertificate=true;'
).replace('tests-migrate', 'tests-migrate-diff')

// Update env var because it's the one that is used in the schemas tested
process.env.TEST_MSSQL_JDBC_URI_MIGRATE = jdbcConnectionString

const setupParams: SetupParams = {
connectionString: process.env.TEST_MSSQL_URI!,
dirname: '',
Expand Down
Expand Up @@ -43,8 +43,8 @@ CREATE TABLE "_Migration" (
);
-- CreateIndex
CREATE UNIQUE INDEX "Profile.userId" ON "Profile"("userId");
CREATE UNIQUE INDEX "Profile.userId" ON "Profile"("userId" ASC);
-- CreateIndex
CREATE UNIQUE INDEX "User.email" ON "User"("email");
CREATE UNIQUE INDEX "User.email" ON "User"("email" ASC);
`;
2 changes: 1 addition & 1 deletion packages/migrate/src/__tests__/rpc.test.ts
Expand Up @@ -165,7 +165,7 @@ it('applyMigrations - should fail on existing brownfield db', async () => {
await expect(result).rejects.toMatchInlineSnapshot(`
P3005
The database schema for \`dev.db\` is not empty. Read more about how to baseline an existing production database: https://pris.ly/d/migrate-baseline
The database schema is not empty. Read more about how to baseline an existing production database: https://pris.ly/d/migrate-baseline
`)
migrate.stop()
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Expand Up @@ -45,10 +45,10 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/fetch-engine": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/engines": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/fetch-engine": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "3.11.0-4.caf43957c88f7be5b2c4529c54569ac7447b25d8",
"@prisma/get-platform": "3.11.0-10.9560988356b774751f83944ede75acb2f45f8794",
"@timsuchanek/copy": "1.4.5",
"archiver": "5.3.0",
"arg": "5.0.1",
Expand Down

0 comments on commit fbc6142

Please sign in to comment.