diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec2d07dc16..3f4c47ccd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,11 +58,11 @@ jobs: composer config extra.symfony.require "${{ matrix.symfony }}" # These dependencies since Sylius 1.13 have been shifted to dev ones: https://github.com/Sylius/Sylius/pull/15485 - - - name: Add Payum dependencies - run: | - composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/paypal-express-checkout-nvp:^1.7.3" - composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/stripe:^1.7.3" +# - +# name: Add Payum dependencies +# run: | +# composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/paypal-express-checkout-nvp:^1.7.3" +# composer require --dev --no-update --no-progress --no-scripts --no-plugins "payum/stripe:^1.7.3" - name: Setup Node @@ -197,7 +197,7 @@ jobs: - name: Run managing catalog promotion scenarios - run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@mink:chromedriver&&~@todo&&~@cli&&@managing_catalog_promotions" + run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@mink:chromedriver&&~@todo&&~@cli&&@managing_catalog_promotions" --suite-tags="@ui" - name: Run managing exchange rates scenarios diff --git a/config/bundles.php b/config/bundles.php index 4ffde73ab7..ffd917c335 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -59,7 +59,6 @@ SyliusLabs\Polyfill\Symfony\Security\Bundle\SyliusLabsPolyfillSymfonySecurityBundle::class => ['all' => true], League\FlysystemBundle\FlysystemBundle::class => ['all' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], -// Sylius\PayPalPlugin\SyliusPayPalPlugin::class => ['all' => true], Sylius\TwigHooks\TwigHooksBundle::class => ['all' => true], Symfony\UX\TwigComponent\TwigComponentBundle::class => ['all' => true], Symfony\UX\LiveComponent\LiveComponentBundle::class => ['all' => true], diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 18af2f439f..d9e743a19d 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -10,6 +10,7 @@ services: autoconfigure: true Twig\Extra\Intl\IntlExtension: ~ + Twig\Extra\String\StringExtension: ~ when@test_cached: twig: diff --git a/package.json b/package.json index 5a7fae65ee..b8327aeb23 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,20 @@ "watch": "encore dev --watch" }, "dependencies": { + "@popperjs/core": "^2.11.8", "@sylius-ui/admin": "file:vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle", "@sylius-ui/shop": "file:vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle", + "@symfony/stimulus-bridge": "^3.2.2", "@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets", "@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets", + "apexcharts": "^3.41.0", + "bootstrap": "^5.3.3", "chart.js": "^3.7.1", - "flag-icons": "^7.2.3" + "flag-icons": "^7.2.3", + "infinite-tree": "^1.17.1", + "slugify": "^1.6", + "stimulus-use": "^0.52.2", + "@tabler/core": "^1.0.0-beta21" }, "devDependencies": { "@babel/core": "^7.0.0", @@ -20,7 +28,7 @@ "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.18.10", "@babel/register": "^7.0.0", - "@hotwired/stimulus": "^3.0.0", + "@hotwired/stimulus": "^3.2.2", "@symfony/stimulus-bridge": "^3.2.2", "@symfony/webpack-encore": "^3.1.0", "sass": "^1.54.8",