Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
glpi-project/tools 0.6.4 0.7.4
mikey179/vfsstream 1.6.11 1.6.12
php-parallel-lint/php-parallel-lint 1.3.2 1.4.0
phpstan/extension-installer 1.3.1 1.4.3
squizlabs/php_codesniffer 3.7.2 3.11.1

Updates glpi-project/tools from 0.6.4 to 0.7.4

Changelog

Sourced from glpi-project/tools's changelog.

[0.7.4] - 2024-09-18

  • Fix compatibility with Twig 3.12.

[0.7.3] - 2024-06-20

  • Do not check licence headers of docker compose config files.

[0.7.2] - 2024-01-10

  • Fix copyright unduplicate logic in licence headers check command.

[0.7.1] - 2023-10-16

  • Fix default project directory on licence headers check command.

[0.7.0] - 2023-10-16

  • Update PHP namespace to prevent conflicts with GLPI core tools.
  • Add a PHPStan rule to ensure that global variable types are defined in PHPDoc.
Commits
  • 65a09a9 Update changelog
  • 5a66f06 Fix compatibility with Twig 3.12
  • a076482 Update changelog
  • b3d1e22 Do not check licence headers of docker compose config files
  • 72fe4c0 Update changelog
  • 735217d Fix copyright unduplicate logic
  • dfdec6f Replace deprecated usage of ::set-output
  • 4bc5a72 Update changelog
  • f890ad5 Fix licence headers check default project dir
  • 5f2b059 Update changelog
  • Additional commits viewable in compare view

Updates mikey179/vfsstream from 1.6.11 to 1.6.12

Release notes

Sourced from mikey179/vfsstream's releases.

v1.6.12

What's Changed

New Contributors

Full Changelog: bovigo/vfsStream@v1.6.11...v1.6.12

Changelog

Sourced from mikey179/vfsstream's changelog.

1.6.12 (2024-08-29)

  • Drop php 5 and 7.0 support as new versions enforced a syntax change that is not compatible with the old versions.
Commits
  • fe695ec Set date for new release
  • 3f7ee8d Merge pull request #292 from bovigo/drop-php-5-support
  • 001a279 Cleanup test bootstrap and changelog
  • 2e39a43 Disable coverage for php 7.1
  • a4a4e4c Upgrade tests to run on newer phpunit
  • dafa558 Attempt to fix phpunit run
  • b345f0e Drop support for php 5
  • 796ae51 Merge pull request #290 from skilld-labs/v1.6
  • 1ee7fa3 Fix PHP 8.4 deprecate-implicitly-nullable-types
  • See full diff in compare view

Updates php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0

Release notes

Sourced from php-parallel-lint/php-parallel-lint's releases.

v1.4.0

New version with support up to PHP 8.3 and preliminary support for PHP 8.4.

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from @​xaben.

Fixed

  • PHP 8.4 deprecation notice, #154 from @​Ayesh and @​jrfnl.
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from @​jrfnl, fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from @​jrfnl.
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from @​jrfnl, fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from @​jrfnl.
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from @​jrfnl.

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100

... (truncated)

Changelog

Sourced from php-parallel-lint/php-parallel-lint's changelog.

1.4.0 - 2024-03-27

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from [@​xaben].

Fixed

  • PHP 8.4 deprecation notice, #154 from [@​Ayesh] and [@​jrfnl].
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from [@​jrfnl], fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from [@​jrfnl].
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from [@​jrfnl], fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from [@​jrfnl].
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from [@​jrfnl].

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100 #102: php-parallel-lint/PHP-Parallel-Lint#102

... (truncated)

Commits
  • 6db5635 Changed version to 1.4.0
  • dd8accf README: update supported versions
  • c1600cd Changelog for the 1.4.0 release
  • d8ccacd CHANGELOG: order link list alphabetically
  • 359379e GH Actions: fix duplicate release
  • 9447a5c GH Actions: version update for various predefined actions
  • c6dad33 OutputTest: fix risky test
  • c09ad7f Make PHP 8.4 implicit nullability fix compatible with PHP < 7.1
  • 4d65d62 [PHP 8.4] Fixes for implicit nullability deprecation
  • b90851f Skip shebang sequence if it is the first line
  • Additional commits viewable in compare view

Updates phpstan/extension-installer from 1.3.1 to 1.4.3

Release notes

Sourced from phpstan/extension-installer's releases.

1.4.3

  • 85e90b3 - Allow PHPStan ^2.0 (currently in development)

1.4.2

1.4.1

  • f6b87fa - Test more Composer versions
  • 4ce4d5c - Revert "Bump composer-plugin-api"

1.4.0

  • 5b19a72 - Fix
  • bf14f4a - Skip zero/inf bounds
  • 2586069 - Convert constraints into strings consistently
  • aae3978 - Dump PHPStan version constraint for each package
  • bfd401b - Fix CI
  • 7e654f8 - Fix
  • 792118f - Fix CS
  • 487e1ad - Open 1.4.x-dev
  • 219172e - Dump PHPStan version constraint to GeneratedConfig
  • 9416e06 - Bump composer-plugin-api
  • 2ea5b42 - Update lock-closed-issues.yml
  • dd08fd9 - chore(deps): update cbrgm/mastodon-github-action action to v2
  • 03b1d7e - chore(deps): update metcalfc/changelog-generator action to v4.3.1
  • 5861df6 - chore(deps): update metcalfc/changelog-generator action to v4.2.0
  • abd5064 - chore(deps): update dessant/lock-threads action to v5
  • dcbaea0 - chore(deps): update actions/checkout action to v4
  • 181c23c - Update .gitattributes
  • 7aa403a - Next-gen coding standard workflow
  • a7ce75f - chore(deps): update dependency slevomat/coding-standard to v8.12.1
  • cf5912d - Revert "Next-gen coding standard workflow"
  • 4255c03 - Next-gen coding standard workflow
Commits

Updates phpstan/phpstan from 1.10.32 to 1.12.12

Release notes

Sourced from phpstan/phpstan's releases.

1.12.12

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.12.11

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.12.10

Bugfixes 🐛

... (truncated)

Commits
  • b5ae1b8 PHPStan 1.12.12
  • 0b925a9 Updated PHPStan to commit 0b925a9f5a3b664d1a02c9d6b9d1721263a34a06
  • 970117e Updated PHPStan to commit 970117e52512790507cd232d4146055fab1daccf
  • 5656908 Docker - PHP 8.4 images
  • 01bf65c Updated PHPStan to commit 01bf65c59918a6e686b420007a4088e61d49b151
  • 162f774 Updated PHPStan to commit 162f774858b461b9cc89f0c604c798381053dc32
  • f61d324 Updated PHPStan to commit f61d3247db160c875a2e1893aaee519963830f99
  • 95fbd57 Updated PHPStan to commit 95fbd572ad224f72eb5b4886049ab35873d32e6e
  • ca2c937 Updated PHPStan to commit ca2c937dff543ee80599ac11a1bd4235164e2b6a
  • cb9be91 Updated PHPStan to commit cb9be914e7675176babaeab8647c149bec3347ed
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.7.2 to 3.11.1

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 6 updates

Bumps the dev-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [glpi-project/tools](https://github.com/glpi-project/tools) | `0.6.4` | `0.7.4` |
| [mikey179/vfsstream](https://github.com/bovigo/vfsStream) | `1.6.11` | `1.6.12` |
| [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | `1.3.2` | `1.4.0` |
| [phpstan/extension-installer](https://github.com/phpstan/extension-installer) | `1.3.1` | `1.4.3` |
| [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) | `3.7.2` | `3.11.1` |



Updates `glpi-project/tools` from 0.6.4 to 0.7.4
- [Changelog](https://github.com/glpi-project/tools/blob/0.7.4/CHANGELOG.md)
- [Commits](glpi-project/tools@0.6.4...0.7.4)

Updates `mikey179/vfsstream` from 1.6.11 to 1.6.12
- [Release notes](https://github.com/bovigo/vfsStream/releases)
- [Changelog](https://github.com/bovigo/vfsStream/blob/v1.6.12/CHANGELOG.md)
- [Commits](bovigo/vfsStream@v1.6.11...v1.6.12)

Updates `php-parallel-lint/php-parallel-lint` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/develop/CHANGELOG.md)
- [Commits](php-parallel-lint/PHP-Parallel-Lint@v1.3.2...v1.4.0)

Updates `phpstan/extension-installer` from 1.3.1 to 1.4.3
- [Release notes](https://github.com/phpstan/extension-installer/releases)
- [Commits](phpstan/extension-installer@1.3.1...1.4.3)

Updates `phpstan/phpstan` from 1.10.32 to 1.12.12
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.32...1.12.12)

Updates `squizlabs/php_codesniffer` from 3.7.2 to 3.11.1
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/commits)

---
updated-dependencies:
- dependency-name: glpi-project/tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mikey179/vfsstream
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: php-parallel-lint/php-parallel-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpstan/extension-installer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 1, 2024
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