Conversation
| Q | A |-----------------|----- | Branch? | 1.14, | Related tickets | blocks #17801 | License | MIT
This PR has been generated automatically. For more details see [upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml). **Remember!** The upmerge should always be merged with using `Merge pull request` button. In case of conflicts, please resolve them manually with usign the following commands: ``` git fetch upstream gh pr checkout <this-pr-number> git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0" ``` If you use other name for the upstream remote, please replace `upstream` with the name of your remote pointing to the `Sylius/Sylius` repository. Once the conflicts are resolved, please run `git merge --continue` and push the changes to this PR.
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
| Q | A |-----------------|----- | Branch? | 1.14 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | License | MIT
| Q | A |-----------------|----- | Branch? | 2.0 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | replaces #17766 | License | MIT <!-- - Bug fixes must be submitted against the 1.14 or 2.0 branch - Features and deprecations must be submitted against the 2.1 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 -->
) | Q | A |-----------------|----- | Branch? | 2.0 | Bug fix? | no | New feature? | kinda (DX) | BC breaks? | no | Deprecations? | no | License | MIT We have already introduced templating in Factories and Fixtures. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Enhanced immutability and type safety across data generation components for more consistent and reliable behavior. - Streamlined default configuration handling to ensure correct and predictable outcomes. - **Bug Fixes** - Resolved minor issues in configuration logic to prevent discrepancies during entity creation. - **Documentation** - Updated inline documentation and annotations to improve clarity and maintainability. - **Chores** - Added conflict declarations in `composer.json` files to manage compatibility with `api-platform/jsonld` package versions. - Introduced a new `CONFLICTS.md` document to outline specific conflicts related to package dependencies. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
| Q | A |-----------------|----- | Branch? | 2.0 | License | MIT <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Localization Enhancements** - Expanded and refined Arabic translations across user interfaces, including order confirmations, payment statuses, shipping details, promotions, and customer forms. - New text entries added to improve clarity in emails, account actions, and notifications. - Revised error and validation messages for more consistent, user-friendly guidance. - Standardized terminology throughout, ensuring a coherent and improved experience for Arabic-speaking users. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
* 1.14: Change application's version to v1.14.5-dev Generate changelog for v1.14.4 Change application's version to v1.14.4 Fix config key in upgrade document
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
This PR has been generated automatically.
For more details see upmerge_pr.yaml.
Remember! The upmerge should always be merged with using
Merge pull requestbutton.In case of conflicts, please resolve them manually with usign the following commands:
If you use other name for the upstream remote, please replace
upstreamwith the name of your remote pointing to theSylius/Syliusrepository.Once the conflicts are resolved, please run
git merge --continueand push the changes to this PR.