Skip to:
Content

bbPress.org

Changeset 7395 for trunk/package.json


Ignore:
Timestamp:
01/08/2026 01:00:25 AM (6 months ago)
Author:
johnjamesjacoby
Message:

Tools: Remove JSValidate and use ESLint.

Also update CSS & JS assets based on new tooling.

Includes some improvements to admin area styling, specifically block previews.

In trunk, for 2.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r7353 r7395  
    3030    "devDependencies": {
    3131        "@wordpress/browserslist-config": "~2.1.3",
     32        "@wordpress/env": "^10.8.0",
    3233        "@wordpress/stylelint-config": "~22.4.0",
    33         "@wordpress/env": "^10.8.0",
    3434        "autoprefixer": "~8.2.0",
    3535        "browserslist": "~4.23.2",
     36        "coffeescript": "~2.7.0",
     37        "eslint": "~8.57.0",
    3638        "grunt": "~1.6.1",
    3739        "grunt-check-dependencies": "~1.0.0",
    3840        "grunt-checktextdomain": "~1.0.1",
     41        "grunt-composer": "~0.4.5",
    3942        "grunt-contrib-clean": "~1.1.0",
    4043        "grunt-contrib-copy": "~1.0.0",
    4144        "grunt-contrib-cssmin": "~2.2.0",
    42         "grunt-contrib-jshint": "~1.1.0",
    4345        "grunt-contrib-uglify": "~3.0.1",
    4446        "grunt-contrib-watch": "~1.1.0",
    4547        "grunt-exec": "~2.0.0",
    46         "grunt-jsvalidate": "~0.2.2",
     48        "grunt-eslint": "~24.3.0",
    4749        "grunt-legacy-util": "~1.1.1",
    4850        "grunt-patch-wordpress": "~1.0.0",
     
    5355        "grunt-terser": "~2.0.0",
    5456        "grunt-wp-i18n": "~1.0.3",
    55         "grunt-composer": "~0.4.5",
    5657        "matchdep": "~2.0.0",
    5758        "node-sass": "~9.0.0",
Note: See TracChangeset for help on using the changeset viewer.