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

chore: update Mongoose dependency #304

Merged
merged 2 commits into from
Oct 20, 2024
Merged

chore: update Mongoose dependency #304

merged 2 commits into from
Oct 20, 2024

Conversation

Josuto
Copy link
Owner

@Josuto Josuto commented Oct 20, 2024

What is the purpose of this pull request?

Put an "X" next to item:

[ ] Documentation update
[x] Bug fix
[ ] New feature
[x] Other, please explain:

What changes did you make?

Updated Mongoose dependency. This caused some TS compilation error on MongooseRepository. Prettier 3.3.3 deletes generic types when formatting files including them e.g., MongooseRepository. Had to downgrade Prettier to 3.3.2.

Which issue (if any) does this pull request address?

Is there anything you'd like reviewers to focus on?

New Mongoose dependency caused some TS compilation error on `MongooseRepository`. Fixing it was hard because Prettier 3.3.3 deletes generic types. Had to downgrade Prettier to 3.3.2.
@Josuto Josuto changed the title chore: update mongoose dependency chore: update Mongoose dependency Oct 20, 2024
@Josuto Josuto merged commit ad009af into main Oct 20, 2024
10 checks passed
@Josuto Josuto deleted the update_mongoose branch October 20, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant