Code Monkey home page Code Monkey logo

Comments (17)

greenkeeper avatar greenkeeper commented on June 4, 2024

After pinning to 5.5.10 your tests are passing again. Downgrade this dependency 📌.

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.5.11 to 5.5.12.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 17 commits.

  • 9f859bd chore: release 5.5.12
  • b67b826 docs(tutorials): add findOneAndUpdate() tutorial
  • 62d111f docs(documents): remove incorrect section re: #7830
  • bbfdbd5 docs(validation): add updateOne() and updateMany() to list of update validator operations
  • 9ba4e47 docs(model): make sure options lists in update() API line up
  • 9260420 chore: add craft resumes as sponsor
  • f94cc4e fix(query): apply schema-level projections to the result of findOneAndReplace()
  • 85efe9b chore: fix build on node v4 and v5
  • a091ecc chore: improve ad layout
  • f848b54 fix(model): skip applying static hooks by default if static name conflicts with query middleware
  • 6c557bf test(model): repro #7790
  • 303e8da fix(document): fix unexpected error when loading a document with a nested property named schema
  • 13c6e79 test(document): repro #7831
  • 0f32774 docs(model+query): consistently use filter as opposed to criteria re: #3921
  • 5a6c69e chore: upgrade mongodb -> 3.2.6

There are 17 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.5.12 to 5.5.13.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 36 commits.

  • dab9d1d chore: release 5.5.13
  • 1a641fd Merge pull request #7868 from dfdeagle47/docs-typo
  • 851f2df docs(model): fix typo projetion to projection
  • 32ab77c fix(model): support getting discriminator by value when creating a new model
  • 4315e83 test(model): repro #7851
  • 23dcf48 docs(transactions): add section about the withTransaction() helper
  • 6a8607b docs(model+query): link to findOneAndUpdate docs
  • 99abcb8 Merge branch 'master' of github.com:Automattic/mongoose
  • d8e46e1 fix(update): run setters on array elements when doing $addToSet, $push, etc
  • d9fa219 test(update): repro #4185
  • 0676db4 Merge pull request #7860 from Fonger/delete-one-options
  • f7432b1 docs(schema): correct schema options lists
  • e667670 feat(model): support options in deleteOne
  • 9245a03 test(model): add deleteOne with options test
  • 6581ef2 test(transactions): repro #7857

There are 36 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.5.13 to 5.5.14.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 63 commits.

  • 1be7ecd chore: release 5.5.14
  • 080fce7 test: fix tests
  • 26161b2 test: fix tests
  • 1e3647f docs(tutorials): add tutorial about custom casting functions
  • 94292e6 fix(populate): allow using refPath with virtual populate
  • 75150ca test(populate): repro #7848
  • 6133770 Merge pull request #7877 from Fonger/patch-3
  • 9f542d1 fix(query): correct this scope of setters in update query
  • 853d705 chore(deps): bump dependencies
  • 808f127 Merge pull request #7875 from tannakartikey/lean_docs_typo_fix
  • dfd6d51 Fixed a little typo
  • b4dd608 Merge pull request #7874 from Fonger/update-connection
  • 283af24 Merge pull request #7873 from Fonger/fix-7852
  • bd5f955 chore: upgrade to latest marked re: security warning
  • 70d13ae chore: use self-hosted analytics and move off of KeenIO

There are 63 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.5.14 to 5.5.15.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 77 commits.

  • 473b126 chore: release 5.5.15
  • cb62f08 Merge pull request #7891 from jyrkive/master
  • ea283b7 fix(array): copy atomics from source array (#7889)
  • 276b8e2 test(document): repro #7889
  • d7ae2e3 fix(connection): reject initial connect promise even if there is an on('error') listener
  • d14f96d style: fix lint
  • fdfe3bc fix(update): use discriminator schema to cast update if discriminator key specified in filter
  • 51cc5a5 test(update): repro #7843
  • eb5078e fix(map): make of automatically convert POJOs to schemas unless typeKey is set
  • d03129c test(map): repro #7859
  • 08c348f Merge pull request #7887 from Mickael-van-der-Beek/fix-schema-add-this
  • 339504a fix(schema): return this when Schema.prototype.add is called with Schema instance as argument
  • bb219a9 fix(model): add numAffected and result to DocumentNotFoundError re: #7844
  • 63f1736 chore: now working on 5.5.15
  • 1be7ecd chore: release 5.5.14

There are 77 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.5.15 to 5.6.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 143 commits.

  • baa2066 chore: release 5.6.0
  • ba4d84f Merge pull request #7888 from Automattic/5.6
  • 86d5c1e Merge pull request #7899 from sharils/patch-1
  • 8d1aa36 Merge pull request #7900 from sharils/patch-2
  • 30e8cc8 Fix casing
  • 3957c5d Fix reference to example schema.js
  • 1f14d36 perf(model): add lean() to exists() query for performance re: #6872
  • 57b8c74 feat(model): add Model.exists() function to quickly check whether a document matching filter exists
  • ada35e5 Merge branch 'master' into 5.6
  • 939660e chore: now working on 5.5.16
  • 117501e Merge branch 'master' into 5.6
  • 5bbc4c4 Merge pull request #7897 from Fonger/coding-style
  • 4881673 chore: replace indexOf with includes, startsWith and endsWith for String
  • 310050c chore(schema): reuse mapPath variable
  • a59ee13 chore: replace charAt(0) with startsWith

There are 143 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.0 to 5.6.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 183 commits.

  • 8529a30 chore: release 5.6.1
  • cc1b5a5 docs: add getters/setters tutorial
  • 91b61a0 Merge pull request #7921 from kizmo04/master
  • 3588ddb docs(API): fix some href
  • 4c4973a fix(update): quick improvement for #7909
  • 0314b02 fix(update): skip setting defaults for single embedded subdocs underneath maps
  • ef79737 test(update): repro #7909
  • 35e9e6e fix(document): copy date objects correctly when strict = false
  • 41ad80a test(document): repro #7907
  • a7a6663 docs: fix some href
  • 5e7ab25 fix(document): copies virtuals from array subdocs when casting array of docs with same schema
  • 2cbf493 test(document): repro #7898
  • cba74b5 Merge branch 'master' of github.com:Automattic/mongoose
  • 2b94234 fix(schema): ensure clone() coppies single embedded discriminators correctly
  • 997de73 test(schema): repro #7894

There are 183 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.1 to 5.6.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 196 commits.

  • 62433bb chore: release 5.6.2
  • 983ec03 chore: add UltimateWP as sponsor, remove Marcus Hiles
  • df8ed53 fix(model): pass doc parameter to save() error handling middleware
  • c7446a4 test(model): repro #7832
  • 44d549c docs(connection): document useCache option for useDb()
  • 077e690 fix(mongoose): add applyPluginsToChildSchemas option to allow opting out of global plugins for child schemas
  • 1a0d9bc docs(History): correct issue number
  • e22746e fix(update): allow using update() with immutable createdAt
  • e1afb60 test(update): repro #7917
  • 3d0957a docs(document): clarify toJSON()s relationship with JSON.stringify()
  • 9ce3b27 chore: now working on 5.6.2
  • 653e629 Merge pull request #7925 from christophergeiger3/patch-1
  • 68b9f40 Fix visit it URL in FAQ
  • 8529a30 chore: release 5.6.1
  • cc1b5a5 docs: add getters/setters tutorial

There are 196 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.2 to 5.6.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 221 commits.

  • 20dbaad chore: release 5.6.3
  • 39eb53f chore: clean up opencollective sponsors
  • 1a03c14 chore: remove mixmax as sponsor
  • 3a6a0a7 fix(connection): bubble up 'attemptReconnect' event from MongoDB connection
  • 8db8e87 fix(ChangeStream): set closed if emitting close event
  • 6e3ac3c fix(schema): ensure Schema#pathType() returns correct path type given non-existent positional path
  • 3894581 test(schema): repro #7935
  • 3b59d8d Merge branch '4.x'
  • f51c4aa chore: release 4.13.19
  • 223a6b9 fix(document): respect projection when running getters
  • 4cc4c19 test(document): repro #7940
  • f77d555 Merge branch '4.x'
  • 77bb4c2 Merge pull request #7953 from rayhatfield/patch-1
  • 2aeeaa8 Merge pull request #7950 from cdimitroulas/backport-aggregate-options-bugfix
  • 5258b7f Fix link to Query.prototype.select

There are 221 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.3 to 5.6.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 238 commits.

  • a2aba34 chore: release 5.6.4
  • 880836e docs(connection): add section on connection handling
  • d627073 fix(schema): support pre(Array, Function) and post(Array, Function)
  • 82442da test(schema): repro #7803
  • 9651ba7 refactor(model): use 'MongooseError' instead of 'Error' because 'Error' conflicts with global.Error
  • 701c0ec fix(document): load docs with a once property successfully
  • 36cb96e test(document): repro #7958
  • 67ddf3b docs(tutorials): add virtual tutorial
  • e96b6bd refactor(populate): move getModelsMapForPopulate() into separate function
  • 2b7622b fix(update): fix error when update property gets casted to null
  • 5393bb1 fix(queryhelpers): ensure parent select overwrites child path select if parent is nested
  • cee8bc8 test(queryhelpers): repro #7945
  • 736fcdb refactor: use ./error/index rather than ./error to avoid potential issues with imports
  • cbc81c8 fix(schema): make clone() correctly copy array embedded discriminators
  • 9db74dc test(schema): repro #7954

There are 238 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.4 to 5.6.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 263 commits.

  • 5c12eb6 chore: release 5.6.5
  • c937817 Merge branch 'master' of github.com:Automattic/mongoose
  • d3c3e5b docs(model): fix link to Model.inspect() and add example
  • 1ebdc88 chore(Makefile): improve gitreset rule for resetting .html changes in docs
  • f7238c5 Merge pull request #7989 from Fonger/add-license-1
  • 134b885 Create LICENSE.md
  • ca24377 fix(connection): remove backwards-breaking multiple mongoose.connect() call for now
  • 4f8e15b fix(document): handle setting non-schema path to ObjectId or Decimal128 if strict: false
  • 651426c test(document): repro #7973
  • 4c56aab docs: fix broken anchor links on validation tutorial
  • 1e2be40 docs(api): fix broken links to split API pages
  • 1788044 chore: remove lodash devDependency, retain isEqual() for tests that specifically cover lodash integration
  • 7d863e8 Merge pull request #7975 from perfectstorm88/master
  • 2c777eb chore: bump lodash re: security warning
  • 22652fd docs(model): link to find by id tutorial

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.5 to 5.6.6.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 285 commits.

  • d620c4b chore: release 5.6.6
  • 8911102 Merge pull request #8004 from Fonger/fix/query-delete-options
  • 6d6c5bb chore: clean up #7997
  • 962aaee fix(query): add missing options for deleteOne and deleteMany in Query
  • 41f2d50 Merge pull request #7997 from usama-asfar/master
  • 8e01b19 chore: use marked and remove old markdown dep
  • 2921dd2 fix(populate): handle refPath returning a virtual with Query#populate()
  • 4cbade9 fix(schema): make embedded discriminators instanceof their parent types
  • a73c2ab fix(mongoose): ensure destucturing and named imports work for Mongoose singleton methods like set(), etc.
  • 227e07e style: fix lint
  • 87fb26a fix(populate): handle refPath in discriminator when populating top-level model
  • 95c2a55 test(populate): repro #5109
  • fb46fe4 docs(guide): use correct mongoose.set() instead of mongoose.use()
  • 41b5ef3 docs(discriminators+api): add single nested discriminator to discriminator docs and API docs
  • 15e071b fix(array): make validators a private property that doesn't show up in for/in

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.6 to 5.6.7.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 306 commits.

  • 99c0366 chore: release 5.6.7
  • 0c4ab58 style: fix lint
  • 080c4c4 docs(query+lean): add links to mongoose-lean-virtuals, mongoose-lean-getters, mongoose-lean-defaults
  • 51bbec5 Merge branch 'master' of github.com:Automattic/mongoose
  • 3bf0bcc fix(timestamps): handle timestamps: false in child schema
  • 23d30e0 test(timestamps): repro #8007
  • ef95a51 Merge pull request #8022 from Mangosteen-Yang/patch-3
  • beab87a [docs] add example for issue #7803
  • cf938e2 Merge pull request #8015 from kolya182/update-nyc
  • dea5962 chore: peg exact version of nyc
  • 2fa506e Merge pull request #8013 from chrisweilacker/patch-2
  • de8d91a docs(mongoose): add example to mongoose constructor
  • 152a477 Update nyc. Fix vulns. Use https for homepage.
  • 3c21d23 Updated Schema.path to proper s.path
  • 54a0bb7 fix(document): support validators on nested arrays

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.7 to 5.6.8.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 328 commits.

  • bd03c4d chore: release 5.6.8
  • 6fd4975 chore: add ehic cards as opencollective sponsor
  • 01b182e refactor: handle arrays underneath mixed paths for #6405
  • 4b2f770 Merge pull request #8033 from Mangosteen-Yang/new-feature-#6403
  • f58c45f fix(document): allow saving an unchanged document if required populated path is null
  • c698590 test(document): repro #8018
  • eced064 docs(transactions): clarify relationship between session in docs and MongoDB driver ClientSession class, link to driver docs
  • c8e270e docs(plugins): rewrite plugins docs to be more modern and not use strange = exports syntax
  • f4aaa9c test: fix tests
  • 9db4857 fix(query): make findOneAndReplace() work with orFail()
  • f10f621 test(query): repro #8012
  • 1670ff1 Merge branch 'master' of github.com:Automattic/mongoose
  • 710935d fix(aggregate): allow modifying pipeline in pre('aggregate') hooks
  • a2584a1 test(aggregate): repro #8017
  • e4169a2 debug support {color: false}

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.8 to 5.6.9.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 347 commits.

  • 188b4e7 chore: release 5.6.9
  • 347eeeb chore: add papersowl as sponsor
  • 379a807 style: fix lint
  • 4a84546 fix(schema): fix test failures from previous fix of #8034
  • 6149ba3 docs(index): add dcsl as sponsor
  • f47e936 fix(schema): allow declaring ObjectId array with { type: 'ObjectID' }, last 'D' case insensitive
  • bc71f25 test(schema): repro #8034
  • ad41e38 Merge branch 'master' of github.com:Automattic/mongoose
  • 9023f30 docs(guide): add missing further reading link and link to other tutorial
  • 419cfef Merge pull request #8048 from Fonger/fix/version-error-memory-leak
  • 612c4f9 chore: now working on 5.6.9
  • 4408e55 fix(cursor): correctly handle batchSize option with query cursor
  • eff168d test(query): repro #8039
  • b850278 fix(populate): handle virtual populate with count = 0 if virtual embedded in doc array
  • 548ab98 test(populate): repro #7573 part 2

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.9 to 5.6.10.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 372 commits.

  • 3847007 chore: release 5.6.10
  • 3feb60b docs(query): add findByIdAndReplace() to docs
  • 5c2fbc5 test: fix tests re: #8073
  • 20fa775 refactor: remove async.parallel() calls
  • 5595ead chore: add ghostinspector as sponsor from opencollective
  • cbdadf2 Merge pull request #8070 from rich-earth/master
  • d0fba5e fix: fix tests re: #8062
  • aa5e737 fix(document): skip casting when initing a populated path
  • 5f416bf test(document): repro #8062
  • e98d2f7 refactor(document): remove async.each() dependencies
  • 7c7b744 Merge branch 'master' of github.com:Automattic/mongoose
  • 6eeb48e fix(document): prevent double-calling validators on mixed objects with nested properties
  • f023247 test(document): repro #8067
  • 69716ac Merge pull request #8066 from Mangosteen-Yang/master
  • 813a8d2 Update handleImmutable.js

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on June 4, 2024
  • The dependency mongoose was updated from 5.6.10 to 5.6.11.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 384 commits.

  • 64825fa chore: release 5.6.11
  • c8aaa01 fix(document): make validateUpdatedOnly option handle pre-existing errors
  • b0fd1b0 docs(query): add missing options to setOptions()
  • b81a62a style: fix lint
  • 314317e test: fix tests re: #8075
  • 57721e4 test: alternative test re: #8075
  • 58766d9 fix(model): allow passing options to exists()
  • 1f299de docs(middleware): clarify that you must add middleware before compiling your model
  • 264a1b4 fix: bump kareem -> 2.3.1 to throw readable error if middleware callback isnt a function
  • 5996613 chore: now working on 5.6.11
  • a6d1e7a Merge pull request #8089 from felipeplets/patch-1
  • ad0666b Fix issue when using find
  • 3847007 chore: release 5.6.10
  • 3feb60b docs(query): add findByIdAndReplace() to docs
  • 5c2fbc5 test: fix tests re: #8073

There are 250 commits in total.

See the full diff

from freyja.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.