Making WordPress.org


Ignore:
Timestamp:
03/15/2022 08:19:34 PM (4 years ago)
Author:
ryelle
Message:

Plugin Directory: Update packages & build process.

This updates the Gruntfile, to switch from node-sass (deprecated) to sass, and remove the pixrem polyfill (the browsers we support all support rems now). It also updates all the dependencies to their latest versions.

File:
1 edited

Legend:

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

    r10605 r11676  
    1313    "build:js": "wp-scripts build",
    1414    "build": "npm run build:css && npm run build:js",
    15     "format:js": "wp-scripts format-js client",
     15    "format:js": "wp-scripts format client",
    1616    "lint:js": "wp-scripts lint-js client",
    1717    "test": "echo \"Error: no test specified\" && exit 1"
     
    2525  ],
    2626  "devDependencies": {
    27     "@wordpress/browserslist-config": "2.7.0",
    28     "@wordpress/scripts": "12.6.1",
    29     "autoprefixer": "10.2.3",
    30     "concurrently": "5.3.0",
    31     "cssnano": "4.1.10",
    32     "eslint": "7.18.0",
    33     "grunt": "1.3.0",
     27    "@lodder/grunt-postcss": "3.1.1",
     28    "@wordpress/browserslist-config": "4.1.2",
     29    "@wordpress/scripts": "22.2.1",
     30    "autoprefixer": "10.4.3",
     31    "concurrently": "7.0.0",
     32    "cssnano": "5.1.4",
     33    "eslint": "8.11.0",
     34    "grunt": "1.4.1",
    3435    "grunt-contrib-watch": "1.1.0",
    35     "grunt-postcss": "https://github.com/C-Lodder/grunt-postcss#v3.0.0",
    3636    "grunt-rtlcss": "2.0.2",
    3737    "grunt-sass": "3.1.0",
    3838    "grunt-sass-globbing": "1.5.1",
    39     "lodash": "4.17.20",
    40     "node-sass": "4.14.1",
    41     "pixrem": "5.0.0",
    42     "postcss": "8.2.4",
     39    "postcss": "8.4.11",
    4340    "prop-types": "15.7.2",
    44     "rtlcss": "3.0.0",
    45     "webpack": "4.46.0"
     41    "rtlcss": "3.5.0",
     42    "sass": "1.49.9",
     43    "webpack": "5.70.0"
    4644  }
    4745}
Note: See TracChangeset for help on using the changeset viewer.