Skip to content
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

Update node modules #6

Closed
binarykitchen opened this issue Nov 12, 2013 · 5 comments
Closed

Update node modules #6

binarykitchen opened this issue Nov 12, 2013 · 5 comments

Comments

@binarykitchen
Copy link

If you run npm outdated you will see you have quite a lot of outdated modules. Would be good to update them soon. Thx.

(See tkellen/js-matchdep#8)

@cowboy
Copy link
Contributor

cowboy commented Nov 12, 2013

Are there any bugs that updating these modules would fix? Because, if not, I'm not sure I see the benefit.

@binarykitchen
Copy link
Author

Because of node dedupe ... for technical reasons I am trying to keep the number of modules + their versions low on the server side when deployed.

@andrewrk
Copy link

Here's a bug that is affecting me. This module depends on glob 3.1.29, which depends on graceful-fs, which monkey patches fs. This is undesirable behavior. If you updated to glob 3.2.9, then findup-sync, and any modules which depend on it, will stop monkey patching fs.

groovebasin@0.2.0 /home/andy/dev/groovebasin
├─┬ archiver@0.6.1
│ ├─┬ file-utils@0.1.5
│ │ ├─┬ findup-sync@0.1.2
│ │ │ ├─┬ glob@3.1.21
│ │ │ │ ├── graceful-fs@1.2.3

@cowboy cowboy closed this as completed in 3a71072 Mar 14, 2014
@cowboy
Copy link
Contributor

cowboy commented Mar 14, 2014

Published to npm as findup-sync@0.1.3

@binarykitchen
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants