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

Bump the prod-dependencies group with 8 updates #29

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps the prod-dependencies group with 8 updates:

Package From To
composer/xdebug-handler 3.0.3 3.0.4
nikic/php-parser 4.18.0 4.19.1
phpdocumentor/type-resolver 1.8.0 1.8.2
phpstan/phpdoc-parser 1.25.0 1.27.0
symfony/config 6.4.0 6.4.4
symfony/console 6.4.3 6.4.4
symfony/dependency-injection 6.4.2 6.4.4
symfony/yaml 6.4.0 6.4.3

Updates composer/xdebug-handler from 3.0.3 to 3.0.4

Release notes

Sourced from composer/xdebug-handler's releases.

3.0.4

  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.
Changelog

Sourced from composer/xdebug-handler's changelog.

[3.0.4] - 2024-03-26

  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.
Commits
  • 4f988f8 Prepare 3.0.4
  • f312aba Document using functional test scripts (#153)
  • 5b92607 Add functional tests
  • da886fc Show debug restart command as an array or string
  • 6282b17 Refactor prepareRestart to make it more robust
  • 0755533 Use PHPUnit directly
  • 04aaa11 Update github actions
  • f0504b3 Fix phpstan issues
  • aef0a61 Merge pull request #151 from DavidPrevot/phpunit
  • ded326e Adapt to recent version of PHPUnit (10)
  • Additional commits viewable in compare view

Updates nikic/php-parser from 4.18.0 to 4.19.1

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 4.19.1

Fixed

  • Fixed "Optional parameter before required parameter" deprecation warning introduced in previous version.

PHP-Parser 4.19.0

Changed

  • Do not use implicitly nullable parameters, which are deprecated in PHP 8.4.
  • Remove support for running on PHP 7.0, which does not support explicitly nullable parameters.
Changelog

Sourced from nikic/php-parser's changelog.

Version 4.19.1 (2024-03-17)

Fixed

  • Fixed "Optional parameter before required parameter" deprecation warning introduced in previous version.

Version 4.19.0 (2024-03-16)

Changed

  • Do not use implicitly nullable parameters, which are deprecated in PHP 8.4.
  • Remove support for running on PHP 7.0, which does not support explicitly nullable parameters.
Commits
  • 4e1b88d Release PHP-Parser 4.19.1
  • d4d4e3e Fix deprecated Optional parameter before required parameter on PrintableNewAn...
  • 32cdab9 Release PHP-Parser 4.19.0
  • c2403aa Update minimum PHP version in docs
  • 051ad21 Do not use implicitly nullable parameters (#984)
  • See full diff in compare view

Updates phpdocumentor/type-resolver from 1.8.0 to 1.8.2

Release notes

Sourced from phpdocumentor/type-resolver's releases.

1.8.2

What's Changed

This new patch version reintroduces php 7.3 support to allow users to use php-parser v5 together with this package. There are no breaking changes or other changes people should be aware of.

New Contributors

Full Changelog: phpDocumentor/TypeResolver@1.8.1...1.8.2

1.8.1

What's Changed

Full Changelog: phpDocumentor/TypeResolver@1.8.0...1.8.1

Commits
  • 153ae66 Merge pull request #203 from phpDocumentor/php73
  • f4df84e Downgrade to php 7.3
  • 8ea4d87 Merge pull request #201 from llaville/fix-examples-vendor-path
  • 69175a1 be able to run examples whatever current directory is
  • bc3dc91 Merge pull request #200 from antoinelame/remove-final-float
  • 802eaad Make Float_ non-final
  • 956b0e1 Merge pull request #199 from antoinelame/fix/pipeline
  • 1b0407d Add empty line at the end of ArrayShapeTest
  • f5fbb5f Fix pipeline
  • See full diff in compare view

Updates phpstan/phpdoc-parser from 1.25.0 to 1.27.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.27.0

  • 86e4d5a - Support for @param-closure-this
  • 8ce0d65 - Support for @param-immediately-invoked-callable and @param-later-invoked-callable

1.26.0

  • 231e318 - Improve static keyword conflict resolution in @method
  • c23674d - Parse generic callables
  • e7f0d8f - Update metcalfc/changelog-generator action to v4.3.1
  • 6301a43 - Update github-actions
Commits
  • 86e4d5a Support for @param-closure-this
  • 8ce0d65 Support for @param-immediately-invoked-callable and `@param-later-invoked-c...
  • 231e318 Improve static keyword conflict resolution in @method
  • c23674d Parse generic callables
  • e7f0d8f Update metcalfc/changelog-generator action to v4.3.1
  • 6301a43 Update github-actions
  • See full diff in compare view

Updates symfony/config from 6.4.0 to 6.4.4

Release notes

Sourced from symfony/config's releases.

v6.4.4

Changelog (symfony/config@v6.4.3...v6.4.4)

v6.4.3

Changelog (symfony/config@v6.4.2...v6.4.3)

  • no significant changes
Commits
  • 6ea4aff Merge branch '5.4' into 6.4
  • 0a4f363 [Config][Messenger][Security] Don't turn deprecations into exceptions when un...
  • 206482f Provide more precise phpdoc for FileLocatorInterface::locate
  • e572736 Merge branch '6.3' into 6.4
  • 66b5482 Merge branch '5.4' into 6.3
  • 6b76343 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/console from 6.4.3 to 6.4.4

Release notes

Sourced from symfony/console's releases.

v6.4.4

Changelog (symfony/console@v6.4.3...v6.4.4)

Commits
  • 0d9e4eb Merge branch '5.4' into 6.4
  • a9174b6 bug #54009 [Console] Fix display of vertical Table on Windows OS (VincentLang...
  • 39f75d9 [Console] Fix display of Table on Windows OS
  • 155f2f3 Fix vertical table on windows
  • cb3239f Merge branch '5.4' into 6.4
  • 8ec305a [PhpUnitBridge][VarDumper] fix color detection
  • faaaa5e Merge branch '5.4' into 6.4
  • f5436ad [VarDumper][PhpUnitBridge] Fix color detection
  • ec17108 Merge branch '5.4' into 6.4
  • 3da1077 bug #53707 [Console] Fix color support for TTY output (theofidry)
  • Additional commits viewable in compare view

Updates symfony/dependency-injection from 6.4.2 to 6.4.4

Release notes

Sourced from symfony/dependency-injection's releases.

v6.4.4

Changelog (symfony/dependency-injection@v6.4.3...v6.4.4)

v6.4.3

Changelog (symfony/dependency-injection@v6.4.2...v6.4.3)

Commits
  • 6236e5e Merge branch '5.4' into 6.4
  • cc1fb23 [DependencyInjection] Fix computing error messages involving service locators
  • ab84c89 fix tests
  • 774d507 [DependencyInjection] fix unable to make lazy service from readonly class
  • da332ce fix tests
  • 6871811 Merge branch '6.3' into 6.4
  • 3ca6c70 Merge branch '5.4' into 6.3
  • 99490fa bug #51559 [DependencyInjection] #[Autowire] attribute should have preceden...
  • 45474d5 support lazy evaluated exception messages with Xdebug 3
  • a3fe5b0 [DependencyInjection] Fix loading all env vars from secrets when only a subse...
  • Additional commits viewable in compare view

Updates symfony/yaml from 6.4.0 to 6.4.3

Release notes

Sourced from symfony/yaml's releases.

v6.4.3

Changelog (symfony/yaml@v6.4.2...v6.4.3)

  • no significant changes
Commits
  • d757159 Merge branch '6.3' into 6.4
  • 8ab9bb6 Merge branch '5.4' into 6.3
  • e78db7f Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

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 <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

Bumps the prod-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [composer/xdebug-handler](https://github.com/composer/xdebug-handler) | `3.0.3` | `3.0.4` |
| [nikic/php-parser](https://github.com/nikic/PHP-Parser) | `4.18.0` | `4.19.1` |
| [phpdocumentor/type-resolver](https://github.com/phpDocumentor/TypeResolver) | `1.8.0` | `1.8.2` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.25.0` | `1.27.0` |
| [symfony/config](https://github.com/symfony/config) | `6.4.0` | `6.4.4` |
| [symfony/console](https://github.com/symfony/console) | `6.4.3` | `6.4.4` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `6.4.2` | `6.4.4` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.0` | `6.4.3` |


Updates `composer/xdebug-handler` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/composer/xdebug-handler/releases)
- [Changelog](https://github.com/composer/xdebug-handler/blob/main/CHANGELOG.md)
- [Commits](composer/xdebug-handler@3.0.3...3.0.4)

Updates `nikic/php-parser` from 4.18.0 to 4.19.1
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/v4.19.1/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.18.0...v4.19.1)

Updates `phpdocumentor/type-resolver` from 1.8.0 to 1.8.2
- [Release notes](https://github.com/phpDocumentor/TypeResolver/releases)
- [Commits](phpDocumentor/TypeResolver@1.8.0...1.8.2)

Updates `phpstan/phpdoc-parser` from 1.25.0 to 1.27.0
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.25.0...1.27.0)

Updates `symfony/config` from 6.4.0 to 6.4.4
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.0/CHANGELOG.md)
- [Commits](symfony/config@v6.4.0...v6.4.4)

Updates `symfony/console` from 6.4.3 to 6.4.4
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md)
- [Commits](symfony/console@v6.4.3...v6.4.4)

Updates `symfony/dependency-injection` from 6.4.2 to 6.4.4
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v6.4.2...v6.4.4)

Updates `symfony/yaml` from 6.4.0 to 6.4.3
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.0...v6.4.3)

---
updated-dependencies:
- dependency-name: composer/xdebug-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: nikic/php-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: phpdocumentor/type-resolver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: phpstan/phpdoc-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: symfony/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: symfony/dependency-injection
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2024

The following labels could not be found: dependencies.

Copy link

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
composer/pcre Upgraded 3.1.1 3.1.3 Compare
composer/xdebug-handler Upgraded 3.0.3 3.0.4 Compare
doctrine/deprecations Upgraded 1.1.2 1.1.3 Compare
nikic/php-parser Upgraded v4.18.0 v4.19.1 Compare
phpdocumentor/type-resolver Upgraded 1.8.0 1.8.2 Compare
phpstan/phpdoc-parser Upgraded 1.25.0 1.27.0 Compare
symfony/config Upgraded v6.4.0 v6.4.4 Compare
symfony/console Upgraded v6.4.3 v6.4.4 Compare
symfony/dependency-injection Upgraded v6.4.2 v6.4.4 Compare
symfony/polyfill-ctype Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-intl-grapheme Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-intl-normalizer Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-mbstring Upgraded v1.28.0 v1.29.0 Compare
symfony/string Upgraded v6.4.3 v6.4.4 Compare
symfony/var-exporter Upgraded v6.4.2 v6.4.4 Compare
symfony/yaml Upgraded v6.4.0 v6.4.3 Compare

Copy link

🚧 Composer Development Dependency changes 🚧

Dev Packages Operation Base Target Link
symfony/polyfill-php80 Upgraded v1.28.0 v1.29.0 Compare

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 8, 2024
@dependabot dependabot bot deleted the dependabot/composer/prod-dependencies-835d0b5097 branch April 8, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants