Open greenkeeper[bot] opened 5 years ago
dependency
mongoose was updated from 5.4.0
to 5.4.10
.Update to this version instead π
The new version differs by 88 commits.
87f691e
chore: release 5.4.10
09dd3cf
docs(jest): improve docs about fake timers
e778e0b
chore: upgrade to mongodb driver 3.1.13
42aa401
refactor: be slightly more defensive about setting document arrays
e5948b8
fix(document): copy atomics when setting document array to an existing document array
a4e33dd
test(document): repro #7472
704a5a4
docs: remove confusing references to executing a query immediately
bc95a22
docs(guides+schematypes): link to custom schematypes docs
ad71535
style: fix lint
bc5d96a
Merge branch 'gh6706'
ab208b1
docs: hook up navbar search
3fc3e2b
docs: add basic search page re: #6706
a7ccba7
chore: add domainwheel.com as a sponsor
91755fa
Merge branch 'master' into gh6706
3150958
docs(api): dont display type if method or function
There are 88 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.11
.Update to this version instead π
The new version differs by 18 commits.
381a5f5
chore: release 5.4.11
5303480
docs: add views guru as sponsor
36cc375
Merge branch 'master' of github.com:Automattic/mongoose
e5fe5d5
refactor: use consolidated isPOJO()
function instead of constructor checks
c3502ce
Merge pull request #7499 from JulioJu/doc-validateSync
d4825f6
Merge pull request #7498 from JulioJu/correct-gitignore
1b1acd5
fix(schema): handle _id: false
in schema paths as a shortcut for setting the _id
option to false
ebff7ba
test(schema): repro #7480
971e98b
Documentation: Document.prototype.validateSync returns ValidationError
e615c97
gitignore correct syntax
bee1e1b
style: fix lint
b0bfe4c
fix(update): handle $addToSet and $push with ObjectIds and castNonArrays=false
8dd71ae
test(update): repro #7479
ed1b8b8
docs(model): document session
option to save()
c937660
chore: bump lodash dev dep re: security
There are 18 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.12
.Update to this version instead π
The new version differs by 29 commits.
a8612e3
chore: release 5.4.12
5b0d78a
fix(schema): revert check for false
schema paths
4ca7417
style: fix lint
1703e3d
fix(connection): dont emit reconnected due to socketTimeoutMS
16780af
test(document): fix test
f157698
Merge branch 'master' of github.com:Automattic/mongoose
b140f15
fix(document): run single nested schematype validator if nested path has a default and subpath is modified
b58333e
test(document): repro #7493
d487dd8
Merge pull request #7515 from JulioJu/doc-ValidationError
063c719
docs: fix grammar
40b8ba3
docs: improve ValidationError description
361933c
Merge pull request #7513 from JulioJu/doc-asterisk
395ebda
Doc: ValidationError precisions
9fd0aef
Doc: add an asterisk before comment, otherwise the comment line is not generated
7365f75
chore: make search recompile when building docs
There are 29 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.13
.Update to this version instead π
The new version differs by 10 commits.
b9d34f1
chore: release 5.4.13
3a95d07
chore: add gameserverkings.com as sponsor
2b7ab3c
docs(connections): add list of connection events
aff5ed8
fix(query): throw handy error when using updateOne() with overwrite: true and no dollar keys
16e1364
test(query): repro #7475
5f6b7df
fix(schema): handle SchemaType.cast()
when using Node's util.inherits()
2e5dc00
fix(schema): support inheriting existing schema types using Node.js util.inherits()
e82a14c
test(schema): repro #7486
7070106
chore: now working on 5.4.13
ebe3ad0
chore: make search script exit when done
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.14
.Update to this version instead π
The new version differs by 18 commits.
35b90d2
chore: release 5.4.14
8dc47a5
docs(schema): add examples for remaining functions
764735b
fix(documentarray): report validation errors that occur in an array subdoc created using create()
and then set()
3fec456
test(documentarray): repro #7504
660fe60
chore: remove unnecessary print statements
13c7a00
docs(schema): add examples to schema functions
270732e
docs(migrating_to_5): link to migrating to 5 docs on the mongoosejs.com website
db79cfc
Merge branch 'master' of github.com:Automattic/mongoose
67754bd
style: fix lint
8e30004
Merge pull request #7530 from sarpik/master
3e44bc2
Merge branch 'master' of github.com:Automattic/mongoose
aa43200
docs: add MongooseError to API docs and add list of error names
0daf626
Merge pull request #7521 from nocksapp/master
8752502
fix anchor tag
b5f1723
chore: now working on 5.4.14
There are 18 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.15
.Update to this version instead π
The new version differs by 13 commits.
66e9375
chore: release 5.4.15
af4c62c
chore: now working on 5.4.15
df69f4a
Merge pull request #7552 from Automattic/gh7537
8384231
fix(schema): ensure clone() correctly gets childSchemas
1e473c6
fix(schema): clone all schema types when cloning an array
9c0f773
docs(connections): improve connectTimeoutMS docs and socketTimeoutMS docs to link to Node.js net.setTimeout()
091d601
Merge branch 'master' of github.com:Automattic/mongoose
20d3caf
fix(update): don't call schematype validators on array if using $pull with runValidators
8c3d4e6
test(model): repro #6971
b6327e9
Merge pull request #7546 from hellodigit/migration-5-setters
0ad1f1f
5.x migration: fix setter example
d42b94c
update 5.x migration guide link
e0b4b2f
docs: make MongooseError have type string
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.16
.Update to this version instead π
The new version differs by 21 commits.
a81f414
Merge branch 'master' of github.com:Automattic/mongoose
0616d7a
chore: release 5.4.16
4c7a634
Merge pull request #7563 from yoursdearboy/patch-1
ef9d8c9
Fix virtuals cloning
ece9a36
docs(model): make note about model()
making a copy of the schema arg more loud
14922a1
docs(connections): add reconnectFailed to connection docs
23bfe05
Merge branch 'master' of github.com:Automattic/mongoose
3c208b0
fix(schema): don't throw error if declaring a virtual that starts with a map path name
50efc11
test(schema): repro #7464
ef2ff4a
Merge pull request #7541 from caub/patch-1
6e06cf3
refactor(schema): iterate over paths instead of depending on childSchemas
207d326
Merge pull request #7553 from DenrizSusam/patch-1
7c4b995
fix(schema): handle nested objects with _id: false
a89d3cb
style: fix typo in comment
6b5184b
test(schema): repro #7524
There are 21 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.17
.Update to this version instead π
The new version differs by 22 commits.
15e285e
chore: release 5.4.17
a1e17dc
style: fix lint
d18ef22
Merge branch 'master' of github.com:Automattic/mongoose
921ef4d
fix(document): clean modified subpaths when sorting an array
1955a82
test(document): repro #7556
d61a762
Merge pull request #7569 from kolya182/patch-1
751cdb2
fix(update): handle all positional operator when casting array filters
4e319f7
test(update): repro #7540
5f064db
chore: fix sponsors: remove monovm, add truevendor
f91b4e7
fix(populate): handle populating nested path where top-level path is a primitive in the db
0377267
test(populate): repro #7545
a370b0e
fix(update): run update validators on array filters
7b1c23c
test(update): repro #7536
b555a85
refactor: nest bulkWrite casting tests under a describe()
4d82210
fix(model): cast $setOnInsert correctly with nested docs
There are 22 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.18
.Update to this version instead π
The new version differs by 11 commits.
52046e1
chore: release 5.4.18
2d34bfb
test(discriminator): fix tests on older node versions
ae82062
fix(model): remove $versionError from save options for better debug output
a465059
fix(model): make subclassed models handle discriminators correctly
fa662ee
test(model): repro #7547
39eec7c
fix(document): handle nested virtuals in populated docs when parent path is projected out
c7db725
test(document): repro #7491
3fa119e
Merge branch 'master' of github.com:Automattic/mongoose
a72cd6d
docs: remove datantify as a sponsor
e699426
docs: add note about typescript to contributing.md
07f31f1
chore: now working on 5.4.18
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.19
.Update to this version instead π
The new version differs by 17 commits.
5e47d8b
chore: release 5.4.19
6b40cbd
docs(guides): add link to dates docs
702682d
docs(model): add bulkWrite() options
8b483c6
test: fix date tutorial tests
14e8cd5
test: fix tests
7bdfe8c
test: fix tests
f2fc0ff
Merge pull request #7528 from chrischen/master
0761fcc
docs(tutorials): add date tutorial
26313ad
docs(guide): clarify that versioning only affects array fields
d870a31
fix(mongoose): ensure virtuals set on subdocs in global plugins get applied
2d13dc7
test(mongoose): repro #7572
2b09cdd
chore: now working on 5.4.19
a8e5483
Updated Model.translateAliases
c7e3b84
Update model.js.
38d57e5
Merge https://github.com/Automattic/mongoose
There are 17 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.20
.Update to this version instead π
The new version differs by 42 commits.
7694005
chore: release 5.4.20
f7f9f71
test: make tests more robust re: ordering of virtual populate
93930fd
chore: fix test import logic and link for #7640
d036f5d
style: fix lint
b97bef9
chore: test improvements
5353a06
Merge branch 'master' of github.com:Automattic/mongoose
5e03510
docs(tutorials): add tutorial about lean()
48c945c
test: fix tests
60169b6
Merge pull request #7635 from egorovli/patch-1
37f526a
Merge pull request #7628 from 720degreeLotus/master
7affab5
fix modelName being used as value to partialFilterExpression index
bb78de7
fix(document): allow setters to modify this
when overwriting single nested subdoc
fb8b39a
test(document): repro #7585
a4bf0cb
test: fix tests
5c3c692
test: fix tests
There are 42 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.21
.Update to this version instead π
The new version differs by 25 commits.
68c70a8
chore: release 5.4.21
9a084d6
fix(document): allow set()
on aliased path
6b3383b
test(document): repro #7592
e3b4b8b
fix(updateValidators): run update validators correctly on Decimal128 paths
d0c36f0
test(updateValidators): repro #7561
5dfca82
test: fix tests re: #7592
135c9b8
fix(document): allow .get() with aliased paths
f5fed7e
test(document): repro #7592
aa21111
fix(document): ensure custom getters on single nested subdocs don't get persisted if toObject.getters = true
b312a90
test(document): repro #7601
5b80934
fix(schema): correct out-of-date list of reserved words
07699fe
docs(model+query): add link to update results docs and examples of using results of updateOne(), etc.
6c54f24
Merge pull request #7649 from 720degreeLotus/master
48de52a
test: avoid using doesNotThrow() because it does not print error message
c9f68bc
style: fix lint
There are 25 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.22
.Update to this version instead π
The new version differs by 20 commits.
0031456
chore: release 5.4.22
e0c10b6
Merge pull request #7684 from shihabmridha/master
8ce544b
Merge pull request #7668 from kyletsang/patch-1
f4d64d1
Merge branch 'master' of https://github.com/Automattic/mongoose
87a0114
Removed duplicate Query.prototype.merge() doc
da39639
Merge from parent
80c46e9
Removed duplicate Query.prototype.merge() doc
c7ccf7b
fix(aggregate): allow modifying options in pre('aggregate') hook
05fc034
test(aggregate): repro #7606
3d8e2d7
docs(model+query): add omitUndefined
option to docs for updateX() and findOneAndX()
467c1c4
style: fix lint
5355a01
Merge branch 'master' of github.com:Automattic/mongoose
9c1110f
fix(map): correctly init maps of maps when loading from MongoDB
1e7a5d0
test(map): repro #7630
343aab7
Merge pull request #7665 from pixcai/master
There are 20 commits in total.
See the full diff
dependency
mongoose was updated from 5.4.0
to 5.4.23
.dependency
mongoose was updated from 5.4.0
to 5.5.0
.dependency
mongoose was updated from 5.4.0
to 5.5.1
.dependency
mongoose was updated from 5.4.0
to 5.5.2
.dependency
mongoose was updated from 5.4.0
to 5.5.3
.dependency
mongoose was updated from 5.4.0
to 5.5.4
.dependency
mongoose was updated from 5.4.0
to 5.5.5
.dependency
mongoose was updated from 5.4.0
to 5.5.6
.dependency
mongoose was updated from 5.4.0
to 5.5.7
.dependency
mongoose was updated from 5.4.0
to 5.5.8
.dependency
mongoose was updated from 5.4.0
to 5.5.9
.dependency
mongoose was updated from 5.4.0
to 5.5.10
.dependency
mongoose was updated from 5.4.0
to 5.5.11
.dependency
mongoose was updated from 5.4.0
to 5.5.12
.dependency
mongoose was updated from 5.4.0
to 5.5.13
.dependency
mongoose was updated from 5.4.0
to 5.5.14
.dependency
mongoose was updated from 5.4.0
to 5.5.15
.dependency
mongoose was updated from 5.4.0
to 5.6.0
.dependency
mongoose was updated from 5.4.0
to 5.6.1
.dependency
mongoose was updated from 5.4.0
to 5.6.2
.dependency
mongoose was updated from 5.4.0
to 5.6.3
.dependency
mongoose was updated from 5.4.0
to 5.6.4
.dependency
mongoose was updated from 5.4.0
to 5.6.5
.dependency
mongoose was updated from 5.4.0
to 5.6.6
.dependency
mongoose was updated from 5.4.0
to 5.6.7
.dependency
mongoose was updated from 5.4.0
to 5.6.8
.dependency
mongoose was updated from 5.4.0
to 5.6.9
.dependency
mongoose was updated from 5.4.0
to 5.6.10
.dependency
mongoose was updated from 5.4.0
to 5.6.11
.dependency
mongoose was updated from 5.4.0
to 5.6.12
.dependency
mongoose was updated from 5.4.0
to 5.6.13
.dependency
mongoose was updated from 5.4.0
to 5.7.0
.dependency
mongoose was updated from 5.4.0
to 5.7.1
.dependency
mongoose was updated from 5.4.0
to 5.7.3
.dependency
mongoose was updated from 5.4.0
to 5.7.4
.dependency
mongoose was updated from 5.4.0
to 5.7.5
.dependency
mongoose was updated from 5.4.0
to 5.7.6
.
The dependency mongoose was updated from
5.4.0
to5.4.5
.This version 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.
Find out more about this release.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: