Update dependency symfony/maker-bundle to v1.66.0#7
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update dependency symfony/maker-bundle to v1.66.0#7renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
e22378b to
e808a0f
Compare
e808a0f to
c958233
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
1.60.0→1.66.0Release Notes
symfony/maker-bundle (symfony/maker-bundle)
v1.66.0: 1.66.0Compare Source
What's Changed
ServiceLocatorto access makers in tests, instead of guessing the service name by @GromNaN in #1771--nowdocoption by @simonsolutions in #1721php-cs-fixer.pharto 3.92.5 by @GromNaN in #1772root_namespaceconfiguration by @GromNaN in #1782New Contributors
Full Changelog: symfony/maker-bundle@v1.65.1...v1.66.0
v1.65.1: 1.65.1Compare Source
What's Changed
[
eba3045] Feature: uselogout_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: updatedMigrationDiffFilteredOutputto implement all methods fromOutputInterface(Josh McRae)v1.65.0: : Symfony 8Compare 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 callReflection*::setAccessible()(@W0rma)v1.64.0: : Revert!Compare Source
Hey Maker's!
Small release to revert a
make:formchange. Created types are now suffixed withTypeagain.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
classessupport, generate usage code, fix doc, add tests by @smnandre in #1631doctine/persistencev4 support, drop xml entity config support by @kbond in #1677User::getRoles()by @Curryed in #1646#[AsEventListener]arg by @kbond in #1687AsMessagefor routing if available by @kbond in #1690options_codeby @nicolas-grekas in #1657CHANGELOG.mdby @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.yamlto 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
finalclasses 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
finalPHP keyword. Changinggenerate_final_classestofalsewill disable this feature. If you're app has the need to havefinalentities, settinggenerate_final_entitiestotruewill allowmake:entityto add thefinalkeyword to new entities. For classes & entities, we're using an all or nothing approach.Enjoy!
v1.61.0
August 29th, 2024
make:twig-componentby 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
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.