Skip to content
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

build(deps-dev): bump symfony/maker-bundle from 1.54.0 to 1.55.1 #464

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2024

Bumps symfony/maker-bundle from 1.54.0 to 1.55.1.

Release notes

Sourced from symfony/maker-bundle's releases.

Hot Fix for make:entity

Howdy Makers,

A tiny release that moves a conditional in make:entity to it's proper place. Otherwise, an exception was thrown to install Mercure before asking if you wanted to broadcast entity updates. Thanks to @​fabgg for bringing this to our attention.

v1.55.1

February 21st, 2024

Bug

  • #1458 - [make:entity] fix require mercure before asking to broadcast entity updates - @​jrushlow

Diff: symfony/maker-bundle@v1.55.0...v1.55.1

Enjoy!

Smashed bugs with a splash of DX

Howdy Makers!

This release squashes a few long standing bugs that were floating around out there. Notably, make:entity uses ux-turbo instead of the archived ux-turbo-mercure package. The "types wizard" in make:entity will only show the doctrine types that are available instead of a static list of possibly unavailable types. For the features, we've upgraded the bundled php-cs-fixer to v3.49.0, added a few docblocks to help with static analysis tools, and I supposed it was about time we stopped calling createView() on form objects in make:registration-form && make:reset-password

Big thanks to the community for creating issues and submitting PR's!

v1.55.0

February 20th, 2024

Feature

  • #1455 - [make:registration-form] Removal of the createView() method, as it is no longer required to render the form - @​mdoutreluingne
  • #1452 - [make:entity] remove PhpCompatUtil constructor argument - @​jrushlow
  • #1444 - [make:command] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1443 - [make:controller] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1429 - [make:*] upgrade bundled PHP-CS-Fixer to v3.49.0 - @​jrushlow
  • #1411 - [make:user] Add phpdocs in class generated by make:user for PHPStan - @​maelanleborgne
  • #1273 - [make:serializer:normalizer] Inject a NormalizerInterface instead of an ObjectNormalize - @​mtarld

Bug

Generated by Git Released

Diff: symfony/maker-bundle@v1.54.0...v1.55.0

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.55.1

February 21st, 2024

Bug

  • #1458 - [make:entity] fix require mercure before asking to broadcast entity updates - @​jrushlow

v1.55.0

February 20th, 2024

Feature

  • #1455 - [make:registration-form] Removal of the createView() method, as it is no longer required to render the form - @​mdoutreluingne
  • #1452 - [make:entity] remove PhpCompatUtil constructor argument - @​jrushlow
  • #1444 - [make:command] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1443 - [make:controller] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1429 - [make:*] upgrade bundled PHP-CS-Fixer to v3.49.0 - @​jrushlow
  • #1411 - [make:user] Add phpdocs in class generated by make:user for PHPStan - @​maelanleborgne
  • #1273 - [make:serializer:normalizer] Inject a NormalizerInterface instead of an ObjectNormalize - @​mtarld

Bug

Commits
  • 11a9d31 minor #1459 [release] v1.55.1
  • 3525c65 bug #1458 [make:entity] fix require mercure before asking to broadcast entity...
  • d344744 minor #1456 [git-released] v1.55.0
  • 122bd8a minor #1450 housekeeping - add rector rules - one step closer to static analysis
  • c953816 feature #1273 use NormalizerInterface instead of ObjectNormalizer
  • 9ecf3c8 bug #1283 Ignore files from vendor (tools, appveyor.yml, phpunit.xml.dist)
  • 490e550 feature #1411 [make:user] Add phpdocs in class generated by make:user for PHP...
  • eb4542f bug #1422 Generator verifies if class exists before altering class name
  • f661302 feature #1452 [make:entity] remove PhpCompatUtil constructor argument
  • 7748414 [make:registration-form] Removal of the createView() method, as it is no lo...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2024
Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.54.0 to 1.55.1.
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.54.0...v1.55.1)

---
updated-dependencies:
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@ckrack ckrack force-pushed the dependabot/composer/main/symfony/maker-bundle-1.55.1 branch from eced381 to a530634 Compare February 24, 2024 23:39
@ckrack ckrack merged commit d6e7a1c into main Feb 24, 2024
1 check passed
@ckrack ckrack deleted the dependabot/composer/main/symfony/maker-bundle-1.55.1 branch February 24, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant