Skip to content

Update all non-major dependencies#1004

Merged
lcobucci merged 3 commits into
5.1.xfrom
renovate/all-minor-patch
Jul 30, 2023
Merged

Update all non-major dependencies#1004
lcobucci merged 3 commits into
5.1.xfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Mar 20, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action patch v3.1.1 -> v3.1.4
infection/infection require-dev minor ^0.26.19 -> ^0.27.0
phpunit/phpunit (source) require-dev patch 10.2.3 -> 10.2.6
shivammathur/setup-php action minor 2.24.0 -> 2.25.5

Release Notes

codecov/codecov-action (codecov/codecov-action)

v3.1.4: 3.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.3...v3.1.4

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.1...v3.1.2

infection/infection (infection/infection)

v0.27.0

Compare Source

Full Changelog

Added:

Changed:

Fixed:

Internal:

lcobucci/clock (lcobucci/clock)

v3.1.0

Compare Source

Release Notes for 3.1.0

This release bumps the minimum required PHP version to 8.2, updating all dependencies.

3.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
renovate
sebastianbergmann/phpunit (phpunit/phpunit)

v10.2.6

Compare Source

v10.2.5

Compare Source

v10.2.4

Compare Source

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


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 Mar 20, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 859e95d to e24902c Compare March 22, 2023 07:32
@renovate renovate Bot changed the title Update dependency lcobucci/clock to ^3.1.0 Update all non-major dependencies Mar 22, 2023
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 72f141c to cd112ba Compare March 30, 2023 10:20
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a729cd6 to c0aae72 Compare April 4, 2023 23:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 0dd0386 to 2d1f79a Compare April 18, 2023 17:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 90ad65f to 9311858 Compare April 22, 2023 08:41
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 866094c to 8c89ca7 Compare May 23, 2023 15:42
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4f2882e to 47c72b0 Compare May 30, 2023 01:07
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from ddabb70 to acd14be Compare June 7, 2023 22:34
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ea30eb2 to 2947867 Compare June 15, 2023 03:02
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d50986a to e3e2932 Compare June 23, 2023 00:23
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e3e2932 to cd9eced Compare June 25, 2023 02:10
renovate Bot and others added 3 commits July 31, 2023 00:11
| datasource  | package                | from    | to     |
| ----------- | ---------------------- | ------- | ------ |
| github-tags | codecov/codecov-action | v3.1.1  | v3.1.4 |
| packagist   | infection/infection    | 0.26.21 | 0.27.0 |
| packagist   | lcobucci/clock         | 3.0.0   | 3.1.0  |
| packagist   | phpunit/phpunit        | 10.2.3  | 10.2.6 |
| github-tags | shivammathur/setup-php | 2.24.0  | 2.25.5 |
Signed-off-by: Luís Cobucci <[email protected]>
Signed-off-by: Luís Cobucci <[email protected]>
@renovate

renovate Bot commented Jul 30, 2023

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

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.

1 participant