Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

build(deps-dev): bump symfony/maker-bundle from 1.14.6 to 1.28.0#98

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/maker-bundle-1.28.0
Closed

build(deps-dev): bump symfony/maker-bundle from 1.14.6 to 1.28.0#98
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/symfony/maker-bundle-1.28.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps symfony/maker-bundle from 1.14.6 to 1.28.0.

Release notes

Sourced from symfony/maker-bundle's releases.

Fix for make:reset-password & Various Enhancements

Hi Makers!

This release contains a number of small features or bug fixes:

  • #785 [make:reset-password] Addresses an issue with the wrong "token expires in DATETIME" being rendered on the confirmation page - thanks to @jrushlow
  • #784 Sort entity auto-completion in various commands - thanks to @zorn-v
  • #787 [make:registration-form] Fix for generated controller with anonymous email verification

Diff: symfony/maker-bundle@1.27.0...v1.28.0

Happy making!

make:registration-form: allow email verification without log in

Hi Makers!

This release includes a new feature related to "email verification" during registration.

HIGHLIGHTS

  • [make:registration-form] Added a new question to generate code that will allow users to click on the "verify email" link in their email without needing to be authenticated - #776 thanks to @jrushlow!

Changes: symfony/maker-bundle@v1.26.1...v1.27.0

Happy making!

bug fixes for "reset password" and "verify email" expiration dates

Hi Makers!

This release includes a bug fix in #770 (thanks to @jrushlow) for the generated code in the "verify email" and "reset password" email templates. Each library fixed a timezone bug, and MakerBundle now generates code that takes advantage of that fix.

Changes: symfony/maker-bundle@v1.26.0...v1.26.1

Cheers!

Support for Symfony 5.2 "authenticators" in make:auth

Hi makers!

This release updates the make:auth command to automatically generate the "new style" authenticators if you have the new authenticator-based security enabled (enable_authenticator_manager: true).

Thanks to @jrushlow in #736 for this

Changes: symfony/maker-bundle@v1.25.0...v1.26.0

Have fun!

Allowing doctrine/inflector v2

Hi Makers!

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

1.27

  • [make:registration-form] Added a new question to generate code that will allow users to click on the "verify email" link in their email without needing to be authenticated - #776 thanks to @jrushlow!

1.26

  • [make:auth] Added support to make:auth for the new "authenticator" security mode in Symfony 5.2 - #736 thanks to @jrushlow!

1.25

  • Add support for doctrine/inflector v2 (v1 is still allowed) - #758 thanks to @jrushlow!
  • [make:entity] Fixed setting a null value for OneToMany - #755 thanks to @Kocal!

1.24

  • Use PHP 8 Route attributes when using PHP 8 - #725 thanks to @jrushlow!
  • Improve version detection by reading config.platform.php - #728 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!

... (truncated)

Commits
  • 6f4d27a bug #785 [Reset-Password] use expiration translation in check email route (jr...
  • bd1e578 [Reset-Password] use expiration translation in check email route
  • 1b6861f feature #784 Sort doctrine entities for autocomplete (zorn-v)
  • 8c01de2 Sort doctrine entities for autocomplete
  • 0f4d4eb bug #787 [Register] bug #786 initialize $user (thewalkingcoder)
  • bb22c68 [Register] bug #786 initialize $user
  • 7c64a61 Fixed CS
  • 1751a9c bug #740 Update MakerFileLinkFormatter.php (ehrlich-media, weaverryan)
  • 7324c2e Update src/Util/MakerFileLinkFormatter.php
  • b2324e0 minor #780 Fixed PHP 7.1.3 tests by using PHPUnit 8.5 (wouterj)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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)

Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.14.6 to 1.28.0.
- [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.14.6...v1.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 19, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #110.

@dependabot-preview dependabot-preview Bot deleted the dependabot/composer/symfony/maker-bundle-1.28.0 branch February 11, 2021 03: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants