Make WordPress Core


Ignore:
Timestamp:
12/17/2024 04:58:04 PM (12 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update Default Theme devDependencies.

The devDependencies for all default themes with package.json files (Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One) are now updated to their latest versions with a few exceptions in Twenty Twenty-One:

  • Upgrading stylelint/@wordpress/stylelint-config requires some work to address rule deprecations.
  • @wordpress/eslint-plugin does not yet support eslint 9.x.

Additionally, npm audit fix has been run for each theme.
See #62220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/package.json

    r59344 r59530  
    1111    ],
    1212    "homepage": "https://wordpress.org/themes/twentytwenty/",
     13    "repository": {
     14        "type": "svn",
     15        "url": "https://develop.svn.wordpress.org/trunk"
     16    },
    1317    "bugs": {
    1418        "url": "https://core.trac.wordpress.org/"
     
    1923    },
    2024    "devDependencies": {
    21         "@wordpress/browserslist-config": "^6.1.0",
    22         "@wordpress/scripts": "^28.1.0",
    23         "autoprefixer": "^10.4.19",
    24         "concurrently": "^8.2.2",
    25         "postcss": "^8.4.38",
     25        "@wordpress/browserslist-config": "^6.14.0",
     26        "@wordpress/scripts": "^30.7.0",
     27        "autoprefixer": "^10.4.20",
     28        "concurrently": "^9.1.0",
     29        "postcss": "^8.4.49",
    2630        "postcss-cli": "^11.0.0",
    27         "rtlcss": "^4.1.1",
     31        "rtlcss": "^4.3.0",
    2832        "stylelint-a11y": "^1.2.3"
    2933    },
Note: See TracChangeset for help on using the changeset viewer.