-
Notifications
You must be signed in to change notification settings - Fork 7
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(deps): update dependency mongoose to v5.2.15 #143
Conversation
86e2c5a
to
3f2bedb
Compare
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
=======================================
Coverage 88.58% 88.58%
=======================================
Files 173 173
Lines 7281 7281
Branches 1323 1323
=======================================
Hits 6450 6450
Misses 463 463
Partials 368 368 Continue to review full report at Codecov.
|
9202f05
to
eebffb7
Compare
eebffb7
to
a7e4b0f
Compare
ebef1dc
to
f23e3d7
Compare
80f979d
to
615f4d9
Compare
615f4d9
to
9a338c5
Compare
9a338c5
to
3d819c5
Compare
fee6d69
to
1abe565
Compare
8392921
to
97d3645
Compare
b4b8458
to
b3c7233
Compare
b3c7233
to
3ec1e0a
Compare
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
+ Coverage 88.61% 88.74% +0.13%
==========================================
Files 173 173
Lines 7297 7297
Branches 1327 1327
==========================================
+ Hits 6466 6476 +10
+ Misses 463 452 -11
- Partials 368 369 +1
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
+ Coverage 88.61% 88.74% +0.13%
==========================================
Files 173 173
Lines 7297 7297
Branches 1327 1327
==========================================
+ Hits 6466 6476 +10
+ Misses 463 452 -11
- Partials 368 369 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #143 +/- ##
==========================================
+ Coverage 88.61% 88.74% +0.13%
==========================================
Files 173 173
Lines 7297 7297
Branches 1327 1327
==========================================
+ Hits 6466 6476 +10
+ Misses 463 452 -11
- Partials 368 369 +1
Continue to review full report at Codecov.
|
This Pull Request updates dependency
mongoose
(homepage, source) fromv5.2.6
tov5.2.15
This PR also includes an upgrade to the corresponding @types/mongoose package.
Note: This PR was created on a configured schedule ("before 3am on Monday") and will not receive updates outside those times.
Release Notes
v5.2.15
Compare Source
===================
model
instead ofModel
so double-populating works with existing docs #6978Model.init()
again after callingdropDatabase()
#6967populate()
-ed fields toselect()
#6546insertOne
andreplaceOne
#5708v5.2.14
Compare Source
===================
validate()
a child doc #6931v5.2.13
Compare Source
===================
v5.2.12
Compare Source
===================
constructor
andprototype
if strict mode falsev5.2.11
Compare Source
===================
this
scope when casting query with legacy 2dsphere pairs defined in schema #6939 #6937 Fongerget()
on deeply nested subdocs #6929 #6925 jakemccloskeyjustOne
virtual populate underneath array #6867$set
#5973v5.2.10
Compare Source
===================
session
option forsave()
as the document's$session()
#6909mongoose.set('useCreateIndex', true)
to avoid ensureIndex deprecation warning #6890projection
option to avoid deprecation warnings #6888 #6880 FongerfindOneAndReplace()
internally if usingoverwrite: true
withfindOneAndUpdate()
#6888 Fongerprojection
instead offields
internally forfind()
andfindOne()
to avoid deprecation warning #6880getters
option to opt in to calling getters on populate #6844v5.2.9
Compare Source
==================
this
scope of default functions for DocumentArray and Array #6868 #6840 FongergetQuery()
#6855 #6854family
option for IPv4 vs IPv6 and add port to example URIs #6784v5.2.8
Compare Source
==================
execPopulate()
code example #6851 WJakubexecPopulate()
#6851objectIdGetter
option docs #6842 jwaltonrequired
function only gets called once when validating #6801useNewUrlParser: true
#6789options.match
in virtual populate schema definition #6787v5.2.7
Compare Source
==================
expireAfterSeconds
option when diffing indexes in syncIndexes() #6820 #6819 christopherhexdeleteMany
#6810 Fongerpopulate()
on already populated path #6798$inc: null
#6770createConnection(undefined)
#6763This PR has been generated by Renovate Bot.