This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 227195 - Provide ability to upgrade JS libraries
Summary: Provide ability to upgrade JS libraries
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on: 227193 227194
Blocks: 229313
  Show dependency tree
 
Reported: 2013-03-08 07:33 UTC by Tomas Mysik
Modified: 2015-06-16 11:59 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-03-08 07:33:48 UTC
From David's e-mail:

Having in place both #227193 and #227194 enhancements we could provide ability to upgrade libraries when newer version gets available in CDNJS. We could mark those libraries in the UI and for example added a button "Upgrade" which would show list of upgradable libraries and which versions are available and user could indicate per library which one to upgrade. Or even simpler: current list of "Selected" libraries in "JavaScirpt Files" panel could be turned into table with two columns and version column would be "editable" - meaning that user could not only upgrade but also downgrade if needed. The library would be editable only when package.json file exists for it.
Comment 1 Petr Jiricka 2014-07-18 09:21:43 UTC
Isn't this done now?
Comment 2 Tomas Mysik 2014-07-18 10:32:57 UTC
I do not think so. We only allow to download latest list of JS libraries but no special support for outdated project JS libs is done.
Comment 3 Tomas Mysik 2014-09-10 07:11:06 UTC
Honza will be working on new JS library manager(s).

thanks.
Comment 4 Jan Stola 2015-06-16 11:59:12 UTC
npm/bower/CDNJS libraries can be upgraded using the corresponding JS libraries dialog in project properties by now.