Bump mongoose version to accomodate MongoDB Atlas changes#345
Open
Naapperas wants to merge 3 commits into
Open
Bump mongoose version to accomodate MongoDB Atlas changes#345Naapperas wants to merge 3 commits into
Naapperas wants to merge 3 commits into
Conversation
|
Your Render PR Server URL is https://nijobs-backend-pr-345.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cmtdm8ta73kc73dqp60g. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #345 +/- ##
===========================================
- Coverage 90.33% 90.27% -0.06%
===========================================
Files 54 54
Lines 1469 1471 +2
Branches 245 244 -1
===========================================
+ Hits 1327 1328 +1
- Misses 137 138 +1
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
Author
|
Audit fails due to this, which was only reported 11 hours ago, will need to wait for a fix 💀 |
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.
MongoDB announced that Atlas would be migrating all database instances to version 7 of MongoDB.
This PR updates
mongooseand the code accordingly to reflect the changes made (since this is potentially bumping 2 major versions).There is no need to change the
docker-compose.yamlfile since it pulls from the untaggedmongoimage, aka, the latest image available on Docker Hub. I already checked and, on my machine, the image, when runningmongosh, runs server version 7.x, which is what we want.