This repository was archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency mongoose to v5.9.22 #14
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/mongoose-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
0ce645b to
4a2bbff
Compare
4a2bbff to
8c17370
Compare
8c17370 to
ad43dad
Compare
ad43dad to
7ac165a
Compare
7ac165a to
cf63936
Compare
cf63936 to
52ac57b
Compare
0229fe3 to
448527c
Compare
448527c to
1c0ce19
Compare
1c0ce19 to
883dab6
Compare
883dab6 to
8ede0bd
Compare
8ede0bd to
f321ce4
Compare
f321ce4 to
29cb825
Compare
29cb825 to
9d33a5f
Compare
9d33a5f to
940c3ad
Compare
940c3ad to
2eea6a0
Compare
2eea6a0 to
6f64b6e
Compare
6f64b6e to
14d572a
Compare
14d572a to
6de1110
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
5.8.7->5.9.22Release Notes
Automattic/mongoose
v5.9.22Compare Source
===================
{ type: mongoose.Schema.Types.Array }as equivalent to{ type: Array }#9194connect()multiple times #9167v5.9.21Compare Source
===================
typeKeyoption to implicitly created schemas fromtypePojoToMixed#9185 joaoritterrefPathwith multiple documents #9153perDocumentLimitand multiple documents #9175transformfunctions that return promises #9176 #9163 AbdelrahmanHafezv5.9.20Compare Source
===================
openUri()on an already open connection #9107updatevalues in bulkWrite #9160 #9157 AbdelrahmanHafezv5.9.19Compare Source
===================
requiredvalidator on single nested subdoc correctly when callingSchema#clone()#8819tiedValuewhen casting update on nested paths #9108typePojoToMixed#9085globalSetupwith Jest #9063constinstead ofvarin examples #9125 dmcgroutherv5.9.18Compare Source
===================
$localswhen initializing document #9099 #9098 AbdelrahmanHafezsetDefaultsOnInserta mongoose option so it doesn't end up in debug output #9086connect()andopenUri()options #9071v5.9.17Compare Source
===================
splice()on slice()-ed arrays #9011v5.9.16Compare Source
===================
$and,$or,$norcontain non-object values #8948$__.scopeproperty a symbol instead to work around a bug with fast-safe-stringify #8955v5.9.15Compare Source
===================
unshift()aftermap()#9012 philippejerdbfrom reserved keywords #8940refas a no-op #8946insertedDocsoninsertMany()errors #8938writeErrorsproperty on insertMany error withordered: false, even if only one op failed #8938v5.9.14Compare Source
===================
Error.prototype.toJSONread only #8986 osherkindto cast errors thrown by query execution #8953 AbdelrahmanHafezsave()docs #8956 AbdelrahmanHafezv5.9.13Compare Source
===================
v5.9.12Compare Source
===================
distinct()#8906 clhuangminimize: false#8829v5.9.11Compare Source
===================
clonewithleanwhen setting a path tonull#8807markModified()#8854v5.9.10Compare Source
===================
$set()on object keys if object path isn't in schema #8751select: falsein schema #8818 #8806 AbdelrahmanHafezinit()as opposed toonce('index')inuniqueexample #8816insertMany()return value #8820 dandvv5.9.9Compare Source
==================
strictoption #8782 #8788 AbdelrahmanHafezcloneoption withlean#8761 #8760endSession()in all transactions examples #8741returnOriginaloption #8766v5.9.7Compare Source
==================
strictandupsertare set andfiltercontains a non-schema path #8698castToNumber()allow undefined #8725 p3x-robotv5.9.6Compare Source
==================
nestedArr.0#8689execPopulate()to "populate an existing document" section #8671 #8275v5.9.5Compare Source
==================
useUnifiedTopology: true#8643slice()afterpush()#8668 #8655 AbdelrahmanHafezkeyto the same value #8652Mixedupdate validator on dotted path underneath mixed type #8659limitapplies if one document being populated has more thanlimitresults #8657limitandperDocumentLimitare set #8661 #8658 AbdelrahmanHafezrawResultoption #8662loadClass()#8623Query#populate()example to clarify thatsortdoesn't affect the original result's order #8647v5.9.4Compare Source
==================
new Model(doc)to set immutable properties when doc is a mongoose document #8642unshift()afterslice()#8482typePojoToMixedto implicitly created arrays #8627typePojoToMixedoption to schemas implicitly created because oftypePojoToMixed#8627backgroundoption tosyncIndexes()#8645_idpath in schemas #8625matchwith virtual populate #8616v5.9.3Compare Source
==================
validate()with single nested subpath only validate that single nested subpath #8626mongoose.model()return a class in the browser to allow hydrating populated data in the browser #8605syncIndexes()andcleanIndexes()drop compound indexes with_idthat aren't in the schema #8559useUnifiedTopology#8604options.timestampsparameter docs tofindOneAndUpdate()andfindByIdAndUpdate()#8619v5.9.2Compare Source
===================
{ type: mongoose.Schema.Types.Array }as equivalent to{ type: Array }#9194connect()multiple times #9167v5.9.1Compare Source
===================
requiredvalidator on single nested subdoc correctly when callingSchema#clone()#8819tiedValuewhen casting update on nested paths #9108typePojoToMixed#9085globalSetupwith Jest #9063constinstead ofvarin examples #9125 dmcgroutherv5.9.0Compare Source
==================
trimon all strings, etc.) #8487perDocumentLimitoption that limits per document infind()result, rather than across all documents #7318transformoption on individual schematypes #8403currentTimeoption for setting custom function to get the current time #3957Connection#watch()to watch for changes on an entire database #8425Document#$opproperty to make it easier to tell what operation is running in middleware #8439limitas top-level populate option #8445v5.8.13Compare Source
===================
v5.8.12Compare Source
===================
$idwith$elemMatch#8577refPathbut none of the subdocs haverefPath#8553v5.8.11Compare Source
===================
validate()multiple times in parallel on subdocs to avoid errors if Mongoose double-validates taxilian #8548 #8539mongoose.connect()after connection helpers on the same tick #8534mongoose.connect()ormongoose.createConnection()is not a function #8556utils.merge()samgladstone #8542v5.8.10Compare Source
===================
refPath#8527cleanIndexes()drops indexes with different collations #8521insertManyleanoption #8522authSourceoption #8517v5.8.9Compare Source
==================
refPath#8499Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.