Prisma のバージョンを最新にアップデート#946
Open
chelproc wants to merge 22 commits into
Open
Conversation
Deploying utcode-learn with
|
| Latest commit: |
c64720c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f0e6bf91.utcode-learn.pages.dev |
| Branch Preview URL: | https://update-prisma-to-latest-vers.utcode-learn.pages.dev |
ab790cb to
a108f20
Compare
9e052db to
2e79eda
Compare
chvmvd
reviewed
May 2, 2026
chvmvd
left a comment
Contributor
There was a problem hiding this comment.
途中までレビューしたのですが、そもそも動作していないような気がします...
Contributor
There was a problem hiding this comment.
以前の動画では自動生成されたパスワードをメモ帳アプリに保存していましたが、現在の動画ではクリップボードに保存しているだけになっているので、学習者がパスワードを紛失してしまう事例が出てしまいそうな気がします。
Contributor
|
「Cookieと認証(発展)」の節でもPrismaを使用しているので、こちらも合わせて修正したいですね 👀 |
Yokomi422
reviewed
May 9, 2026
4e670e1 to
791fb0c
Compare
791fb0c to
ae1cdad
Compare
Contributor
Author
|
#961 を cherry-pick |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prisma のバージョンを v7 にアップデート
自動生成ファイルが TypeScript ベースになったが、Node.js v22.18 のアップデートにより、問題なく使えるようになった。
https://nodejs.org/en/learn/typescript/run-natively