Skip to content

Bump symfony/maker-bundle from 1.31.1 to 1.34.1 in /symfony #121

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps symfony/maker-bundle from 1.31.1 to 1.34.1.

Release notes

Sourced from symfony/maker-bundle's releases.

Fix bug for JSON_ARRAY with doctrine/dbal 3

Hi Makers!

This release contains 2 bug fixes, one for doctrine/dbal 3 that makes running make:entity no fun!

October 17th, 2021

Bug Fix

Diff: symfony/maker-bundle@v1.34.0...v1.34.1

Happy making!

make:entity PHP 8 Attribute Support

Hi Makers!

This release contains various features - but one big one in particular! The ability to use make:entity to generate code using PHP 8 attributes. If you're using PHP 8 (and have recent enough versions of all the underlying libraries), MakerBundle should now generate attributes instead of annotations in all situations (if you an annotation is still generated somewhere, please open an issue).

Note: To use attribute with Doctrine, remove the type: annotation line in your config/packages/doctrine.yaml (or set it to attribute, but without any type, Doctrine will detect if attributes are supported).

September 27th, 2021

Feature

Bug Fix

Diff: symfony/maker-bundle@v1.33.0...v1.34.0

Happy making!

Better Symfony 5.3 support & various bug fixes

Hi Makers!

We continue to improve MakerBundle to generate the most up-to-date code for Symfony 5.3! This releases contains 2 improvements for new 5.3 features.

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.34.1

October 17th, 2021

Bug Fix

v1.34.0

September 27th, 2021

Feature

Bug Fix

v1.33.0

June 30th, 2021

Feature

  • #895 - [make:crud] send the proper HTTP status codes and use renderForm() when available - @​dunglas
  • #889 - [make:user] Use password_hashers instead of encoders - @​wouterj

Bug Fix

v1.32.0

June 18th, 2021

Feature

... (truncated)

Commits
  • c9ae401 bug #991 Check if json_array type exists before unsetting it (HypeMC)
  • e0ffa99 Fix composer package names
  • fd758db bug #988 Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAu...
  • 8b1806d Check if json_array type exists before unsetting it
  • 1a90d5f Fixed typo in src/Resources/skeleton/authenticator/Security52EmptyAuthenticat...
  • c1ead85 minor #934 [release] prep 1.34.0 (jrushlow)
  • 2ba83b3 [release] prep 1.34.0
  • 3ca4dcc feature #978 Adding Entity attribute support (weaverryan)
  • 9ecc684 Adding Entity attribute support
  • 884f10d bug #974 Fix method call definition (ajgarlag)
  • 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 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)

Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.31.1 to 1.34.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.31.1...v1.34.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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2021

Superseded by #124.

@dependabot dependabot bot closed this Nov 15, 2021
@dependabot dependabot bot deleted the dependabot/composer/symfony/symfony/maker-bundle-1.34.1 branch November 15, 2021 07:11
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.

0 participants