Skip to:
Content

BuddyPress.org

Changeset 13355 for trunk/package.json


Ignore:
Timestamp:
11/05/2022 05:25:42 AM (3 years ago)
Author:
imath
Message:

Update the GH action WP testing matrix, WP PHPunit and @wordpress/env

This commit also fixes:

  • a GH action issue when testing WP < 6.1. In this case we need to downgrade WP PHPunit to a version lower than 6.1.0 to avoid @wordpress/env unit test command to fail (Internal Server Error).
  • the database error when running the BP_Tests_Groups_Functions test.

Closes https://github.com/buddypress/buddypress/pull/34
Fixes #8759

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r13285 r13355  
    77    "devDependencies": {
    88        "@babel/core": "~7.18.2",
    9         "@wordpress/babel-preset-default": "^6.11.0",
     9        "@wordpress/babel-preset-default": "^7.1.1",
    1010        "@wordpress/browserslist-config": "~4.1.0",
    11         "@wordpress/env": "^4.7.0",
     11        "@wordpress/env": "^5.6.0",
    1212        "@wordpress/stylelint-config": "~19.1.0",
    13         "autoprefixer": "^9.8.6",
     13        "autoprefixer": "^9.8.8",
    1414        "grunt": "^1.5.3",
    1515        "grunt-check-dependencies": "~1.0.0",
Note: See TracChangeset for help on using the changeset viewer.