From ef86972f6550094110102238d76283a4f419fc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:37:19 +0000 Subject: [PATCH 01/28] NPM(deps): Bump react-error-boundary from 4.0.13 to 4.1.2 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.13 to 4.1.2. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.13...4.1.2) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cf18f0..04bd28e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jquery": "^3.7.1", "lodash": "^4.17.21", "react": "^18.3.1", - "react-error-boundary": "^4.0.13", + "react-error-boundary": "^4.1.2", "react-router-dom": "^6.26.0", "react-use": "^17.5.1" }, @@ -19220,10 +19220,9 @@ } }, "node_modules/react-error-boundary": { - "version": "4.0.13", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.0.13.tgz", - "integrity": "sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==", - "license": "MIT", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.1.2.tgz", + "integrity": "sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag==", "dependencies": { "@babel/runtime": "^7.12.5" }, diff --git a/package.json b/package.json index e13c0cc..e3d89b0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "jquery": "^3.7.1", "lodash": "^4.17.21", "react": "^18.3.1", - "react-error-boundary": "^4.0.13", + "react-error-boundary": "^4.1.2", "react-router-dom": "^6.26.0", "react-use": "^17.5.1" }, From f5d0f596010515681354f13ca817cd814493b12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 20:03:50 +0000 Subject: [PATCH 02/28] NPM Dev(deps-dev): Bump axe-core from 4.10.0 to 4.10.2 Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.10.0 to 4.10.2. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.2/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.10.0...v4.10.2) --- updated-dependencies: - dependency-name: axe-core dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6238cdb..5b22d4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.11.0", "@wordpress/scripts": "^30.4.0", - "axe-core": "^4.10.0", + "axe-core": "^4.10.2", "cypress": "^13.15.0", "cypress-axe": "^1.5.0", "node-fetch": "^2.7.0", @@ -6550,11 +6550,10 @@ "license": "MIT" }, "node_modules/axe-core": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz", - "integrity": "sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz", + "integrity": "sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==", "dev": true, - "license": "MPL-2.0", "engines": { "node": ">=4" } diff --git a/package.json b/package.json index 5234331..637e975 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@testing-library/cypress": "^10.0.2", "@wordpress/env": "^10.11.0", "@wordpress/scripts": "^30.4.0", - "axe-core": "^4.10.0", + "axe-core": "^4.10.2", "cypress": "^13.15.0", "cypress-axe": "^1.5.0", "node-fetch": "^2.7.0", From 632c200bdb08995002ce02cdad3c69185cbdd4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:14:44 +0000 Subject: [PATCH 03/28] Composer Dev(deps-dev): Bump wp-phpunit/wp-phpunit from 6.6.2 to 6.7.0 Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.6.2 to 6.7.0. - [Commits](https://github.com/wp-phpunit/wp-phpunit/compare/6.6.2...6.7.0) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 938fb19..501c52a 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "newfold-labs/wp-php-standards": "^1.2.4", "roave/security-advisories": "dev-latest", "wp-cli/i18n-command": "^2.6.3", - "wp-phpunit/wp-phpunit": "^6.6.2" + "wp-phpunit/wp-phpunit": "^6.7.0" }, "scripts": { "fix": "vendor/bin/phpcbf --standard=phpcs.xml .", diff --git a/composer.lock b/composer.lock index b6e8bcf..1fa1025 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": "88d5d113a77efb39df0dd10173af5ff8", + "content-hash": "1705c3554de65a3e55e8c891f3912460", "packages": [ { "name": "doctrine/inflector", @@ -3337,16 +3337,16 @@ }, { "name": "wp-phpunit/wp-phpunit", - "version": "6.6.2", + "version": "6.7.0", "source": { "type": "git", "url": "https://github.com/wp-phpunit/wp-phpunit.git", - "reference": "7a1d3a2150033a3d3e19de40aa5b2ef2fee36bc3" + "reference": "2ed55b450c10f6850c44531bed7d86aceba2f842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/7a1d3a2150033a3d3e19de40aa5b2ef2fee36bc3", - "reference": "7a1d3a2150033a3d3e19de40aa5b2ef2fee36bc3", + "url": "https://api.github.com/repos/wp-phpunit/wp-phpunit/zipball/2ed55b450c10f6850c44531bed7d86aceba2f842", + "reference": "2ed55b450c10f6850c44531bed7d86aceba2f842", "shasum": "" }, "type": "library", @@ -3381,7 +3381,7 @@ "issues": "https://github.com/wp-phpunit/issues", "source": "https://github.com/wp-phpunit/wp-phpunit" }, - "time": "2024-07-17T01:13:44+00:00" + "time": "2024-11-13T01:22:47+00:00" } ], "aliases": [ From 9b2745da0c9de23d31e3ec69027d046ac2860c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:58:53 +0000 Subject: [PATCH 04/28] NPM Dev(deps-dev): Bump tailwindcss from 3.4.13 to 3.4.15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.13 to 3.4.15. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.15) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 +++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6238cdb..da7406a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "cypress": "^13.15.0", "cypress-axe": "^1.5.0", "node-fetch": "^2.7.0", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.15", "yaml-lint": "^1.7.0" }, "engines": { @@ -17764,11 +17764,10 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", - "dev": true, - "license": "ISC" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true }, "node_modules/picomatch": { "version": "2.3.1", @@ -21980,33 +21979,33 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", + "version": "3.4.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz", + "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.3.0", + "fast-glob": "^3.3.2", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.21.0", + "jiti": "^1.21.6", "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", + "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", + "picocolors": "^1.1.1", + "postcss": "^8.4.47", "postcss-import": "^15.1.0", "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" + "postcss-load-config": "^4.0.2", + "postcss-nested": "^6.2.0", + "postcss-selector-parser": "^6.1.2", + "resolve": "^1.22.8", + "sucrase": "^3.35.0" }, "bin": { "tailwind": "lib/cli.js", diff --git a/package.json b/package.json index 5234331..a40d693 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "cypress": "^13.15.0", "cypress-axe": "^1.5.0", "node-fetch": "^2.7.0", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.15", "yaml-lint": "^1.7.0" }, "scripts": { From 5c4915fe865be32b2143ed47f7278e553d35d6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:14:58 +0000 Subject: [PATCH 05/28] Composer(deps): Bump newfold-labs/wp-module-data from 2.6.5 to 2.6.6 Bumps [newfold-labs/wp-module-data](https://github.com/newfold-labs/wp-module-data) from 2.6.5 to 2.6.6. - [Release notes](https://github.com/newfold-labs/wp-module-data/releases) - [Commits](https://github.com/newfold-labs/wp-module-data/compare/2.6.5...2.6.6) --- updated-dependencies: - dependency-name: newfold-labs/wp-module-data dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 501c52a..f138f05 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "newfold-labs/wp-module-atomic": "^1.3", "newfold-labs/wp-module-coming-soon": "^1.2.6", "newfold-labs/wp-module-context": "^1.0.1", - "newfold-labs/wp-module-data": "^2.6.5", + "newfold-labs/wp-module-data": "^2.6.6", "newfold-labs/wp-module-deactivation": "^1.2.3", "newfold-labs/wp-module-features": "^1.4.2", "newfold-labs/wp-module-loader": "^1.0.10", diff --git a/composer.lock b/composer.lock index 1fa1025..f5f55e3 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": "1705c3554de65a3e55e8c891f3912460", + "content-hash": "732cdf906ada7ee1d87d75d3c7bbc208", "packages": [ { "name": "doctrine/inflector", @@ -335,16 +335,16 @@ }, { "name": "newfold-labs/wp-module-data", - "version": "2.6.5", + "version": "2.6.6", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", - "reference": "002cc3da70565af1708408f7d7604396d2af55e3" + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/002cc3da70565af1708408f7d7604396d2af55e3", - "reference": "002cc3da70565af1708408f7d7604396d2af55e3", + "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/ddfeb6e4d3e74793fba9dac204db374f030e7a72", + "reference": "ddfeb6e4d3e74793fba9dac204db374f030e7a72", "shasum": "" }, "require": { @@ -427,10 +427,10 @@ ], "description": "Newfold Data Module", "support": { - "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.5", + "source": "https://github.com/newfold-labs/wp-module-data/tree/2.6.6", "issues": "https://github.com/newfold-labs/wp-module-data/issues" }, - "time": "2024-10-18T19:30:28+00:00" + "time": "2024-11-07T22:23:10+00:00" }, { "name": "newfold-labs/wp-module-deactivation", From f186aff1278565224f6f589c266e2e213e3c92b3 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 15 Nov 2024 11:37:21 -0500 Subject: [PATCH 06/28] update to wp 6.7 --- .github/workflows/cypress-matrix.yml | 2 +- .wp-env.json | 2 +- mojo-marketplace.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress-matrix.yml b/.github/workflows/cypress-matrix.yml index eabdfbc..8b08593 100644 --- a/.github/workflows/cypress-matrix.yml +++ b/.github/workflows/cypress-matrix.yml @@ -30,9 +30,9 @@ jobs: - '8.2' - '8.3' wpVersion: - - '6.4' - '6.5' - '6.6' + - '6.7' exclude: - phpVersion: '7.1' wpVersion: '6.6' diff --git a/.wp-env.json b/.wp-env.json index c16afd3..97a53c9 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -1,5 +1,5 @@ { - "core": "WordPress/WordPress#tags/6.6.2", + "core": "WordPress/WordPress#tags/6.7", "config": { "WP_DEBUG": true, "WP_DEBUG_LOG": true, diff --git a/mojo-marketplace.php b/mojo-marketplace.php index de6bba3..ca598a5 100644 --- a/mojo-marketplace.php +++ b/mojo-marketplace.php @@ -13,7 +13,7 @@ * Update URI: https://github.com/newfold-labs/wp-plugin-mojo/ * Description: WordPress plugin that integrates a WordPress site with Hosting. * Version: 3.2.4 - * Tested up to: 6.6.2 + * Tested up to: 6.7 * Requires at least: 5.8 * Requires PHP: 7.1 * Author: Bluehost From 95f8db59fd14bf8b1d67e6a702f50f3c87e70d0e Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 15 Nov 2024 11:37:38 -0500 Subject: [PATCH 07/28] update cypress tests with testIsolation --- src/app/components/app-nav/index.js | 1 + tests/cypress/integration/help.cy.js | 18 +++-- tests/cypress/integration/home.cy.js | 40 +++++------ tests/cypress/integration/navigation.cy.js | 81 ++++++++++------------ tests/cypress/integration/settings.cy.js | 80 ++++++++++----------- tests/cypress/support/commands.js | 4 ++ tests/cypress/support/index.js | 2 +- 7 files changed, 106 insertions(+), 120 deletions(-) diff --git a/src/app/components/app-nav/index.js b/src/app/components/app-nav/index.js index 7002ea8..4c07496 100644 --- a/src/app/components/app-nav/index.js +++ b/src/app/components/app-nav/index.js @@ -184,6 +184,7 @@ export const MobileNav = () => {