Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Bump symfony/maker-bundle from 1.21.1 to 1.23.0 #63

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2020

Bumps symfony/maker-bundle from 1.21.1 to 1.23.0.

Release notes

Sourced from symfony/maker-bundle's releases.

Added PHP 8 support

Hi Makers!

This is release adds support for php 8! And

  • Added experimental PHP 8 support. The bundle now allows php 8 and all maker commands (whose dependencies allow PHP 8) now having passing tests. Thanks to @fabot in #699

See symfony/maker-bundle@v1.22.0...v1.23.0 for changes

Happy making!

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 symfony/maker-bundle@v1.21.1...v1.22.0 for changes

Happy making!

Changelog

Sourced from symfony/maker-bundle's changelog.

1.24

  • Use PHP 8 Route attributes when using PHP 8 - #725 thanks to @jrushlow!

1.23

  • Added experimental PHP 8 support. The bundle now allows php 8 and all maker commands (whose dependencies allow PHP 8) now having passing tests.

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

... (truncated)

Commits
  • ffaee62 bumping changelog for 1.23
  • dabe9a8 minor #715 Fix: PHP 8 build (OskarStark)
  • d262dc1 minor #718 Enhancement: Test PHP 7.2 instead of PHP 7.2.5 (OskarStark)
  • d430c57 Fix: PHP 8 build.
  • f7a393d Enhancement: Test PHP 7.2 instead of PHP 7.2.5
  • 4a3a2e9 minor #711 Enhancement: Sort rules alphabetically (OskarStark)
  • c55f327 minor #717 Reverting - exclude() needs to be relative to in(). (weaverryan)
  • 0021bc5 Reverting - exclude() needs to be relative to in().
  • 1ee79d8 minor #716 Enhancement: Update PHP-CS-Fixer config (OskarStark)
  • 64a4f56 Enhancement: Update PHP-CS-Fixer config
  • 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 dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 16, 2020
@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #63 (c719136) into master (ede14d3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #63   +/-   ##
=========================================
  Coverage     14.91%   14.91%           
  Complexity      796      796           
=========================================
  Files           142      142           
  Lines          2173     2173           
=========================================
  Hits            324      324           
  Misses         1849     1849           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ede14d3...c719136. Read the comment docs.

@nplhse nplhse merged commit 59b133c into master Dec 16, 2020
@nplhse nplhse deleted the dependabot/composer/symfony/maker-bundle-1.23.0 branch December 16, 2020 11:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant