Make WordPress Core

Changeset 62050 for trunk/package.json


Ignore:
Timestamp:
03/19/2026 01:09:10 AM (2 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update npm devDependencies.

This updates the following devDependencies:

  • @playwright/test from 1.56.1 to 1.58.2
  • @pmmmwh/react-refresh-webpack-plugin from 0.6.1 to 0.6.2
  • @types/jquery from 3.5.33 to 3.5.34
  • @types/underscore from 1.11.15 to 1.13.0
  • @wordpress/e2e-test-utils-playwright from 1.33.2 to 1.41.0
  • @wordpress/prettier-config from 4.33.1 to 4.41.0
  • @wordpress/scripts from 30.26.2 to 31.6.0
  • autoprefixer from 10.4.22 to 10.4.27
  • cssnano from 7.1.2 to 7.1.3
  • dotenv from 17.2.3 to 17.3.1
  • grunt-sass from ~4.0.1 to ~4.1.0
  • grunt-webpack from 7.0.0 to 7.0.1
  • postcss from 8.5.6 to 8.5.8
  • qunit from ~2.24.2 to ~2.25.0
  • sass from 1.94.0 to 1.98.0
  • terser-webpack-plugin from 5.3.14 to 5.4.0
  • wait-on from 9.0.3 to 9.0.4
  • webpack from 5.98.0 to 5.105.4

Props westonruter, jonsurrell, desrosj.
Fixes #64230.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r62021 r62050  
    3030    "devDependencies": {
    3131        "@lodder/grunt-postcss": "^3.1.1",
    32         "@playwright/test": "1.56.1",
    33         "@pmmmwh/react-refresh-webpack-plugin": "0.6.1",
     32        "@playwright/test": "1.58.2",
     33        "@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
    3434        "@types/codemirror": "5.60.17",
    3535        "@types/espree": "10.1.0",
    3636        "@types/htmlhint": "1.1.5",
    37         "@types/jquery": "3.5.33",
    38         "@types/underscore": "1.11.15",
    39         "@wordpress/e2e-test-utils-playwright": "1.33.2",
    40         "@wordpress/prettier-config": "4.33.1",
    41         "@wordpress/scripts": "30.26.2",
    42         "autoprefixer": "10.4.22",
     37        "@types/jquery": "3.5.34",
     38        "@types/underscore": "1.13.0",
     39        "@wordpress/e2e-test-utils-playwright": "1.42.0",
     40        "@wordpress/prettier-config": "4.42.0",
     41        "@wordpress/scripts": "31.7.0",
     42        "autoprefixer": "10.4.27",
    4343        "chalk": "5.6.2",
    4444        "check-node-version": "4.2.1",
    45         "cssnano": "7.1.2",
    46         "dotenv": "17.2.3",
     45        "cssnano": "7.1.3",
     46        "dotenv": "17.3.1",
    4747        "dotenv-expand": "12.0.3",
    4848        "grunt": "1.6.1",
     
    6363        "grunt-replace-lts": "~1.1.0",
    6464        "grunt-rtlcss": "~2.0.2",
    65         "grunt-sass": "~4.0.1",
    66         "grunt-webpack": "7.0.0",
     65        "grunt-sass": "~4.1.0",
     66        "grunt-webpack": "7.0.1",
    6767        "install-changed": "1.1.0",
    68         "postcss": "8.5.6",
     68        "postcss": "8.5.8",
    6969        "prettier": "npm:wp-prettier@3.0.3",
    70         "qunit": "~2.24.2",
     70        "qunit": "~2.25.0",
    7171        "react-refresh": "0.14.0",
    72         "sass": "1.94.0",
     72        "sass": "1.98.0",
    7373        "sinon": "16.1.3",
    7474        "sinon-test": "~3.1.6",
    7575        "source-map-loader": "5.0.0",
    76         "terser-webpack-plugin": "5.3.14",
     76        "terser-webpack-plugin": "5.4.0",
    7777        "typescript": "5.9.3",
    7878        "uuid": "13.0.0",
    79         "wait-on": "9.0.3",
    80         "webpack": "5.98.0"
     79        "wait-on": "9.0.4",
     80        "webpack": "5.105.4"
    8181    },
    8282    "dependencies": {
Note: See TracChangeset for help on using the changeset viewer.