hoangvvo / nextjs-mongodb-app

A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
https://nextjs-mongodb.now.sh/
MIT License
1.54k stars 289 forks source link

Bump deps and breaking changes #125

Closed hoangvvo closed 3 years ago

hoangvvo commented 3 years ago

There are various deps that are breaking versions behind. This PR updates them and make their required breaking changes. Check each commits for details.

p/s: I am so sorry that this repo has not been maintained for awhile.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hoangvvo/nextjs-mongodb-app/5PEm1AcVxHLBXWbWe7EkG1B7buAD
✅ Preview: https://nextjs-mongodb-app-git-dep-bump-hoangvvo.vercel.app

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: 6562a7692f82b8c24df37a682e726168fcfafb38

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

hoangvvo commented 3 years ago

There is a mongodb bug that slips through. Please also see this commit https://github.com/hoangvvo/nextjs-mongodb-app/commit/8205e007c947a291b04a4f35d6d4afdaa0664424 in addition to this PR.