lkochniss / gamer-profile

Website to show your gaming stuff
2 stars 0 forks source link

Bump symfony/maker-bundle from 1.24.2 to 1.34.1 #1008

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps symfony/maker-bundle from 1.24.2 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: https://github.com/symfony/maker-bundle/compare/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: https://github.com/symfony/maker-bundle/compare/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)
dependabot[bot] commented 2 years ago

Superseded by #1015.