Making WordPress.org


Ignore:
Timestamp:
05/31/2018 11:15:32 AM (8 years ago)
Author:
netweb
Message:

Support Theme: update npm, Node.js, and package dependancies

This changeset updates the minimum required versions of npm to 6.1.0 and Node.js to 8.11.2, adds a .npmrc to enforce npm to only install patch package versions, and includes packages updates following npm audit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/package.json

    r7185 r7254  
    1010    "license": "GPL-2.0-or-later",
    1111    "devDependencies": {
    12         "@wordpress/browserslist-config": "~2.1.3",
    13         "autoprefixer": "~8.4.1",
     12        "@wordpress/browserslist-config": "~2.1.4",
     13        "autoprefixer": "~8.5.2",
    1414        "grunt": "~1.0.2",
    15         "grunt-contrib-watch": "~1.0.1",
     15        "grunt-contrib-watch": "~1.1.0",
    1616        "grunt-postcss": "~0.9.0",
    1717        "grunt-rtlcss": "~2.0.1",
    1818        "grunt-sass": "~2.1.0",
    19         "grunt-stylelint": "^0.10.0",
     19        "grunt-stylelint": "~0.10.0",
    2020        "postcss-scss": "~1.0.5",
    21         "stylelint": "^9.2.0",
    22         "stylelint-config-wordpress": "^13.0.0"
     21        "stylelint": "~9.2.1",
     22        "stylelint-config-wordpress": "~13.0.0"
    2323    },
    2424    "engines": {
    25         "node": ">=8.9.3"
     25        "node": ">=8.11.2",
     26        "npm": ">=6.1.0"
    2627    },
    2728    "browserslist": [
Note: See TracChangeset for help on using the changeset viewer.