NFive / hub

NFive plugin hub website
https://hub.nfive.io/
GNU General Public License v3.0
2 stars 3 forks source link

An in-range update of mongoose is breaking the build 🚨 #36

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency mongoose was updated from 5.5.11 to 5.5.12.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mongoose is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/NFive/hub/builds/539653326?utm_source=github_status&utm_medium=notification)).

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

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:

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1215 commits.

  • a523950 chore: release 5.9.11
  • 10d6fa8 Merge pull request #8893 from AbdelrahmanHafez/patch-4
  • 447ff9e upgrade mongodb to v3.5.7
  • e8dc41c Merge pull request #8876 from AbdelrahmanHafez/eslint-arrow
  • 44dd876 automatically add arrow spaces by eslint
  • 798a774 Merge pull request #8861 from AbdelrahmanHafez/patch-1
  • 64d472b Merge pull request #8853 from tusharf5/master
  • 224dcd0 Merge pull request #8848 from AbdelrahmanHafez/gh-8821
  • fa0a67c Remove unnecessary { strict: false } from test
  • 8b055cf fix(populate): handle clone with lean when setting a path to null
  • 63678a8 chore: update opencollective sponsors
  • f5b9b26 docs(faq): clarify setting paths under document arrays with markModified()
  • 49e78ac docs: use ES6 classes for custom schema type example
  • ce0f6f0 Merge pull request #8850 from AbdelrahmanHafez/select-undefined-null
  • e08cf03 Merge pull request #8847 from AbdelrahmanHafez/patch-2

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1269 commits.

  • ba0f199 chore: release 5.9.12
  • 54dd5cb fix(connection): throw more helpful error in case of IP whitelisting issue with Atlas
  • 2bea453 chore: update opencollective sponsors
  • 17b7988 style: fix lint
  • ff60457 fix(document): set defaults if setting nested path to empty object with minimize: false
  • 3ce7c3a test(document): repro #8829
  • ace85cf test: fix more tests re: #8888
  • 5b35f20 test: fix tests re: #8888
  • 5cca9d6 fix(document): report cast error on array elements with array index instead of just being a cast error for the whole array
  • bea601c test(document): repro #8888
  • 7e48689 Merge pull request #8914 from AbdelrahmanHafez/gh-8899
  • 6aec60e Merge pull request #8911 from AbdelrahmanHafez/gh-8901
  • c66c3d4 Merge pull request #8885 from AbdelrahmanHafez/gh-8267
  • b0a3fc4 Merge pull request #8919 from AbdelrahmanHafez/gh-8917
  • fd9d211 Merge pull request #8906 from clhuang/distinctOptions

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1292 commits.

  • a8534e0 chore: release 5.9.13
  • 7911d92 fix(schema): mark correct path as modified when setting a path underneath a nested array of documents
  • 397d812 test(document): repro #8926
  • 68ea2d6 Merge pull request #8952 from philippejer/gh-8951
  • 14a2555 fix(update): moveImmutableProperties() should be called sooner.
  • d98efa3 test(update): repro #8951
  • 4f7dc4f Merge branch 'master' of github.com:Automattic/mongoose
  • cb6294e docs(browser): add back sample webpack config
  • 5e68476 Merge pull request #8929 from AbdelrahmanHafez/gh-8923
  • 718f844 chore: update opencollective sponsors
  • 9037184 refactor(queryhelpers): make exclude depend on falsy values
  • 1b85689 Merge pull request #8937 from AbdelrahmanHafez/patch-3
  • 876577d style: break up line
  • 947b2dc Merge pull request #8930 from AbdelrahmanHafez/gh-8924
  • fe67322 docs(faq): fix broken reference in limit vs perDocumentLimit

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1325 commits.

  • dbdc417 chore: release 5.9.14
  • 1bdec38 Merge pull request #8986 from osher/patch-1
  • b293a36 Merge pull request #8983 from AbdelrahmanHafez/test/casting-discriminator-key
  • 28c845a Merge pull request #8987 from Andrew5569/patch-1
  • d05dc13 chore: fix typo
  • 810efe5 Merge pull request #8978 from AbdelrahmanHafez/gh-8974
  • 52d2986 Merge pull request #8970 from AbdelrahmanHafez/patch-5
  • 4e9c5fe Merge pull request #8976 from AbdelrahmanHafez/gh-8953
  • 78031b7 Merge pull request #8966 from AbdelrahmanHafez/refactor/sort-schema-reserved
  • a93b9a5 Merge pull request #8973 from AbdelrahmanHafez/gh-8962
  • 0dd361a doc: add immutable type to Schema Types
  • c02ce2c fix(errors): user defines its own r/o err.toJSON
  • 537154e test: repro #8982
  • 1383a48 chore: update opencollective sponsors
  • 0a14ab8 fix(populate): populate virtuals defined on child discriminators

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1364 commits.

  • 8ac42aa chore: release 5.9.15
  • 14bba6f Merge pull request #9013 from philippejer/gh-9012
  • ed97aac Merge pull request #9014 from AbdelrahmanHafez/strictQuery-anchor
  • b5c5211 fix(model): report insertedDocs on insertMany() errors
  • faaff44 fix(model): ensure consistent writeErrors property on insertMany error with ordered: false, even if only one op failed
  • e736a73 test(model): repro #8938
  • 59f0024 fix(schema): treat creating dotted path with no parent as creating a nested path
  • c7dec63 test(schema): repro #9020
  • 9c172e9 style: fix lint
  • 6197c74 fix(timestamps): set createdAt and updatedAt on doubly nested subdocs when upserting
  • 3d19ec1 test(timestamps): repro #8894
  • 3c46473 docs(guide): add anchor tag to strict option
  • 2fd29b0 docs: add anchor tag to strictQuery
  • 1b190b6 fix(documentarray): make sure you can call unshift() after map()
  • 71cc8f2 chore: update opencollective sponsors

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1393 commits.

  • 54b3cae chore: release 5.9.16
  • e08670b Merge pull request #9021 from zbjornson/zb/error-class
  • 7aa470e Merge pull request #9052 from AbdelrahmanHafez/patch-6
  • 4a7c715 Merge pull request #9053 from AbdelrahmanHafez/gh-9006
  • 9a21a5b enhancement(connection): make server selection error less deterministic
  • bd2aa99 lint(compile): fix no-setter-return
  • adbf710 lint(document): remove impossible to execute branch
  • c382a57 upgrade eslint to 7.1.0
  • f1e4201 fix(query): throw CastError if filter $and, $or, $nor contain non-object values
  • 8fec66c fix(document): fix one more dangling $__.scope reference re: #8955
  • cf2ba9f fix(model): make syncIndexes() not drop index if all user-specified collation options are the same
  • 64ea7cf fix(document): make internal $__.scope property a symbol instead to work around a bug with fast-safe-stringify
  • 9b082a4 fix(discriminator): remove discriminator schema nested paths pulled from base schema underneath a mixed path in discriminator schema
  • 5cf9d2f test: repro #9042
  • 97569fa Merge pull request #9026 from dandv/patch-10

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 1416 commits.

  • e45786f chore: release 5.9.17
  • cd9f9a1 Merge pull request #9078 from AbdelrahmanHafez/gh-9070
  • b4e9fd3 Merge pull request #9075 from tigransimonyan/patch-1
  • 4704f35 Merge pull request #9069 from AbdelrahmanHafez/patch-7
  • 6cb1c92 style: fix lint
  • ec8e87e fix(populate): make populating a nested path a no-op
  • c52ce6c test(populate): repro #9073
  • 421776c fix(document): avoid tracking changes like splice() on slice()-ed arrays
  • 863490b test(document): repro #9011
  • e70b054 fix(document): clear nested cast errors when overwriting an array path
  • f9211b3 test(document): repro #9080
  • a84d246 Update faq.pug
  • ab8def1 docs(document): add validateModifiedOnly to Document#save(), Document#validate() and Document#validateSync()
  • b7c6572 Update faq.pug
  • e87d78e style: fix lint errors

There are 250 commits in total.

See the full diff