Make WordPress Core


Ignore:
Timestamp:
02/05/2021 03:04:27 AM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.

This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.

In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.

Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.

Location:
branches/5.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/package.json

    r49468 r50188  
    88    },
    99    "engines": {
    10         "node": "12.16.0",
    11         "npm": "6.14.0"
     10        "node": ">=14.15.0",
     11        "npm": ">=6.14.8"
    1212    },
    1313    "author": "The WordPress Contributors",
     
    3131        "@wordpress/library-export-default-webpack-plugin": "1.7.0",
    3232        "@wordpress/scripts": "12.1.1",
    33         "autoprefixer": "9.6.2",
     33        "autoprefixer": "^9.8.6",
    3434        "chalk": "4.1.0",
    35         "check-node-version": "4.0.1",
    36         "copy-webpack-plugin": "^5.1.1",
     35        "check-node-version": "4.0.3",
     36        "copy-webpack-plugin": "^5.1.2",
    3737        "cssnano": "4.1.10",
    3838        "dotenv": "8.2.0",
    3939        "dotenv-expand": "5.1.0",
    40         "grunt": "~1.1.0",
     40        "grunt": "~1.3.0",
    4141        "grunt-banner": "^0.6.0",
    4242        "grunt-contrib-clean": "~2.0.0",
     
    4545        "grunt-contrib-cssmin": "~3.0.0",
    4646        "grunt-contrib-imagemin": "~4.0.0",
    47         "grunt-contrib-jshint": "2.1.0",
    48         "grunt-contrib-qunit": "^3.1.0",
    49         "grunt-contrib-uglify": "~4.0.1",
     47        "grunt-contrib-jshint": "3.0.0",
     48        "grunt-contrib-qunit": "^4.0.0",
     49        "grunt-contrib-uglify": "~5.0.0",
    5050        "grunt-contrib-watch": "~1.1.0",
    5151        "grunt-file-append": "0.0.7",
    5252        "grunt-includes": "~1.1.0",
    53         "grunt-jsdoc": "2.4.0",
     53        "grunt-jsdoc": "2.4.1",
    5454        "grunt-jsvalidate": "~0.2.2",
    55         "grunt-legacy-util": "^1.1.1",
     55        "grunt-legacy-util": "^2.0.0",
    5656        "grunt-patch-wordpress": "~3.0.0",
    5757        "grunt-postcss": "~0.9.0",
    5858        "grunt-replace-lts": "~1.1.0",
    59         "grunt-rtlcss": "~2.0.1",
     59        "grunt-rtlcss": "~2.0.2",
    6060        "grunt-sass": "~3.1.0",
    61         "grunt-webpack": "^3.1.3",
     61        "grunt-webpack": "^4.0.0",
    6262        "ink-docstrap": "1.3.2",
    6363        "install-changed": "1.1.0",
    6464        "jquery-migrate": "1.4.1",
    6565        "matchdep": "~2.0.0",
    66         "node-sass": "~4.14.1",
    6766        "prettier": "npm:wp-prettier@2.0.5",
    6867        "puppeteer": "npm:puppeteer-core@3.0.0",
    69         "qunit": "~2.9.0",
    70         "sinon": "~9.0.0",
     68        "qunit": "~2.14.0",
     69        "sass": "^1.32.6",
     70        "sinon": "~9.2.4",
    7171        "sinon-test": "~3.0.0",
    72         "source-map-loader": "^0.2.4",
    73         "uglify-js": "^3.6.0",
     72        "source-map-loader": "^1.1.3",
     73        "uglify-js": "^3.12.6",
    7474        "uglifyjs-webpack-plugin": "2.2.0",
    75         "uuid": "8.2.0",
    76         "wait-on": "3.3.0",
     75        "uuid": "8.3.2",
     76        "wait-on": "5.2.1",
    7777        "webpack": "4.43.0",
    78         "webpack-dev-server": "3.11.0",
     78        "webpack-dev-server": "3.11.2",
    7979        "webpack-livereload-plugin": "2.3.0"
    8080    },
Note: See TracChangeset for help on using the changeset viewer.