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/twentytwentyone/package.json

    r59344 r59530  
    1818    },
    1919    "devDependencies": {
    20         "@wordpress/browserslist-config": "^6.1.0",
     20        "@wordpress/browserslist-config": "^6.14.0",
    2121        "@wordpress/eslint-plugin": "^17.4.0",
    2222        "@wordpress/stylelint-config": "^21.30.0",
    23         "autoprefixer": "^10.4.19",
     23        "autoprefixer": "^10.4.20",
    2424        "chokidar-cli": "^3.0.0",
    2525        "eslint": "^8.55.0",
    2626        "minimist": "^1.2.8",
    2727        "npm-run-all": "^4.1.5",
    28         "postcss": "^8.4.38",
    29         "postcss-calc": "^10.0.0",
     28        "postcss": "^8.4.49",
     29        "postcss-calc": "^10.0.2",
    3030        "postcss-cli": "^11.0.0",
    3131        "postcss-css-variables": "^0.19.0",
    32         "postcss-custom-media": "^10.0.6",
    33         "postcss-discard-duplicates": "^7.0.0",
     32        "postcss-custom-media": "^11.0.5",
     33        "postcss-discard-duplicates": "^7.0.1",
    3434        "postcss-discard-empty": "^7.0.0",
    35         "postcss-focus-within": "^8.0.1",
    36         "postcss-merge-rules": "^7.0.2",
    37         "postcss-nested": "^6.0.0",
    38         "rtlcss": "^4.0.0",
    39         "sass": "^1.77.6",
     35        "postcss-focus-within": "^9.0.1",
     36        "postcss-merge-rules": "^7.0.4",
     37        "postcss-nested": "^7.0.2",
     38        "rtlcss": "^4.3.0",
     39        "sass": "^1.83.0",
    4040        "stylelint": "^14.16.1",
    41         "stylelint-config-recommended-scss": "^14.0.0"
     41        "stylelint-config-recommended-scss": "^14.1.0"
    4242    },
    4343    "rtlcssConfig": {
Note: See TracChangeset for help on using the changeset viewer.