feat: introduce @auth/typeorm-adapter#7706
Merged
balazsorban44 merged 8 commits intomainfrom Jun 1, 2023
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview: 🚮 Removed packages: @next-auth/typeorm-legacy-adapter@2.0.2 |
9784f29 to
37bb6eb
Compare
Conflicts: pnpm-lock.yaml
balazsorban44
commented
Jun 1, 2023
| "pg": "^8.7.3", | ||
| "sqlite3": "^5.0.8", | ||
| "typeorm": "0.3.7", | ||
| "typeorm": "0.3.15", |
Member
Author
There was a problem hiding this comment.
Locked in on 0.3.15 as something is likely broken in 0.3.16
I think typeorm/typeorm#10041 would solve the issue.
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.
Follow-up of #7703
Database adapters are not dependent on Next.js features, so it makes sense to republish them under the
@auth/*scope.This PR is part of a series to convert adapters, using
@auth/corefor types.BREAKING CHANGE:
If you are coming from the previous adapter, change your
package.json:And run
npm install,yarn installorpnpm installrespectively.Note: This packages is published as ESM-only