Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

build(deps): bump @prisma/client from 3.7.0 to 3.9.2 in /packages/generator #2

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2022

Bumps @prisma/client from 3.7.0 to 3.9.2.

Release notes

Sourced from @​prisma/client's releases.

3.9.2

Today, we are issuing the 3.9.2 patch release.

Fixes

3.9.1

Today, we are issuing the 3.9.1 patch release.

Fixes

3.9.0

Today, we are excited to share the 3.9.0 stable release 🎉

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟

Major improvements and new features

Prisma Migrate improvements to troubleshoot migrations

Last year, we released Prisma Migrate for General Availability. Since then, we've gotten feedback from you to understand the challenges you experience building, testing, and deploying migrations.

We're thrilled to announce that we're introducing new CLI commands to improve the experience troubleshooting migrations:

  • prisma migrate diff
  • prisma db execute

The prisma migrate diff command creates a diff of your database schema, Prisma schema file, or the migration history. All you would have to do is feed the command with a schema from state and a schema to state to get an SQL script or human-readable diff in return.

As a companion to the prisma migrate diff, we also built prisma db execute to execute SQL scripts against a database. You can pipe the output from prisma migrate diff directly to prisma db execute.

Both commands are non-interactive, so it's possible to build many new workflows such as forward and backward migrations with some automation tooling.

Both commands are in Preview, and we are looking forward to learning how they work for you and how we could make them better.

You can learn about them here and give us feedback on the issue.

Preview support for CockroachDB

We are excited to announce Preview support for CockroachDB 🎉

CockroachDB is a distributed SQL database that shines in its ability to scale efficiently while maintaining developer agility and reducing operational overhead.

... (truncated)

Commits
  • 27ed2a5 test(client): add prop to test
  • c7581a4 fix(client): better key handling & disconnect in tests
  • 0c0b5fc fix(client): allow mutations
  • eba5d17 test(client): move to prismaPromise
  • adf4da5 test(client): chaining of requestTransaction
  • 5d1dd5e fix(client): query chaining then catch finally
  • 3a25d0b docs(client): add comment
  • 27cdd2f fix(client): prisma promise multiple then calls
  • 0dbb401 test(client): upper-cased chaining api
  • 95926d3 fix(client): chaining on capitalized columns
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/generator/prisma/client-3.9.2 branch from 2270ebc to e392c35 Compare February 14, 2022 01:52
@dependabot dependabot bot changed the base branch from feat/initial-release-dev to master February 14, 2022 01:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/generator/prisma/client-3.9.2 branch 6 times, most recently from 931b307 to ac6ff87 Compare February 15, 2022 07:13
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 3.7.0 to 3.9.2.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/3.9.2/packages/client)

---
updated-dependencies:
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/generator/prisma/client-3.9.2 branch from ac6ff87 to 3ae31c8 Compare February 15, 2022 07:15
@iiian iiian merged commit 622f123 into master Feb 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/generator/prisma/client-3.9.2 branch February 21, 2022 06:54
@iiian
Copy link
Owner

iiian commented Feb 22, 2022

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@iiian iiian added the released label Feb 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant