From 2503959455056372d502c76b5863f03c9a28ebab Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Tue, 26 Sep 2023 16:45:12 +0200 Subject: [PATCH 1/5] Remove explicit 'ft-network-block-editor' repository because we are using packagist now --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index dcc3807..198de3a 100644 --- a/composer.json +++ b/composer.json @@ -112,10 +112,6 @@ "type": "git", "url": "https://github.com/figuren-theater/ft-seo" }, - { - "type": "git", - "url": "https://github.com/figuren-theater/ft-network-block-editor" - }, { "type": "git", "url": "https://github.com/figuren-theater/twentytwentytwo-ft-core" From e1d6ab25213560559d9cd92a474fc1ef69d1aea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:14:55 +0000 Subject: [PATCH 2/5] Bump figuren-theater/ft-site-editing from 1.4.2 to 1.5.0 Bumps [figuren-theater/ft-site-editing](https://github.com/figuren-theater/ft-site-editing) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/figuren-theater/ft-site-editing/releases) - [Changelog](https://github.com/figuren-theater/ft-site-editing/blob/main/CHANGELOG.md) - [Commits](https://github.com/figuren-theater/ft-site-editing/compare/1.4.2...1.5.0) --- updated-dependencies: - dependency-name: figuren-theater/ft-site-editing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 076fb32..8e26457 100644 --- a/composer.lock +++ b/composer.lock @@ -454,7 +454,7 @@ "source": { "type": "git", "url": "https://github.com/figuren-theater/deprecated__Figuren_Theater__v2", - "reference": "3200f0db87349cab5af157f0d84b29b38f6b3e4b" + "reference": "524cd3aba8a261166e4f654b4545a5fde30ba521" }, "require": { "composer/installers": "^1.12 || ^2", @@ -496,7 +496,7 @@ "issues": "https://github.com/figuren-theater/deprecated__Figuren_Theater__v2/issues", "source": "https://github.com/figuren-theater/deprecated__Figuren_Theater__v2" }, - "time": "2023-09-13T12:10:33+00:00" + "time": "2023-09-14T21:58:00+00:00" }, { "name": "figuren-theater/deprecated_plugins_v2", @@ -1007,16 +1007,26 @@ }, { "name": "figuren-theater/ft-network-block-editor", - "version": "0.4.0", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/figuren-theater/ft-network-block-editor", - "reference": "efbf9b5f4dd545efc42e551e4583d5554e3d1169" + "reference": "6d2328cd43fb24d489e5c8a5b414d01f26cfb376" }, "require": { "php": ">=7.1" }, + "require-dev": { + "figuren-theater/code-quality": "*" + }, "type": "wordpress-plugin", + "autoload": { + "files": [ + "inc/archive-title/namespace.php", + "inc/editor-assets/namespace.php", + "inc/namespace.php" + ] + }, "license": [ "GPL-3.0-or-later" ], @@ -1043,7 +1053,7 @@ "issues": "https://github.com/figuren-theater/ft-network-block-editor/issues", "source": "https://github.com/figuren-theater/ft-network-block-editor" }, - "time": "2023-02-18T17:48:04+00:00" + "time": "2023-09-26T21:19:48+00:00" }, { "name": "figuren-theater/ft-network-block-patterns", @@ -1700,16 +1710,16 @@ }, { "name": "figuren-theater/ft-site-editing", - "version": "1.4.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/figuren-theater/ft-site-editing.git", - "reference": "42d42df7b612b6ae9674bba706e40c9eae300ad9" + "reference": "d586330a74d51b40d39f1eb00cd837f691068e9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/figuren-theater/ft-site-editing/zipball/42d42df7b612b6ae9674bba706e40c9eae300ad9", - "reference": "42d42df7b612b6ae9674bba706e40c9eae300ad9", + "url": "https://api.github.com/repos/figuren-theater/ft-site-editing/zipball/d586330a74d51b40d39f1eb00cd837f691068e9a", + "reference": "d586330a74d51b40d39f1eb00cd837f691068e9a", "shasum": "" }, "require": { @@ -1820,7 +1830,7 @@ "issues": "https://github.com/figuren-theater/ft-site-editing/issues", "source": "https://github.com/figuren-theater/ft-site-editing" }, - "time": "2023-09-11T11:01:35+00:00" + "time": "2023-09-27T08:38:01+00:00" }, { "name": "figuren-theater/ft-themes", @@ -3272,15 +3282,15 @@ }, { "name": "wpackagist-plugin/block-visibility", - "version": "3.0.4", + "version": "3.1.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/block-visibility/", - "reference": "tags/3.0.4" + "reference": "tags/3.1.1" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/block-visibility.3.0.4.zip" + "url": "https://downloads.wordpress.org/plugin/block-visibility.3.1.1.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" From 9c6af524c5ad0dcc3580a28d6134b3afd071a233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:16:11 +0000 Subject: [PATCH 3/5] Bump figuren-theater/code-quality from 0.7.1 to 0.8.1 Bumps [figuren-theater/code-quality](https://github.com/figuren-theater/code-quality) from 0.7.1 to 0.8.1. - [Release notes](https://github.com/figuren-theater/code-quality/releases) - [Changelog](https://github.com/figuren-theater/code-quality/blob/main/CHANGELOG.md) - [Commits](https://github.com/figuren-theater/code-quality/compare/0.7.1...0.8.1) --- updated-dependencies: - dependency-name: figuren-theater/code-quality dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 076fb32..e2059ce 100644 --- a/composer.lock +++ b/composer.lock @@ -5134,16 +5134,16 @@ }, { "name": "figuren-theater/code-quality", - "version": "0.7.1", + "version": "0.8.1", "source": { "type": "git", "url": "https://github.com/figuren-theater/code-quality.git", - "reference": "2ef49796e92bbe6b54ff90a1d598fc9bd448ad4c" + "reference": "607179c72687e445046177c143915b630abf2d81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/figuren-theater/code-quality/zipball/2ef49796e92bbe6b54ff90a1d598fc9bd448ad4c", - "reference": "2ef49796e92bbe6b54ff90a1d598fc9bd448ad4c", + "url": "https://api.github.com/repos/figuren-theater/code-quality/zipball/607179c72687e445046177c143915b630abf2d81", + "reference": "607179c72687e445046177c143915b630abf2d81", "shasum": "" }, "require": { @@ -5183,7 +5183,7 @@ "issues": "https://github.com/figuren-theater/code-quality/issues", "source": "https://github.com/figuren-theater/code-quality" }, - "time": "2023-09-13T09:12:30+00:00" + "time": "2023-09-26T20:52:23+00:00" }, { "name": "figuren-theater/coding-standards", @@ -5766,16 +5766,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.34", + "version": "1.10.35", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901" + "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7f806b6f1403e6914c778140e2ba07c293cb4901", - "reference": "7f806b6f1403e6914c778140e2ba07c293cb4901", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3", + "reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3", "shasum": "" }, "require": { @@ -5824,7 +5824,7 @@ "type": "tidelift" } ], - "time": "2023-09-13T09:49:47+00:00" + "time": "2023-09-19T15:27:56+00:00" }, { "name": "squizlabs/php_codesniffer", From c4a652d2f6a64c7660ee62a8e9fc99471da14a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:04:51 +0000 Subject: [PATCH 4/5] Bump johnpbloch/wordpress from 6.3.1 to 6.3.2 Bumps [johnpbloch/wordpress](https://github.com/johnpbloch/wordpress) from 6.3.1 to 6.3.2. - [Commits](https://github.com/johnpbloch/wordpress/compare/6.3.1...6.3.2) --- updated-dependencies: - dependency-name: johnpbloch/wordpress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 7aa03b1..34e4b1a 100644 --- a/composer.lock +++ b/composer.lock @@ -2747,20 +2747,20 @@ }, { "name": "johnpbloch/wordpress", - "version": "6.3.1", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", - "reference": "45e299b8eae626d7b1db1eb53a69e63b9cc75bf6" + "reference": "95f0b339643817935ac043b98d4aa1e1a0d08049" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/45e299b8eae626d7b1db1eb53a69e63b9cc75bf6", - "reference": "45e299b8eae626d7b1db1eb53a69e63b9cc75bf6", + "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/95f0b339643817935ac043b98d4aa1e1a0d08049", + "reference": "95f0b339643817935ac043b98d4aa1e1a0d08049", "shasum": "" }, "require": { - "johnpbloch/wordpress-core": "6.3.1", + "johnpbloch/wordpress-core": "6.3.2", "johnpbloch/wordpress-core-installer": "^1.0 || ^2.0", "php": ">=7.0.0" }, @@ -2789,20 +2789,20 @@ "issues": "https://core.trac.wordpress.org/", "source": "https://core.trac.wordpress.org/browser" }, - "time": "2023-08-29T14:28:17+00:00" + "time": "2023-10-12T19:02:29+00:00" }, { "name": "johnpbloch/wordpress-core", - "version": "6.3.1", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", - "reference": "fc432f78ae5256b7fa28e810cfdf0b968d003699" + "reference": "0a18695e2ae028ea8485c45053c14525544c1dc7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/fc432f78ae5256b7fa28e810cfdf0b968d003699", - "reference": "fc432f78ae5256b7fa28e810cfdf0b968d003699", + "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/0a18695e2ae028ea8485c45053c14525544c1dc7", + "reference": "0a18695e2ae028ea8485c45053c14525544c1dc7", "shasum": "" }, "require": { @@ -2810,7 +2810,7 @@ "php": ">=7.0.0" }, "provide": { - "wordpress/core-implementation": "6.3.1" + "wordpress/core-implementation": "6.3.2" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", @@ -2837,7 +2837,7 @@ "source": "https://core.trac.wordpress.org/browser", "wiki": "https://codex.wordpress.org/" }, - "time": "2023-08-29T14:28:14+00:00" + "time": "2023-10-12T19:02:24+00:00" }, { "name": "johnpbloch/wordpress-core-installer", From 23017f81dc42b11a725a40d7734568315b28c980 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Fri, 13 Oct 2023 16:44:03 +0200 Subject: [PATCH 5/5] Validate composer lock file --- composer.lock | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 34e4b1a..f00fb21 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": "4d023087ad22a330c13c8f70b73e4c35", + "content-hash": "57ff73d433e568f053b5dd4932614a30", "packages": [ { "name": "10up/distributor", @@ -1010,9 +1010,15 @@ "version": "0.6.0", "source": { "type": "git", - "url": "https://github.com/figuren-theater/ft-network-block-editor", + "url": "https://github.com/figuren-theater/ft-network-block-editor.git", "reference": "6d2328cd43fb24d489e5c8a5b414d01f26cfb376" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/figuren-theater/ft-network-block-editor/zipball/6d2328cd43fb24d489e5c8a5b414d01f26cfb376", + "reference": "6d2328cd43fb24d489e5c8a5b414d01f26cfb376", + "shasum": "" + }, "require": { "php": ">=7.1" }, @@ -1027,6 +1033,7 @@ "inc/namespace.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ],