Skip to content

Commit

Permalink
chore: bump engines (#4749)
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Dec 21, 2020
1 parent e42ac1e commit 84afd30
Show file tree
Hide file tree
Showing 11 changed files with 575 additions and 505 deletions.
2 changes: 1 addition & 1 deletion src/packages/cli/package.json
Expand Up @@ -130,7 +130,7 @@
},
"dependencies": {
"@prisma/bar": "^0.0.1",
"@prisma/engines": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557"
"@prisma/engines": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions src/packages/client/package.json
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557",
"@prisma/engines": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/migrate": "workspace:*",
Expand Down Expand Up @@ -124,7 +124,7 @@
}
},
"dependencies": {
"@prisma/engines-version": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557"
"@prisma/engines-version": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557",
"@prisma/engines": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@prisma/engines-version": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557",
"@prisma/engines-version": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node-fetch": "2.5.7",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/src/__tests__/download.test.ts
Expand Up @@ -16,7 +16,7 @@ const CURRENT_BINARIES_HASH = enginesVersion
// From npx @prisma/cli@2.6.2 -v
const FIXED_BINARIES_HASH = '60c1d1e9396bf462eda7b97f8f65523bf65c9f5f'

jest.setTimeout(50000)
jest.setTimeout(60000)

describe('download', () => {
beforeEach(async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/src/getLatestTag.ts
Expand Up @@ -18,7 +18,7 @@ export async function getLatestTag(): Promise<any> {

// remove the "integration/" part
branch = branch.replace(/^integration\//, '')
console.log({ branch }, 'after replace')
// console.log({ branch }, 'after replace')

// first try to get the branch as it is
// if it doesn't have an equivalent in the engines repo
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Expand Up @@ -10,7 +10,7 @@
"version": "latest"
},
"devDependencies": {
"@prisma/engines-version": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557",
"@prisma/engines-version": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35",
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/diff": "4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engine-core": "workspace:*",
"@prisma/engines": "2.14.0-17.af950b3705ef175e85492660c621085eb7f99557",
"@prisma/engines": "2.14.0-20.81138059af8122d0991cdf95f96f09319051ee35",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand Down
Expand Up @@ -2740,7 +2740,7 @@ Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "AuthorIdTitleCompoundUniqueInput",
"type": "PostAuthorIdTitleCompoundUniqueInput",
},
],
"isNullable": false,
Expand Down Expand Up @@ -3144,7 +3144,7 @@ Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "FirstNameLastNameCompoundUniqueInput",
"type": "User1FirstNameLastNameCompoundUniqueInput",
},
],
"isNullable": false,
Expand Down Expand Up @@ -3365,7 +3365,7 @@ Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "FirstNameLastNameIsAdminCompoundUniqueInput",
"type": "User2FirstNameLastNameIsAdminCompoundUniqueInput",
},
],
"isNullable": false,
Expand Down Expand Up @@ -4487,7 +4487,7 @@ Object {
"name": "title",
},
],
"name": "AuthorIdTitleCompoundUniqueInput",
"name": "PostAuthorIdTitleCompoundUniqueInput",
},
Object {
"constraints": Object {
Expand Down Expand Up @@ -4568,7 +4568,7 @@ Object {
"name": "lastName",
},
],
"name": "FirstNameLastNameCompoundUniqueInput",
"name": "User1FirstNameLastNameCompoundUniqueInput",
},
Object {
"constraints": Object {
Expand Down Expand Up @@ -4613,7 +4613,7 @@ Object {
"name": "isAdmin",
},
],
"name": "FirstNameLastNameIsAdminCompoundUniqueInput",
"name": "User2FirstNameLastNameIsAdminCompoundUniqueInput",
},
Object {
"constraints": Object {
Expand Down Expand Up @@ -10000,7 +10000,7 @@ Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "AuthorIdTitleCompoundUniqueInput",
"type": "PostAuthorIdTitleCompoundUniqueInput",
},
],
"isNullable": false,
Expand Down Expand Up @@ -10404,7 +10404,7 @@ Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "FirstNameLastNameCompoundUniqueInput",
"type": "User1FirstNameLastNameCompoundUniqueInput",
},
],
"isNullable": false,
Expand Down Expand Up @@ -10625,7 +10625,7 @@ Object {
"isList": false,
"location": "inputObjectTypes",
"namespace": "prisma",
"type": "FirstNameLastNameIsAdminCompoundUniqueInput",
"type": "User2FirstNameLastNameIsAdminCompoundUniqueInput",
},
],
"isNullable": false,
Expand Down Expand Up @@ -11747,7 +11747,7 @@ Object {
"name": "title",
},
],
"name": "AuthorIdTitleCompoundUniqueInput",
"name": "PostAuthorIdTitleCompoundUniqueInput",
},
Object {
"constraints": Object {
Expand Down Expand Up @@ -11828,7 +11828,7 @@ Object {
"name": "lastName",
},
],
"name": "FirstNameLastNameCompoundUniqueInput",
"name": "User1FirstNameLastNameCompoundUniqueInput",
},
Object {
"constraints": Object {
Expand Down Expand Up @@ -11873,7 +11873,7 @@ Object {
"name": "isAdmin",
},
],
"name": "FirstNameLastNameIsAdminCompoundUniqueInput",
"name": "User2FirstNameLastNameIsAdminCompoundUniqueInput",
},
Object {
"constraints": Object {
Expand Down Expand Up @@ -16580,9 +16580,9 @@ Object {

exports[`getDMMF big schema 1`] = `76865164`;

exports[`getDMMF chinook introspected schema 1`] = `473584`;
exports[`getDMMF chinook introspected schema 1`] = `473612`;

exports[`getDMMF chinook introspected schema connectOrCreate 1`] = `473584`;
exports[`getDMMF chinook introspected schema connectOrCreate 1`] = `473612`;

exports[`getDMMF model with autoincrement should fail if mysql 1`] = `
"Schema parsing
Expand Down

0 comments on commit 84afd30

Please sign in to comment.