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

Merged
merged 1 commit into from
Dec 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v3.0.9 -> v3.0.11
phpbench/phpbench require-dev patch ^1.2 -> ^1.2.7
phpstan/phpstan require-dev patch ^1.8 -> ^1.9.3
phpstan/phpstan-deprecation-rules require-dev minor ^1.0 -> ^1.1.1
phpstan/phpstan-phpunit require-dev patch ^1.2 -> ^1.3.2
phpstan/phpstan-strict-rules require-dev patch ^1.4 -> ^1.4.4
phpunit/php-code-coverage require-dev patch 9.2.17 -> 9.2.21
phpunit/phpunit (source) require-dev patch ^9.5 -> ^9.5.27
shivammathur/setup-php action minor 2.21.2 -> 2.22.0

Release Notes

actions/cache

v3.0.11

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md
phpstan/phpstan

v1.9.3

Compare Source

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

phpstan/phpstan-deprecation-rules

v1.1.1

Compare Source

v1.1.0

Compare Source

  • f6e02de - Override deprecationRulesInstalled config to true
  • 763fe3e - Update build.yml
  • b814f32 - Create tag workflow
  • 51139d3 - Fixes
  • de8683a - Update dependency slevomat/coding-standard to v7.2.1
  • 7bdf21f - Update FetchingDeprecatedConstRule.php
  • 914c542 - Update dependency slevomat/coding-standard to v7.2.0
  • 169d905 - Update dependency slevomat/coding-standard to v7.1
  • 82044cb - Drop alias
  • 755b8c2 - Update workflow
  • 1c3806d - Drop support for PHP 7.1, require PHPStan 1.5.0
  • aea2fbf - Update dependency slevomat/coding-standard to v7.0.20
  • 022b2de - Update actions/checkout action to v3
  • 21aa2be - Update dependency slevomat/coding-standard to v7.0.19
  • 52ce6c6 - Update dependency slevomat/coding-standard to v7
  • 5855ecd - Update renovate.json
  • 04ca04a - Update lock-closed-issues.yml
  • 4e3fd4d - Update github-actions
  • c838583 - Update metcalfc/changelog-generator action to v1.0.1
  • ef8f5a2 - Delete dependabot.yml
  • 0e3fae6 - Update and rename renovate.json to .github/renovate.json
  • d54e093 - Add renovate.json
  • 0a40844 - Update phpunit.xml
  • d63ce28 - Update release.yml
  • f8d8cb5 - Tweet release action
  • fb17fd1 - Allow Composer plugins
  • 7f052b7 - Revert "Use dev PHP-Parser"
  • 395d1ee - Test all jobs on PHP 8.1
  • d6102eb - Composer > Remove --no-suggest
  • b711513 - Test on PHP 8.1
  • 05df7ae - Use dev PHP-Parser
  • 2cbafb6 - Fix assertions for phpstan master
phpstan/phpstan-phpunit

v1.3.2

Compare Source

  • cd9c693 - DataProviderDeclarationRule - report non-static dataProvider only with PHPUnit 10+

v1.3.1

Compare Source

  • b9827cf - Discover data providers from other classes
  • 008f5da - Update .gitattributes
  • bc0a290 - Do not use "strtolower" when there is a dedicated method
  • f9bfc19 - Report data providers deprecated usage
sebastianbergmann/php-code-coverage

v9.2.21

Compare Source

Changed
  • #​964: Changed how executable lines are identified

v9.2.20

Compare Source

Fixed
  • #​960: New body font-size is way too big

v9.2.19

Compare Source

Fixed
  • #​949: Various issues related to identifying executable lines
Changed
  • Tweaked CSS for HTML report
  • Updated bundled CSS/JavaScript components used for HTML report: Bootstrap 4.6.2 and jQuery 3.6.1

v9.2.18

Compare Source

Fixed
  • #​935: Cobertura package name attribute is always empty
  • #​946: return with multiline constant expression must only contain the last line
shivammathur/setup-php

v2.22.0

Compare Source

Support Ukraine

#StandWithUkraine


- name: Setup PHP with debugging symbols
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
  env:
    debug: true 
- name: Setup PHP with intl
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    extensions: intl-72.1
  • Existing PHP version on GitHub actions Ubuntu images is now updated if ppa:ondrej/php is missing regardless of the update environment variable. (actions/runner-images#​6331).

  • Environment variable COMPOSER_NO_AUDIT is now set by default. If you would like to run the composer audit in your workflows, please add a step with composer audit command. (#​635, #​636)

- name: Composer audit
  run: composer audit
  • Switched to GITHUB_OUTPUT environment file for setting up outputs. If you are using setup-php on self-hosted runners, please update it to 2.297.0 or greater. More Info (#​654)

  • Updated sqlsrv and pdo_sqlsrv version to 5.10.1 for PHP 7.0 and above on Linux.

  • Improved support for phalcon5 extension to set up the latest stable version.

  • Improved symfony-cli support to fetch the artifact URL from the brew tap on Linux. (#​641, #​652, #​653)

  • Improved fetching brew taps on Linux to avoid brew's overhead.

  • Fixed installing extension packages on self-hosted Linux runners. (#​642)

  • Fixed support for couchbase and firebird extensions after GitHub release page changes.

  • Fixed support for older versions of laravel/pint. (#​647)

  • Updated Node.js dependencies.


Full Changelog: shivammathur/setup-php@2.21.2...2.22.0

Thanks! @​alcaeus and @​jderusse for the contributions 🎉

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
Copy link
Contributor Author

renovate bot commented Nov 4, 2022

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 added the renovate label Nov 4, 2022
@Ocramius
Copy link
Collaborator

Ocramius commented Nov 4, 2022

Related to sebastianbergmann/php-code-coverage#953, with @Slamdunk having some context of it.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1219e43 to c3645cd Compare November 14, 2022 08:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 352acc4 to ab32857 Compare November 22, 2022 00:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7ab24fe to c40ba19 Compare December 3, 2022 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2ecfe9a to e10e541 Compare December 13, 2022 15:59
| datasource  | package                           | from   | to      |
| ----------- | --------------------------------- | ------ | ------- |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| github-tags | actions/cache                     | v3.0.9 | v3.0.11 |
| packagist   | phpbench/phpbench                 | 1.2.7  | 1.2.7   |
| packagist   | phpstan/phpstan                   | 1.9.2  | 1.9.3   |
| packagist   | phpstan/phpstan-deprecation-rules | 1.0.0  | 1.1.1   |
| packagist   | phpstan/phpstan-phpunit           | 1.3.0  | 1.3.2   |
| packagist   | phpstan/phpstan-strict-rules      | 1.4.4  | 1.4.4   |
| packagist   | phpunit/php-code-coverage         | 9.2.17 | 9.2.21  |
| packagist   | phpunit/phpunit                   | 9.5.27 | 9.5.27  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
| github-tags | shivammathur/setup-php            | 2.21.2 | 2.22.0  |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e10e541 to cbd4f7d Compare December 14, 2022 15:14
@Ocramius Ocramius added this to the 5.0.0 milestone Dec 14, 2022
@Ocramius Ocramius self-assigned this Dec 14, 2022
@Ocramius
Copy link
Collaborator

Yup, thanks!

@Ocramius Ocramius merged commit b5b2728 into 5.0.x Dec 14, 2022
@Ocramius Ocramius deleted the renovate/all-minor-patch branch December 14, 2022 18:59
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.

2 participants