-
Notifications
You must be signed in to change notification settings - Fork 7
chore(deps): update dependency mongoose to v5.13.23 #387
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
base: master
Are you sure you want to change the base?
Conversation
69c23a3 to
6cd6cb7
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help. |
Autoclosing SkippedThis PR has been flagged for autoclosing, however it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
6cd6cb7 to
df67cb8
Compare
df67cb8 to
a5a35b9
Compare
a5a35b9 to
d381a8c
Compare
d381a8c to
75f0290
Compare
75f0290 to
9afa9db
Compare
9afa9db to
c77a2ac
Compare
c77a2ac to
48251d8
Compare
48251d8 to
0c0851f
Compare
0c0851f to
e022e51
Compare
e022e51 to
c23714c
Compare
c23714c to
36d5666
Compare
36d5666 to
4e9f6ed
Compare
4e9f6ed to
982d169
Compare
982d169 to
64dece2
Compare
64dece2 to
adf0ac8
Compare
adf0ac8 to
8169513
Compare
8169513 to
a90fff1
Compare
a90fff1 to
4cb6a25
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #387 +/- ##
=========================================
- Coverage 90.88% 0 -90.89%
=========================================
Files 176 0 -176
Lines 6736 0 -6736
Branches 548 0 -548
=========================================
- Hits 6122 0 -6122
+ Misses 468 0 -468
+ Partials 146 0 -146 ☔ View full report in Codecov by Sentry. |
4cb6a25 to
3650a1d
Compare
3650a1d to
a1de441
Compare
418796b to
0500584
Compare
0500584 to
5911e81
Compare
5911e81 to
e72a235
Compare
This PR contains the following updates:
5.7.8→5.13.235.10.0→5.11.97Release Notes
Automattic/mongoose (mongoose)
v5.13.23Compare Source
v5.13.22Compare Source
v5.13.21Compare Source
v5.13.20Compare Source
v5.13.19Compare Source
v5.13.18Compare Source
v5.13.17Compare Source
====================
v5.13.16Compare Source
====================
bulkSave()#12019v5.13.15Compare Source
====================
v5.13.14Compare Source
====================
v5.13.13Compare Source
====================
v5.13.12Compare Source
====================
v5.13.11Compare Source
====================
useDb()#10732v5.13.10Compare Source
====================
v5.13.9Compare Source
===================
extends Documentandany#10647v5.13.8Compare Source
===================
v5.13.7Compare Source
===================
Schema#index()types #10562 JaredReisingerpush()#10546v5.13.6Compare Source
===================
next()to avoid stack overflow with large batch size #10449v5.13.5Compare Source
===================
depopulate()with no args depopulates all #10501 gfranczv5.13.4Compare Source
===================
$setOnInsert#10460docan object with correct keys #10475v5.13.3Compare Source
===================
$addToSetand with positional operator #10447discriminator()with non-document #10452 #10421 DouglasGabrv5.13.2Compare Source
===================
v5.13.1Compare Source
====================
v5.13.0Compare Source
===================
bulkSave()function that saves multiple docs in 1bulkWrite()#9727 #9673 AbdelrahmanHafezpathsToSkipto apply intoObject()andtoJSON()#10120diffIndexes()function that calculates what indexessyncIndexes()will create/drop without actually executing any changes #10362 IslandRhythmsendSession()#10306v5.12.15Compare Source
====================
Schemafor cases when we can't infer from Model #10358Query#cast()#10388 lkhodiscriminatorKeyschema option #10386 #10376 IslandRhythmsv5.12.14Compare Source
====================
Model.populate()#10335ValidationErroras a possible type forValidationError#errors#10320 IslandRhythmsModel.exists()#10336 Aminoizv5.12.13Compare Source
====================
$getAllSubdocs()#10275findOneAndUpdate()#10232 #10231 cnwangjiev5.12.12Compare Source
====================
returnOriginalwithfindOneAndUpdate()#10298 #10297 #10292 #10285 IslandRhythmsmap()result an array if used over an array #10288 quantumsheepv5.12.11Compare Source
====================
v5.12.10Compare Source
====================
defaultsoption on result documents from query options #7287 IslandRhythmspathsToValidatetovalidate()andvalidateSync()#10258loadClass()on classes that havecollectionas a static property #10257 #10254 IslandRhythmsvirtualsOnlyparameter toloadClass()function signature IslandRhythmsv5.12.9Compare Source
===================
optionsas first parameter #10216v5.12.8Compare Source
===================
toJSON()function to ensurenameproperty always ends up inJSON.stringify()output #10166 IslandRhythmsallowDiskUseoption #10177insertMany()#10144extends Document#10144UpdateWithAggregationPipelinefor cases whenUpdateQueryis used as a function param #10186useFindAndModifyanduseCreateIndexdeprecation warnings #10155v5.12.7Compare Source
===================
process.nextTick()to avoid clean stack traces causing memory leak when using synchronous recursion likeasync.whilst()#9864v5.12.6Compare Source
===================
writeConcernschema option to work around MongoDB driver'swriteConcerndeprecation warning #10083 #10009 IslandRhythmslocalFieldfilter to$elemMatchon virtual populate when custommatchhas a$elemMatchandforeignFieldis an array #10117save()when usingoptimisticConcurrencyif no changes in document #10128 IslandRhythmsobjascontextinModel.validate()ifobjis a document #10132useDb()withuseUnifiedTopology#8267create()andinsertMany()#10144eachAsync()callback receives a single doc rather than array of docs unlessbatchSizeis set #10135validateSync()is a ValidationError #10147 michaln-qv5.12.5Compare Source
===================
autoCreatevalue from Mongoose global when creating new model before callingconnect()#10091type: Booleanin Schema definitions #10085updateOne()andupdateMany()#10095deleteOne(),deleteMany()#10122useCreateIndexalwaysfalsein docs #10033v5.12.4Compare Source
===================
_idproperty #10069.$*#10123transform()function for single conventional populate #10064Tto useT & Documentinternally #10046$pullwith$paths #10075Datetype for$currentDate#10058$unsetproperties to be any value #10066indexproperty to a string #10077v5.12.3Compare Source
===================
writeConcern()method to avoid writeConcern deprecation warning #10009createCollection()and other helpers to avoid event emitter warning #9778Connection#idto Mongoose instance so id always lines up withmongoose.connectionsindex #10025 IslandRhythmspromiseOrCallback()if 3rd param isn't an EventEmitter #10055 emrebassModel.discriminator()#10054 coro101next()callback forpre('insertMany')hooks #10078 #10072 pezzutransformto PopulateOptions interface #10061v5.12.2Compare Source
===================
post('find')hooks with an array of docs #10015 #9982 IslandRhythmsrefas an option on an array SchemaType #10029selectoption from array schematypes #10029Schema()constructor #10035 zpbrentQueryWithHelpersso query helpers pass through chaining #10040upsertedarray toupdateOne(),updateMany(),update()result #10042Aggregate#project()types that were mistakenly removed in 5.12.0 #10043typein Schema to a SchemaType class or a Schema instance #10030session.withTransaction()beforesession.startTransaction()becausewithTransaction()is the recommended approach #10008mongoose.Types#10016v5.12.1Compare Source
====================
Schemafor cases when we can't infer from Model #10358Query#cast()#10388 lkhodiscriminatorKeyschema option #10386 #10376 IslandRhythmsv5.12.0Compare Source
===================
transformoption that Mongoose will call on every populated doc #3775Query#pre()andQuery#post()public #9784Document#getPopulatedDocs()to return an array of all populated documents in a document #9702 IslandRhythmsDocument#getAllSubdocs()to return an array of all single nested and array subdocuments #9764 IslandRhythmsschemaas a schema path name #8798 IslandRhythmsnoListeneroption to help with use cases where you're usinguseDb()on every request #9961mongoose.createConnection()#9985explainoption toModel.exists()#8098 IslandRhythmsv5.11.20Compare Source
====================
dbevents deprecation warning with 'close' events #10004 #9930$pullmore permissive to allow dotted paths #9993v5.11.19Compare Source
====================
validateModifiedOnlyis set #9963findOneAndReplace()#9951loadClass()#9975Schemaconstructor #9969typeto an array of schemas when using SchemaDefinitionType #9962v5.11.18[Compare Source](https://redirect.github.com/Automattic/mongoose/compar
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.