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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 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
laminas/laminas-hydrator (source) require minor ^4.14.0 -> ^4.15.0 age adoption passing confidence
nikic/php-parser require minor ^4.16.0 -> ^4.19.1 age adoption passing confidence
phpbench/phpbench require-dev patch ^1.2.14 -> ^1.2.15 age adoption passing confidence
phpunit/phpunit (source) require-dev patch ^9.6.10 -> ^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.32.0 -> ^1.35.0 age adoption passing confidence
shivammathur/setup-php action minor 2.25.4 -> 2.30.5 age adoption passing confidence
vimeo/psalm require-dev minor ^5.13.1 -> ^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
laminas/laminas-hydrator (laminas/laminas-hydrator)

v4.15.0

Compare Source

Release Notes for 4.15.0

Feature release (minor)

4.15.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement
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.
phpbench/phpbench (phpbench/phpbench)

v1.2.15

Compare Source

  • Bump minimum PHP version to 8.1
  • Allow Symfony 7.0 @​keulinho
  • Add documentation for adding env providers @​GromNaN
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

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
shivammathur/setup-php (shivammathur/setup-php)

v2.30.5

Compare Source

Changelog

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.4

Compare Source

Changelog

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.3

Compare Source

Changelog
  • Fixed reading extension directory for PHP 8.4 on macOS.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.2

Compare Source

Changelog

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.1

Compare Source

Changelog
  • Improved updating Homebrew core tap on macOS using a retry logic.

  • Fixed support for phalcon on Windows.

  • Fixed support for OCI extensions for PHP 8.4 on Linux and macOS.

  • Fixed support for sqlsrv and pdo_sqlsrv on PHP 8.0.

  • Fixed type error on Windows in Get-File function.

  • Minified the release file dist/index.js file generated by vercel/ncc.

  • Updated pre-installed PHP versions for GitHub runners in the README.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.30.0

Compare Source

Changelog

  • Added support to set custom composer timeout (#​811)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    COMPOSER_PROCESS_TIMEOUT: 300

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.29.0

Compare Source

Changelog
  • Added support for 'lowest' and 'highest' aliases to specify PHP versions. #​794
    • The lowest alias installs the lowest actively supported version in the PHP project.
    • The 'highest' alias is equivalent to the 'latest' alias, so it installs the latest supported stable PHP version.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: lowest # or highest
  • Added support for thread-safe builds on macOS. This completes the support for thread-safe builds on all supported platforms.
- name: Setup ZTS PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    phpts: zts
  • Updated documentation for support to read the PHP version from composer.lock and composer.json files.
    • If php-version and php-version-file inputs are not specified, then it can read the php version from platform-overrides.php value in composer.lock or config.platform.php value from composer.json. #​800
- name: Checkout
  uses: actions/checkout@v4
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Switched to the new PHPCSStandards/PHP_CodeSniffer repository for builds of phpcs and phpcbf tools. #​809
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    tools: phpcs, phpcbf
  • Marked v1 version of the action as completely unsupported, it will receive no updates, please upgrade to v2, if not done already.

  • Fixed installing extensions on Windows for PHP 8.1 by reverting the version bump for minimum stability. #​807

  • Fixed building extensions on PHP 8.4 that used backward compatibility headers from ext/standard to use ext/random/php_random.h header.

  • Improved support for phalcon to install the extension when specified without the version number. #​796

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: phalcon
  • Updated codeql workflow to use v3 versions of codeql actions. #​803

  • Updated docs workflow to use actions/download-artifact@v4 and actions/upload-artifact@v4. #​804, #​805

  • Updated Node.js dependencies.

Merged Pull Requests

For the complete list of changes, please refer to the Full Changelog

Thanks @​dr5hn, @​tighten, @​ZeekInteractive, @​acelaya, and @​fulopattila122 for the sponsorship ❤️

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.28.0

Compare Source

Changelog

  • Specifying 8.3 in php-version now installs a stable build of PHP 8.3.
- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  • Specifying latest in php-version now installs PHP 8.3 as well.
- name: Setup Latest PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 'latest'
  • Specifying nightly in php-version now installs PHP 8.4.
- name: Setup Nightly PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: 'nightly'
- name: Setup PHP with intl
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: intl-74.1
  • Added support to specify zts in phpts environment variable instead of ts to set up thread-safe PHP on Linux and Windows.
- name: Setup PHP 8.3 (ZTS)
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    phpts: zts
  • Fixed support for debug builds. (#​784)
- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
  env:
    debug: true
  • Added support for cached builds for PHP 8.3, PHP 8.4, and zts builds of all versions of PHP 5.6 and newer on Ubuntu GitHub Hosted environments. This should reduce the time it takes to set up these PHP versions.

  • Added swoole to the builds cache for GitHub-hosted environments for PHP 7.2 and newer.

- name: Setup PHP 8.3
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: swoole
  • Added PHP 8.3 and PHP 8.4 to the extension lists in the wiki. (#​787).

  • PHP 8.0 is now marked as End of life and PHP 8.1 is now marked as Security fixes only in README.
    See PHP Support in README.

  • Fixed support for Blackfire extension. The action now disabled Xdebug and pcov extensions by default when blackfire is specified in extensions input.

- name: Setup PHP with blackfire extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: blackfire
  • Fixed support for grpc_php_plugin when installed along with protoc on macOS.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    tools: protoc, grpc_php_plugin
  • Fixed support for geos extension on PHP 8.3.
- name: Setup PHP with geos extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: geos
  • Fixed support for event extension on macOS to use openssl@3 formula.
- name: Setup PHP with geos extension
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.3'
    extensions: event
  • Update Node.js dependencies.

Merged Pull Requests

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.27.1

Compare Source

Changelog
  • Fixed updating PHP dependencies after formulae in homebrew/core tap have been sharded into directories with prefixes. (#​780)

  • Update actions/setup-node from v3 to v4 in the node workflow.

  • Update Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.27.0

Compare Source

Changelog
  • Tools box and php-scoper can now be installed easily using the tools input. (#​776)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    tools: box, php-scoper
  • Added support for macOS 14.x Sonoma and dropped support for macOS 11.x Big Sur following a three-year support cycle that Apple follows for macOS.

  • We now set keepAlive in https agent to false in fetch.ts. After Node 19 it is set to true by default. This prevented the node process from exiting until timeout after the action run was completed. (#​773, #​777) - Ref

  • Fixed support for couchbase extension for PHP 7.4.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    extensions: couchbase
  • Fixed a warning when find was run without checking if the path exists on macOS.

  • Fixed checking for existing PHP installations on macOS on self-hosted environments.

  • Fixed adding tools in case /usr/local/bin directory was missing on self-hosted environments.

  • Bumped Node.js dependencies.

Merged Pull Requests
New Contributors
Full Changelog

For the complete list of changes, please refer to the Full Changelog: 2.26.0...2.27.0.

Thanks @​tillkruss for the sponsorship ❤️

Follow for updates

setup-php reddit setup-php twitter setup-php status

v2.26.0

Compare Source

Changelog
Microsoft SQL Server extensions. (#​758, #​766)

The latest supported version of sqlsrv and pdo_sqlsrv for the PHP version will be installed.
Also, on Windows, these extensions will be installed from microsoft/msphpsql GitHub releases and will fallback to pecl.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    extensions: sqlsrv, pdo_sqlsrv
PHP 8.4 Support (#​762)

Added support for PHP 8.4.0-dev from the master branch of php/php-src for all supported OS.
Note: PHP 8.3.0-dev is now built from the new PHP-8.3 branch.

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
Fixes
Blackfire Player

Resolved issues affecting the blackfire-player on Linux and macOS. It now installs the uuid extension that is required for the tool.
Dropped support for it on Windows as uuid extensi


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 Jul 12, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 12, 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7493815 to f0a847a Compare July 17, 2023 14:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ed4068b to d3dcd99 Compare August 1, 2023 08:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 187c2ba to 92610d2 Compare August 19, 2023 07:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92610d2 to c883441 Compare August 21, 2023 08:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7b6cddf to f8a600c Compare September 19, 2023 08:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8a600c to 4d3d948 Compare October 1, 2023 16:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d3d948 to a173c91 Compare October 8, 2023 16:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2c45b68 to 7fbdbb7 Compare November 8, 2023 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 90887bd to 5407553 Compare November 29, 2023 12:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from df2e9e5 to 2e4d84f Compare December 4, 2023 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9eec76a to 98d19d7 Compare December 16, 2023 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4f69b75 to a6858a3 Compare January 19, 2024 08:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f061834 to 7a3a57b Compare February 1, 2024 07:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ddf95f3 to 4a48918 Compare February 16, 2024 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8527925 to 88a62f9 Compare February 23, 2024 13:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a102abe to e78267f Compare March 8, 2024 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d77c0d0 to cf25526 Compare March 16, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 219698b to 0d8abd5 Compare March 21, 2024 13:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6665cd1 to cea9819 Compare March 30, 2024 23:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cea9819 to 01c53e0 Compare April 5, 2024 06:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7dc70c5 to d3b1ddd Compare April 25, 2024 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 44e1446 to cae6170 Compare May 5, 2024 20:22
| 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   | laminas/laminas-hydrator                      | 4.14.0 | 4.15.0 |
| packagist   | nikic/php-parser                              | 4.16.0 | 4.19.1 |
| packagist   | phpbench/phpbench                             | 1.2.14 | 1.2.15 |
| packagist   | phpunit/phpunit                               | 9.6.10 | 9.6.19 |
| packagist   | psalm/plugin-phpunit                          | 0.18.4 | 0.19.0 |
| packagist   | roave/infection-static-analysis-plugin        | 1.32.0 | 1.35.0 |
| github-tags | shivammathur/setup-php                        | 2.25.4 | 2.30.5 |
| packagist   | vimeo/psalm                                   | 5.13.1 | 5.24.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cae6170 to d92cb86 Compare June 3, 2024 08:47
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