Dashride / mongoose-stripe-customers

A configurable mongoose.js plugin that creates a Stripe customer when a new document is created, then stores the Stripe customer ID to that document.
Apache License 2.0
8 stars 2 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 4.9.6 of mongoose just got published.

Branch Build failing 🚨
Dependency mongoose
Current Version 4.9.5
Type devDependency

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

As mongoose is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/Dashride/mongoose-stripe-customers/builds/225045908)

Commits

The new version differs by 20 commits0.

  • ca446b5 chore: release 4.9.6
  • 5fe1296 Merge pull request #5192 from jhob/gh-5189
  • 2fcd595 Merge pull request #5178 from milesbarr/patch-1
  • 159ac94 Merge pull request #5172 from tzellman/master
  • a2addca fix(model): modify discriminator() class in place
  • 1237132 test: repro #5175
  • 147e605 docs(model): fix replaceOne example for bulkWrite
  • bfd3b00 fix(document): repro and fix for gh-5189
  • 190374a fix(document): don't create a new array subdoc when creating schema array
  • d467f05 test(document): repro #5162
  • b5fa384 fix: upgrade mongodb -> 2.2.26
  • b13b09b fix(model): merge query hooks from discriminators
  • 115e85d test(model): repro #5147
  • 7f6d459 Update schematype.js
  • 551c0a7 fix(document): add parent() function to subdocument to match array subdoc

There are 20 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 4.9.7 just got published.

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

Commits

The new version differs by 16 commits0.

  • d29a115 chore: release 4.9.7
  • 1b2d1cd test: fix #5190 tests for < 3.4
  • 773639a fix(model): handle Decimal type in insertMany correctly
  • 958bbb2 test(model): repro #5190
  • 4771b05 fix(schema): ensure correct path for deeply nested schema indexes
  • f204aa7 test(schema): repro #5199
  • e432de2 fix(schema): make remove a reserved name
  • baedc21 style: fix lint
  • 60920b9 Merge branch 'master' of github.com:Automattic/mongoose
  • 9966920 fix(validation): handle returning a promise with isAsync: true
  • 4cc2a55 test: repro #5171
  • 01f3019 Merge pull request #5204 from phutchins/internalDocumentationFix
  • 15809df docs: add details about unique not being a validator
  • ee4584d Updating documentation to not be contradictory
  • 908d209 fix: upgrade kareem to handle async pre hooks correctly

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.9.9 just got published.

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

Commits

The new version differs by 51 commits0.

  • 5f0ce6e chore: release 4.9.9
  • d5da9ca fix(connection): set $hasHandler on promises returned from openSet()
  • 1f16739 style: fix lint
  • 2d459ec refactor(connection): don't use promise for createConnection()
  • be8a6e4 refactor(connection): move openSet args logic into separate function
  • 0eda07a fix(document): don't emit model error if callback specified for consistency with docs
  • 7182998 test(document): repro #5216
  • e74c9d3 fix(connection): don't throw if .catch() on open() promise
  • edd0207 test(connection): repro #5229 part 1
  • 9c05394 fix(schema): allow update with $currentDate for updatedAt to succeed
  • c55da9c test: repro #5222
  • 9986f0a docs(query): correct type for Query#regex()
  • eed8bcd fix(document): handle errors in subdoc pre validate
  • 9f24e99 test(document): repro #5215
  • 6942c34 Merge branch 'master' of github.com:Automattic/mongoose

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.9.10 just got published.

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

Commits

The new version differs by 62 commits.

  • bb1f92a chore: release 4.9.10
  • ec76786 fix(connection): ensure callback arg to openSet() is handled properly
  • 4f78b3b fix(document): check for virtual before setting nested non-existent path
  • 7393f10 test(document): repro #5250
  • 10895fe Merge branch 'master' of github.com:Automattic/mongoose
  • 236c87e fix(model): skip index build if connecting after model init and autoIndex false
  • 3f33ef6 Merge pull request #5248 from OmgImAlexis/master
  • 76e5c2e docs: remove dead plugins repo and add content links
  • bdc1b9c docs(populate): add details re: justOne in virtual populate
  • f83c9cc fix typo
  • 8a2cda8 chore: now working on 4.9.10
  • 5f0ce6e chore: release 4.9.9
  • d5da9ca fix(connection): set $hasHandler on promises returned from openSet()
  • 1f16739 style: fix lint
  • 2d459ec refactor(connection): don't use promise for createConnection()

There are 62 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.0 just got published.

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

Commits

The new version differs by 121 commits.

  • 43752e8 chore: release 4.10.0
  • 142fbba Merge pull request #5270 from Automattic/4.10
  • 4bc7b3e docs: add missing ignores to sharding plugin
  • e8c8789 Merge branch '4.10' of github.com:Automattic/mongoose into 4.10
  • 9d4c9d4 Merge branch 'master' into 4.10
  • b8f0dd8 Merge pull request #5253 from Automattic/5145
  • f3805fa Merge pull request #5252 from Automattic/4569
  • 8ba7869 Merge pull request #5268 from clozanosanchez/patch-2
  • 373bb6f Update clone method to include indexes
  • 07b12f0 chore: now working on 4.9.11
  • bb1f92a chore: release 4.9.10
  • ec76786 fix(connection): ensure callback arg to openSet() is handled properly
  • 4f78b3b fix(document): check for virtual before setting nested non-existent path
  • 7393f10 test(document): repro #5250
  • 10895fe Merge branch 'master' of github.com:Automattic/mongoose

There are 121 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.1 just got published.

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

Commits

The new version differs by 131 commits.

  • 3474d8d chore: release 4.10.1
  • dc6f887 fix(populate): handle doc.populate() with virtuals
  • a6dd311 test(populate): repro #5240
  • 6a2d405 fix(aggregate): handle sorting by text score correctly
  • b386516 test(aggregate): repro #5258
  • 54f624e Merge branch 'master' of github.com:Automattic/mongoose
  • 5038635 fix(schema): enforce that _id is never null
  • f7cbbdc docs: list a couple intermediate changes in changelog
  • d951bed chore: now working on 4.10.1
  • 274ed0f docs: add missing ignore
  • 43752e8 chore: release 4.10.0
  • 142fbba Merge pull request #5270 from Automattic/4.10
  • 4bc7b3e docs: add missing ignores to sharding plugin
  • e8c8789 Merge branch '4.10' of github.com:Automattic/mongoose into 4.10
  • 9d4c9d4 Merge branch 'master' into 4.10

There are 131 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.2 just got published.

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

Commits

The new version differs by 136 commits.

  • 23efdcf chore: release 4.10.2
  • f627ba5 fix: bump ms -> 2.0.0
  • b8263d6 fix: bump mquery for regexp vulnerability
  • 84b3e28 docs: improve projection descriptions re: #1534
  • ca5e53c chore: now working on 4.10.2
  • 3474d8d chore: release 4.10.1
  • dc6f887 fix(populate): handle doc.populate() with virtuals
  • a6dd311 test(populate): repro #5240
  • 6a2d405 fix(aggregate): handle sorting by text score correctly
  • b386516 test(aggregate): repro #5258
  • 54f624e Merge branch 'master' of github.com:Automattic/mongoose
  • 5038635 fix(schema): enforce that _id is never null
  • f7cbbdc docs: list a couple intermediate changes in changelog
  • d951bed chore: now working on 4.10.1
  • 274ed0f docs: add missing ignore

There are 136 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.3 just got published.

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

Commits

The new version differs by 152 commits.

  • 56409b6 chore: release 4.10.3
  • 405bfb3 test(timestamps): add test covering #4503
  • 3cc3499 Merge branch 'master' of github.com:Automattic/mongoose
  • b01d955 docs: add description of alias option
  • f17da00 Merge pull request #5297 from dhritzkiv/patch-2
  • c2520e1 Tweak updateOne and replaceOne documentation notes
  • 7a78207 Merge pull request #5292 from nathanallen/fix-sidebar-toggle
  • efb017f fix(schema): correctly handle ref ObjectIds from different mongoose libs
  • 3c60b4e fix(schema): load child class methods after base class methods to allow override
  • 4f9d40a test(schema): repro #5227
  • 9c7849b fixes #5291 - reveal subtopics in sidebar on first click
  • 26e92e9 fix(document): prevent infinite loop if validating nested array
  • 3f94176 test(document): repro #5282
  • a59c01f chore: add repl start script
  • dd21f01 chore: upgrade to mongodb 2.2.27

There are 152 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 4.10.4 just got published.

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

Commits

The new version differs by 159 commits.

  • 5556c05 chore: release 4.10.4
  • f4b384e docs(query): add docs about runSettersOnQuery
  • cd86287 chore: dont store test data in same directory re: #5303
  • 90c33a3 Merge pull request #5301 from Starfox64/master
  • 8bc4df6 Add data dirs in tools/ to .npmignore
  • 7505232 chore: ignore data dirs in tools/
  • e5cad83 chore: now working on 4.10.4
  • 56409b6 chore: release 4.10.3
  • 405bfb3 test(timestamps): add test covering #4503
  • 3cc3499 Merge branch 'master' of github.com:Automattic/mongoose
  • b01d955 docs: add description of alias option
  • f17da00 Merge pull request #5297 from dhritzkiv/patch-2
  • c2520e1 Tweak updateOne and replaceOne documentation notes
  • 7a78207 Merge pull request #5292 from nathanallen/fix-sidebar-toggle
  • efb017f fix(schema): correctly handle ref ObjectIds from different mongoose libs

There are 159 commits in total.

See the full diff