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

Merged
merged 2 commits into from
Aug 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
behat/behat (source) require minor 3.12.0 -> 3.13.0
codecov/codecov-action action patch v3.1.1 -> v3.1.4
lcobucci/di-builder require minor 7.2.1 -> 7.3.1
phpstan/extension-installer require-dev minor 1.2.0 -> 1.3.1
phpunit/phpunit (source) require-dev patch 9.6.5 -> 9.6.10
shivammathur/setup-php action minor 2.24.0 -> 2.25.5

Release Notes

Behat/Behat (behat/behat)

v3.13.0

Compare Source

Added
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

lcobucci/di-builder (lcobucci/di-builder)

v7.3.1

Compare Source

Release Notes for 7.3.1

This release fixes a bug related to the generation of dumped containers using a base class.

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

v7.3.0

Compare Source

Release Notes for 7.3.0

This release bumps the minimum required PHP version to 8.2.

7.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 2
renovate
CI/CD

v7.2.2

Compare Source

Release Notes for 7.2.2

This release fixes a bug related to the generation of dumped containers using a base class.

7.2.2
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bug
phpstan/extension-installer (phpstan/extension-installer)

v1.3.1

Compare Source

  • f45734b - Compatibility with Composer 2.5.6
  • d39adc7 - PHPStan level 8
  • a5ba6ab - Configure PHPStan
  • e56c14f - chore(deps): update dependency slevomat/coding-standard to v8.12.0
  • 25f6fc3 - chore(deps): update build-cs
  • 02e895e - chore(deps): update metcalfc/changelog-generator action to v4.1.0
  • f5b149f - Fix ignoring phpstan/phpstan-phpunit in the root composer.json.

v1.3.0

Compare Source

  • f5e02d4 - Allow specifying a list of extensions to ignore
  • 3f3d1ba - Update PHPCS
  • d8a3e19 - Update release-toot.yml
  • 55a1898 - Create release-toot.yml
  • c45f40a - chore(deps): update dessant/lock-threads action to v4
  • 9f3942a - chore(deps): update metcalfc/changelog-generator action to v4
sebastianbergmann/phpunit (phpunit/phpunit)

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

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
  • Improved PHP builds cache for GitHub Actions Ubuntu environments.
  • Fixed support for PECL extensions in extensions input with version. #​725
  • Updated memcache extension to 8.2 in the builds cache for GitHub Actions Ubuntu environments for PHP 8.0 and above. #​725
  • Fixed a typo in the strategy of the sage example by @​yassinehamouten in https://github.com/shivammathur/setup-php/pull/726
  • Updated Node.js dependencies.
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
Copy link
Contributor Author

renovate bot commented Mar 20, 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 815d324 to edfb9df Compare March 24, 2023 12:53
@renovate renovate bot changed the title Update dependency lcobucci/di-builder to ^7.3.0 Update all non-major dependencies Mar 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cdecc90 to dd93d0d Compare March 30, 2023 10:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 94adb7a to 3f4487b Compare April 4, 2023 22:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 734ac47 to f5279ca Compare April 18, 2023 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4593d11 to 40922be Compare April 20, 2023 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40922be to 1b0cecf Compare April 26, 2023 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ef0ca7b to 48ffcc8 Compare May 15, 2023 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a89f8bc to eee9c68 Compare May 29, 2023 15:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1dbc18e to b711d5e Compare June 7, 2023 17:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 06d646f to 41d3d28 Compare June 14, 2023 17:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9fd01e6 to 7ca27af Compare June 21, 2023 21:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a638818 to 29d9d1a Compare July 6, 2023 16:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0c8afc9 to ee05d1d Compare July 11, 2023 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee05d1d to 485e29d Compare July 19, 2023 17:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e04fc4f to 1217666 Compare July 31, 2023 08:44
| datasource  | package                     | from   | to     |
| ----------- | --------------------------- | ------ | ------ |
| packagist   | behat/behat                 | 3.12.0 | 3.13.0 |
| github-tags | codecov/codecov-action      | v3.1.1 | v3.1.4 |
| packagist   | lcobucci/di-builder         | 7.2.1  | 7.3.1  |
| packagist   | phpstan/extension-installer | 1.2.0  | 1.3.1  |
| packagist   | phpunit/phpunit             | 9.6.5  | 9.6.10 |
| github-tags | shivammathur/setup-php      | 2.24.0 | 2.25.5 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1217666 to 5c19441 Compare August 1, 2023 20:40
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
@lcobucci lcobucci added this to the 1.4.0 milestone Aug 1, 2023
@lcobucci lcobucci self-assigned this Aug 1, 2023
@lcobucci lcobucci merged commit 1057c13 into 1.4.x Aug 1, 2023
26 checks passed
@lcobucci lcobucci deleted the renovate/all-minor-patch branch August 1, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant