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’ll 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.58.0 #506

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps symfony/maker-bundle from 1.55.1 to 1.58.0.

Release notes

Sourced from symfony/maker-bundle's releases.

Make Webhooks & Schedules

Howdy Makers,

We've added not one, but two, brand spanking new makers to the bundle! make:webhook handles a bit of the grunt work needed to get your app responding to external events using Symfony's Webhook Component. But what about generating that report every Monday at 3am? Don't worry, MakerBundle can handle that too, turn off your alarm clock and type make:schedule to generate a new schedule for Symfony's Scheduler Component .

Both of these components are fairly new - we look forward to hearing your feedback on how we can make either of these maker's better. In the meantime, checkout the docs below for each component.

In other news, make:entity can now handle is'ers and has'ers a bit better. If your entity has a property, say $isPizzaGood, maker will generate public function isPizzaGood() instead of isIsPizzaGood(). And, if your entity happens to have a collection of pizza's - it adds the appropriate DocBlock annotation to the property to aid in static analysis & code completion. E.g.

/** @var Collection<int, Pizza> */
#[ORM\MandToOne(....)
private Collection $pizza;

Enjoy!

v1.58.0

April 6th, 2024

Feature

Bug

  • #1476 [ysm] handle linebreak followed by an immediate root-level comment - @​jrushlow

New Contributors

Diff: symfony/maker-bundle@v1.57.0...v1.58.0

getPayload() with Uid's, better messages, & VerifyEmail improvements

Howdy Makers,

Instead of calling $request->request->get(), we're using the new getPayload() method in controller templates, you can generate entities with UUID's || ULID's instead of an int as the id, and we've fixed up a few exception messages to make things a bit more clear. SymfonyCast's VerifyEmailBundle released v1.17.0 recently that introduces a few deprecation's & make:registration was updated to take handle those new features.

Check out the PR's below for more details on the new features. Anywho, back PR Squashing...

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.58.0

April 6th, 2024

Feature

Bug

  • #1476 [ysm] handle linebreak followed by an immediate root-level comment - @​jrushlow

v1.57.0

March 22nd, 2024

Feature

Bug

  • #1490 [make:entity] Fix a small typo in a make:entity error message - maelanleborgne
  • #1486 [make:entity] Fix exception message if mercure bundle not found with --broadcast - @​cavasinf

v1.56.0

March 4th, 2024

Feature

... (truncated)

Commits
  • c4f8d2c minor #1510 [release] v1.58.0
  • 35ef9e0 feature #1491 [make:webhook] Add new command for Symfony's Webhook Component
  • 30cdf17 minor #1498 [ci] implement phpstan for static analysis of the codebase
  • f7ee250 minor #1508 [make:entity] (private) method param / return type hints
  • 9fa3eaf minor #1507 [make:authenticator] more typehints / types
  • ec373d7 minor #1506 [make:stimulus-controller] add typehints
  • 8c2451a minor #1504 [make:stimulus-controller] use named arguments where possible
  • 2564804 feature #1502 [make:*] additional type improvements
  • 5bf40ae minor #1503 [make:entity] ask() doesnt accept "int" only "string"
  • c8d5e0d minor #1500 [make:registration] add missing property types
  • 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.58.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.55.1...v1.58.0)

---
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 Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #514.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/composer/main/symfony/maker-bundle-1.58.0 branch April 29, 2024 09:07
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