Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
https://jetpack.com/
Other
1.57k stars 793 forks source link

Update dependency php-parallel-lint/php-parallel-lint to 1.3.2 || 1.4.0 #38101

Closed matticbot closed 5 days ago

matticbot commented 5 days ago

This PR contains the following updates:

Package Type Update Change
php-parallel-lint/php-parallel-lint require-dev minor 1.3.2 -> 1.3.2 \|\| 1.4.0

Release Notes

php-parallel-lint/PHP-Parallel-Lint (php-parallel-lint/php-parallel-lint) ### [`v1.4.0`](https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/blob/HEAD/CHANGELOG.md#140---2024-03-27) [Compare Source](https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.2...v1.4.0) ##### Added - The "skip linting" feature can now be used in PHP files starting with a shebang, [#​146] from \[[@​xaben](https://togithub.com/xaben)]. ##### Fixed - PHP 8.4 deprecation notice, [#​154] from \[[@​Ayesh](https://togithub.com/Ayesh)] and \[[@​jrfnl](https://togithub.com/jrfnl)]. - Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, [#​100] from \[[@​jrfnl](https://togithub.com/jrfnl)], fixes [#​62]. - Bug fix: files containing the `~` character in their name can now be processed correctly, [#​118] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - Bug fix: error message sometimes displayed on last line of code snippet, [#​98] from \[[@​jrfnl](https://togithub.com/jrfnl)], fixes [#​93]. - Bug fix: error message would sometimes contain duplicate information, [#​117] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, [#​118] from \[[@​jrfnl](https://togithub.com/jrfnl)]. ##### Changed - The percentage output in the progress report is now aligned, [#​140] from \[[@​robertology](https://togithub.com/robertology)]. - The error message displayed when the PHP version is too low for the application to run is now more informative, [#​100] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - Composer: The package will now identify itself as a static analysis/linting tool, [#​134] from \[[@​staabm](https://togithub.com/staabm)]. - Composer: fix grammar error, [#​139] from \[[@​TravisCarden](https://togithub.com/TravisCarden)]. - README: improvement to the install instructions, [#​99] from \[[@​samsonasik](https://togithub.com/samsonasik)], fixes [#​96]. - README: move screenshot, [#​97] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - README: fix typos, [#​124] from \[[@​krsriq](https://togithub.com/krsriq)]. - Docs: code style consistency, [#​137] from \[[@​lens0021](https://togithub.com/lens0021)]. ##### Internal - Prevent PHAR not being compatible with PHP < 7.0, [#​116] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: update used actions, [#​109], [#​158] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: updates for box 4.x, [#​121] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: fix download URL for box, [#​125] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: use fail-fast with setup-php when creating the binaries, [#​131], [#​132] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: update PHP version for PHAR boxing, [#​152] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: harden the workflow against PHPCS ruleset errors, [#​128] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: bust the cache semi-regularly, [#​129] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: update PHP versions in workflows, [#​130] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: update for the release of PHP 8.3, [#​150], [#​151] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - GH Actions: fix duplicate release, [#​159] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - SettingsParseArgumentsTest: fix bug in test, [#​102] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - OutputTest: fix risky test, [#​156] from \[[@​jrfnl](https://togithub.com/jrfnl)]. - Tests: fix issue with Nette Tester 1.x, [#​141] from \[[@​grogy](https://togithub.com/grogy)]. - Add dependabot configuration file, [#​148] from \[[@​jrfnl](https://togithub.com/jrfnl)]. [1.4.0]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.2...v1.4.0 [#​62]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/issues/62 [#​93]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/issues/93 [#​96]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/issues/96 [#​97]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/97 [#​98]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/98 [#​99]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/99 [#​100]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/100 [#​102]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/102 [#​109]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/109 [#​116]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/116 [#​117]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/117 [#​118]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/118 [#​121]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/121 [#​124]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/124 [#​125]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/125 [#​128]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/128 [#​129]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/129 [#​130]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/130 [#​131]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/131 [#​132]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/132 [#​134]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/134 [#​137]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/137 [#​139]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/139 [#​140]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/140 [#​141]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/141 [#​146]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/146 [#​148]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/148 [#​150]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/150 [#​151]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/151 [#​152]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/152 [#​154]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/154 [#​156]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/156 [#​158]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/158 [#​159]: https://togithub.com/php-parallel-lint/PHP-Parallel-Lint/pull/159

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone UTC, 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.