From 4a6b3f6a0a9679d9408d03c299fa9ce5d6dae527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 01:16:54 +0000 Subject: [PATCH] Composer(deps): Bump newfold-labs/wp-module-patterns Bumps [newfold-labs/wp-module-patterns](https://github.com/newfold-labs/wp-module-patterns) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/newfold-labs/wp-module-patterns/releases) - [Commits](https://github.com/newfold-labs/wp-module-patterns/compare/2.10.3...2.11.0) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-patterns dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 50 +++++++++++++++++++++++++++++--------------------- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 09d2d3861..d0242d99d 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "mustache/mustache": "^2.14.2", "wp-cli/wp-config-transformer": "^1.4.1", "newfold-labs/wp-module-onboarding-data": "^1.2.16", - "newfold-labs/wp-module-patterns": "^2.10.3", + "newfold-labs/wp-module-patterns": "^2.11.0", "newfold-labs/wp-module-facebook": "^1.2.1", "newfold-labs/wp-module-migration": "^1.6.0", "wp-forge/helpers": "^2.0" diff --git a/composer.lock b/composer.lock index 4b128c493..8bf51557a 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": "25ddd810f7fb2e49136d3a0a1022eb0a", + "content-hash": "16d028530e80e67fdf89727c2841c531", "packages": [ { "name": "doctrine/inflector", @@ -340,16 +340,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.8.6", + "version": "2.8.7", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "e256489dfe1fa4c5c11793c769772ff98247961e" + "reference": "531cad826d660fa760da76e77a1c80cbb79b5ecf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/e256489dfe1fa4c5c11793c769772ff98247961e", - "reference": "e256489dfe1fa4c5c11793c769772ff98247961e", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/531cad826d660fa760da76e77a1c80cbb79b5ecf", + "reference": "531cad826d660fa760da76e77a1c80cbb79b5ecf", "shasum": "" }, "require": { @@ -439,10 +439,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.8.6", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.8.7", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2025-07-16T20:29:28+00:00" + "time": "2025-10-02T15:23:17+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -678,23 +678,23 @@ }, { "name": "newfold-labs/wp-module-installer", - "version": "1.6.4", + "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", - "reference": "a64e50091ea8225d658cdb8c09500994afa0f9c3" + "reference": "50c656dfc74c2a4f2d319e6089163327d08cc692" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/a64e50091ea8225d658cdb8c09500994afa0f9c3", - "reference": "a64e50091ea8225d658cdb8c09500994afa0f9c3", + "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/50c656dfc74c2a4f2d319e6089163327d08cc692", + "reference": "50c656dfc74c2a4f2d319e6089163327d08cc692", "shasum": "" }, "require": { "newfold-labs/wp-module-pls": "^1.1.2" }, "require-dev": { - "johnpbloch/wordpress": "6.8.1", + "johnpbloch/wordpress": "6.8.3", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.5", "phpunit/phpcov": "*", @@ -720,8 +720,16 @@ "@i18n-php", "@i18n-json" ], + "i18n-ci-pre": [ + "@i18n-pot", + "@i18n-po" + ], + "i18n-ci-post": [ + "@i18n-json", + "@i18n-php" + ], "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,wordpress" + "vendor/bin/wp i18n make-pot . ./languages/wp-module-installer.pot --domain=wp-module-installer --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=src,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-installer.pot ./languages" @@ -755,10 +763,10 @@ ], "description": "An installer for WordPress plugins and themes.", "support": { - "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.6.4", + "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.6.6", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, - "time": "2025-06-30T22:52:51+00:00" + "time": "2025-10-07T16:00:08+00:00" }, { "name": "newfold-labs/wp-module-loader", @@ -996,16 +1004,16 @@ }, { "name": "newfold-labs/wp-module-patterns", - "version": "2.10.3", + "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "3cb911f8f82c5faa831f4f3445d9f7dde489e7b5" + "reference": "1cbd89071a34ec415aff0c7d1b4160e2547cce90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/3cb911f8f82c5faa831f4f3445d9f7dde489e7b5", - "reference": "3cb911f8f82c5faa831f4f3445d9f7dde489e7b5", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/1cbd89071a34ec415aff0c7d1b4160e2547cce90", + "reference": "1cbd89071a34ec415aff0c7d1b4160e2547cce90", "shasum": "" }, "require": { @@ -1085,10 +1093,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.10.3", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.11.0", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2025-09-02T17:02:38+00:00" + "time": "2025-10-08T19:09:46+00:00" }, { "name": "newfold-labs/wp-module-performance",