From c10c463df2ff5ff219725dd48612ac1ba9efb69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 10:19:56 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-performance Bumps [newfold-labs/wp-module-performance](https://github.com/newfold-labs/wp-module-performance) from 2.6.0 to 3.2.2. - [Release notes](https://github.com/newfold-labs/wp-module-performance/releases) - [Commits](https://github.com/newfold-labs/wp-module-performance/compare/2.6.0...3.2.2) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-performance dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 233 ++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 181 insertions(+), 54 deletions(-) diff --git a/composer.json b/composer.json index b185899..abd38f1 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "newfold-labs/wp-module-loader": "^1.0.12", "newfold-labs/wp-module-marketplace": "^2.5.0", "newfold-labs/wp-module-notifications": "^1.6.8", - "newfold-labs/wp-module-performance": "^2.6.0", + "newfold-labs/wp-module-performance": "^3.2.2", "newfold-labs/wp-module-runtime": "^1.1.3", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-sso": "^1.0.8", diff --git a/composer.lock b/composer.lock index a4c571f..f03fe9e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f481c0cf4059d7878b21eb7f82fb0592", + "content-hash": "5bfba12ad2c5e0c688935841d0b07dbd", "packages": [ { "name": "doctrine/inflector", @@ -407,16 +407,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.11", + "version": "2.8.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "058a70c1c957cbe9739c9907f082087cd12a224a" + "reference": "c873781361a4ac3034fe488b2fe495cddd902f99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/058a70c1c957cbe9739c9907f082087cd12a224a", - "reference": "058a70c1c957cbe9739c9907f082087cd12a224a", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/c873781361a4ac3034fe488b2fe495cddd902f99", + "reference": "c873781361a4ac3034fe488b2fe495cddd902f99", "shasum": "" }, "require": { @@ -435,7 +435,7 @@ "kporras07/composer-symlinks": "^1.2", "lucatume/wp-browser": "^3.5.8", "newfold-labs/wp-php-standards": "^1.2.3", - "newfold-labs/wp-plugin-bluehost": "^4.0", + "newfold-labs/wp-plugin-bluehost": "dev-latest-zip", "phpunit/phpcov": "^8.2.1", "wpackagist-plugin/jetpack": "^14.0", "wpackagist-plugin/woocommerce": ">=9", @@ -445,7 +445,7 @@ "type": "library", "extra": { "symlinks": { - ".": "wp-content/plugins/wp-plugin-bluehost/vendor/newfold-labs/wp-module-data" + ".": "wp-content/plugins/wp-module-data" } }, "autoload": { @@ -464,7 +464,9 @@ ] }, "classmap": [ - "wordpress" + "wordpress", + "tests/phpunit", + "tests/wpunit" ] }, "scripts": { @@ -489,6 +491,7 @@ "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "git diff main...head > /tmp/main.diff; phpcov patch-coverage --path-prefix $(pwd) ./tests/_output/merged.cov /tmp/main.diff || true", "echo \"open tests/_output/html/index.html\" to view the report" ], "post-install-cmd": [ @@ -503,10 +506,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.11", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.8.5", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2025-03-10T22:27:07+00:00" + "time": "2025-06-18T22:53:06+00:00" }, { "name": "newfold-labs/wp-module-deactivation", @@ -589,23 +592,24 @@ }, { "name": "newfold-labs/wp-module-features", - "version": "1.4.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-features.git", - "reference": "0424ca66ed275371a372b139d1c2f81652181b01" + "reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/0424ca66ed275371a372b139d1c2f81652181b01", - "reference": "0424ca66ed275371a372b139d1c2f81652181b01", + "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/b46fa1abb1ccc1a1e699c6511afd1a74c197ac25", + "reference": "b46fa1abb1ccc1a1e699c6511afd1a74c197ac25", "shasum": "" }, "require": { "wp-forge/wp-options": "^1.1.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2.3" + "newfold-labs/wp-php-standards": "^1.2.3", + "wp-cli/i18n-command": "^2.6.3" }, "type": "library", "autoload": { @@ -622,6 +626,28 @@ ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-features.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./languages" + ], + "i18n-php": [ + "vendor/bin/wp i18n make-php ./languages" + ], + "i18n-json": [ + "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" + ], + "i18n": [ + "@i18n-pot", + "@i18n-po", + "@i18n-mo", + "@i18n-php", + "@i18n-json" ] }, "license": [ @@ -639,30 +665,34 @@ ], "description": "A module for providing an interface for features.", "support": { - "source": "https://github.com/newfold-labs/wp-module-features/tree/1.4.2", + "source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.0", "issues": "https://github.com/newfold-labs/wp-module-features/issues" }, - "time": "2024-06-20T19:10:03+00:00" + "time": "2025-02-25T22:55:26+00:00" }, { "name": "newfold-labs/wp-module-installer", - "version": "1.3.0", + "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", - "reference": "e8dbc7a117c7f9ebeb2c9620ab6689c49ca1d3fe" + "reference": "304e0a21ec340424bf7894b4ae664522fcefc640" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/e8dbc7a117c7f9ebeb2c9620ab6689c49ca1d3fe", - "reference": "e8dbc7a117c7f9ebeb2c9620ab6689c49ca1d3fe", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/304e0a21ec340424bf7894b4ae664522fcefc640", + "reference": "304e0a21ec340424bf7894b4ae664522fcefc640", "shasum": "" }, "require": { - "newfold-labs/wp-module-pls": "^1.0.1" + "newfold-labs/wp-module-pls": "^1.1.1" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2", + "johnpbloch/wordpress": "6.8.0", + "lucatume/wp-browser": "*", + "newfold-labs/wp-php-standards": "^1.2.5", + "phpunit/phpcov": "*", + "wp-cli/i18n-command": "^2.6", "wp-cli/wp-cli": "^2.11" }, "type": "library", @@ -674,6 +704,40 @@ "bootstrap.php" ] }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf --standard=phpcs.xml ." + ], + "i18n": [ + "@i18n-pot", + "@i18n-po", + "@i18n-php", + "@i18n-json" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-installer.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-installer/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=node_modules,src" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-installer.pot ./languages" + ], + "i18n-php": [ + "vendor/bin/wp i18n make-php ./languages" + ], + "i18n-json": [ + "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" + ], + "lint": [ + "vendor/bin/phpcs --standard=phpcs.xml -s ." + ], + "test": [ + "codecept run wpunit" + ], + "test-coverage": [ + "codecept run wpunit --coverage wpunit.cov", + "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "echo \"open tests/_output/html/index.html\" to view the report" + ] + }, "license": [ "GPL-2.0-or-later" ], @@ -685,10 +749,10 @@ ], "description": "An installer for WordPress plugins and themes.", "support": { - "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.3.0", + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.6.3", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, - "time": "2025-01-16T16:51:53+00:00" + "time": "2025-04-30T15:03:04+00:00" }, { "name": "newfold-labs/wp-module-loader", @@ -851,29 +915,34 @@ }, { "name": "newfold-labs/wp-module-performance", - "version": "2.6.0", + "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-performance.git", - "reference": "0bd806268710a548ecd595fc04bc612d8874dd23" + "reference": "d6cbde8d4ff776beff60076bdd99fa6df4c0f20e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/0bd806268710a548ecd595fc04bc612d8874dd23", - "reference": "0bd806268710a548ecd595fc04bc612d8874dd23", + "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/d6cbde8d4ff776beff60076bdd99fa6df4c0f20e", + "reference": "d6cbde8d4ff776beff60076bdd99fa6df4c0f20e", "shasum": "" }, "require": { "newfold-labs/wp-module-context": "^1.0", - "newfold-labs/wp-module-features": "^1.4", - "newfold-labs/wp-module-installer": "^1.3.0", - "wp-forge/collection": "^1.0.2", + "newfold-labs/wp-module-features": "^1.5", + "newfold-labs/wp-module-installer": "^1.6", + "wp-forge/collection": "^1.0", "wp-forge/wp-htaccess-manager": "^1.0", - "wpscholar/url": "^1.2.5" + "wpscholar/url": "^1.2" }, "require-dev": { - "10up/wp_mock": "^1.0", - "newfold-labs/wp-php-standards": "^1.2.4" + "10up/wp_mock": "^0.5.0|^1.0.0", + "johnpbloch/wordpress": "6.8.1", + "lucatume/wp-browser": "*", + "newfold-labs/wp-php-standards": "^1.2", + "phpunit/phpcov": "*", + "wp-cli/i18n-command": "^2.6", + "wp-cli/wp-cli-bundle": "^2.8.1|^2.12" }, "type": "library", "autoload": { @@ -887,14 +956,42 @@ ] }, "scripts": { - "test": [ - "phpunit --bootstrap tests/phpunit/bootstrap.php" - ], "cs-fix": [ "phpcbf --standard=phpcs.xml ." ], "cs-lint": [ "phpcs --standard=phpcs.xml -s ." + ], + "i18n": [ + "@i18n-pot", + "@i18n-po", + "@i18n-mo", + "@i18n-json", + "@i18n-php" + ], + "i18n-json": [ + "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./languages" + ], + "i18n-php": [ + "vendor/bin/wp --allow-root i18n make-php ./languages" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-performance.pot ./languages" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-performance.pot --domain=wp-module-performance --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-performance/issues\",\"POT-Creation-Date\":null}' --exclude=src,tests,vendor,assets --include=build/*.min.js" + ], + "test": [ + "phpunit --bootstrap tests/phpunit/bootstrap.php", + "codecept run wpunit" + ], + "test-coverage": [ + "codecept run wpunit --coverage wpunit.cov", + "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", + "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ @@ -903,37 +1000,37 @@ "authors": [ { "name": "Micah Wood", - "email": "micah@wpscholar.com" + "homepage": "https://wpscholar.com" } ], "description": "A module for managing caching functionality.", "support": { - "source": "https://github.com/newfold-labs/wp-module-performance/tree/2.6.0", + "source": "https://github.com/newfold-labs/wp-module-performance/tree/3.2.2", "issues": "https://github.com/newfold-labs/wp-module-performance/issues" }, - "time": "2025-02-05T18:06:22+00:00" + "time": "2025-06-24T08:47:39+00:00" }, { "name": "newfold-labs/wp-module-pls", - "version": "1.0.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-pls.git", - "reference": "e68a79350e9eedcb592cd8e9ec79cc01e29e37a5" + "reference": "5fc0288cc74fe3a322ca6de127d6572aae080d0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-pls/zipball/e68a79350e9eedcb592cd8e9ec79cc01e29e37a5", - "reference": "e68a79350e9eedcb592cd8e9ec79cc01e29e37a5", + "url": "https://api.github.com/repos/newfold-labs/wp-module-pls/zipball/5fc0288cc74fe3a322ca6de127d6572aae080d0c", + "reference": "5fc0288cc74fe3a322ca6de127d6572aae080d0c", "shasum": "" }, "require": { - "newfold-labs/wp-module-data": "^2.0" + "newfold-labs/wp-module-data": "^2.8" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", - "wp-cli/i18n-command": "^2.4.3", - "wp-cli/wp-cli": "^2.11" + "wp-cli/i18n-command": "^2.6.5", + "wp-cli/wp-cli": "^2.12" }, "type": "library", "autoload": { @@ -944,6 +1041,36 @@ "bootstrap.php" ] }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-pls.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-pls/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}'" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-pls.pot ./languages" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./languages" + ], + "i18n-php": [ + "vendor/bin/wp i18n make-php ./languages" + ], + "i18n-json": [ + "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" + ], + "i18n": [ + "@i18n-pot", + "@i18n-po", + "@i18n-mo", + "@i18n-php", + "@i18n-json" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ] + }, "license": [ "GPL-3.0-or-later" ], @@ -955,10 +1082,10 @@ ], "description": "A Newfold module that handles license key provisioning, validation, and other lifecycle events for registered plugins using the PLS API via Hiive.", "support": { - "source": "https://github.com/newfold-labs/wp-module-pls/tree/1.0.1", + "source": "https://github.com/newfold-labs/wp-module-pls/tree/1.1.2", "issues": "https://github.com/newfold-labs/wp-module-pls/issues" }, - "time": "2024-12-11T19:31:32+00:00" + "time": "2025-06-03T20:12:47+00:00" }, { "name": "newfold-labs/wp-module-runtime", @@ -3565,10 +3692,10 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": {}, - "platform-dev": {}, + "platform": [], + "platform-dev": [], "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }