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 3 updates #18

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the prod-dependencies group with 3 updates: nikic/php-parser, phpdocumentor/type-resolver and phpstan/phpdoc-parser.

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

Release notes

Sourced from phpstan/phpdoc-parser's releases.

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

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 3 updates: [nikic/php-parser](https://github.com/nikic/PHP-Parser), [phpdocumentor/type-resolver](https://github.com/phpDocumentor/TypeResolver) and [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser).


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

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

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

dependabot bot commented on behalf of github Mar 18, 2024

The following labels could not be found: dependencies.

Copy link

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
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.26.0 Compare

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #24.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/composer/prod-dependencies-9a89e9eff0 branch March 25, 2024 09:59
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