* 1.12:
Change all package versions to 1.12
[CI] Add APIP 2.6 static checks
[CI] Add tests for symfony 6.0
Remove branch alias from the main composer.json
Change branch aliases in all packages
[Hot-fix] Do not fail scenario after 422 response page
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12 <!-- see the comment below --> |
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | kinda, FE is not under BC policy but technically it can break the app just after the upgrade |
| Deprecations? | kinda, gulp is deprecated from now <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | #13900 |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.11 branch
- Features and deprecations must be submitted against the 1.12 branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
tl;dr
I've switched to webpack in every possible place. Also, I've replaced the old webpack test build with the gulp test build. Docs update is coming in the next PR.
Commits
-------
7f6e06ca4f Install symfony encore package
3cf9f5e800 Replace custom script fixing semantic with @semantic-ui-react/css-patch
4c51670eaa Allow to define whether webpack is used or not
3bb6fb8cf3 Adjust templates to use encore's functions when use_webpack is on
bafa38eec0 Add building assets in a non-JS tests
8800736786 Use webpack in Docker CI
5bfc11a541 Update UPGRADE-1.12.md
6370de3a72 Update package.json scripts
5340182461 Replace explicit setting a parameters with Symfony's configuration
8f18ea6216 Apply code style adjustments
f294b68ca5 Remove explicit setting sylius_ui.use_webpack parameter from tests
73f66b1473 Remove doubled entries from .gitignore
81aa0f6fb0 Merge branch '1.12' into maintenance/add-webpack
f025389e04 Add node 14.x to JS pipeline
b5357d5ee5 Split configuration of webpack encore bundle between Sylius bundles
4bfecf7203 Simplify image replacement depending on use_webpack global
ef4629adf4 Add a note about use_webpack to UPGRADE file
f162d14d34 Update UPGRADE-1.12.md
f2826c0017 Update indents in twig files