[buddypress-trac] [BuddyPress Trac] #7429: Update and fix all the NPM things

buddypress-trac noreply at wordpress.org
Mon Jan 30 02:29:52 UTC 2017


#7429: Update and fix all the NPM things
------------------------------+-----------------
 Reporter:  netweb            |      Owner:
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  2.8
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:
------------------------------+-----------------
 This is a rolling ticket for numerous issues relating to BuddyPress' use
 of NodeJS and NPM

 1. Update out of date packages, see table below

 2.  Update Node engine from 6.6.0 to latest 6.x LTS release 6.9.4 in
 `package.json`

 3. NPM modules in `package.json` should only use semantic versioning  `~`
 ''minor'' versions, rather than `^` ''major'' versions, regardless of the
 `npm-shrinkwrap.json` file this will hopefully remove one potential issue,
 and improve the stability of BPs NodeJS and NPM build tools
 implementation.

 4. Manually updating the BuddyPress version in `npm-shrinkwrap.json` is a
 task that shouldn't be performed manually, the `npm-shrinkwrap.json`
 should only be generated and/or regenerated by NPM itself.

  * Update the codex docs on how to update the `npm-shrinkwrap.json` file.
 Include notes that if using `NPM v4.x to run `npm shrinkwrap` will include
 development dependencies, whereas in NPM 3.x development dependencies had
 to be explicitly included by using `npm shrinkwrap --dev`


 5. Maybe add https://github.com/mstuart/grunt-shrinkwrap (depends  on
 pending PRs merging)

 Available NPM module updates:
 ||Package||Current ||Wanted ||Latest ||Location||
 ||grunt-check-dependencies||0.12.0||0.12.0||1.0.0||buddypress||
 ||grunt-contrib-jshint||1.0.0||1.0.0||1.1.0 ||buddypress||
 ||grunt-sass||1.2.1 ||1.2.1||2.0.0||buddypress||

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7429>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list