Make WordPress Core

Changeset 62743 for trunk/package.json


Ignore:
Timestamp:
07/14/2026 08:06:52 PM (2 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update npm devDependencies.

This updates the following npm devDependencies to their latest versions:

  • @playwright.test from 1.58.2 to 1.61.1
  • @types/node from 20.19.41 to 20.19.43
  • @wordpress/e2e-test-utils-playwright from 1.42.0 to 1.51.0
  • @wordpress/prettier-config from 4.42.0 to 4.51.0
  • @wordpress/scripts from 31.7..0 to 33.0.0
  • autoprefixer from 10.4.27 to 10.5.3
  • cssnano from 7.1.3 to 7.1.9
  • dotenv from 17.3.1 to 17.4.2
  • dotenv-expand from 12.0.3 to 13.0.0
  • grunt from 1.6.1 to 1.6.2
  • grunt-legacy-utils from 2.0.1 to 2.0.2
  • php-array-reader from 2.1.3 to 2.1.4
  • postcss from 8.5.8 to 8.5.19
  • qunit from 2.25.0 to 2.26.0
  • sass from 1.98.0 to 1.101.0
  • typescript from 5.9.3 to 6.0.3
  • uuid from 13.0.0 to 14.0.1
  • wait-on from 9.0.4 to 9.0.10
  • webpack from 5.105.4 to 5.108.4

The terser-webpack-plugin was also renamed to minimizer-webpack-plugin and updated from 5.4.0 to 5.6.1.

npm audit fix has also been run.

See #64968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r62739 r62743  
    3030        "devDependencies": {
    3131                "@lodder/grunt-postcss": "^3.1.1",
    32                 "@playwright/test": "1.58.2",
     32                "@playwright/test": "1.61.1",
    3333                "@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
    3434                "@types/codemirror": "5.60.17",
     
    3636                "@types/htmlhint": "1.1.5",
    3737                "@types/jquery": "3.5.34",
    38                 "@types/node": "20.19.41",
     38                "@types/node": "20.19.43",
    3939                "@types/underscore": "1.13.0",
    40                 "@wordpress/e2e-test-utils-playwright": "1.42.0",
    41                 "@wordpress/prettier-config": "4.42.0",
    42                 "@wordpress/scripts": "31.7.0",
    43                 "autoprefixer": "10.4.27",
     40                "@wordpress/e2e-test-utils-playwright": "1.51.0",
     41                "@wordpress/prettier-config": "4.51.0",
     42                "@wordpress/scripts": "33.0.0",
     43                "autoprefixer": "10.5.3",
    4444                "chalk": "5.6.2",
    4545                "check-node-version": "4.2.1",
    46                 "cssnano": "7.1.3",
    47                 "dotenv": "17.3.1",
    48                 "dotenv-expand": "12.0.3",
    49                 "grunt": "1.6.1",
     46                "cssnano": "7.1.9",
     47                "dotenv": "17.4.2",
     48                "dotenv-expand": "13.0.0",
     49                "grunt": "1.6.2",
    5050                "grunt-banner": "^0.6.0",
    5151                "grunt-contrib-clean": "~2.0.1",
     
    5959                "grunt-file-append": "0.0.7",
    6060                "grunt-jsdoc": "2.4.1",
    61                 "grunt-legacy-util": "^2.0.1",
     61                "grunt-legacy-util": "^2.0.2",
    6262                "grunt-patch-wordpress": "~4.0.0",
    6363                "grunt-replace-lts": "~1.1.0",
     
    6767                "install-changed": "1.1.0",
    6868                "json2php": "0.0.12",
    69                 "php-array-reader": "2.1.3",
    70                 "postcss": "8.5.8",
     69                "minimizer-webpack-plugin": "5.6.1",
     70                "php-array-reader": "2.1.4",
     71                "postcss": "8.5.19",
    7172                "prettier": "npm:wp-prettier@3.0.3",
    72                 "qunit": "~2.25.0",
     73                "qunit": "~2.26.0",
    7374                "react-refresh": "0.14.0",
    74                 "sass": "1.98.0",
     75                "sass": "1.101.0",
    7576                "sinon": "16.1.3",
    7677                "sinon-test": "~3.1.6",
    7778                "source-map-loader": "5.0.0",
    78                 "terser-webpack-plugin": "5.4.0",
    79                 "typescript": "5.9.3",
    80                 "uuid": "13.0.0",
    81                 "wait-on": "9.0.4",
    82                 "webpack": "5.105.4"
     79                "typescript": "6.0.3",
     80                "uuid": "14.0.1",
     81                "wait-on": "9.0.10",
     82                "webpack": "5.108.4"
    8383        },
    8484        "dependencies": {
Note: See TracChangeset for help on using the changeset viewer.