Skip to content

chore(deps): update dependency symfony/maker-bundle to v1.64.0 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 13, 2025

This PR contains the following updates:

Package Change Age Confidence
symfony/maker-bundle (source) 1.59.1 -> 1.64.0 age confidence

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 with Type again.

What's Changed

Full Changelog: symfony/maker-bundle@v1.63.0...v1.64.0

v1.63.0: : Modernization

Compare 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

New Contributors

Full Changelog: symfony/maker-bundle@v1.62.1...v1.63.0

v1.62.1: : Revert PHP-CS-Fixer change

Compare 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 dependency

Compare 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, reading twig_component.yaml to determine the appropriate namespace (directory structure) when creating Twig Components, matching event names to event classes/id's with make:listener, and improving PHP types with make:registration-form & make:reset-password.

We're also starting to roll out a config based final classes system with all of our make:* 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 with make:voter & make:crud - other makers will soon follow.

### config/packages/maker.yaml
when@dev:
    maker:
        root_namespace: 'App'
        generate_final_classes: true
        generate_final_entities: false

(See https://github.com/symfony/recipes/pull/1315 for the flex recipe)

By default, MakerBundle will generate all non-entity classes with the final PHP keyword. Changing generate_final_classes to false will disable this feature. If you're app has the need to have final entities, setting generate_final_entities to true will allow make:entity to add the final keyword to new entities. For classes & entities, we're using an all or nothing approach.

Enjoy!

v1.61.0

August 29th, 2024

Bug

New 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 the tools/ dependencies.
  • composer tools:run - Run php-cs-fixer, phpstan, & twigcs against the code base.
  • tools:run:php-cs-fixer - Run just php-cs-fixer. Works with phpstan & 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/symfony-maker-bundle-1.x-lockfile branch from 4fa4c80 to 0151ba7 Compare April 29, 2025 10:04
@renovate renovate bot changed the title chore(deps): update dependency symfony/maker-bundle to v1.62.1 chore(deps): update dependency symfony/maker-bundle to v1.63.0 Apr 29, 2025
@renovate renovate bot force-pushed the renovate/symfony-maker-bundle-1.x-lockfile branch from 0151ba7 to da6e87d Compare July 6, 2025 07:48
@renovate renovate bot changed the title chore(deps): update dependency symfony/maker-bundle to v1.63.0 chore(deps): update dependency symfony/maker-bundle to v1.64.0 Jul 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants