lkochniss / gamer-profile

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

Bump symfony/maker-bundle from 1.20.0 to 1.22.0 #878

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps symfony/maker-bundle from 1.20.0 to 1.22.0.

Release notes

Sourced from symfony/maker-bundle's releases.

Optimized remove*() make:entity methods + many nice bug fixes

Hi Makers!

This is release mostly contains numerous minor bug fixes, but also 2 nice features:

  • [make:entity] Optimized how the removeXXXX() methods are generated for relationships - #675 thanks to @mhabibi!

  • [make:serializer:normalizer] Generated a better template, trying to guess the class you might be normalizing - #672 thanks to @BatsaxIV

See https://github.com/symfony/maker-bundle/compare/v1.21.1...v1.22.0 for changes

Happy making!

Bug fix for doctrine/persistence 2

Hi Makers!

This is a tiny release that contains one more bug fix to support doctrine/persistence 2 - see #668

Happy making!

Bug fix for new DoctrineBundle, various new features

Hi Makers!

This release contains a bug fix that caused a problem with make:entity when using DoctrineBundle > 2.1.1 - see #667. The release also comes with several new features:

  • [make:docker:database] When using MySQL, a "main" database is now created automatically for you - #656 thanks to @robmeijer!

  • [make:voter] Better generated entity "guess" - #658 thanks to @yahyaerturan!

  • [make:command] Use the new Command::SUCCESS when available - #664 thanks to @Chi-teck!

Happy making!

Changelog

Sourced from symfony/maker-bundle's changelog.

1.22

  • [make:entity] Optimized how the removeXXXX() methods are generated for relationships - #675 thanks to @mhabibi!

  • [make:serializer:normalizer] Generated a better template, trying to guess the class you might be normalizing - #672 thanks to @BatsaxIV

1.21

  • [make:docker:database] When using MySQL, a "main" database is now created automatically for you - #656 thanks to @robmeijer!

  • [make:voter] Better generated entity "guess" - #658 thanks to @yahyaerturan!

  • [make:command] Use the new Command::SUCCESS when available - #664 thanks to @Chi-teck!

1.20

  • [make:docker:database] Added a new command to generate a database service in your docker-compose.yaml file - #640 thanks to @jrushlow!

1.19

  • Added "email verification/confirmation" option to make:registration-form - see #603 thanks to @jrushlow!

1.18

1.17

  • PHP 7.1 is now the required minimum version - #598 thanks to @weaverryan

  • MakerBundle now allows doctrine/inflector 2.0 - #600 thanks to @alcaeus

1.16

  • [make:entity] Generated entities will now use the RelationName::class syntax when generating relationships (e.g.
Commits
  • 430a9f6 bumping changelog
  • 01b9bce feature #672 #395 - guess entity name in normalizer template (BatsaxIV)
  • daed817 bug #671 [make:controller] Set index method return type (Rob Meijer)
  • b345999 feature #675 Issue673 Optimize removeElement method in doctrine entities (mha...
  • ca16b64 bug #681 Fix missing help message on make:docker:database (DuboisS)
  • 67cebfa bug #680 Fix adding an item to an array with known indentation in YAML (andre...
  • 9a6e5f1 bug #679 Fix adding a key to a second-level hash after a key with empty value...
  • a4dd7d0 minor #690 fix: adding PHP 7.4 to the CI (Superkooka)
  • e5ed9d8 fix: adding PHP 7.4 to the CI
  • 7f7c32d Issue673 Fix CS
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #883.