chore(deps): update dependency phpro/grumphp to ^0.22.0 #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/phpro-grumphp-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^0.18.0
->^0.22.0
Release Notes
phpro/grumphp (phpro/grumphp)
v0.22.0
: Version 0.22.0Compare Source
Total issues resolved: 2
v0.21.0
: Version 0.21.0Compare Source
Total issues resolved: 13
match&#​95;word
option to git blacklist task thanks to @morloderexBreaking changes:
Inside the ECS task, we renamed the
whitlist_patterns
option topaths
:v0.20.0
: Version 0.20.0Compare Source
Total issues resolved: 8
BC breaks:
v0.19.1
: Version 0.19.1Compare Source
Total issues resolved: 5
v0.19.0
: Version 0.19.0Compare Source
Total issues resolved: 1
Upgrading
Validated GrumPHP parameters
The new version will validate the structure and content of the GrumPHP parameters.
Therefor you need to move the grumphp parameters out of the regular parameters section.
If you are not using any
symfony/dependency-injection
parameters, you only need to rename the parameters keyword:note: If you are using conventions, the parameters used in the conventions still need to remain under
parameters
. Don't forget to puttasks
and other grumphp related configuraiton undergrumphp
!note: The parameters
bin_dir
andgit_dir
have been removed since v0.16 . It is safe to get rid of those parameters as well. We now use an environment based system to customize paths.Removed support for PHP-CS-Fixer v1.
Since PHP-CS-Fixer is out for quite some time and because v3 is in the making, we drop support for version 1.
If you still want to use version 1, you can use an older version of GrumPHP or provide a custom extension for your project.
By default, the
phpcsfixer
will now load the task for the latest PHP-CS-fixer.We also provided a
phpcsfixer2
alias to make sure existing projects don't break.However, you can now rename the task inside your configuration:
We added a way of running the PHP-CS-Fixer v1 in parallel to improve execution speed.
However, this code is not needed anymore inside the new version and might be confusing with the actual parallel implementation.
Therefore, we removed following parameters:
Bump to Symfony 4.4
In this release, we bump the dependencies up to Symfony 4.4.
This is because the parallel system requires the Advanced console output improvements inside SF 4.1. Since that version is not supported by Symfony anymore, we decided to bump to the version 4 LTS.
If your package still requires older dependencies, you can install the grumphp-shim package which works dependency-less.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.