From d6f136a428908aaba6fa9d4acc2d1b2011ca0b55 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 15 Jan 2025 17:50:53 -0500 Subject: [PATCH] update to latest runtime and ecommerce module --- composer.json | 4 ++-- composer.lock | 47 +++++++++++++++++++++++++++++++---------------- package-lock.json | 12 ++++++------ package.json | 2 +- 4 files changed, 40 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 06bbb1679..3b2832a8a 100644 --- a/composer.json +++ b/composer.json @@ -78,7 +78,7 @@ "newfold-labs/wp-module-context": "^1.0.1", "newfold-labs/wp-module-data": "^2.6.8", "newfold-labs/wp-module-deactivation": "^1.3.0", - "newfold-labs/wp-module-ecommerce": "^1.4.6", + "newfold-labs/wp-module-ecommerce": "^1.5.0", "newfold-labs/wp-module-facebook": "^1.0.9", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-global-ctb": "^1.0.14", @@ -93,7 +93,7 @@ "newfold-labs/wp-module-patterns": "^2.8.1", "newfold-labs/wp-module-performance": "^2.3.2", "newfold-labs/wp-module-pls": "^1.0.1", - "newfold-labs/wp-module-runtime": "^1.0.12", + "newfold-labs/wp-module-runtime": "^1.0.13", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-solutions": "^1.0.8", "newfold-labs/wp-module-sso": "^1.0.7", diff --git a/composer.lock b/composer.lock index 56ba49809..5970315d9 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": "bb0efea884df98a0c5a82f1627b8c3b0", + "content-hash": "886e32efe62e8df7ebe3c0743e700702", "packages": [ { "name": "doctrine/inflector", @@ -1011,16 +1011,16 @@ }, { "name": "newfold-labs/wp-module-ecommerce", - "version": "v1.4.6", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", - "reference": "fe45bd77f1ab5a9342f84dc38be7ea82d1541ed2" + "reference": "82a08bb7900970582a200330894c5ea223af4c3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/fe45bd77f1ab5a9342f84dc38be7ea82d1541ed2", - "reference": "fe45bd77f1ab5a9342f84dc38be7ea82d1541ed2", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/82a08bb7900970582a200330894c5ea223af4c3f", + "reference": "82a08bb7900970582a200330894c5ea223af4c3f", "shasum": "" }, "require": { @@ -1042,12 +1042,27 @@ ] }, "scripts": { - "i18n": [ - "vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ecommerce/issues\",\"POT-Creation-Date\":null}' --exclude=node_modules,src,tests" - ], "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], + "i18n-pot": [ + "vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ecommerce/issues\",\"POT-Creation-Date\":\"2024-11-18T11:38:47+00:00\"}' --exclude=node_modules,assets,tests,src" + ], + "i18n-po": [ + "vendor/bin/wp i18n update-po ./languages/wp-module-ecommerce.pot ./languages" + ], + "i18n-mo": [ + "vendor/bin/wp i18n make-mo ./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-json" + ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ] @@ -1063,10 +1078,10 @@ ], "description": "Brand Agnostic eCommerce Experience", "support": { - "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/v1.4.6", + "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/1.5.0", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, - "time": "2024-12-16T11:08:52+00:00" + "time": "2025-01-15T22:37:51+00:00" }, { "name": "newfold-labs/wp-module-facebook", @@ -1838,16 +1853,16 @@ }, { "name": "newfold-labs/wp-module-runtime", - "version": "1.0.12", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-runtime.git", - "reference": "c63ba65520c917a9be99a492bc824f4a54c2daef" + "reference": "04362e97a281b492e523e579326f080033d5d962" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/c63ba65520c917a9be99a492bc824f4a54c2daef", - "reference": "c63ba65520c917a9be99a492bc824f4a54c2daef", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/04362e97a281b492e523e579326f080033d5d962", + "reference": "04362e97a281b492e523e579326f080033d5d962", "shasum": "" }, "require-dev": { @@ -1883,10 +1898,10 @@ ], "description": "Runtime for Newfold WP modules and plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.0.12", + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.1.3", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" }, - "time": "2024-10-25T21:53:35+00:00" + "time": "2025-01-13T23:22:56+00:00" }, { "name": "newfold-labs/wp-module-secure-passwords", diff --git a/package-lock.json b/package-lock.json index 21fe99307..4c81ec5b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@heroicons/react": "^2.2.0", "@newfold/ui-component-library": "^1.1.0", - "@newfold/wp-module-ecommerce": "^1.4.7", + "@newfold/wp-module-ecommerce": "^1.5.0", "@newfold/wp-module-facebook": "^1.0.10", "@newfold/wp-module-runtime": "^1.1.3", "@reduxjs/toolkit": "^2.5.0", @@ -3654,23 +3654,23 @@ "license": "MIT" }, "node_modules/@newfold/wp-module-ecommerce": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/@newfold/wp-module-ecommerce/-/wp-module-ecommerce-1.4.7.tgz", - "integrity": "sha512-gA1gmJIjVBi18AOf9OUgk9EtgyODOP4zPkkguXzMJeTfGu2pg6ucHVoXGcUwb4bJvI07jOkvmnIcnDb2NslcRg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@newfold/wp-module-ecommerce/-/wp-module-ecommerce-1.5.0.tgz", + "integrity": "sha512-5UgNZD22JCrYTU2J9GssARAa3Sjs03IRJzgpjE68QYh5dRW+JwyLikPzz9L5HiBT+5wXHQOBGejWIFpzClNV4g==", "license": "GPL-2.0-or-later", "dependencies": { "@faizaanceg/pandora": "^1.1.1", "@heroicons/react": "2.1.5", "@newfold-labs/js-utility-ui-analytics": "^1.2.0", - "@newfold-labs/wp-module-runtime": "^1.0.0", "@newfold/ui-component-library": "^1.1.0", + "@newfold/wp-module-runtime": "^1.1.3", "@reduxjs/toolkit": "2.2.7", "@wordpress/api-fetch": "^7.11.0", "@wordpress/components": "^28.11.0", "@wordpress/date": "^5.11.0", "@wordpress/element": "^6.11.0", "@wordpress/i18n": "^5.11.0", - "classnames": "2.5.1", + "classnames": "^2.5.1", "moment": "^2.30.1", "swr": "2.2.5" } diff --git a/package.json b/package.json index 73edaed48..953de154a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@heroicons/react": "^2.2.0", "@newfold/ui-component-library": "^1.1.0", - "@newfold/wp-module-ecommerce": "^1.4.7", + "@newfold/wp-module-ecommerce": "^1.5.0", "@newfold/wp-module-facebook": "^1.0.10", "@newfold/wp-module-runtime": "^1.1.3", "@reduxjs/toolkit": "^2.5.0",