Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Bump symfony/maker-bundle from 1.5.0 to 1.7.0 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps symfony/maker-bundle from 1.5.0 to 1.7.0.

Release notes

Sourced from symfony/maker-bundle's releases.

New make:user Security Command & Fixes

This release comes with a new shiny command! Introducing make:user - a way to generate the User class you need for your exact configuration + security.yaml configuration.

Highlights of 1.7.0:

  • Added make:user command that generates a User class, generates
    a user provider (when needed) and configures your the providers
    and encoders section in your security.yaml file - #250 thanks
    to weaverryan

  • Properly extend AbstractController and use core [**Route**](https://github.com/Route) annotation
    in make:crud - #246 thanks to royklutman

  • Fixed a bug when a class name contained the namespace App\ - #243
    thanks to gmanen

  • Fix bug with make:entity when generating inside a sub-directory - #245
    thanks to nikophil

Many small bug fixes & features!

We did it! Another release! 🎂And this contains many bug fixes and small features from various contributors. Highlights:

#238 Fixing bad empty line when source file uses tabs - thanks to weaverryan
#190 - Str case mismatch - thanks to localheinz
#197 - Preserve existing class metadata - thanks to ro0NL
#214 - Fixing a bug where having relativizePath failed - thanks to weaverryan
#205 - Do not prefix Command Class Name by 'App' if the prefix is app: - thanks to lyrixx
#215 - make:entity: Add return type to getId() - thanks to gharlan
#222, #202 - Don't make Twig filters safe for HTML by default - thanks to lyrixx
#224 - Remove support for the deprecated json_array Doctrine type - thanks to javiereguiluz
#221 - Extend from AbstractController when using Symfony 4.1 or higher - thanks to javiereguiluz
#226 - Don't use :contains in the functional test tpl - thanks to dunglas

Changelog

Sourced from symfony/maker-bundle's changelog.

1.7

  • Added make:user command that generates a User class, generates
    a user provider (when needed) and configures your the providers
    and encoders section in your security.yaml file - #250 thanks
    to weaverryan

  • Properly extend AbstractController and use core [**Route**](https://github.com/Route) annotation
    in make:crud - #246 thanks to royklutman

  • Fixed a bug when a class name contained the namespace App\ - #243
    thanks to gmanen

  • Fix bug with make:entity when generating inside a sub-directory - #245
    thanks to nikophil

1.6

  • Fixing bad empty line when source file uses tabs - #238 thanks to weaverryan

  • Str case mismatch - #190 thanks to localheinz

  • Preserve existing class metadata - #197 thanks to ro0NL

  • Fixing a bug where having relativizePath failed - #214 thanks to weaverryan

  • Do not prefix Command Class Name by 'App' if the prefix is app: - #205 thanks to lyrixx

  • make:entity: Add return type to getId() - #215 thanks to gharlan

  • Don't make Twig filters safe for HTML by default - #222, #202 thanks to lyrixx

  • Remove support for the deprecated json_array Doctrine type - #224 thanks to javiereguiluz

  • Extend from AbstractController when using Symfony 4.1 or higher - #221 thanks to javiereguiluz

  • Don't use :contains in the functional test tpl - #226 thanks to dunglas

1.5

  • Before 1.5, the App\ namespace prefix was always assumed so that
    when you type a short class name, it is converted into a full class
    name with this prefix. Now, this is configurable #173 thanks to upyx

  • Added an option to to make:enity to make your class automatically
    an ApiPlatform resource. Pass --api-resource #178 thanks to dunglas

... (truncated)
Commits
  • 22a9bf3 updating changelog
  • 7a12438 feature #250 Adding a make:user command (weaverryan)
  • c5fb5df more phpcs fixing
  • 603a815 reducing length of unique field to avoid index length problems
  • f6e273a Not requiring \in_array() style on generated code
  • 23116fa bumping MySQL sever_version to 5.6 to fix Travis & JSON fields
  • 3a40c86 updating to latest phpcs
  • c44b1d5 Getting info about cs problems
  • 93a846d Adding make:user command
  • 20cdf7f Fixing code formatting - missing line
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/master/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.5.0...v1.7.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant