chore(deps): update dependency symfony/maker-bundle to v1.64.0 #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.59.1
->1.64.0
Release Notes
symfony/maker-bundle (symfony/maker-bundle)
v1.64.0
: : Revert!Compare Source
Hey Maker's!
Small release to revert a
make:form
change. Created types are now suffixed withType
again.What's Changed
dump()
from test by @kbond in #1695Full Changelog: symfony/maker-bundle@v1.63.0...v1.64.0
v1.63.0
: : ModernizationCompare Source
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
classes
support, generate usage code, fix doc, add tests by @smnandre in #1631doctine/persistence
v4 support, drop xml entity config support by @kbond in #1677User::getRoles()
by @Curryed in #1646#[AsEventListener]
arg by @kbond in #1687AsMessage
for routing if available by @kbond in #1690options_code
by @nicolas-grekas in #1657CHANGELOG.md
by @kbond in #1689New Contributors
Full Changelog: symfony/maker-bundle@v1.62.1...v1.63.0
v1.62.1
: : Revert PHP-CS-Fixer changeCompare Source
v1.62.0 contained a change that added php-cs-fixer as a required dependency. This caused a lot of problems downstream. We've reverted this change.
What's Changed
New Contributors
Full Changelog: symfony/maker-bundle@v1.62.0...v1.62.1
v1.62.0
: : Final Controllers, Validators, & PHP-CS-Fixer as a Composer dependencyCompare Source
What's Changed
New Contributors
Full Changelog: symfony/maker-bundle@v1.61.0...v1.62.0
v1.61.0
: Out with the bugs - In with the features...Compare Source
Howdy Makers!
Aside from squashing a few bugs mentioned below, this releases adds a few improvements such as the ability to generate CRUD without needing to have a trailing
/
in the index path, readingtwig_component.yaml
to determine the appropriate namespace (directory structure) when creating Twig Components, matching event names to event classes/id's withmake:listener
, and improving PHP types withmake:registration-form
&make:reset-password
.We're also starting to roll out a config based
final
classes system with all of ourmake:*
commands. In essence, you'll be able to set config values to determine if generated classes should be made final. This release adds the ability to do so withmake:voter
&make:crud
- other makers will soon follow.(See symfony/recipes#1315 for the flex recipe)
By default, MakerBundle will generate all non-entity classes with the
final
PHP keyword. Changinggenerate_final_classes
tofalse
will disable this feature. If you're app has the need to havefinal
entities, settinggenerate_final_entities
totrue
will allowmake:entity
to add thefinal
keyword to new entities. For classes & entities, we're using an all or nothing approach.Enjoy!
v1.61.0
August 29th, 2024
make:twig-component
by reading the configuration file - @shadowcBug
getPassword()
return type in certain instance withPasswordAuthenticatedUserInterface
- @seb-jeanNew Contributors
Full Changelog: symfony/maker-bundle@v1.60.0...v1.61.0
v1.60.0
: Types, Enums, & Bugs...Compare Source
Howdy Makers!
We've improved type support in the generated templates to help keep static analysis tools happy,
make:entity
now supports enums, relaxed ASCII character validation for entity names, & much more.For MakerBundle Dev's:
composer tools:upgrade
- Upgrade all of thetools/
dependencies.composer tools:run
- Runphp-cs-fixer
,phpstan
, &twigcs
against the code base.tools:run:php-cs-fixer
- Run justphp-cs-fixer
. Works withphpstan
&twigcs
as well.Enjoy!
v1.60.0
June 10th, 2024
Feature
Bug
New Contributors
Diff: symfony/maker-bundle@v1.59.1...v1.60.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.