-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some dep updates #1020
Some dep updates #1020
Conversation
* bug fixes, etc... please read their CHANGELOGs * Fix README.md linkage **NOTES** * Waiting on *jquery* ... usually major releases are a bit too buggy.
Hmmm... $ npm --depth 0 outdated
Package Current Wanted Latest Location
...
mongodb 2.1.21 2.1.21 2.1.18 mongodb
... @christkv Should we be reverting back to 2.1.18? Thanks for stopping in for a brief moment. |
jQuery 3.0.0 definitely isn't working with express via modals in bootstrap in a retest. Dep of dep for #904 |
There are some issues related to 2.1.19-21 that makes it not ideal for upgrade. Instead of pulling them I set 2.1.18 as latest to avoid people pulling them less they explicitly want to. I'm working on a 2.2.0 driver that contains refactorings to address the core issues. |
Okee dokee... thanks... so far in the last 10 days it's been status quo with the dep that needs this with .21 but haven't dug real deep into it. |
* Bug fixes, etc... see their CHANGELOGs * *jquery*@3.0.0 followup... does not appear to work at all with *bootstrap* modals... see related at OpenUserJS#904 * Retested delete op * *mongodb* appears to be in the middle of a refactor and as a precaution for the backend VPS, and what is scheduled for maintenance, downgrading to announced stable just to be sure... See OpenUserJS#1020 (comment) . No detected issues in our usage yet in the last week and a half though.
jquery and bootstrap modal incompatibility fixed in dev bootstrap with twbs/bootstrap#20338 (base issue of twbs/bootstrap#16834). Hopefully the next v3.x release of bootstrap will be soon as it is stalling normative migration. Since jQuery is a known dependent and confirmed as being: DaSchTour wrote:
... an error as "missing" in doing an issue reference to #904 Also from the last time modals were touched the modal demo at http://getbootstrap.com/javascript/#static-example has changed a bit. Adding mitigation watchpoint. As discussed over there live demos are using even older versions of jQuery than we are and may not be used as validity tests. Seems I've stepped into their Pandora box over there as well. |
NOTES