-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update mongoose to the latest version 🚀 #40
Conversation
Version 5.0.7 just got published.Update to this version instead 🚀 CommitsThe new version differs by 37 commits.
There are 37 commits in total. See the full diff |
Version 5.0.8 just got published.Update to this version instead 🚀 CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Version 5.0.9 just got published. |
Version 5.0.10 just got published.Update to this version instead 🚀 CommitsThe new version differs by 32 commits.
There are 32 commits in total. See the full diff |
Version 5.0.11 just got published.Update to this version instead 🚀 CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Version 5.0.12 just got published.Update to this version instead 🚀 CommitsThe new version differs by 25 commits.
There are 25 commits in total. See the full diff |
Version 5.0.13 just got published.Update to this version instead 🚀 CommitsThe new version differs by 36 commits.
There are 36 commits in total. See the full diff |
Version 5.0.14 just got published.Update to this version instead 🚀 CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Version 5.0.15 just got published.Update to this version instead 🚀 CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Version 5.0.16 just got published.Update to this version instead 🚀 CommitsThe new version differs by 25 commits.
There are 25 commits in total. See the full diff |
Version 5.0.17 just got published.Update to this version instead 🚀 CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
Version 5.0.18 just got published.Update to this version instead 🚀 CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Version 5.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 87 commits.
There are 87 commits in total. See the full diff |
Version 5.1.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 24 commits.
There are 24 commits in total. See the full diff |
Version 5.1.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 60 commits.
There are 60 commits in total. See the full diff |
Version 5.1.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 44 commits.
There are 44 commits in total. See the full diff |
Version 5.1.4 just got published.Update to this version instead 🚀 CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Version 5.1.5 just got published.Update to this version instead 🚀 CommitsThe new version differs by 35 commits.
There are 35 commits in total. See the full diff |
Version 5.1.6 just got published.Update to this version instead 🚀 CommitsThe new version differs by 34 commits.
There are 34 commits in total. See the full diff |
Version 5.1.7 just got published.Update to this version instead 🚀 CommitsThe new version differs by 21 commits.
There are 21 commits in total. See the full diff |
Version 5.1.8 just got published.Update to this version instead 🚀 CommitsThe new version differs by 13 commits.
See the full diff |
Version 5.2.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 41 commits.
There are 41 commits in total. See the full diff |
Version 5.2.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Version 5.2.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 22 commits.
There are 22 commits in total. See the full diff |
Version 5.2.3 just got published.Update to this version instead 🚀 CommitsThe new version differs by 12 commits.
See the full diff |
Version 5.0.6 of mongoose was just published.
The version 5.0.6 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of mongoose.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 1132 commits.
22c37c8
chore: release 5.0.6
7af52df
docs: fix missing space
0432642
fix(update): avoid digging into buffers with upsert and replaceOne
73854f5
test(update): repro #6124
8525c3f
refactor(query.castUpdate): avoid creating error until necessary
41360db
fix(schema): copy virtuals when using
clone()
23594e6
test(schema): repro #6133
085fd29
refactor: use let/const in schema tests
c3273a5
fix(schema): support
enum
on arrays of strings7f9dda9
test(schema): repro #6102
e07152d
Merge pull request #6136 from lineus/master
c9b2378
removing comments from docs/source/api.js to restore the api docs
8b5bc94
fix(update): better fix for #6086
b5b8e58
fix(update): cast
$addToSet: [1, 2]
->$addToSet: { $each: [1, 2] }
cc90a3f
test(update): repro #6086
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴