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

Merged
merged 1 commit into from
Aug 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
infection/infection require-dev minor ^0.26.19 -> ^0.27.0
matthiasnoback/symfony-dependency-injection-test (source) require-dev patch ^4.3 -> ^4.3.1
phpstan/phpstan require-dev patch ^1.10.13 -> ^1.10.28
phpstan/phpstan-deprecation-rules require-dev patch ^1.1.3 -> ^1.1.4
phpstan/phpstan-phpunit require-dev patch ^1.3.11 -> ^1.3.13
phpunit/phpunit (source) require-dev patch ^10.3 -> ^10.3.1
shivammathur/setup-php action minor 2.24.0 -> 2.25.5
symfony/config (source) require minor 6.2.7 -> 6.3.2
symfony/console (source) require minor 6.2.8 -> 6.3.2
symfony/framework-bundle (source) require minor 6.2.9 -> 6.3.2
symfony/http-client (source) require minor 6.2.9 -> 6.3.2
symfony/translation (source) require minor 6.2.8 -> 6.3.3
vimeo/psalm require patch ^5.9.0 -> ^5.14.1

Release Notes

infection/infection (infection/infection)

v0.27.0

Compare Source

Full Changelog

Added:

Changed:

Fixed:

Internal:

shivammathur/setup-php (shivammathur/setup-php)

v2.25.5

Compare Source

Changelog
  • Added support for castor in tools input. #​746
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    tools: castor
  • Fixed support for self-hosted Debian 12 environments.

  • Fixed support for self-hosted environments using DEB822-STYLE .sources files.

  • Fixed re-enabling opcache extension on macOS. #​749

  • Updated Node.js dependencies.

New Contributors

Full Changelog: shivammathur/setup-php@2.25.4...2.25.5

Follow for updates

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

v2.25.4

Compare Source

Changelog
  • Fixed regression in 2.25.3 in PHPUnit installation by specifying major or major.minor version in the tools input. #​743

  • Fixed fs import in utls.test.ts.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.3...2.25.4

Follow for updates

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

v2.25.3

Compare Source

Changelog
  • Added support for zts intl builds for all supported ICU versions. #​739, shivammathur/icu-intl@d6ee42c.

  • Added docker to the shivammathur/node images. #​742

  • Fixed regression in support for Zend extensions installed using PECL. #​738

  • Fixed PHPUnit and phpcpd support to set up versions compatible with the PHP version. #​732

  • Fixed support for nektos/act to run the action in self-hosted mode when using the tool. #​742

  • Fixed parsing versions in tools input. #​734

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.2...2.25.3

New Contributors

Thanks @​ramsey and @​pxlrbt for the sponsorship ❤️

Follow for updates

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

v2.25.2

Compare Source

Changelog
New Contributors

Full Changelog: shivammathur/setup-php@2.25.1...2.25.2

Follow for updates

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

v2.25.1

Compare Source

Changelog
  • Fixed regression in support for event extension in 2.25.0 (#​722).
  • Added fallback to GitHub API in Add-DebugSymbols on Windows.
  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.0...2.25.1

Follow for updates

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

v2.25.0

Compare Source

Changelog
  • Dropped support for Ubuntu 18.04. (#​717)
    Please use ubuntu-22.04 or ubuntu-20.04 runners.
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04

##### or

- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
  • Added support for php-version-file input to read the input PHP version from a file Docs. (#​690)

    Example: If you have a file .php-version in your file structure with the PHP version as its content, you can use the php-version-file input.

- name: Checkout
  uses: actions/checkout@v3

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version-file: .php-version
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: intl-73.1
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: snmp, uuid
  • Added retry logic across Windows to decrease the network failure rate. (#​700, #​711)

  • Switched to using phpenmod script to enable extensions on Linux.

  • Switched to using Write-Error instead of Exit on Windows as that did not stop the workflow on errors. (#​709)

  • Improved support for relay extension. #​719

  • Fixed support for zts build of zephir_parser extension. #​701

  • Fixed parameters in the xargs call. #​712

  • Fixed minor shellcheck error.

  • Fixed the wrapper used to install Debian packages to check for broken package failures.

  • Fixed the JIT config set up to match the docs.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.24.0...2.25.0

Contributions
New Contributors

Thanks! for the contribution 🎉

Follow for updates

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

symfony/config (symfony/config)

v6.3.2

Compare Source

Changelog (symfony/config@v6.3.1...v6.3.2)

  • no significant changes

v6.3.0

Compare Source

Changelog (symfony/config@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/config@v6.2.12...v6.2.13)

  • no significant changes
symfony/console (symfony/console)

v6.3.2

Compare Source

Changelog (symfony/console@v6.3.1...v6.3.2)

v6.3.0

Compare Source

Changelog (symfony/console@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/console@v6.2.12...v6.2.13)

v6.2.12

Compare Source

Changelog (symfony/console@v6.2.11...v6.2.12)

  • no significant changes

v6.2.11

Compare Source

Changelog (symfony/console@v6.2.10...v6.2.11)

v6.2.10

Compare Source

Changelog (symfony/console@v6.2.9...v6.2.10)

symfony/framework-bundle (symfony/framework-bundle)

v6.3.2

Compare Source

v6.3.1

Compare Source

Changelog (symfony/framework-bundle@v6.3.0...v6.3.1)

v6.3.0

Compare Source

Changelog (symfony/framework-bundle@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/framework-bundle@v6.2.12...v6.2.13)

v6.2.12

Compare Source

Changelog (symfony/framework-bundle@v6.2.11...v6.2.12)

v6.2.11

Compare Source

Changelog (symfony/framework-bundle@v6.2.10...v6.2.11)

v6.2.10

Compare Source

Changelog (symfony/framework-bundle@v6.2.9...v6.2.10)

symfony/http-client (symfony/http-client)

v6.3.2

Compare Source

Changelog (symfony/http-client@v6.3.1...v6.3.2)

  • no significant changes

v6.3.1

Compare Source

Changelog (symfony/http-client@v6.3.0...v6.3.1)

v6.3.0

Compare Source

Changelog (symfony/http-client@v6.3.0-RC2...v6.3.0)

v6.2.13

Compare Source

Changelog (symfony/http-client@v6.2.12...v6.2.13)

  • no significant changes

v6.2.12

Compare Source

Changelog (symfony/http-client@v6.2.11...v6.2.12)

v6.2.11

Compare Source

Changelog (symfony/http-client@v6.2.10...v6.2.11)

v6.2.10

Compare Source

Changelog (symfony/http-client@v6.2.9...v6.2.10)

symfony/translation (symfony/translation)

v6.3.3

Compare Source

Changelog (symfony/translation@v6.3.2...v6.3.3)

  • no significant changes

v6.3.0

Compare Source

Changelog (symfony/translation@v6.3.0-RC2...v6.3.0)

  • no significant changes

v6.2.11

Compare Source

Changelog (symfony/translation@v6.2.10...v6.2.11)


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 14, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Apr 14, 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 from 3c488e9 to 4266638 Compare April 15, 2023 00:20
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^10.1.0 Update all non-major dependencies Apr 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a1ed17e to ac0c99a Compare April 22, 2023 08:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 74abdb1 to 02a0b95 Compare May 2, 2023 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f0db0c5 to 3ca5ded Compare May 11, 2023 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b0961d8 to f86a48f Compare May 22, 2023 23:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e00e1ec to 881cd85 Compare May 28, 2023 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ba2a533 to 77a839b Compare June 5, 2023 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e3b09a2 to 638eb52 Compare June 13, 2023 00:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eeecbcf to c487ee3 Compare June 20, 2023 13:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3bd620a to 27f8bf3 Compare June 27, 2023 19:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from aad834a to 28cd768 Compare July 6, 2023 13:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 187ecee to d7fc257 Compare July 14, 2023 06:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fa7c357 to 490933f Compare July 19, 2023 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f2830a9 to 3480fc3 Compare August 5, 2023 12:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 80c6d66 to 7303f27 Compare August 9, 2023 03:13
| datasource  | package                                          | from    | to      |
| ----------- | ------------------------------------------------ | ------- | ------- |
| packagist   | infection/infection                              | 0.26.21 | 0.27.0  |
| packagist   | matthiasnoback/symfony-dependency-injection-test | 4.3.1   | 4.3.1   |
| packagist   | phpstan/phpstan                                  | 1.10.28 | 1.10.28 |
| packagist   | phpstan/phpstan-deprecation-rules                | 1.1.4   | 1.1.4   |
| packagist   | phpstan/phpstan-phpunit                          | 1.3.13  | 1.3.13  |
| packagist   | phpunit/phpunit                                  | 10.3.1  | 10.3.1  |
| github-tags | shivammathur/setup-php                           | 2.24.0  | 2.25.5  |
| packagist   | symfony/config                                   | 6.2.7   | 6.3.2   |
| packagist   | symfony/console                                  | 6.2.8   | 6.3.2   |
| packagist   | symfony/framework-bundle                         | 6.2.9   | 6.3.2   |
| packagist   | symfony/http-client                              | 6.2.9   | 6.3.2   |
| packagist   | symfony/translation                              | 6.2.8   | 6.3.3   |
| packagist   | vimeo/psalm                                      | 5.14.1  | 5.14.1  |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7303f27 to c402410 Compare August 9, 2023 03:17
@renovate renovate bot merged commit d5b8efb into master Aug 9, 2023
24 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 9, 2023 06:14
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.

0 participants