Skip to content

Conversation

@renovate
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.65.1 age confidence

Release Notes

symfony/maker-bundle (symfony/maker-bundle)

v1.65.1: 1.65.1

Compare Source

What's Changed

[eba3045] Feature: use logout_path() in login form templates (@​PierreCapel)
[f33c80e] Bump php-cs-fixer to 3.75 (@​shakaran)
[edad857] Bug: removed assertion on status code after redirect (@​rensieeee)
[dd7818d] Bug: fixed undefined method issue (@​kekstlt)
[efd3532] Bug: updated MigrationDiffFilteredOutput to implement all methods from OutputInterface (Josh McRae)

v1.65.0: : Symfony 8

Compare Source

What's Changed

[9a0276d] Feature: Add support for Symfony 8 (@​Kocal)
[d3e8169] Fix: do not implement __serialize() for users without passwords (@​xabbuh)
[6f42db1] Fix: PHP 8.4 deprecation about implicitly-nullable-types (@​natewiebe13)
[2696e9e] minor: Do not call Reflection*::setAccessible() (@​W0rma)

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 symfony/recipes#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
@renovate renovate bot changed the title chore(deps): update dependency symfony/maker-bundle to v1.64.0 chore(deps): update dependency symfony/maker-bundle to v1.65.0 Nov 24, 2025
@renovate
Copy link
Author

renovate bot commented Nov 24, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: application/composer.lock
Command failed: composer update symfony/maker-bundle:1.65.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency symfony/console is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/framework-bundle is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/process is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/mime is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - doctrine/doctrine-bundle is locked to version 2.12.0 and an update of this package was not requested.
    - symfony/resend-mailer is locked to version v7.1.0-RC1 and an update of this package was not requested.
    - symfony/security-bundle is locked to version v7.1.0-RC1 and an update of this package was not requested.
    - doctrine/doctrine-bundle 2.12.0 requires symfony/cache ^5.4 || ^6.0 || ^7.0 -> satisfiable by symfony/cache[v7.1.0-RC1].
    - symfony/http-foundation[v7.3.7, ..., v7.4.0] conflict with symfony/cache <6.4.12|>=7.0,<7.1.5.
    - symfony/resend-mailer v7.1.0-RC1 conflicts with symfony/http-foundation v6.4.29.
    - symfony/security-bundle v7.1.0-RC1 requires symfony/security-http ^7.1 -> satisfiable by symfony/security-http[v7.1.0-RC1].
    - symfony/security-http v7.1.0-RC1 requires symfony/http-foundation ^6.4|^7.0 -> satisfiable by symfony/http-foundation[v6.4.29, v7.3.7, ..., v7.4.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot changed the title chore(deps): update dependency symfony/maker-bundle to v1.65.0 chore(deps): update dependency symfony/maker-bundle to v1.65.1 Dec 3, 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.

1 participant