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 across 1 directory with 12 updates #47

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps the prod-dependencies group with 9 updates in the / directory:

Package From To
composer/xdebug-handler 3.0.3 3.0.5
nikic/php-parser 4.18.0 4.19.1
phpdocumentor/type-resolver 1.8.0 1.8.2
symfony/config 6.4.0 6.4.8
symfony/console 6.4.3 6.4.8
symfony/dependency-injection 6.4.2 6.4.8
symfony/event-dispatcher 6.4.3 6.4.8
symfony/finder 6.4.0 6.4.8
symfony/yaml 6.4.0 6.4.8

Updates composer/xdebug-handler from 3.0.3 to 3.0.5

Release notes

Sourced from composer/xdebug-handler's releases.

3.0.5

  • Fixed: fail restart if PHP_BINARY is not available

3.0.4

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

Sourced from composer/xdebug-handler's changelog.

[3.0.5] - 2024-05-06

  • Fixed: fail restart if PHP_BINARY is not available

[3.0.4] - 2024-03-26

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

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

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.29.1

  • fcaefac - TemplateTagValueNode name cannot be empty string

1.29.0

  • 536889f - Support array and offset access on const types
  • 9bb3855 - Update lock-closed-issues.yml
  • 54b191f - Test pure-callable and pure-Closure
  • 793d146 - Update phpdoc-parser in phpstan-src:1.11.x

1.28.0

  • cd06d6b - Add @phan- prefixes for recognized doc tags

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
  • fcaefac TemplateTagValueNode name cannot be empty string
  • 536889f Support array and offset access on const types
  • 9bb3855 Update lock-closed-issues.yml
  • 54b191f Test pure-callable and pure-Closure
  • 793d146 Update phpdoc-parser in phpstan-src:1.11.x
  • cd06d6b Add @phan- prefixes for recognized doc tags
  • 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
  • Additional commits viewable in compare view

Updates symfony/config from 6.4.0 to 6.4.8

Release notes

Sourced from symfony/config's releases.

v6.4.8

Changelog (symfony/config@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/config@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Changelog (symfony/config@v6.4.5...v6.4.6)

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
  • 12e7e52 Merge branch '5.4' into 6.4
  • d4e1db7 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • c6e7e02 fix merge
  • 6c9c507 Merge branch '5.4' into 6.4
  • cc678fb Remove calls to getMockForAbstractClass()
  • 2b304b6 Merge branch '5.4' into 6.4
  • 247e98d Remove calls to onConsecutiveCalls()
  • 51da0e4 Merge branch '5.4' into 6.4
  • 62cec4a Auto-close PRs on subtree-splits
  • 18ac9da Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/console from 6.4.3 to 6.4.8

Release notes

Sourced from symfony/console's releases.

v6.4.8

Changelog (symfony/console@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/console@v6.4.6...v6.4.7)

v6.4.6

Changelog (symfony/console@v6.4.5...v6.4.6)

v6.4.4

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

Commits
  • be5854c Merge branch '5.4' into 6.4
  • aa73115 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • bd3fee3 Merge branch '5.4' into 6.4
  • 96dfcec minor #54785 Remove calls to TestCase::iniSet() and calls to deprecated met...
  • 58b1658 Remove calls to getMockForAbstractClass()
  • b695405 Remove calls to TestCase::iniSet() and calls to deprecated methods of `Mock...
  • a170e64 Merge branch '5.4' into 6.4
  • f3e591c Auto-close PRs on subtree-splits
  • ae650d8 Merge branch '5.4' into 6.4
  • 2bc6c8d return null when message with name is not set
  • Additional commits viewable in compare view

Updates symfony/dependency-injection from 6.4.2 to 6.4.8

Release notes

Sourced from symfony/dependency-injection's releases.

v6.4.8

Changelog (symfony/dependency-injection@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/dependency-injection@v6.4.6...v6.4.7)

  • no significant changes

v6.4.6

Changelog (symfony/dependency-injection@v6.4.5...v6.4.6)

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
  • d3b6181 Merge branch '5.4' into 6.4
  • 408b333 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 3796bd8 Merge branch '5.4' into 6.4
  • 3c1d995 Fix various warnings across components test suite
  • d8c5f97 Merge branch '5.4' into 6.4
  • 5b4505f Auto-close PRs on subtree-splits
  • 3141777 stop marking parameters implicitly as nullable
  • c8d73fd Merge branch '5.4' into 6.4
  • 0ba1fa4 Add more explicit nullable types for default null values
  • bfe8779 [DependencyInjection] fix XmlDumper when a tag contains also a 'name' property
  • Additional commits viewable in compare view

Updates symfony/event-dispatcher from 6.4.3 to 6.4.8

Release notes

Sourced from symfony/event-dispatcher's releases.

v6.4.8

Changelog (symfony/event-dispatcher@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/event-dispatcher@v6.4.6...v6.4.7)

  • no significant changes
Commits
  • 8d7507f Merge branch '5.4' into 6.4
  • a54e2a8 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • d84384f Merge branch '5.4' into 6.4
  • d40fae9 Auto-close PRs on subtree-splits
  • e08570d Merge branch '5.4' into 6.4
  • 0a6a44a Adjust pretty name of closures on PHP 8.4
  • See full diff in compare view

Updates symfony/event-dispatcher-contracts from 3.4.0 to 3.5.0

Commits
  • 8f93aec Merge branch '7.0' into 7.1
  • 3b99b59 Merge branch '5.4' into 6.4
  • bcccd7a Auto-close PRs on subtree-splits
  • 4d4ea14 Merge branch '7.0' into 7.1
  • 4e64b49 Merge branch '6.3' into 6.4
  • b751591 Merge branch '5.4' into 6.3
  • 540f4c7 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 705c57c [DependencyInjection] Add ServiceCollectionInterface
  • See full diff in compare view

Updates symfony/filesystem from 6.4.3 to 6.4.8

Release notes

Sourced from symfony/filesystem's releases.

v6.4.8

Changelog (symfony/filesystem@v6.4.7...v6.4.8)

v6.4.7

Changelog (symfony/filesystem@v6.4.6...v6.4.7)

v6.4.6

Changelog (symfony/filesystem@v6.4.5...v6.4.6)

Commits
  • 4d37529 Merge branch '5.4' into 6.4
  • 26dd991 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 49b1495 Merge branch '5.4' into 6.4
  • f538cda [Filesystem] Fix dumpFile stat failed error hitting custom handler
  • a7f188b [Filesystem] Run high-deps tests with Process 7
  • 59cc509 Merge branch '5.4' into 6.4
  • ca1c224 bug #54759 [Filesystem] better distinguish URL schemes and Windows drive lett...
  • 4eb063a move Process component dep to require-dev
  • 378ddb6 better distinguish URL schemes and windows drive letters
  • 78dde75 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/finder from 6.4.0 to 6.4.8

Release notes

Sourced from symfony/finder's releases.

v6.4.8

Changelog (symfony/finder@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/finder@v6.4.6...v6.4.7)

Commits
  • 3ef977a Merge branch '5.4' into 6.4
  • f51cff4 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 511c489 [Finder] Also consider .git inside the basedir of in() directory
  • 3d93aad Merge branch '5.4' into 6.4
  • f6a96e4 Auto-close PRs on subtree-splits
  • abe6d6f Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/yaml from 6.4.0 to 6.4.8

Release notes

Sourced from symfony/yaml's releases.

v6.4.8

Changelog (symfony/yaml@v6.4.7...v6.4.8)

  • no significant changes

v6.4.7

Changelog (symfony/yaml@v6.4.6...v6.4.7)

v6.4.3

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

  • no significant changes
Commits
  • 52903de Merge branch '5.4' into 6.4
  • 81cad0c Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • 53e8b1e Merge branch '5.4' into 6.4
  • bc780e1 call substr() with integer offsets
  • e111fe4 Merge branch '5.4' into 6.4
  • a38ba0b Auto-close PRs on subtree-splits
  • 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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [composer/xdebug-handler](https://github.com/composer/xdebug-handler) | `3.0.3` | `3.0.5` |
| [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` |
| [symfony/config](https://github.com/symfony/config) | `6.4.0` | `6.4.8` |
| [symfony/console](https://github.com/symfony/console) | `6.4.3` | `6.4.8` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `6.4.2` | `6.4.8` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.3` | `6.4.8` |
| [symfony/finder](https://github.com/symfony/finder) | `6.4.0` | `6.4.8` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.0` | `6.4.8` |



Updates `composer/xdebug-handler` from 3.0.3 to 3.0.5
- [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.5)

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.29.1
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.25.0...1.29.1)

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

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

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

Updates `symfony/event-dispatcher` from 6.4.3 to 6.4.8
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/7.1/CHANGELOG.md)
- [Commits](symfony/event-dispatcher@v6.4.3...v6.4.8)

Updates `symfony/event-dispatcher-contracts` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/symfony/event-dispatcher-contracts/releases)
- [Changelog](https://github.com/symfony/event-dispatcher-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/event-dispatcher-contracts@v3.4.0...v3.5.0)

Updates `symfony/filesystem` from 6.4.3 to 6.4.8
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md)
- [Commits](symfony/filesystem@v6.4.3...v6.4.8)

Updates `symfony/finder` from 6.4.0 to 6.4.8
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.1/CHANGELOG.md)
- [Commits](symfony/finder@v6.4.0...v6.4.8)

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

---
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/event-dispatcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: symfony/event-dispatcher-contracts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: symfony/filesystem
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: symfony/finder
  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 Jun 3, 2024

The following labels could not be found: dependencies.

Copy link

github-actions bot commented Jun 3, 2024

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
composer/pcre Upgraded 3.1.1 3.1.4 Compare
composer/xdebug-handler Upgraded 3.0.3 3.0.5 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.29.1 Compare
symfony/config Upgraded v6.4.0 v6.4.8 Compare
symfony/console Upgraded v6.4.3 v6.4.8 Compare
symfony/dependency-injection Upgraded v6.4.2 v6.4.8 Compare
symfony/deprecation-contracts Upgraded v3.4.0 v3.5.0 Compare
symfony/event-dispatcher Upgraded v6.4.3 v6.4.8 Compare
symfony/event-dispatcher-contracts Upgraded v3.4.0 v3.5.0 Compare
symfony/filesystem Upgraded v6.4.3 v6.4.8 Compare
symfony/finder Upgraded v6.4.0 v6.4.8 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/service-contracts Upgraded v3.4.1 v3.5.0 Compare
symfony/string Upgraded v6.4.3 v6.4.8 Compare
symfony/var-exporter Upgraded v6.4.2 v6.4.8 Compare
symfony/yaml Upgraded v6.4.0 v6.4.8 Compare

Copy link

github-actions bot commented Jun 3, 2024

🚧 Composer Development Dependency changes 🚧

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/composer/prod-dependencies-6d91cb20db branch June 4, 2024 11:52
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.

1 participant