Skip to:
Content

bbPress.org

Changeset 7353 for trunk/package.json


Ignore:
Timestamp:
11/14/2025 07:39:41 PM (7 months ago)
Author:
johnjamesjacoby
Message:

Tools - Build: Upgrade Composer, npm, and add wp-env for PHPUnit.

This commit modernizes the dev environment, bringing it up-to-speed with BuddyPress and others.

Props sirlouen.

In trunk, for 2.7.

Fixes #3610.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r7283 r7353  
    3131        "@wordpress/browserslist-config": "~2.1.3",
    3232        "@wordpress/stylelint-config": "~22.4.0",
     33        "@wordpress/env": "^10.8.0",
    3334        "autoprefixer": "~8.2.0",
    3435        "browserslist": "~4.23.2",
     
    4950        "grunt-rtlcss": "~2.0.2",
    5051        "grunt-sass": "~3.1.0",
    51         "grunt-stylelint": "~0.8.0",
     52        "grunt-stylelint": "~0.18",
    5253        "grunt-terser": "~2.0.0",
    5354        "grunt-wp-i18n": "~1.0.3",
     55        "grunt-composer": "~0.4.5",
    5456        "matchdep": "~2.0.0",
    5557        "node-sass": "~9.0.0",
     
    5759        "postcss-markdown": "~1.2.0",
    5860        "postcss-scss": "~1.0.2",
    59         "stylelint": "~15.11.0",
    60         "stylelint-scss": "~6.4.1",
     61        "stylelint": "~14",
     62        "stylelint-scss": "~5",
    6163        "terser": "~5.31.3"
     64    },
     65    "scripts": {
     66        "wp-env": "wp-env",
     67        "test-php": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/bbPress composer test"
    6268    }
    6369}
Note: See TracChangeset for help on using the changeset viewer.