Giter Site home page Giter Site logo

Comments (8)

greenkeeper avatar greenkeeper commented on May 12, 2024

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

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.14 to 5.4.15.

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

Commits

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

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.15 to 5.4.16.

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

Commits

The new version differs by 34 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 34 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.16 to 5.4.17.

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

Commits

The new version differs by 56 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 56 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.17 to 5.4.18.

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

Commits

The new version differs by 67 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
  • 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

There are 67 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.19 to 5.4.20.

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

Commits

The new version differs by 126 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 126 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.20 to 5.4.21.

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

Commits

The new version differs by 151 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 151 commits in total.

See the full diff

from oas-tools.

greenkeeper avatar greenkeeper commented on May 12, 2024
  • The devDependency mongoose was updated from 5.4.21 to 5.4.22.

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

Commits

The new version differs by 171 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 171 commits in total.

See the full diff

from oas-tools.

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.