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

chore(deps): update all non-major dependencies #804

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
doctrine/coding-standard (source) require-dev minor 11.0.0 -> 11.1.0
ergebnis/composer-normalize require-dev minor 2.29.0 -> 2.30.2
infection/infection require-dev patch 0.26.16 -> 0.26.19
phpstan/phpstan require-dev minor 1.9.4 -> 1.10.6
phpstan/phpstan-deprecation-rules require-dev patch 1.1.1 -> 1.1.2
phpstan/phpstan-phpunit require-dev patch 1.3.2 -> 1.3.10
phpstan/phpstan-strict-rules require-dev minor 1.4.4 -> 1.5.0
phpunit/phpunit (source) require-dev minor 9.5.27 -> 9.6.5
shivammathur/setup-php action minor 2.22.0 -> 2.24.0
vimeo/psalm require-dev minor 5.3.0 -> 5.8.0

Release Notes

doctrine/coding-standard

v11.1.0

Compare Source

Release Notes for 11.1.0

Feature release (minor)

11.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Improvements
ergebnis/composer-normalize

v2.30.2

Compare Source

For a full diff see [2.30.1...2.30.2][2.30.1...2.30.2].

Fixed

v2.30.1

Compare Source

For a full diff see [2.30.0...2.30.1][2.30.0...2.30.1].

Fixed

v2.30.0

Compare Source

For a full diff see [2.29.0...2.30.0][2.29.0...2.30.0].

Changed
infection/infection

v0.26.19

Compare Source

Full Changelog

Added:

  • PHPUnit 10 support

v0.26.18

Compare Source

Full Changelog

Added:

  • New logger "summaryJson" - machine-readable file in JSON format. (#​1808)

v0.26.17

Compare Source

Full Changelog

Added:

  • PHP 8.2 support

Fixed:

  • ArrayItemRemoval mutator should not mutate an array when set as an attributes argument #​1797
  • PHP Warning on startup when using Infection from PHAR #​1770
  • PHP 8.2: Deprecated: Use of "static" in callables is deprecated in .../vendor/webmozart/assert/src/Assert.php on line 939 #​1802
  • False positive: Throw_ mutant not covered by tests #​1778
  • Line CodeCoverage is not a reliable source of truth #​1750
phpstan/phpstan

v1.10.6

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 🐛

v1.10.5

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.4

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

v1.10.3

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.10.2

Compare Source

Improvements 🔧

Function signature fixes 🤖

  • Instances of object returned by db2_*() functions are always instances of stdClass (#​2249), thanks @​phansys!

v1.10.1

Compare Source

Bugfixes 🐛

v1.10.0

Compare Source

Read the article about this release: PHPStan 1.10 Comes With a Lie Detector

Major new features 🚀

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 🔍

v1.9.18

Compare Source

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • Remove unneded code in ConstantArrayType::hasOffsetValueType() (#​2238), thanks @​herndlm!

v1.9.17

Compare Source

Bugfixes 🐛

v1.9.16

Compare Source

v1.9.15

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.9.14

Compare Source

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

v1.9.13

Compare Source

Bugfixes 🐛

v1.9.12

Compare Source

Improvements 🔧

Internals 🔍

v1.9.11

Compare Source

Bugfixes 🐛

v1.9.10

Compare Source

v1.9.9

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • Exit early in TrinaryLogic::lazyAnd() and lazyOr() if current instance allows it (#​2173), thanks @​herndlm!
  • Remove unused iterable check in MissingTypehintCheck (#​2174), thanks @​herndlm!

v1.9.8

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.9.7

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 🔍

v1.9.6

Compare Source

Improvements 🔧

Bugfixes 🐛

v1.9.5

Compare Source

Improvements 🔧

  • Improve constant string union handling for concat and encapsed string (#​2057), thanks @​schlndh!
  • PhpVersion: supportsDisjunctiveNormalForm (#​2130), thanks @​janedbal!
  • Constant scalar types might accept general type from the same family (#​2131) - this moves some errors from earlier levels to level 7
  • Implement OversizedArrayBuilder to improve huge constant array performance (#​2116), #​8215, thanks @​staabm!
  • Improve performance again by dumbing down nested arrays (#​2077)
  • Result cache should not be invalidated by changes to editorUrl, editorUrlTitle and errorFormat parameters (#​2136), thanks @​bendavies!
  • Faster MutatingScope::shouldInvalidateExpression() (#​2139), thanks @​staabm!
  • Add ReturnStatementsNode::hasNativeReturnTypehint() (#​2141), thanks @​janedbal!
  • TypeNodeResolver - lowercase-string and non-empty-lowercase-string are known (phpstan/phpstan-src@884ceb0)

Bugfixes 🐛

Internals 🔍

phpstan/phpstan-deprecation-rules

v1.1.2

Compare Source

phpstan/phpstan-phpunit

v1.3.10

Compare Source

  • 4cc5c6c - MockMethodCallRule - do not report for empty $mockClasses

v1.3.9

Compare Source

  • 34ee324 - Fixed false positive when covering a global function.

v1.3.8

Compare Source

  • 4a19a3c - Add tip to error when a not fully qualified name is seen in @​covers annotation.

v1.3.7

Compare Source

  • 7e43c8f - Fix handling assertInstanceOf

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

  • d77af96 - Fix empty @​covers annotation causing a crash.
  • bf47c49 - Ease the usage of AssertRuleHelper::isMethodOrStaticCallOnAssert()

v1.3.3

Compare Source

  • 54a24bd - Add support for data provider attributes
  • 7f7b59b - Update release-toot.yml
  • 64f4c56 - Create release-toot.yml
phpstan/phpstan-strict-rules

v1.5.0

Compare Source

  • b7dd96a - Strict operator type check for assign operations
  • 66b378f - Allow to increment strings
  • a7ac762 - Fix build
  • 063a7fd - Fix deprecations
  • c753126 - Enable reportWrongPhpDocTypeInVarTag in bleedingEdge
  • 2595a76 - Require PHPStan 1.10
  • a606515 - Update workflow

v1.4.5

Compare Source

  • 361f75b - OperandsInArithmeticAdditionRule - allow benevolent unions of arrays
  • 2ffa76a - Update release-toot.yml
  • 86da8eb - Create release-toot.yml
  • 4790ecb - Update dessant/lock-threads action to v4
  • caf80fc - Update metcalfc/changelog-generator action to v4
  • 5a05cc4 - Fix test
  • 00dd4fa - Fix build
sebastianbergmann/phpunit

v9.6.5

Compare Source

v9.6.4

Compare Source

v9.6.3

Compare Source

v9.6.2

Compare Source

v9.6.1

Compare Source

v9.6.0

Compare Source

v9.5.28

Compare Source

shivammathur/setup-php

v2.24.0

Compare Source

Support Ukraine

#StandWithUkraine


  • Added support for relay extension on Linux and macOS for PHP 7.4 to 8.2. (#​682)
- name: Install PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    extensions: relay # or specific version like relay-0.4.6 
  env:
    RELAY_KEY: ${{ secrets.RELAY_KEY }}
    RELAY_ENVIRONMENT: development
    RELAY_EVICTION_POLICY: lru
    RELAY_MAX_MEMORY: 256M
  • Improved support for zephir_parser extension. (#​681)
- name: Install PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.2'
    extensions: zephir_parser
  • Fixed support for self-hosted environments with outdated package lists. (#​688)

  • Fixed logs for coverage extensions on PHP 8.3. (#​685)

  • Fixed PECL options parsing on macOS. (#​680)

  • Fixed support for blackfire-player.

  • Fixed fetching phalcon release asset URL on Windows.

  • Fixed protoc support to account for release versions in major.minor format.

  • Change the choco install script URL to avoid redirecting.

  • Refactored function names in scripts for tools and extensions with custom support.

  • Updated Node.js dependencies.


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

Thanks! @​tillkruss, @​quick-order, @​jobbsy-dev, and @​DracoBlue for the sponsorship ❤️

Thanks! @​Rotzbua for the contribution 🎉

Follow for updates

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

v2.23.0

Compare Source

Support Ukraine


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 requested review from lctrs-bot and Lctrs as code owners December 20, 2022 00:09
@renovate renovate bot added the dependency label Dec 20, 2022
@codecov
Copy link

codecov bot commented Dec 20, 2022

Codecov Report

Patch and project coverage have no change.

Comparison is base (e1c7d6d) 100.00% compared to head (6ef8980) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #804   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         3         3           
===========================================
  Files              1         1           
  Lines              6         6           
===========================================
  Hits               6         6           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b70525b to a341e6d Compare December 20, 2022 11:40
@renovate renovate bot changed the title chore(deps): update dependency vimeo/psalm to v5.4.0 chore(deps): update all non-major dependencies Dec 20, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 438a526 to 680b548 Compare December 28, 2022 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 416b2f7 to 4fd9ecc Compare January 4, 2023 23:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6bf3a98 to 0f35494 Compare January 12, 2023 15:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update shivammathur/setup-php action to v2.23.0 Jan 13, 2023
@renovate renovate bot changed the title chore(deps): update shivammathur/setup-php action to v2.23.0 chore(deps): update all non-major dependencies Jan 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 16098c3 to acff0c2 Compare January 19, 2023 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b67e68 to dfdaac4 Compare February 17, 2023 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 54bf4bf to 1fe6df5 Compare February 25, 2023 15:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f0109da to f6fffac Compare March 2, 2023 10:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 21f584a to 513f9b0 Compare March 13, 2023 14:39
| datasource  | package                           | from    | to      |
| ----------- | --------------------------------- | ------- | ------- |
| packagist   | doctrine/coding-standard          | 11.0.0  | 11.1.0  |
| packagist   | ergebnis/composer-normalize       | 2.29.0  | 2.30.2  |
| packagist   | infection/infection               | 0.26.16 | 0.26.19 |
| packagist   | phpstan/phpstan                   | 1.9.4   | 1.10.6  |
| packagist   | phpstan/phpstan-deprecation-rules | 1.1.1   | 1.1.2   |
| packagist   | phpstan/phpstan-phpunit           | 1.3.2   | 1.3.10  |
| packagist   | phpstan/phpstan-strict-rules      | 1.4.4   | 1.5.0   |
| packagist   | phpunit/phpunit                   | 9.5.27  | 9.6.5   |
| github-tags | shivammathur/setup-php            | 2.22.0  | 2.24.0  |
| packagist   | vimeo/psalm                       | 5.3.0   | 5.8.0   |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 513f9b0 to 6ef8980 Compare March 15, 2023 18:47
@Lctrs Lctrs merged commit 8aee324 into master Mar 15, 2023
@Lctrs Lctrs deleted the renovate/all-minor-patch branch March 15, 2023 21:06
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.

1 participant