Skip to content

Commit

Permalink
chore(deps): update engines to 5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b…
Browse files Browse the repository at this point in the history
…9cf9088cc3ed (#24062)

* chore(deps): update engines to 5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed

* update cockroach shadowdb test to use actual migrate uri for url

---------

Co-authored-by: Sophie Atkins <atkins@prisma.io>
  • Loading branch information
prisma-bot and Druue committed May 2, 2024
1 parent a29a57a commit fe56307
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"@prisma/debug": "workspace:*",
"@prisma/driver-adapter-utils": "workspace:*",
"@prisma/engines": "workspace:*",
"@prisma/engines-version": "5.14.0-9.612a7f7142ab73baf44704be23cbac7b7df1f7fc",
"@prisma/engines-version": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
Expand All @@ -192,7 +192,7 @@
"@prisma/migrate": "workspace:*",
"@prisma/mini-proxy": "0.9.5",
"@prisma/pg-worker": "workspace:*",
"@prisma/query-engine-wasm": "5.14.0-9.612a7f7142ab73baf44704be23cbac7b7df1f7fc",
"@prisma/query-engine-wasm": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@snaplet/copycat": "0.17.3",
"@swc-node/register": "1.9.0",
"@swc/core": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.14.0-9.612a7f7142ab73baf44704be23cbac7b7df1f7fc",
"@prisma/engines-version": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.14.0-9.612a7f7142ab73baf44704be23cbac7b7df1f7fc",
"@prisma/engines-version": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/get-platform": "workspace:*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/prisma-schema-wasm": "5.14.0-9.612a7f7142ab73baf44704be23cbac7b7df1f7fc",
"@prisma/prisma-schema-wasm": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/schema-files-loader": "workspace:*",
"arg": "5.0.2",
"prompts": "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@prisma/debug": "workspace:*",
"@prisma/engines-version": "5.14.0-9.612a7f7142ab73baf44704be23cbac7b7df1f7fc",
"@prisma/engines-version": "5.14.0-11.0ec3a6f887f51c3c1e876d3ccf0b9cf9088cc3ed",
"@prisma/generator-helper": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/internals": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/src/__tests__/MigrateDev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ describeIf(!process.env.TEST_SKIP_COCKROACHDB)('cockroachdb', () => {
expect(captureStdout.getCapturedText().join('')).toMatchInlineSnapshot(`
"Environment variables loaded from prisma/.env
Prisma schema loaded from prisma/shadowdb.prisma
Datasource "db": CockroachDB database "tests-migrate-dev-shadowdb", schema "public" at "localhost:26257"
Datasource "db": CockroachDB database "tests-migrate-dev", schema "public" at "localhost:26257"
Applying migration \`20201231000000_\`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datasource db {
provider = "cockroachdb"
url = env("TEST_COCKROACH_SHADOWDB_URI_MIGRATE")
url = env("TEST_COCKROACH_URI_MIGRATE")
shadowDatabaseUrl = env("TEST_COCKROACH_SHADOWDB_URI_MIGRATE")
}

Expand Down
36 changes: 18 additions & 18 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 fe56307

Please sign in to comment.