[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-05-07 10:04:15 +00:00
parent de60185de8
commit 5ef2a28b1e
32 changed files with 3740 additions and 2628 deletions
@@ -593,6 +593,7 @@ eslint.config.mjs
.docker/dev/php.ini
.docker/test/Dockerfile
.docker/test/php.ini
rector-spec-unit.php
UPGRADE-2.1.md
.gitattributes
.dockerignore
@@ -1442,19 +1443,6 @@ src/Sylius/Component/Locale/Converter/LocaleConverter.php
src/Sylius/Component/Locale/Converter/LocaleConverterInterface.php
src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php
src/Sylius/Component/Addressing/Provider/ProvinceNamingProviderInterface.php
src/Sylius/Component/Addressing/phpspec.yml.dist
src/Sylius/Component/Addressing/spec/Provider/ProvinceNamingProviderSpec.php
src/Sylius/Component/Addressing/spec/Matcher/ZoneMatcherSpec.php
src/Sylius/Component/Addressing/spec/Model/AddressSpec.php
src/Sylius/Component/Addressing/spec/Model/ZoneSpec.php
src/Sylius/Component/Addressing/spec/Model/ProvinceSpec.php
src/Sylius/Component/Addressing/spec/Model/ZoneMemberSpec.php
src/Sylius/Component/Addressing/spec/Model/CountrySpec.php
src/Sylius/Component/Addressing/spec/Comparator/AddressComparatorSpec.php
src/Sylius/Component/Addressing/spec/Checker/CountryProvincesDeletionCheckerSpec.php
src/Sylius/Component/Addressing/spec/Checker/ZoneDeletionCheckerSpec.php
src/Sylius/Component/Addressing/spec/Converter/CountryNameConverterSpec.php
src/Sylius/Component/Addressing/spec/Factory/ZoneFactorySpec.php
src/Sylius/Component/Addressing/Repository/AddressRepositoryInterface.php
src/Sylius/Component/Addressing/Repository/ProvinceRepositoryInterface.php
src/Sylius/Component/Addressing/Repository/ZoneMemberRepositoryInterface.php
@@ -1462,6 +1450,7 @@ src/Sylius/Component/Addressing/Repository/ZoneRepositoryInterface.php
src/Sylius/Component/Addressing/Repository/CountryRepositoryInterface.php
src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php
src/Sylius/Component/Addressing/Matcher/ZoneMatcherInterface.php
src/Sylius/Component/Addressing/phpunit.xml.dist
src/Sylius/Component/Addressing/Model/ZoneMember.php
src/Sylius/Component/Addressing/Model/AddressLogEntry.php
src/Sylius/Component/Addressing/Model/CountryInterface.php
@@ -1479,6 +1468,18 @@ src/Sylius/Component/Addressing/Comparator/AddressComparatorInterface.php
src/Sylius/Component/Addressing/Comparator/AddressComparator.php
src/Sylius/Component/Addressing/README.md
src/Sylius/Component/Addressing/LICENSE
src/Sylius/Component/Addressing/Tests/Provider/ProvinceNamingProviderTest.php
src/Sylius/Component/Addressing/Tests/Matcher/ZoneMatcherTest.php
src/Sylius/Component/Addressing/Tests/Model/ZoneTest.php
src/Sylius/Component/Addressing/Tests/Model/ProvinceTest.php
src/Sylius/Component/Addressing/Tests/Model/AddressTest.php
src/Sylius/Component/Addressing/Tests/Model/ZoneMemberTest.php
src/Sylius/Component/Addressing/Tests/Model/CountryTest.php
src/Sylius/Component/Addressing/Tests/Comparator/AddressComparatorTest.php
src/Sylius/Component/Addressing/Tests/Checker/CountryProvincesDeletionCheckerTest.php
src/Sylius/Component/Addressing/Tests/Checker/ZoneDeletionCheckerTest.php
src/Sylius/Component/Addressing/Tests/Converter/CountryNameConverterTest.php
src/Sylius/Component/Addressing/Tests/Factory/ZoneFactoryTest.php
src/Sylius/Component/Addressing/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Addressing/Checker/CountryProvincesDeletionCheckerInterface.php
src/Sylius/Component/Addressing/Checker/ZoneDeletionChecker.php
@@ -1627,17 +1628,8 @@ src/Sylius/Component/Inventory/LICENSE
src/Sylius/Component/Inventory/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Inventory/Checker/AvailabilityChecker.php
src/Sylius/Component/Inventory/Checker/AvailabilityCheckerInterface.php
src/Sylius/Component/Channel/phpspec.yml.dist
src/Sylius/Component/Channel/spec/Model/ChannelSpec.php
src/Sylius/Component/Channel/spec/Context/CachedPerRequestChannelContextSpec.php
src/Sylius/Component/Channel/spec/Context/RequestBased/HostnameBasedRequestResolverSpec.php
src/Sylius/Component/Channel/spec/Context/RequestBased/ChannelContextSpec.php
src/Sylius/Component/Channel/spec/Context/RequestBased/CompositeRequestResolverSpec.php
src/Sylius/Component/Channel/spec/Context/CompositeChannelContextSpec.php
src/Sylius/Component/Channel/spec/Context/SingleChannelContextSpec.php
src/Sylius/Component/Channel/spec/Checker/ChannelDeletionCheckerSpec.php
src/Sylius/Component/Channel/spec/Factory/ChannelFactorySpec.php
src/Sylius/Component/Channel/Repository/ChannelRepositoryInterface.php
src/Sylius/Component/Channel/phpunit.xml.dist
src/Sylius/Component/Channel/Model/Channel.php
src/Sylius/Component/Channel/Model/ChannelAwareInterface.php
src/Sylius/Component/Channel/Model/ChannelInterface.php
@@ -1654,6 +1646,15 @@ src/Sylius/Component/Channel/Context/CompositeChannelContext.php
src/Sylius/Component/Channel/composer.json
src/Sylius/Component/Channel/README.md
src/Sylius/Component/Channel/LICENSE
src/Sylius/Component/Channel/Tests/Model/ChannelTest.php
src/Sylius/Component/Channel/Tests/Context/CachedPerRequestChannelContextTest.php
src/Sylius/Component/Channel/Tests/Context/RequestBased/HostnameBasedRequestResolverTest.php
src/Sylius/Component/Channel/Tests/Context/RequestBased/ChannelContextTest.php
src/Sylius/Component/Channel/Tests/Context/RequestBased/CompositeRequestResolverTest.php
src/Sylius/Component/Channel/Tests/Context/SingleChannelContextTest.php
src/Sylius/Component/Channel/Tests/Context/CompositeChannelContextTest.php
src/Sylius/Component/Channel/Tests/Checker/ChannelDeletionCheckerTest.php
src/Sylius/Component/Channel/Tests/Factory/ChannelFactoryTest.php
src/Sylius/Component/Channel/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Channel/Checker/ChannelDeletionChecker.php
src/Sylius/Component/Channel/Checker/ChannelDeletionCheckerInterface.php
@@ -2156,6 +2157,10 @@ src/Sylius/Bundle/ShopBundle/templates/shared/macro/grid/table/sorting.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/macro/grid/table.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/macro/locales.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/macro/order/state.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/product/card/details.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/product/card/details/name.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/product/card/details/image.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/product/card/prices.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/product/horizontal_list.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses.html.twig
src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/discount/value.html.twig
@@ -2590,6 +2595,7 @@ src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/grid.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/form/select_payment.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/form/address.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/error.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/product/card.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/order/summary.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/select_payment.yaml
src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/complete.yaml