diff --git a/.semver b/.semver index 69827c38..d4d94020 100644 --- a/.semver +++ b/.semver @@ -1,6 +1,6 @@ --- :major: 4 :minor: 2 -:patch: 0 +:patch: 1 :special: '' :metadata: '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 038c05a0..f054fb33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 4.2.1 (coming soon) +# Version 4.2.1 * Min. PHP Version set to 7.3 * Support PhpUnit 8.0 @@ -11,6 +11,9 @@ ## Bugfixes +* import: + * Fix warning on validation.json output when `--clear-artefacts=true` (default behavior) is used + * import-product: * Fix stock status in legacy mode since Magento 2.4.4 * Extend Interface `ProductBunchProcessorInterface` with method `persistStockItemStatus()` diff --git a/RoboFile.php b/RoboFile.php index 77775f6b..1082a850 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks 'target.dir' => __DIR__ . '/target', 'symfony.dir' => __DIR__ . '/symfony', 'webapp.name' => 'import-cli-simple', - 'webapp.version' => '4.2.0' + 'webapp.version' => '4.2.1' ); /** diff --git a/composer.json b/composer.json index 029c73fa..fa0df902 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "php": ">=7.3.0", - "techdivision/import": "^17.3.0", + "techdivision/import": "^17.3.1", "techdivision/import-cli": "^12.1.1", "techdivision/import-app-simple": "^18.0.0", "techdivision/import-configuration-jms": "^17.3.0", diff --git a/composer.lock b/composer.lock index bcd4a39e..3a7dd1a4 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": "e1a18cf1a97b1a1ea9c01e82743504da", + "content-hash": "5feb99da9f605ae65c67baf39b604dc5", "packages": [ { "name": "brick/math", @@ -1116,16 +1116,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "33aefcdab42900e36366d0feab6206e2dd68f947" + "reference": "df1a79430e14e30cd192fe6c05842133d076e58d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/33aefcdab42900e36366d0feab6206e2dd68f947", - "reference": "33aefcdab42900e36366d0feab6206e2dd68f947", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/df1a79430e14e30cd192fe6c05842133d076e58d", + "reference": "df1a79430e14e30cd192fe6c05842133d076e58d", "shasum": "" }, "require": { @@ -1155,9 +1155,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.14.0" }, - "time": "2022-10-21T09:57:39+00:00" + "time": "2022-11-27T19:09:16+00:00" }, { "name": "psr/cache", @@ -1782,16 +1782,16 @@ }, { "name": "symfony/console", - "version": "v4.4.48", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "8e70c1cab07ac641b885ce80385b9824a293c623" + "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/8e70c1cab07ac641b885ce80385b9824a293c623", - "reference": "8e70c1cab07ac641b885ce80385b9824a293c623", + "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", + "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", "shasum": "" }, "require": { @@ -1852,7 +1852,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.48" + "source": "https://github.com/symfony/console/tree/v4.4.49" }, "funding": [ { @@ -1868,20 +1868,20 @@ "type": "tidelift" } ], - "time": "2022-10-26T16:02:45+00:00" + "time": "2022-11-05T17:10:16+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.44", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", - "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734", + "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734", "shasum": "" }, "require": { @@ -1938,7 +1938,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.49" }, "funding": [ { @@ -1954,7 +1954,7 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2022-11-16T16:18:09+00:00" }, { "name": "symfony/expression-language", @@ -2642,16 +2642,16 @@ }, { "name": "techdivision/import", - "version": "17.3.0", + "version": "17.3.1", "source": { "type": "git", "url": "https://github.com/techdivision/import.git", - "reference": "2d47693cb573ebc602d2642e6f84c8e064063001" + "reference": "f0d3fbbe616af64b97e1ecd073418aca06b1b63e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import/zipball/2d47693cb573ebc602d2642e6f84c8e064063001", - "reference": "2d47693cb573ebc602d2642e6f84c8e064063001", + "url": "https://api.github.com/repos/techdivision/import/zipball/f0d3fbbe616af64b97e1ecd073418aca06b1b63e", + "reference": "f0d3fbbe616af64b97e1ecd073418aca06b1b63e", "shasum": "" }, "require": { @@ -2709,9 +2709,9 @@ "description": "A library supporting generic Magento 2 import functionality", "support": { "issues": "https://github.com/techdivision/import/issues", - "source": "https://github.com/techdivision/import/tree/17.3.0" + "source": "https://github.com/techdivision/import/tree/17.3.1" }, - "time": "2022-10-25T14:47:22+00:00" + "time": "2022-12-02T15:08:42+00:00" }, { "name": "techdivision/import-app-simple", @@ -5294,16 +5294,16 @@ }, { "name": "composer/pcre", - "version": "2.0.2", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "36d3086c793f32a9a9e853a0abe8e19ec9d936fa" + "reference": "3fdb2807b31a78a40ad89570e30ec77466c98717" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/36d3086c793f32a9a9e853a0abe8e19ec9d936fa", - "reference": "36d3086c793f32a9a9e853a0abe8e19ec9d936fa", + "url": "https://api.github.com/repos/composer/pcre/zipball/3fdb2807b31a78a40ad89570e30ec77466c98717", + "reference": "3fdb2807b31a78a40ad89570e30ec77466c98717", "shasum": "" }, "require": { @@ -5345,7 +5345,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/2.0.2" + "source": "https://github.com/composer/pcre/tree/2.1.0" }, "funding": [ { @@ -5361,7 +5361,7 @@ "type": "tidelift" } ], - "time": "2022-11-03T20:20:28+00:00" + "time": "2022-11-16T18:32:04+00:00" }, { "name": "composer/semver", @@ -5512,16 +5512,16 @@ }, { "name": "consolidation/annotated-command", - "version": "4.6.1", + "version": "4.7.0", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "76835d35fcb0b879170129e82adfa1536b72921f" + "reference": "423715c6c5156d007e6d3357f7793d9dad510cd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/76835d35fcb0b879170129e82adfa1536b72921f", - "reference": "76835d35fcb0b879170129e82adfa1536b72921f", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/423715c6c5156d007e6d3357f7793d9dad510cd4", + "reference": "423715c6c5156d007e6d3357f7793d9dad510cd4", "shasum": "" }, "require": { @@ -5562,9 +5562,9 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.6.1" + "source": "https://github.com/consolidation/annotated-command/tree/4.7.0" }, - "time": "2022-11-09T18:31:17+00:00" + "time": "2022-11-22T21:28:39+00:00" }, { "name": "consolidation/config", @@ -7364,16 +7364,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.18", + "version": "9.2.19", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", - "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559", + "reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559", "shasum": "" }, "require": { @@ -7429,7 +7429,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19" }, "funding": [ { @@ -7437,7 +7437,7 @@ "type": "github" } ], - "time": "2022-10-27T13:35:33+00:00" + "time": "2022-11-18T07:47:47+00:00" }, { "name": "phpunit/php-file-iterator", @@ -9744,16 +9744,16 @@ }, { "name": "symfony/http-foundation", - "version": "v4.4.48", + "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + "reference": "191413c7b832c015bb38eae963f2e57498c3c173" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", - "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", + "reference": "191413c7b832c015bb38eae963f2e57498c3c173", "shasum": "" }, "require": { @@ -9792,7 +9792,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.49" }, "funding": [ { @@ -9808,7 +9808,7 @@ "type": "tidelift" } ], - "time": "2022-10-12T09:40:54+00:00" + "time": "2022-11-04T16:17:57+00:00" }, { "name": "symfony/http-kernel", @@ -9905,16 +9905,16 @@ }, { "name": "symfony/mime", - "version": "v5.4.14", + "version": "v5.4.16", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "1c118b253bb3495d81e95a6e3ec6c2766a98a0c4" + "reference": "46eeedb08f0832b1b61a84c612d945fc85ee4734" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/1c118b253bb3495d81e95a6e3ec6c2766a98a0c4", - "reference": "1c118b253bb3495d81e95a6e3ec6c2766a98a0c4", + "url": "https://api.github.com/repos/symfony/mime/zipball/46eeedb08f0832b1b61a84c612d945fc85ee4734", + "reference": "46eeedb08f0832b1b61a84c612d945fc85ee4734", "shasum": "" }, "require": { @@ -9969,7 +9969,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.14" + "source": "https://github.com/symfony/mime/tree/v5.4.16" }, "funding": [ { @@ -9985,7 +9985,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2022-11-26T16:45:22+00:00" }, { "name": "symfony/polyfill-intl-idn",