Update dependency symfony/maker-bundle to v1.63.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
symfony/maker-bundle (source) | require | minor |
1.62.1 -> 1.63.0
|
Release Notes
symfony/maker-bundle (symfony/maker-bundle)
v1.63.0
: : Modernization
Hey Maker's!
Long time, no release! This fixes a bunch of bugs and adjust some makers to generate modern code that conform with current best practices.
What's Changed
-
[make:stimulus-controller] Add
classes
support, generate usage code, fix doc, add tests by @smnandre in https://github.com/symfony/maker-bundle/pull/1631 - [make:twig-component] do not throw an error if config file does not exist by @IndraGunawan in https://github.com/symfony/maker-bundle/pull/1640
- [make:security:form-login] Tweak login forms to enable double-submit CSRF protection by @nicolas-grekas in https://github.com/symfony/maker-bundle/pull/1592
-
[make:entity]
doctine/persistence
v4 support, drop xml entity config support by @kbond in https://github.com/symfony/maker-bundle/pull/1677 - [make:schedule] deprecate in favor of recipe by @kbond in https://github.com/symfony/maker-bundle/pull/1684
- [make:form] suffix with "Form" instead of "Type" by @kbond in https://github.com/symfony/maker-bundle/pull/1685
-
[make:user] Missmatch between PHPDoc and the reality on
User::getRoles()
by @Curryed in https://github.com/symfony/maker-bundle/pull/1646 - [make:entity] Use stricter DateTime type instead of DateTimeInterface for mutable datetime fields by @rosier in https://github.com/symfony/maker-bundle/pull/1660
-
[make:listener] use FQCN for kernel events, fix adding unnecessary
#[AsEventListener]
arg by @kbond in https://github.com/symfony/maker-bundle/pull/1687 - [make:validator] Fix default param key in validator by @PierreBaud in https://github.com/symfony/maker-bundle/pull/1674
-
[make:message] use
AsMessage
for routing if available by @kbond in https://github.com/symfony/maker-bundle/pull/1690 - [doc] Remove Symfony version in introduction by @smnandre in https://github.com/symfony/maker-bundle/pull/1634
- [doc] remove $ so cut-and-paste works by @tacman in https://github.com/symfony/maker-bundle/pull/1627
- [ci] rename branch by @kbond in https://github.com/symfony/maker-bundle/pull/1686
- [ci] Tighten up CI matrix by @kbond in https://github.com/symfony/maker-bundle/pull/1683
- [cs] Fix putting the class-opening bracket on its own line by @nicolas-grekas in https://github.com/symfony/maker-bundle/pull/1656
-
[cs] Fix indentation of
options_code
by @nicolas-grekas in https://github.com/symfony/maker-bundle/pull/1657 - Fix docs branch following the renaming of main to 1.x by @chalasr in https://github.com/symfony/maker-bundle/pull/1692
- Fix "twig" case (-> "Twig") in make:twig-component & various places by @smnandre in https://github.com/symfony/maker-bundle/pull/1633
- Drop
CHANGELOG.md
by @kbond in https://github.com/symfony/maker-bundle/pull/1689 - Warn if using a maker non-interactively by @kbond in https://github.com/symfony/maker-bundle/pull/1688
- Use parser v5 for consistent Emulative constructor by @weaverryan in https://github.com/symfony/maker-bundle/pull/1682
New Contributors
- @Curryed made their first contribution in https://github.com/symfony/maker-bundle/pull/1646
- @PierreBaud made their first contribution in https://github.com/symfony/maker-bundle/pull/1674
- @chalasr made their first contribution in https://github.com/symfony/maker-bundle/pull/1692
Full Changelog: https://github.com/symfony/maker-bundle/compare/v1.62.1...v1.63.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.