bower-update icon indicating copy to clipboard operation
bower-update copied to clipboard

DEPRECATED. Updates Bower components to the really latest versions.

Results 5 bower-update issues
Sort by recently updated
recently updated
newest added

There's an issue when trying to update bower components when there are unstable versions available. Here, I already have `jquery#2.1.4` (latest stable version), but `bower-update` shows a `3.0.0-alpha`. When I...

It seems that your latest is not available on npm...

Similar to the way this works https://www.npmjs.com/package/npm-check-updates

enhancement
pull-request-welcome

Around the time I started using, node `0.12.*`, `bower-update` started acting strange: ``` ➜ my-fancy-repo git:(master) bower-update angular: 1.3.16-build.100+sha.d5c99ea → 1.4.0-build.3943+sha.10ae33b Update? (Y/n)n Skipped. angular-animate: 1.3.16-build.100+sha.d5c99ea → 1.4.0-build.3943+sha.10ae33b Update? (Y/n)n...

bug

It seems that bower-update only updates the dependencies list (see line 31 in index.js - data.dependencies), updating devDependencies could be useful too.

enhancement
pull-request-welcome