Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prisma monorepo to version 5 #9088

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Bump prisma monorepo to version 5 #9088

merged 3 commits into from
Apr 11, 2024

Conversation

dcousens
Copy link
Member

@dcousens dcousens commented Apr 10, 2024

This pull request is firstly #8693, but rebased and with fixes for prisma at 5.11.0 5.12.1

const generators = await getGenerators({
schemaPath: paths.schema.prisma,
dataProxy,
Copy link
Member Author

@dcousens dcousens Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed in prisma/prisma#20594, woe is relying on Prisma internals

// @prisma/migrate's types seem to not be right
declare module '@prisma/migrate' {
export * from '@prisma/migrate/dist/migrate/src'
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outdated

@dcousens dcousens force-pushed the major branch 7 times, most recently from 69e3581 to ad379ba Compare April 10, 2024 08:44
@dcousens dcousens changed the title Bump prisma monorepo to 5.11.0 Bump prisma monorepo to version 5 Apr 10, 2024
@dcousens dcousens changed the title Bump prisma monorepo to version 5 Bump prisma monorepo to version5 Apr 10, 2024
@dcousens dcousens changed the title Bump prisma monorepo to version5 Bump prisma monorepo to version 5 Apr 10, 2024
@dcousens dcousens force-pushed the major branch 2 times, most recently from a7425cd to e713809 Compare April 10, 2024 08:49
@dcousens dcousens force-pushed the major branch 3 times, most recently from f1de861 to e966ab7 Compare April 11, 2024 04:28
@keystonejs keystonejs deleted a comment from codesandbox-ci bot Apr 11, 2024
@@ -306,7 +306,6 @@ CREATE TABLE "Todo" (
Prompt: Name of migration init
? A migration has been created at migrations/migration_name
Prompt: Would you like to apply this migration? true
Applying migration \`migration_name\`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't being captured by jest at this time, but it is still printing, I'll follow that up in a different way - it doesn't need to block

renovate bot and others added 2 commits April 11, 2024 14:43
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh Calder <josh.calder@thinkmill.com.au>
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
url: formatUrl(config.db.provider, config.db.url)
}
},
datasourceUrl: formatUrl(config.db.provider, config.db.url),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Equivalent

@dcousens dcousens merged commit 7bbc613 into main Apr 11, 2024
43 checks passed
@dcousens dcousens deleted the major branch April 11, 2024 04:59
@dcousens dcousens mentioned this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant