Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps blumilksoftware/codestyle from 0.4.3 to 1.3.0.

Release notes

Sourced from blumilksoftware/codestyle's releases.

v1.3.0 - ${} string interpolation enforcing removal

As described in #68 and implemented in #70, from now we are not enforcing ${} string interpolation.

v1.2.0 - spacing in brackets

Spacing in functions should be fixed with PSR-12 rules as reported in #62 and implemented in #66.

v1.1.0 - cleanup comments

With this release all useless comments like Laravel migrations descriptions, PHPStorm signatures, superfluous docblocks (#58) and function like dd() (#38) will be removed from the code as implemented in #64.

v1.0.4 - enforcing empty line at the end of the file

As described in #59 and implemented in #61.

v1.0.3 - forcing no empty lines between consts

As described in blumilksoftware/codestyle#55 and implemented in blumilksoftware/codestyle#57.

v1.0.2 - forcing empty lines between methods

As described in #55 and implemented in #56.

v1.0.1 - handling PHP-only files

Previous release has a problem with SVG files incorrectly taken by CS Fixer to review. It's fixed with #54.

v1.0.0

With 1.x we removed symplify/easy-coding-standard dependency and Blumilk codestyle depends solely on PHP-CS-Fixer.

Updating guide is available here: https://github.com/blumilksoftware/codestyle#upgrading-guide-from-0x

v0.10.0 - promoted constructors styling

We are intentionally breaking PSR rule, but we believe it will be fixed in some PSR update:

Before:

class Foo {
    public function __construct(
        $param1,
        $param2
    ) {
    }
}

After:

class Foo {
    public function __construct(
        $param1,
        $param2,
    ) {}
}

... (truncated)

Commits

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 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 [blumilksoftware/codestyle](https://github.com/blumilksoftware/codestyle) from 0.4.3 to 1.3.0.
- [Release notes](https://github.com/blumilksoftware/codestyle/releases)
- [Commits](blumilksoftware/codestyle@v0.4.3...v1.3.0)

---
updated-dependencies:
- dependency-name: blumilksoftware/codestyle
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 13, 2022

Superseded by #159.

@dependabot dependabot bot closed this Jun 13, 2022
@dependabot dependabot bot deleted the dependabot/composer/main/blumilksoftware/codestyle-1.3.0 branch June 13, 2022 18:15
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 php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant