Code Monkey home page Code Monkey logo

Comments (12)

greenkeeper avatar greenkeeper commented on May 23, 2024

After pinning to 5.2.17 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.2.18 to 5.3.0.

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

Commits

The new version differs by 65 commits.

  • ab8a709 chore: release 5.3.0
  • d6de918 Merge pull request #7065 from Automattic/5.3
  • 9b61bb0 docs(query): add better docs for the mongooseOptions() function
  • 2ce5408 feat(aggregate): support for/await/of for Model.aggregate()
  • 638047d chore: ignore correct dir re: #6737
  • 57ecaf4 feat(query): support stage 3 async iterators if Symbol.asyncIterator is set
  • 2350c3c Merge branch 'master' into 5.3
  • 4f5ca54 style: fix all lint warnings
  • 87d873f chore: now working on 5.2.19
  • 7735212 feat(mongoose): add global now() function that you can stub for testing timestamps
  • b7ef43d Merge branch 'master' into 5.3
  • b68c992 feat(mongoose): add top-level mongoose.ObjectId, mongoose.Decimal128 for easier schema declarations
  • 86ec8d4 Merge branch '5.3' of github.com:Automattic/mongoose into 5.3
  • de761b5 Merge branch 'master' into 5.3
  • 07a1d22 Merge pull request #7033 from Automattic/gh4412

There are 65 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.0 to 5.3.1.

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

Commits

The new version differs by 84 commits.

  • 164ebad chore: release 5.3.1
  • bb020a7 fix(model): avoid printing warning if _id index is set to "hashed"
  • 50b9dae docs(schematypes+validation): clean up links from validation docs to schematypes docs
  • b3f9705 docs(populate): rewrite refPath docs to be simpler and more direct
  • b1e3725 test: fix tests re: #7068
  • da6eab3 Merge pull request #7068 from lineus/fix-7022
  • acc4783 docs(faq): explain why destructuring imports are not supported in FAQ
  • d2d9926 fix(populate): handle nested populate underneath lean array correctly
  • cd0ce5d test(populate): repro #7052
  • c30c31c fix(update): make timestamps not crash on a null or undefined update
  • 2e6a5a6 test(update): repro #7041
  • 479a2d9 fix(model): apply timestamps to nested docs in bulkWrite()
  • a2bc239 test(model): repro #7032
  • e9f8d9b style: fix lint
  • 217595b refactor: move bulkWrite casting into a helper

There are 84 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.1 to 5.3.2.

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

Commits

The new version differs by 110 commits.

  • 5c0e444 chore: release 5.3.2
  • cffd32d fix(query): make sure to return correct result from orFail()
  • 2045f0e test(schema): test setting updatedAt to createdAt: false
  • 8872a68 Merge pull request #7101 from gsandorx/patch-1
  • a7b8da4 Update query.js
  • 19d5a06 chore: add promise-debug for easier debugging unhandled rejections re: #6997
  • 1d9f52e Merge branch 'master' of github.com:Automattic/mongoose
  • 476c1b9 fix(mongoose): isolate Schema.Types between custom Mongoose instances
  • 88a4df8 test(mongoose): repro #6933
  • 817bbcc Merge pull request #7088 from lineus/fix-7074
  • b2cefc4 fix(mongoose): avoid unhandled rejection when mongoose.connect() errors with a callback
  • 7a81df4 test: repro #6997
  • 941a695 fix(document): dont mark single nested path as modified if setting to the same value
  • 5604f13 test(document): repro #7048
  • 419c5d4 fix(populate): use WeakMap to track lean populate models rather than leanPopulateSymbol

There are 110 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.2 to 5.3.3.

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

Commits

The new version differs by 134 commits.

  • 9ab9552 chore: release 5.3.3
  • 9af233a docs: re-add array type to API docs
  • e69b620 docs(connections): add note about members.host errors due to bad host names in replica set
  • 6e20941 docs(plugins): add list of officially supported plugins
  • 4d03c7e fix(document): enable storing mongoose validation error in MongoDB by removing $isValidatorError property
  • 455fc83 test(document): repro #7127
  • 74dbdc1 test(connection): add coverage for #7122
  • c7511fe docs(model): make #7126 consistent with rest of middleware docs
  • b1d01e7 Merge pull request #7126 from lineus/docs-7114
  • b62eccd Merge pull request #7122 from jesstelford/patch-1
  • e9a6ed4 Merge pull request #7080 from lineus/docs-7076
  • 831327d docs(schema): add examples of using regexps for middleware
  • dae722f aggregate triggers aggregate middleware
  • 0b89290 Correctly create collections within Model.createCollection
  • 0add6ca fix wonky wording in numbers/buffer

There are 134 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.3 to 5.3.4.

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

Commits

The new version differs by 160 commits.

  • 6e339de chore: release 5.3.4
  • 7475002 Merge branch 'master' of github.com:Automattic/mongoose
  • 40dab43 docs(schema): add example of add() with another schema
  • 1c15a48 Merge pull request #7110 from lineus/fix-7108
  • 61a05be docs(deprecations): add note about gridstore deprecation
  • a2fa94c fix(query): don't require passing model to cast()
  • 1601597 style: fix lint
  • b9ea793 fix(populate): handle plus path projection with virtual populate
  • 18f6389 test(populate): repro #7050
  • fb7e367 docs(guide): add storeSubdocValidationError option to guide
  • f111af2 fix(document): support storeSubdocValidationError document to opt out of duplicate validation errors for single nested docs
  • b7f0c2b test(document): repro #6802
  • e57949a docs(schematypes): elaborate on how schematypes relate to types
  • a093a62 fix(schema): allow using ObjectId type as schema path type
  • 8f360ba test(schema): repro #7049

There are 160 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.5 to 5.3.6.

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

Commits

The new version differs by 188 commits.

  • 06b899b chore: release 5.3.6
  • 5a856a7 fix(query): fix undefined transforms error
  • 3ecf749 chore: release 5.3.5
  • c1d3c64 fix(cursor): defer checking transform option until after hooks so hooks can set it
  • dc34561 fix(cursor): handle non-boolean lean option in eachAsync()
  • 5acf67b test(cursor): repro #7137
  • 7d46351 fix(document): handle setting single doc with refPath to document
  • fcf980a test(document): repro #7070
  • 5a6e295 fix(types): use core Node.js buffer prototype instead of safe-buffer because safe-buffer is broken for Node.js 4.x
  • a135e49 fix(document): make $session() propagate sessions to child docs
  • a2103c5 test(document): repro #7104
  • ff7f258 fix(update): correct cast update that overwrites a map
  • ab8282d test(update): repro #7111
  • afd77e0 fix(query): ensure context is correct for query casting with maps
  • 5f6bb9a fix(model): make sure versionKey on replaceOne() always gets set at top level to prevent cast errors

There are 188 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.6 to 5.3.7.

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

Commits

The new version differs by 208 commits.

  • 578a16d chore: release 5.3.7
  • 4fa41e8 Merge pull request #7180 from lineus/fix-6075
  • addc12a Merge pull request #7184 from lineus/fix-7173
  • 4d7d05f simplify declaration of NodeBuffer
  • 4f83211 fallback to safe-buffer in the browser
  • 35118dd change !includes to indexof === -1
  • a611926 fix(update): copy exact errors from array subdoc validation into top-level update validator error
  • b321e81 test(update): add one more case for #7135
  • e1a7ae5 fix(update): run update validators on nested doc when $set on an array
  • 460b703 test(update): repro #7135
  • 47d8fac docs(guide): add links to individual schema types from guide
  • dcac7bc docs(schematypes): add note about nested paths with type getting converted to mixed
  • ade298f make depopulate remove populated virtuals too
  • 1c1bda8 add test for depopulate on an unpopulated doc
  • d3eaec1 fix(document): support propsParameter for validateSync() and make validateSync() handle custom validators returning promise

There are 208 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.7 to 5.3.8.

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

Commits

The new version differs by 224 commits.

  • a62895e chore: release 5.3.8
  • 4dbad82 fix: add unnecessary files to npmignore
  • baf17d1 chore: use latest express in example
  • fa865ee style: fix lint
  • 974465f fix(document): sets defaults correctly in child docs with projection
  • df53639 test(document): repro #7159
  • be563e9 style: fix lint
  • c7f216c fix(mongoose): handle setting custom type on a separate mongoose global
  • 9088623 test(mongoose): repro #7158
  • b698e4e test: fix tests re: #7104
  • 26f2c22 fix(model): set session when creating new subdoc
  • a9ac145 test(model): repro #7104
  • 316d6f6 chore: remove tbd dependency re: security warnings from github
  • ba9ce9b chore: now working on 5.3.8
  • 24b34d8 Merge pull request #7191 from lineus/fix-6881-part2

There are 224 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.10 to 5.3.11.

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

Commits

The new version differs by 280 commits.

  • 300481f chore: release 5.3.11
  • 146643d docs(lambda): use async/await with lambda example
  • b6fce2e test(model): fix tests re: #7220
  • 29fda3a fix(model): make parent pointers non-enumerable so they don't crash JSON.stringify()
  • d869673 test(model): repro #7220
  • d22bd30 fix(document): allow saving docs with nested props with '.' using checkKeys: false
  • e68e789 test(document): repro #7144
  • 75da520 chore: now working on 5.3.11
  • c95c6f2 chore: release 5.3.10
  • 88e705a fix(document): avoid manual populate if ref not set
  • 41e42bb test(document): repro #7193
  • 437ad98 docs: add link to further_reading
  • 6489cc2 docs: add missing file
  • e4a5544 docs: finish up further_reading
  • 3e7ff87 Merge branch 'master' into docs-further-reading

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.11 to 5.3.12.

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

Commits

The new version differs by 291 commits.

  • 8f4c350 chore: release 5.3.12
  • c67717a Merge pull request #7237 from ivanseidel/patch-1
  • 79bdca8 Merge pull request #7238 from a-harrison/patch-1
  • e509c37 Fixes hardcode instance of class comparation
  • 785f91c Removing ^4.11.0 as compatible with MongoDB 3.6
  • be66eb2 docs(api): link to bulk write result object in bulkWrite() docs
  • cc7c1f1 docs(migrating_to_5): add note about new bulkWrite result object structure re: #7225
  • 4a8ba0a docs: make individual options show up as nested lists
  • 00e33ec fix(document): don't mark array as modified on init if doc array has default
  • 99f73a0 test(document): repro #7227
  • de246f9 chore: now working on 5.3.12
  • 300481f chore: release 5.3.11
  • 146643d docs(lambda): use async/await with lambda example
  • b6fce2e test(model): fix tests re: #7220
  • 29fda3a fix(model): make parent pointers non-enumerable so they don't crash JSON.stringify()

There are 250 commits in total.

See the full diff

from freyja.

greenkeeper avatar greenkeeper commented on May 23, 2024
  • The dependency mongoose was updated from 5.3.12 to 5.3.13.

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

Commits

The new version differs by 313 commits.

  • a793a87 chore: release 5.3.13
  • 950e1c4 fix: bump mongodb driver -> 3.1.10
  • 6fa0b7c docs(schematype): add ref() function to document what is a valid ref path in a schematype
  • 50c1ffe fix(populate): support setting a model as a ref
  • 7bc5d6a test(populate): repro #7253
  • 140bf6d docs(index): add CodeFirst as a sponsor
  • a6bf670 fix(array): clean modified subpaths when calling splice()
  • 0eac31e test(array): repro #7249
  • df97da1 fix(document): report correct validation error if doc array set to primitive
  • 86565d5 test(document): repro #7242
  • 9bc6f00 Merge branch 'master' of github.com:Automattic/mongoose
  • 82ad031 fix(connection): wait before reporting connection as closed so MongoDB driver has time to flush
  • 7140699 Merge pull request #7248 from a-harrison/patch-2
  • c3d5f2f fix: only print jest warning if using jsdom environment re: #7240
  • 869fbcc style: fix lint

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.