From 6ca3f5701e23c4b5b04952bc0552d9ccec134581 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Mon, 28 Oct 2024 16:31:42 -0400 Subject: [PATCH] update modules onboarding updated to 2.5.2 activation to 1.0.5 runtime to 1.0.12 removed unused my-products module --- composer.json | 7 ++-- composer.lock | 97 ++++++++++------------------------------------- package-lock.json | 33 +++++++--------- package.json | 2 +- 4 files changed, 37 insertions(+), 102 deletions(-) diff --git a/composer.json b/composer.json index bd37521d9..7dbbb8268 100644 --- a/composer.json +++ b/composer.json @@ -72,7 +72,7 @@ "wp-phpunit/wp-phpunit": "^6.6.2" }, "require": { - "newfold-labs/wp-module-activation": "^1.0.4", + "newfold-labs/wp-module-activation": "^1.0.5", "newfold-labs/wp-module-atomic": "^1.3.0", "newfold-labs/wp-module-coming-soon": "^1.2.6", "newfold-labs/wp-module-context": "^1.0.1", @@ -87,14 +87,13 @@ "newfold-labs/wp-module-loader": "^1.0.10", "newfold-labs/wp-module-marketplace": "^2.4.0", "newfold-labs/wp-module-migration": "^1.0.12", - "newfold-labs/wp-module-my-products": "^1.0.6", "newfold-labs/wp-module-notifications": "^1.6.1", - "newfold-labs/wp-module-onboarding": "^2.5.0", + "newfold-labs/wp-module-onboarding": "^2.5.2", "newfold-labs/wp-module-onboarding-data": "^1.2.1", "newfold-labs/wp-module-patterns": "^2.6.0", "newfold-labs/wp-module-performance": "2.0.1 as 1.9.9", "newfold-labs/wp-module-pls": "^1.0.0", - "newfold-labs/wp-module-runtime": "^1.0.11", + "newfold-labs/wp-module-runtime": "^1.0.12", "newfold-labs/wp-module-secure-passwords": "^1.1.1", "newfold-labs/wp-module-solutions": "^1.0.2", "newfold-labs/wp-module-sso": "^1.0.6", diff --git a/composer.lock b/composer.lock index 7413e8b23..8ccb66ddd 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": "41b79e4719f77b057090712226555a02", + "content-hash": "6f53c9e9310820bb7949ce4a0b571f06", "packages": [ { "name": "doctrine/inflector", @@ -565,16 +565,16 @@ }, { "name": "newfold-labs/wp-module-activation", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-activation.git", - "reference": "6004a69982fd788f2781bcf6b35ee29394d477b5" + "reference": "66b5ecc883f0de1ac1345a10d6afc1a1df4d1b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/6004a69982fd788f2781bcf6b35ee29394d477b5", - "reference": "6004a69982fd788f2781bcf6b35ee29394d477b5", + "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/66b5ecc883f0de1ac1345a10d6afc1a1df4d1b80", + "reference": "66b5ecc883f0de1ac1345a10d6afc1a1df4d1b80", "shasum": "" }, "require-dev": { @@ -616,10 +616,10 @@ ], "description": "A Module for handling WordPress brand plugins activations", "support": { - "source": "https://github.com/newfold-labs/wp-module-activation/tree/1.0.4", + "source": "https://github.com/newfold-labs/wp-module-activation/tree/1.0.5", "issues": "https://github.com/newfold-labs/wp-module-activation/issues" }, - "time": "2024-10-07T21:35:20+00:00" + "time": "2024-10-25T20:19:11+00:00" }, { "name": "newfold-labs/wp-module-ai", @@ -1486,65 +1486,6 @@ }, "time": "2024-09-25T08:45:49+00:00" }, - { - "name": "newfold-labs/wp-module-my-products", - "version": "1.0.6", - "source": { - "type": "git", - "url": "https://github.com/newfold-labs/wp-module-my-products.git", - "reference": "a30b4201e047cfe5b77574bf862bee59422afd91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-my-products/zipball/a30b4201e047cfe5b77574bf862bee59422afd91", - "reference": "a30b4201e047cfe5b77574bf862bee59422afd91", - "shasum": "" - }, - "require": { - "newfold-labs/wp-module-context": "^1.0", - "newfold-labs/wp-module-data": "^2.6.1", - "newfold-labs/wp-module-features": "^1.3.0" - }, - "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "NewfoldLabs\\WP\\Module\\MyProducts\\": "includes" - }, - "files": [ - "bootstrap.php" - ] - }, - "scripts": { - "fix": [ - "vendor/bin/phpcbf --standard=phpcs.xml ." - ], - "lint": [ - "vendor/bin/phpcs --standard=phpcs.xml -s ." - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Vara Prasad Maruboina", - "email": "varaprasad.maruboina@newfold.com" - }, - { - "name": "Girish Lokapure", - "email": "girish.lokapure@newfold.com" - } - ], - "description": "A module for rendering user-specific product data utilizing the Hiive Users API, which integrates with the Fulfilment Gateway API.", - "support": { - "source": "https://github.com/newfold-labs/wp-module-my-products/tree/1.0.6", - "issues": "https://github.com/newfold-labs/wp-module-my-products/issues" - }, - "time": "2024-09-17T17:37:57+00:00" - }, { "name": "newfold-labs/wp-module-notifications", "version": "1.6.1", @@ -1592,16 +1533,16 @@ }, { "name": "newfold-labs/wp-module-onboarding", - "version": "2.5.0", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", - "reference": "4a517294657f4c895b2f3dbc025fc93dbab263ab" + "reference": "92f4bbeb9ed18ccc423501424d353a2dd0ea5d54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/4a517294657f4c895b2f3dbc025fc93dbab263ab", - "reference": "4a517294657f4c895b2f3dbc025fc93dbab263ab", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/92f4bbeb9ed18ccc423501424d353a2dd0ea5d54", + "reference": "92f4bbeb9ed18ccc423501424d353a2dd0ea5d54", "shasum": "" }, "require": { @@ -1647,10 +1588,10 @@ ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.5.0", + "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/2.5.2", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, - "time": "2024-10-23T12:55:56+00:00" + "time": "2024-10-28T19:33:31+00:00" }, { "name": "newfold-labs/wp-module-onboarding-data", @@ -1859,16 +1800,16 @@ }, { "name": "newfold-labs/wp-module-runtime", - "version": "v1.0.11", + "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-runtime.git", - "reference": "fe58c1d7db085b84214b90449314d6392ec966f6" + "reference": "c63ba65520c917a9be99a492bc824f4a54c2daef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/fe58c1d7db085b84214b90449314d6392ec966f6", - "reference": "fe58c1d7db085b84214b90449314d6392ec966f6", + "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/c63ba65520c917a9be99a492bc824f4a54c2daef", + "reference": "c63ba65520c917a9be99a492bc824f4a54c2daef", "shasum": "" }, "require-dev": { @@ -1904,10 +1845,10 @@ ], "description": "Runtime for Newfold WP modules and plugins", "support": { - "source": "https://github.com/newfold-labs/wp-module-runtime/tree/v1.0.11", + "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.0.12", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" }, - "time": "2024-05-06T07:16:26+00:00" + "time": "2024-10-25T21:53:35+00:00" }, { "name": "newfold-labs/wp-module-secure-passwords", diff --git a/package-lock.json b/package-lock.json index 5004d52e6..37bead487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "bluehost-wordpress-plugin", - "version": "3.15.1", + "version": "3.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bluehost-wordpress-plugin", - "version": "3.15.1", + "version": "3.15.2", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.1.5", "@newfold-labs/wp-module-ecommerce": "^1.4.1", "@newfold-labs/wp-module-facebook": "^1.0.9", - "@newfold-labs/wp-module-runtime": "^1.0.10", + "@newfold-labs/wp-module-runtime": "^1.0.12", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.8.0", @@ -3469,12 +3469,12 @@ } }, "node_modules/@newfold-labs/wp-module-runtime": { - "version": "1.0.11", - "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-runtime/1.0.11/7672f347f539805d77b981327352879c024139bb", - "integrity": "sha512-cqRRgN3qbb9zP3Cr5i1tmklmyaTtOoPZQa9jLLEh98Tl2ER90rWqS/l6lqufGzg/Cy5sUuMLu8coDCI4jaqgcg==", + "version": "1.0.12", + "resolved": "https://npm.pkg.github.com/download/@newfold-labs/wp-module-runtime/1.0.12/43125085f9ca75396e919bcc014c1b6cc4e86411", + "integrity": "sha512-9n7Q/osy8Xz+WU+bvE7L86lKilnaFABohWHfs9uzzqFBhg6yD/TlZAJy7n7jeLIJSjxZfMBEEDE8GiXVWua+rw==", "license": "GPL-2.0-or-later", "dependencies": { - "@wordpress/url": "3.36.0" + "@wordpress/url": "4.10.0" } }, "node_modules/@newfold/ui-component-library": { @@ -7355,24 +7355,19 @@ } }, "node_modules/@wordpress/url": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-3.36.0.tgz", - "integrity": "sha512-PS/xGlePuTZzht6l9DHvz59lHOE1oPPYOOQj7GbQ+R0uoaaeBDBPsFZSA38jaM2fiu+qGzbOFN7JQZrJma10VQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@wordpress/url/-/url-4.10.0.tgz", + "integrity": "sha512-SKlXocsTlaSee2trXcB0N3jdIfEGMnPiqNxxvTjeeBmsP/47MMXu5lXYslYyYlQbluhAR5/RMf0o3WqZAF2uOg==", "license": "GPL-2.0-or-later", "dependencies": { - "@babel/runtime": "^7.16.0", - "remove-accents": "^0.4.2" + "@babel/runtime": "7.25.7", + "remove-accents": "^0.5.0" }, "engines": { - "node": ">=12" + "node": ">=18.12.0", + "npm": ">=8.19.2" } }, - "node_modules/@wordpress/url/node_modules/remove-accents": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/remove-accents/-/remove-accents-0.4.4.tgz", - "integrity": "sha512-EpFcOa/ISetVHEXqu+VwI96KZBmq+a8LJnGkaeFw45epGlxIZz5dhEEnNZMsQXgORu3qaMoLX4qJCzOik6ytAg==", - "license": "MIT" - }, "node_modules/@wordpress/warning": { "version": "2.58.0", "resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-2.58.0.tgz", diff --git a/package.json b/package.json index 664534735..729fd3cfe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@heroicons/react": "^2.1.5", "@newfold-labs/wp-module-ecommerce": "^1.4.1", "@newfold-labs/wp-module-facebook": "^1.0.9", - "@newfold-labs/wp-module-runtime": "^1.0.10", + "@newfold-labs/wp-module-runtime": "^1.0.12", "@newfold/ui-component-library": "^1.1.0", "@reduxjs/toolkit": "^2.2.7", "@wordpress/compose": "^7.8.0",