Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump symfony/maker-bundle from 1.55.1 to 1.59.1 #516

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps symfony/maker-bundle from 1.55.1 to 1.59.1.

Release notes

Sourced from symfony/maker-bundle's releases.

Yes, we know make:auth is deprecated, stop yelling...

Howdy Makers!

This is a tiny release that fixes the make:auth deprecation logic - the deprecation is only fired when you actually use the make:auth command.

Sorry for the noise! 馃槈

Enjoy!

v1.59.1

May 5th, 2024

Bug

New Contributors

Diff: symfony/maker-bundle@v1.59.0...v1.59.1

So long make:auth, Hello better security with tests...

Howdy Makers,

One of the most notable changes to this release is the deprecation of make:auth. Almost a year ago, we introduced make:security:form-login in v1.49.0 and in this release we're introducing make:security:custom to speed up making custom security authenticators. These two commands fill the gap that make:auth would leave otherwise.

Along with a handful of other features, make:entity no longer adds any of the @method annotations to the entity class and if you're adding a relation to an entity with the same name as the "parent" entity - maker will help differentiate the two classes in the CLI output.

Aside from fixing the code generated by make:serializer:encoder to match the interface signatures it uses, we've also introduced another new feature:

Experimental

We've added the ability to generate tests that should work out of the box for:

  • make:crud
  • make:registration
  • make:reset-password
  • make:security:form-login

To generate these tests, you can either answer y || yes when the maker asks you "Do you want to generate PHPUnit tests?" Or simply pass --with-tests when calling the command. Review the generated test, customize it to your needs, and finally run php bin/phpunit. More tests for more makers are soon to follow!

Enjoy!

v1.59.0

April 27th, 2024

Feature

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.59.1

May 5th, 2024

Bug

v1.59.0

April 27th, 2024

Feature

Bug

v1.58.0

April 6th, 2024

Feature

Bug

v1.57.0

March 22nd, 2024

... (truncated)

Commits
  • b87b1b2 minor #1538 [release] v1.59.1
  • 132d766 bug #1532 [make:auth] only fire deprecation when command is called
  • 1f02b59 minor #1526 [release] v1.59.0
  • 03b5a9f feature #1523 [make:auth] deprecated command
  • 03592b9 feature #1515 [make:security:form-login] add ability to generate tests
  • 48846de feature 1520 [make:entity] Simplify repository PHPDoc removes method annotations
  • ff1c8c5 bug #1525 [make:serializer:encoder] fix interface signature mismatch in templ...
  • ed3465b feature #1522 [make:security:custom] create a custom authenticator
  • e7ea13d feature #1497 [make:*] add ability to generate tests
  • 48d317e feature #1521 [make:reset-password] improve types for static analysis in user...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [symfony/maker-bundle](https://github.com/symfony/maker-bundle) from 1.55.1 to 1.59.1.
- [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.55.1...v1.59.1)

---
updated-dependencies:
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants