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.57.0 to 1.58.0 #176

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps symfony/maker-bundle from 1.57.0 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

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
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.57.0 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.57.0...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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 8, 2024
@dependabot dependabot bot requested a review from a team April 8, 2024 04:56
@Progi1984 Progi1984 merged commit e4535a7 into develop Apr 8, 2024
10 checks passed
@Progi1984 Progi1984 deleted the dependabot/composer/develop/symfony/maker-bundle-1.58.0 branch April 8, 2024 08:22
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
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant