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

Update all non-major dependencies #421

Open
wants to merge 1 commit into
base: 1.8.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
laminas/laminas-ci-matrix-action action minor 1.22.1 -> 1.26.0 age adoption passing confidence
laminas/laminas-continuous-integration-action action minor 1.32.0 -> 1.39.0 age adoption passing confidence
nikic/php-parser require minor ^4.15.3 -> ^4.19.1 age adoption passing confidence
phpunit/phpunit (source) require-dev minor ^9.5.28 -> ^9.6.19 age adoption passing confidence
psalm/plugin-phpunit require-dev minor ^0.18.4 -> ^0.19.0 age adoption passing confidence
roave/infection-static-analysis-plugin require-dev minor ^1.28.0 -> ^1.35.0 age adoption passing confidence
vimeo/psalm require-dev minor ^5.4.0 -> ^5.24.0 age adoption passing confidence

Release Notes

laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)

v1.26.0

Compare Source

Release Notes for 1.26.0
1.26.0
  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.25.0

Compare Source

Release Notes for 1.25.0
1.25.0
  • Total issues resolved: 0
  • Total pull requests resolved: 12
  • Total contributors: 2
Enhancement
renovate

v1.24.0

Compare Source

Release Notes for 1.24.0

Feature release (minor)

1.24.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.23.4

Compare Source

Release Notes for 1.23.4

1.23.x bugfix release (patch)

1.23.4
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.3

Compare Source

Release Notes for 1.23.3

1.23.x bugfix release (patch)

1.23.3
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.2

Compare Source

Release Notes for 1.23.2
1.23.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.1

Compare Source

Release Notes for 1.23.1
1.23.1
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug

v1.23.0

Compare Source

Release Notes for 1.23.0

Feature release (minor)

Added
1.23.0
  • Total issues resolved: 0
  • Total pull requests resolved: 11
  • Total contributors: 5
Enhancement
renovate
Bug
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)

v1.39.0

Compare Source

Release Notes for 1.39.0
1.39.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Enhancement
Enhancement,dependencies

v1.38.0

Compare Source

Release Notes for 1.38.0
1.38.0
Enhancement
renovate
Documentation,Enhancement

v1.37.0

Compare Source

Release Notes for 1.37.0
1.37.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.36.0

Compare Source

Release Notes for 1.36.0
Changed
  • This container is now built with PHP 8.3 RC3
1.36.0
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2
Enhancement
renovate

v1.35.1

Compare Source

Release Notes for 1.35.1
1.35.1

v1.35.0

Compare Source

Release Notes for 1.35.0
1.35.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement

v1.34.0

Compare Source

Release Notes for 1.34.0
1.34.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug,Enhancement

v1.33.0

Compare Source

Release Notes for 1.33.0

Feature release (minor)

1.33.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
Enhancement
Enhancement,dependencies
nikic/PHP-Parser (nikic/php-parser)

v4.19.1: PHP-Parser 4.19.1

Compare Source

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

v4.19.0: PHP-Parser 4.19.0

Compare Source

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.

v4.18.0: PHP-Parser 4.18.0

Compare Source

Added
  • Added methods ParserFactory::createForNewestSupportedVersion() and ParserFactory::createForHostVersion() for forward-compatibility with PHP-Parser 5.0.
Fixed
  • Fixed missing name resolution of class constant types.
  • Fixed class members being dropped if an error is encountered while parsing a later class member (when error recovery is enabled).
Changed
  • The grammar/ directory has been excluded from exported git archives.

v4.17.1: PHP-Parser 4.17.1

Compare Source

Fixed
  • Fixed phpdoc mismatches for ClassConst::$type introduced in previous release.

v4.17.0: PHP-Parser 4.17.0

Compare Source

Added
  • [PHP 8.3] Added support for typed class constants.
  • [PHP 8.3] Added supprot for dynamic class constant fetch.
  • [PHP 8.3] Added support for readonly anonymous classes.
Fixed
  • Fixed missing required parentheses when pretty printing new with an expression class name.
  • Fixed missing required parentheses when pretty printing (CONST)::$x and similar.

v4.16.0: PHP-Parser 4.16.0

Compare Source

Added
  • Added Name::getParts() method for forward-compatibility with PHP-Parser 5.
Deprecated
  • Deprecated direct access to Name::$parts, which will be removed in PHP-Parser 5.

v4.15.5: PHP-Parser 4.15.5

Compare Source

Added
  • Added makePrivate(), makeProtected(), makePublic() and makeReadonly() methods to Builder\Param to allow the creation of promoted parameters.

v4.15.4: PHP-Parser 4.15.4

Compare Source

Fixed
  • Fixed formatting-preservation for alternative if syntax with trailing comments.
sebastianbergmann/phpunit (phpunit/phpunit)

v9.6.19: PHPUnit 9.6.19

Compare Source

Changed
  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

v9.6.18

Compare Source

v9.6.17

Compare Source

v9.6.16

Compare Source

v9.6.15

Compare Source

v9.6.14

Compare Source

v9.6.13

Compare Source

v9.6.12

Compare Source

v9.6.11

Compare Source

v9.6.10

Compare Source

v9.6.9

Compare Source

v9.6.8

Compare Source

v9.6.7

Compare Source

v9.6.6

Compare Source

v9.6.5

Compare Source

v9.6.4

Compare Source

v9.6.3

Compare Source

v9.6.2

Compare Source

v9.6.1

Compare Source

v9.6.0

Compare Source

psalm/psalm-plugin-phpunit (psalm/plugin-phpunit)

v0.19.0: Add Psalm 6 support, drop Psalm 4 support

Compare Source

This release adds support for Psalm 6, dropping support for Psalm 4.

What's Changed

New Contributors

Full Changelog: psalm/psalm-plugin-phpunit@0.18.4...0.19.0

Roave/infection-static-analysis-plugin (roave/infection-static-analysis-plugin)

v1.35.0

Compare Source

Release Notes for 1.35.0

Feature release (minor)

1.35.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
enhancement
renovate

v1.34.0

Compare Source

Release Notes for 1.34.0

Feature release (minor)

1.34.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
renovate

v1.33.0

Compare Source

Release Notes for 1.33.0

Feature release (minor)

1.33.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
enhancement
renovate

v1.32.0

Compare Source

Release Notes for 1.32.0

Feature release (minor)

1.32.0
  • Total issues resolved: 1
  • Total pull requests resolved: 0
  • Total contributors: 1
dependencies,enhancement

v1.31.0

Compare Source

Release Notes for 1.31.0

Feature release (minor)

1.31.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
renovate
dependencies,enhancement,renovate

v1.30.0

Compare Source

Release Notes for 1.30.0

Feature release (minor)

1.30.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
enhancement

v1.29.0

Compare Source

Release Notes for 1.29.0

Feature release (minor)

1.29.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
dependencies,enhancement
dependencies,duplicate,enhancement,renovate
vimeo/psalm (vimeo/psalm)

v5.24.0

Compare Source

What's Changed

Features
Fixes
Docs
Internal changes
Other changes

New Contributors

Full Changelog: vimeo/psalm@5.23.1...5.24.0

v5.23.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.23.0...5.23.1

v5.23.0

Compare Source

What's Changed

Features
Fixes
Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.22.2...5.23.0

v5.22.2

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.22.1...5.22.2

v5.22.1

Compare Source

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.22.0...5.22.1

v5.22.0

Compare Source

What's Changed

Features
Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

Read more about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Jan 23, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot changed the title Update dependency vimeo/psalm to ^5.5.0 Update dependency vimeo/psalm to ^5.6.0 Jan 24, 2023
@renovate renovate bot changed the title Update dependency vimeo/psalm to ^5.6.0 Update all non-major dependencies Feb 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 272227e to 70538c6 Compare February 4, 2023 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9740c47 to 64601a4 Compare February 21, 2023 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 824bcfd to 5320aad Compare February 27, 2023 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 81a1698 to 017a542 Compare March 10, 2023 06:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 017a542 to e0672ef Compare April 3, 2023 15:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e0672ef to 0239ada Compare April 17, 2023 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0239ada to de3167c Compare May 28, 2023 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de3167c to a53aa67 Compare June 14, 2023 12:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 06d3e9b to 836df56 Compare June 27, 2023 20:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 836df56 to f09796e Compare July 10, 2023 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 16c07b5 to 0a84942 Compare January 9, 2024 06:43
@renovate renovate bot changed the base branch from 1.7.x to 1.8.x January 9, 2024 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 907e50f to 2dfc15a Compare January 19, 2024 07:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 084ba70 to 7a3af7e Compare February 1, 2024 03:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e999296 to d625102 Compare February 16, 2024 01:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f08f3a3 to dfc9934 Compare February 23, 2024 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4b46002 to 16c313a Compare March 15, 2024 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3293131 to 0834b0b Compare March 21, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0834b0b to a25c045 Compare April 5, 2024 05:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 886cbda to 034b865 Compare May 1, 2024 21:26
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1 | 1.26.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.39.0 |
| packagist   | nikic/php-parser                              | 4.15.3 | 4.19.1 |
| packagist   | phpunit/phpunit                               | 9.5.28 | 9.6.19 |
| packagist   | psalm/plugin-phpunit                          | 0.18.4 | 0.19.0 |
| packagist   | roave/infection-static-analysis-plugin        | 1.28.0 | 1.35.0 |
| packagist   | vimeo/psalm                                   | 5.4.0  | 5.24.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 034b865 to 8bfe40a Compare May 5, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants