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 12 updates #39

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the prod-dependencies group with 12 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.28.0
symfony/config 6.4.0 6.4.7
symfony/console 6.4.3 6.4.7
symfony/dependency-injection 6.4.2 6.4.7
symfony/event-dispatcher 6.4.3 6.4.7
symfony/event-dispatcher-contracts 3.4.0 3.5.0
symfony/filesystem 6.4.3 6.4.7
symfony/finder 6.4.0 6.4.7
symfony/yaml 6.4.0 6.4.7

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

Release notes

Sourced from phpstan/phpdoc-parser's releases.

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

Release notes

Sourced from symfony/config's releases.

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
  • 51da0e4 Merge branch '5.4' into 6.4
  • 62cec4a Auto-close PRs on subtree-splits
  • 18ac9da Merge branch '5.4' into 6.4
  • 3dcd47d [Config] Fix YamlReferenceDumper handling of array examples
  • 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.7

Release notes

Sourced from symfony/console's releases.

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
  • 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
  • a2708a5 respect multi-byte characters when rendering vertical-style tables
  • 8adc869 Fix TypeError on ProgressBar
  • 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
  • Additional commits viewable in compare view

Updates symfony/dependency-injection from 6.4.2 to 6.4.7

Release notes

Sourced from symfony/dependency-injection's releases.

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
  • 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
  • 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
  • Additional commits viewable in compare view

Updates symfony/event-dispatcher from 6.4.3 to 6.4.7

Release notes

Sourced from symfony/event-dispatcher's releases.

v6.4.7

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

  • no significant changes
Commits

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

Release notes

Sourced from symfony/filesystem's releases.

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
  • 78dde75 Merge branch '5.4' into 6.4
  • e6edd87 Auto-close PRs on subtree-splits
  • 3c5cce2 Merge branch '5.4' into 6.4
  • 490b6cf Fix CI
  • 16feb01 Merge branch '5.4' into 6.4
  • db9c7b1 bug #54471 [Filesystem] Strengthen the check of file permissions in `dumpFile...
  • 6dc5233 [Filesystem] Strengthen the check of file permissions in dumpFile
  • c882f88 Merge branch '5.4' into 6.4
  • 4303603 use local PHP web server to test HTTP stream wrappers
  • 9919b55 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/finder from 6.4.0 to 6.4.7

Release notes

Sourced from symfony/finder's releases.

v6.4.7

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

Commits
  • 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.7

Release notes

Sourced from symfony/yaml's releases.

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
  • 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 12 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.28.0` |
| [symfony/config](https://github.com/symfony/config) | `6.4.0` | `6.4.7` |
| [symfony/console](https://github.com/symfony/console) | `6.4.3` | `6.4.7` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `6.4.2` | `6.4.7` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.3` | `6.4.7` |
| [symfony/event-dispatcher-contracts](https://github.com/symfony/event-dispatcher-contracts) | `3.4.0` | `3.5.0` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `6.4.3` | `6.4.7` |
| [symfony/finder](https://github.com/symfony/finder) | `6.4.0` | `6.4.7` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.0` | `6.4.7` |


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

Updates `symfony/config` from 6.4.0 to 6.4.7
- [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.7)

Updates `symfony/console` from 6.4.3 to 6.4.7
- [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.7)

Updates `symfony/dependency-injection` from 6.4.2 to 6.4.7
- [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.7)

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

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.7
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.0/CHANGELOG.md)
- [Commits](symfony/filesystem@v6.4.3...v6.4.7)

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

Updates `symfony/yaml` from 6.4.0 to 6.4.7
- [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.7)

---
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 May 6, 2024

The following labels could not be found: dependencies.

Copy link

github-actions bot commented May 6, 2024

🏰 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.28.0 Compare
symfony/config Upgraded v6.4.0 v6.4.7 Compare
symfony/console Upgraded v6.4.3 v6.4.7 Compare
symfony/dependency-injection Upgraded v6.4.2 v6.4.7 Compare
symfony/deprecation-contracts Upgraded v3.4.0 v3.5.0 Compare
symfony/event-dispatcher Upgraded v6.4.3 v6.4.7 Compare
symfony/event-dispatcher-contracts Upgraded v3.4.0 v3.5.0 Compare
symfony/filesystem Upgraded v6.4.3 v6.4.7 Compare
symfony/finder Upgraded v6.4.0 v6.4.7 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/process New - v6.4.7 Compare
symfony/service-contracts Upgraded v3.4.1 v3.5.0 Compare
symfony/string Upgraded v6.4.3 v6.4.7 Compare
symfony/var-exporter Upgraded v6.4.2 v6.4.7 Compare
symfony/yaml Upgraded v6.4.0 v6.4.7 Compare

Copy link

github-actions bot commented May 6, 2024

🚧 Composer Development Dependency changes 🚧

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

Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

Superseded by #41.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/composer/prod-dependencies-33eddb848d branch May 13, 2024 10:11
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