Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Update all non-major dependencies #44

Open
wants to merge 1 commit into
base: 1.0.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
infection/infection require-dev minor ^0.24 -> ^0.27
laminas/laminas-dependency-plugin require minor ^2.1 -> ^2.5.0
lcobucci/clock require minor ^2.0 -> ^2.3.0
maglnet/composer-require-checker require-dev patch ^3.3 -> ^3.8.0
mezzio/mezzio-session (source) require minor ^1.4 -> ^1.13.0
phpunit/phpunit (source) require-dev patch ^9.5 -> ^9.6.9
psalm/plugin-phpunit require-dev minor ^0.16.1 -> ^0.18.4
psr/http-message require patch ^1.0 -> ^1.1
psr7-sessions/storageless require minor ^8.0 -> ^8.16.0
squizlabs/php_codesniffer require-dev patch ^3.6 -> ^3.7.2
vimeo/psalm require-dev patch ^4.9.3 -> ^4.30.0

Release Notes

infection/infection

v0.27.0

Compare Source

Full Changelog

Added:

Changed:

Fixed:

Internal:

v0.26.21: Fix false-positive with mutations in attributes

Compare Source

0.26.21 (2023-04-27)

Full Changelog

Fixed:

v0.26.20

Compare Source

Full Changelog

Added:

Changed:

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

v0.26.16

Compare Source

Full Changelog

Added:

Fixed:

Changed:

v0.26.15: json5 config file support, --threads=max and `dg/bypass-finals` compatibility

Compare Source

Added:

  • Add support for json5 configuration file format #​1727
  • Introduce --threads=max option value to automatically detect the number of CPU cores #​1723
  • Compatibility with dg/bypass-finals #​1728

Fixed:

  • Do not mutate Coalesce operator when null is used on the right #​1726

v0.26.14: Throw error with --git-diff-lines when git is not installed

Compare Source

Fixed:

  • GitDiffFileProvider: execute single program processes to allow errored exits to be caught #​1720

Added:

  • Display generated log file reports to console output #​1711

v0.26.13: Second try: correctly detect if Xdebug should be automatically enabled

Compare Source

Fixed:

  • Running the Infection cannot detect code coverage driver correctly #​1700

v0.26.12: Correctly detect if Xdebug should be automatically enabled

Compare Source

Fixed:

  • Running the Infection cannot detect code coverage driver correctly #​1700

v0.26.11: Use source directories for --git-diff-***

Compare Source

Changed:

  • GitDiffFile: consume configured directories #​1697
  • Auto-detect Github Actions CI and activate github logger accordingly #​1645
  • Replace abandoned webmozart/path-util with symfony/filesystem #​1693

v0.26.10: Escape percent sign in Assert::notSame message

Compare Source

Fixed:

  • Escape percent sign in Assert::notSame message #​1690

v0.26.9: Skip analysis when no executed lines with --git-diff-lines option

Compare Source

Fixed:

  • Skip analysis when no executed lines with --git-diff-lines option #​1688

v0.26.8: Prefix `thecodingmachine/safe` in PHAR distribution

Compare Source

Changed:

  • Remove thecodingmachine/safe from whitelist of Scoper config and prefix it for PHAR #​1684

v0.26.7: Min PHP version - 8.0, upgrade libs, fix config file name wording

Compare Source

Changed:

  • Upgrade Infection to minimum PHP 8.0 #​1641
  • Use newer thecodingmachine/safe #​1649

Fixed:

  • Inconsistent configuration file name #​1679

v0.26.6: Stand with Ukraine

Compare Source

Added:

image

v0.26.5: Upgrade `ondram/ci-detector` to the latest version

Compare Source

Changed:

v0.26.4: Upgrade PHP Parser for PHP 8.1 support

Compare Source

Fixed:

v0.26.3: Use merge-base (three dot diff) instead of direct diff

Compare Source

Changed:

  • Use merge-base (three dot diff) instead of direct diff (#​1653)

v0.26.2

Compare Source

Full Changelog

Added:

Changed:

v0.26.1

Compare Source

Full Changelog

Added:

  • PHPUnit 10 support

v0.26.0

Compare Source

Full Changelog

Added:

Changed:

v0.25.6: Fix compatibility with Symfony 4, 5, 6

Compare Source

Fixed:

v0.25.5

Compare Source

Added:

Changed:

v0.25.4

Compare Source

Full Changelog

Added:

Changed:

v0.25.3: Ignore mutations by regex for uncovered mutants

Compare Source

Fixed:

  • ignoreSourceCodeByRegex option is ignored between // @​codeCoverageIgnoreStart and // @​codeCoverageIgnoreEnd #​1561

v0.25.2: Avoid parser bugs for very large negative numbers

Compare Source

Fixed:

  • Avoid parser bugs for very large negative numbers #​1580

v0.25.1: Count syntax errors caused by a mutatan as a failure of a mutant

Compare Source

Added:

  • Count syntax errors caused by a mutatan as a failure of a mutant #​1571

v0.25.0

Compare Source

Full Changelog

Added:

  • Detect syntax errors during mutation analysis and differentiate them from all errors #​1555 #​262
  • Add $schema to generated infection.json config file for autocomplete #​1553 #​1432

Changed:

  • [Performance] Add files to coverage whitelist instead of the whole directories when --filter or --git-diff-filter are used #​1543
  • [Performance] Speed up Infection runs by remembering which test killed a mutant #​1519 #​1549
  • [internal] Allow Infection test suite to be executed in parallel using Paratest #​1544
  • Generate infection.json (without .dist postfix) by default #​1554
  • Do not mark Mutant as Killed when no tests were executed #​1546

Fixed:

  • Display time and consumed memory even in case of insufficient MSI #​1562
  • Trim "\n" and "\t" characters when replacing relative paths with absolute ones during XML config creation #​1550 #​1542
  • For Mutant's phpunit.xml, set executionOrder="default" to prevent random ordering of the tests since we need them to be sorted (fastest - first) #​1547
laminas/laminas-dependency-plugin

v2.5.0

Compare Source


Release Notes for 2.5.0

Feature release (minor)

2.5.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Enhancement

v2.4.0

Compare Source


Release Notes for 2.4.0

Feature release (minor)

2.4.0
renovate

v2.3.0

Compare Source


Release Notes for 2.3.0

Feature release (minor)

2.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Enhancement
lcobucci/clock

v2.3.0

Compare Source

Release Notes for 2.3.0

This release updates PHP requirements and marks lcobucci/clock as a PSR-20 implementation (finally 🎉).

2.3.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1
Improvement

v2.2.0

Compare Source

Release Notes for 2.2.0

This release introduces a compatibility layer with the PSR-20 drafts, allowing us to already get some interoperability by depending on a shared interface.

2.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Improvement

v2.1.0

Compare Source

Release Notes for 2.1.0

This release drops PHP 7.4 support while ensuring that PHP 8.1 is compatible.

2.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1
Improvement
Dependencies
mezzio/mezzio-session

v1.13.0

Compare Source

Release Notes for 1.13.0

Feature release (minor)

1.13.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
Enhancement
renovate

v1.12.0

Compare Source

Release Notes for 1.12.0

Feature release (minor)

1.12.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Enhancement
sebastianbergmann/phpunit

v9.6.9

Compare Source

psalm/psalm-plugin-phpunit

v0.18.4

Compare Source

What's Changed

New Contributors

Full Changelog: psalm/psalm-plugin-phpunit@0.18.3...0.18.4

v0.18.3: Fix typo

Compare Source

What's Changed

Full Changelog: psalm/psalm-plugin-phpunit@0.18.2...0.18.3

v0.18.2: Fix version detection

Compare Source

What's Changed

Full Changelog: psalm/psalm-plugin-phpunit@0.18.1...0.18.2

v0.18.1: Allow using on 5.x-dev

Compare Source

v0.18.0: Compatibility release

Compare Source

What's Changed

New Contributors

Full Changelog: psalm/psalm-plugin-phpunit@0.17.0...0.18.0

v0.17.0: General release

Compare Source

What's Changed

New Contributors

Full Changelog: psalm/psalm-plugin-phpunit@0.16.1...0.17.0

psr7-sessions/storageless

v8.16.0

Compare Source

Release Notes for 8.16.0

Feature release (minor)

8.16.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
enhancement

v8.15.0

Compare Source

Release Notes for 8.15.0

Feature release (minor)

8.15.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
dependencies,enhancement
duplicate,renovate

v8.14.0

Compare Source

Release Notes for 8.14.0

Feature release (minor)

8.14.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2
dependencies,enhancement
dependencies,duplicate,renovate

v8.13.0

Compare Source

Release Notes for 8.13.0

Feature release (minor)

8.13.0
  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 2
documentation,enhancement
enhancement,renovate
renovate

v8.12.0

Compare Source

Release Notes for 8.12.0

Feature release (minor)

8.12.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
dependencies,enhancement,renovate
dependencies,renovate

v8.11.0

Compare Source

Release Notes for 8.11.0

Feature release (minor)

8.11.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
dependencies,enhancement,renovate
renovate

v8.10.0

Compare Source

Release Notes for 8.10.0

Feature release (minor)

8.10.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1
renovate

v8.9.0

Compare Source

Release Notes for 8.9.0

Feature release (minor)

8.9.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 1
renovate
dependencies,enhancement

v8.8.0

Compare Source

Release Notes for 8.8.0

Feature release (minor)

8.8.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
dependencies,php

v8.7.0

Compare Source

Release Notes for 8.7.0

Feature release (minor)

8.7.0
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
dependencies,php

v8.6.0

Compare Source

Release Notes for 8.6.0

Feature release (minor)

8.6.0
  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2
dependencies,php
documentation

v8.5.0

Compare Source

Release Notes for 8.5.0

Feature release (minor)

8.5.0
  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 1
dependencies,php
dependencies,github_actions

v8.4.0

Compare Source

Release Notes for 8.4.0

Feature release (minor)

8.4.0
  • Total issues resolved: 0
  • Total pull requests resolved: 21
  • Total contributors: 1
dependencies,github_actions
dependencies,php

v8.3.0

Compare Source

Release Notes for 8.3.0

Feature release (minor)

8.3.0
  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 3
documentation,enhancement
dependencies,php
enhancement,help wanted

v8.2.0

Compare Source

Release Notes for 8.2.0

Feature release (minor)

8.2.0
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3
dependencies,enhancement
dependencies,php
enhancement

v8.1.0

Compare Source

Release Notes for 8.1.0
8.1.0
  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 4
dependencies,enhancement
dependencies
enhancement

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

Read more about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Oct 31, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Oct 31, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/954a4f/ad2ec9/repos/github/psr7-sessions/storageless-mezzio-integration":"/tmp/worker/954a4f/ad2ec9/repos/github/psr7-sessions/storageless-mezzio-integration" -v "/tmp/worker/954a4f/ad2ec9/cache":"/tmp/worker/954a4f/ad2ec9/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/954a4f/ad2ec9/repos/github/psr7-sessions/storageless-mezzio-integration" ghcr.io/containerbase/sidecar bash -l -c "install-tool php 8.1.20 && install-tool composer 2.5.8 && composer update infection/infection laminas/laminas-dependency-plugin lcobucci/clock maglnet/composer-require-checker mezzio/mezzio-session phpunit/phpunit psalm/plugin-phpunit psr/http-message psr7-sessions/storageless squizlabs/php_codesniffer vimeo/psalm --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires psr7-sessions/storageless ^8.16.0 -> satisfiable by psr7-sessions/storageless[8.16.0].
    - psr7-sessions/storageless 8.16.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.99; overridden via config.platform, actual: 8.1.20) does not satisfy that requirement.
  Problem 2
    - Root composer.json requires mezzio/mezzio-session ^1.13.0 -> satisfiable by mezzio/mezzio-session[1.13.0].
    - mezzio/mezzio-session 1.13.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.99; overridden via config.platform, actual: 8.1.20) does not satisfy that requirement.
  Problem 3
    - Root composer.json requires lcobucci/clock ^2.3.0 -> satisfiable by lcobucci/clock[2.3.0].
    - lcobucci/clock 2.3.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.99; overridden via config.platform, actual: 8.1.20) does not satisfy that requirement.
  Problem 4
    - Root composer.json requires laminas/laminas-dependency-plugin ^2.5.0 -> satisfiable by laminas/laminas-dependency-plugin[2.5.0].
    - laminas/laminas-dependency-plugin 2.5.0 requires php ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (7.4.99; overridden via config.platform, actual: 8.1.20) does not satisfy that requirement.
  Problem 5
    - Root composer.json requires infection/infection ^0.27 -> satisfiable by infection/infection[0.27.0].
    - infection/infection 0.27.0 requires php ^8.1 -> your php version (7.4.99; overridden via config.platform, actual: 8.1.20) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3b74a8b to aece6e0 Compare November 6, 2022 21:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f2564b0 to d6fd2b0 Compare November 12, 2022 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 919b1ee to 0ad6669 Compare November 20, 2022 03:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c06e24a to c4dac88 Compare November 30, 2022 03:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a48f3d8 to 2661732 Compare December 11, 2022 02:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8b0c936 to 4f4b355 Compare December 19, 2022 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b5df6cd to e9c48a1 Compare December 24, 2022 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9c48a1 to eb46022 Compare January 1, 2023 04:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 241f9a7 to f6d5f07 Compare March 16, 2023 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 005ba90 to 3031ec7 Compare March 21, 2023 03:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 59a16ad to 8d46465 Compare March 30, 2023 02:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c8c1c8d to 533114e Compare April 9, 2023 04:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 196fa2f to fa2dc93 Compare April 21, 2023 04:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa2dc93 to a681ec9 Compare April 24, 2023 04:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99a6469 to 8e77ca1 Compare May 5, 2023 04:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 32d0dc0 to 5e3c8b4 Compare May 16, 2023 07:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a7f3e63 to f7fa798 Compare May 25, 2023 04:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3be9d59 to 7319960 Compare June 4, 2023 03:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7aa897e to 1f58cb7 Compare June 11, 2023 07:08
| datasource | package                           | from   | to     |
| ---------- | --------------------------------- | ------ | ------ |
| packagist  | infection/infection               | 0.24.0 | 0.27.0 |
| packagist  | laminas/laminas-dependency-plugin | 2.2.0  | 2.5.0  |
| packagist  | lcobucci/clock                    | 2.0.0  | 2.3.0  |
| packagist  | maglnet/composer-require-checker  | 3.8.0  | 3.8.0  |
| packagist  | mezzio/mezzio-session             | 1.11.0 | 1.13.0 |
| packagist  | phpunit/phpunit                   | 9.6.9  | 9.6.9  |
| packagist  | psalm/plugin-phpunit              | 0.16.1 | 0.18.4 |
| packagist  | psr/http-message                  | 1.1    | 1.1    |
| packagist  | psr7-sessions/storageless         | 8.0.0  | 8.16.0 |
| packagist  | squizlabs/php_codesniffer         | 3.7.2  | 3.7.2  |
| packagist  | vimeo/psalm                       | 4.30.0 | 4.30.0 |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f58cb7 to 3c872d9 Compare June 13, 2023 07:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants