Skip to content

Update compiler (major)#3134

Open
renovate[bot] wants to merge 1 commit into2.1.xfrom
renovate/major-compiler
Open

Update compiler (major)#3134
renovate[bot] wants to merge 1 commit into2.1.xfrom
renovate/major-compiler

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
cweagans/composer-patches ^1.7^2.0 age confidence
phpunit/phpunit (source) ^9.5.1^13.0.0 age confidence
symfony/console (source) ^5.4.43^8.0.0 age confidence
symfony/filesystem (source) ^5.4.43^8.0.0 age confidence
symfony/finder (source) ^5.4.43^8.0.0 age confidence
symfony/process (source) ^5.4.43^8.0.0 age confidence

Release Notes

cweagans/composer-patches (cweagans/composer-patches)

v2.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: cweagans/composer-patches@1.7.3...2.0.0

sebastianbergmann/phpunit (phpunit/phpunit)

v13.0.0

Compare Source

v12.5.9: PHPUnit 12.5.9

Compare Source

Added
  • #​6488: Allow disabling issue trigger identification for improved performance
Fixed
  • #​6486: Incorrect file name reported for errors for test methods declared in traits
  • #​6490: Incorrect test count when tests are skipped in before-class method

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.8: PHPUnit 12.5.8

Compare Source

Changed
  • To prevent Poisoned Pipeline Execution (PPE) attacks using prepared .coverage files in pull requests, a PHPT test will no longer be run if the temporary file for writing code coverage information already exists before the test runs

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.7: PHPUnit 12.5.7

Compare Source

Fixed
  • #​6362: Manually instantiated test doubles are broken since PHPUnit 11.2
  • #​6470: Infinite recursion in Count::getCountOf() for unusal implementations of Iterator or IteratorAggregate

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.6: PHPUnit 12.5.6

Compare Source

Changed

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.5: PHPUnit 12.5.5

Compare Source

Deprecated
  • #​6461: any() matcher (soft deprecation)
Fixed
  • #​6470: Mocking a class with a property hook setter accepting more types than the property results in a fatal error

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.4: PHPUnit 12.5.4

Compare Source

Changed
  • The #[AllowMockObjectsWithoutExpectations] attribute can now be used on the method level
Fixed
  • #​6446: Test runner crashes with Timer::start() has to be called before Timer::stop()

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.3: PHPUnit 12.5.3

Compare Source

Changed
  • The message emitted when a test method creates a mock object but does not configure any expectations for it has been improved

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.2: PHPUnit 12.5.2

Compare Source

Added
  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.1: PHPUnit 12.5.1

Compare Source

Added
  • TestCase::getStubBuilder() (analogous to TestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.0: PHPUnit 12.5.0

Compare Source

Added
  • #​6376: --all CLI option to ignore test selection configured in XML configuration file
  • #​6422: Make <source> element in XML code coverage report optional
Changed
  • #​6380: Allow Throwable in expectExceptionObject()
  • A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.4.5: PHPUnit 12.4.5

Compare Source

Changed
  • Updated list of deprecated PHP configuration settings for PHP 8.4, PHP 8.5, and PHP 8.6
Fixed
  • #​6426: Fix migration of configuration without schema location

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.4: PHPUnit 12.4.4

Compare Source

Fixed
  • #​6408: Exception in a data provider method leads to internal PHPUnit error
  • #​6410: Test runner's shutdown handler is called in system-under-test's child process

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.3: PHPUnit 12.4.3

Compare Source

Fixed
  • #​6402: Avoid reading from STDOUT when rewind() fails

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.2: PHPUnit 12.4.2

Compare Source

Changed
  • Skipped tests alone no longer lead to a yellow background for the test result summary
Fixed
  • #​6391: Errors during backup of global variables and static properties are not reported

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.1: PHPUnit 12.4.1

Compare Source

Fixed
  • #​6364: --filter format used by PhpStorm stopped working
  • #​6378: Wrong method name passed to DataProviderMethodCalled event value object

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.4.0: PHPUnit 12.4.0

Compare Source

Added
  • #​6277: Allow tests to opt out of the validation that a data provider method does not provide data sets with more values than a test method accepts
  • #​6341: Support for regular expressions with #[IgnoreDeprecations] attribute
  • #​6354: Invokable constraints
Deprecated
  • #​6284: #[RunClassInSeparateProcess] attribute
  • #​6355: Support for version constraint string argument without explicit version comparison operator

Learn how to install or update PHPUnit 12.4 in the documentation.

Keep up to date with PHPUnit:

v12.3.15: PHPUnit 12.3.15

Compare Source

Fixed
  • #​6368: failOnPhpunitWarning="false" has no effect

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.14: PHPUnit 12.3.14

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.13: PHPUnit 12.3.13

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.12: PHPUnit 12.3.12

Compare Source

  • No changes; phpunit.phar rebuilt with updated dependencies

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.11: PHPUnit 12.3.11

Compare Source

Changed
  • #​6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.10: PHPUnit 12.3.10

Compare Source

Changed
  • #​6353: Disable performance optimization for tests requiring Xdebug
  • #​6357: Also collect E_DEPRECATED issues when building the test suite

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.9: PHPUnit 12.3.9

Compare Source

Changed
  • Do not use __sleep() method (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.8: PHPUnit 12.3.8

Compare Source

Fixed
  • #​6340: Implicitly enabled display of deprecation details is not disabled when it should be

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.7: PHPUnit 12.3.7

Compare Source

Changed
  • #[IgnorePhpunitDeprecations] is now considered for test runner deprecations (where applicable)

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.6

Compare Source

v12.3.5: PHPUnit 12.3.5

Compare Source

Changed
  • #​6319: Detect premature end of PHPUnit's main PHP process
  • #​6321: Allow error_reporting=E_ALL for --check-php-configuration
Fixed
  • #​5863: TestDox printer does not show previous exception
  • #​6102: expectUserDeprecationMessage*() fails when test is run in separate process

Learn how to install or update PHPUnit 12.3 in the documentation.

Keep up to date with PHPUnit:

v12.3.4: PHPUnit 12.3.4

Compare Source

Changed
  • #​6308: Improve output of --check-php-configuration
  • The version number for the test result cache file has been incremented to reflect that its structure for PHPUnit 12.3 is not compatible with its structure for PHPUnit 8.5 and PHPUnit 9.6
Fixed
  • [#​619

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 10, 2024

⚠️ 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: compiler/composer.lock
Command failed: composer update phpunit/phpunit:13.0.0 symfony/console:8.0.4 symfony/filesystem:8.0.1 symfony/finder:8.0.5 symfony/process:8.0.5 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires symfony/console ^8.0.0, found symfony/console[v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - Root composer.json requires symfony/finder ^8.0.0, found symfony/finder[v8.0.0-BETA1, ..., 8.1.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - ondrejmirtes/simple-downgrader is locked to version 2.2.4 and an update of this package was not requested.
    - ondrejmirtes/simple-downgrader 2.2.4 requires symfony/console ^5.4.47 -> found symfony/console[v5.4.47, 5.4.x-dev] but it conflicts with your root composer.json require (^8.0.0).
  Problem 4
    - Root composer.json requires symfony/filesystem ^8.0.0 -> satisfiable by symfony/filesystem[v8.0.1].
    - symfony/filesystem v8.0.1 requires php >=8.4 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.30) does not satisfy that requirement.
  Problem 5
    - Root composer.json requires symfony/process ^8.0.0 -> satisfiable by symfony/process[v8.0.5].
    - symfony/process v8.0.5 requires php >=8.4 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.30) does not satisfy that requirement.
  Problem 6
    - Root composer.json requires phpunit/phpunit ^13.0.0 -> satisfiable by phpunit/phpunit[13.0.0].
    - phpunit/phpunit 13.0.0 requires php >=8.4.1 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.30) 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 changed the title Update compiler (major) chore(deps): update compiler (major) Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Aug 12, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Aug 12, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Aug 13, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Aug 15, 2024
@renovate renovate bot force-pushed the renovate/major-compiler branch from bf1fa25 to e6de424 Compare August 26, 2024 11:07
@renovate renovate bot changed the base branch from 1.11.x to 1.12.x August 26, 2024 11:08
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 6, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 7, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 7, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 8, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 9, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 14, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Oct 14, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Oct 26, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 6, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 6, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 7, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 8, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 9, 2024
@renovate renovate bot force-pushed the renovate/major-compiler branch from e6de424 to 209816c Compare November 11, 2024 07:46
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 11, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 11, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 15, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 17, 2024
@renovate renovate bot changed the title Update compiler (major) chore(deps): update compiler (major) Nov 19, 2024
@renovate renovate bot changed the title chore(deps): update compiler (major) Update compiler (major) Nov 19, 2024
@renovate renovate bot force-pushed the renovate/major-compiler branch 5 times, most recently from 12c5e95 to 828a790 Compare December 31, 2025 12:03
@renovate renovate bot force-pushed the renovate/major-compiler branch 4 times, most recently from e012065 to b1a60bf Compare January 15, 2026 13:12
@renovate renovate bot force-pushed the renovate/major-compiler branch from b1a60bf to d686067 Compare January 16, 2026 20:59
@renovate renovate bot force-pushed the renovate/major-compiler branch 11 times, most recently from 8087b20 to f4e01bb Compare January 29, 2026 06:04
@renovate renovate bot force-pushed the renovate/major-compiler branch from f4e01bb to 34d6be4 Compare February 1, 2026 14:08
@renovate renovate bot changed the title Update compiler (major) Update compiler to v8 (major) Feb 1, 2026
@renovate renovate bot force-pushed the renovate/major-compiler branch from 34d6be4 to 90d64cf Compare February 1, 2026 17:07
@renovate renovate bot changed the title Update compiler to v8 (major) Update compiler (major) Feb 1, 2026
@renovate renovate bot force-pushed the renovate/major-compiler branch 3 times, most recently from a103674 to 4ecaf6c Compare February 5, 2026 11:16
@renovate renovate bot force-pushed the renovate/major-compiler branch from 4ecaf6c to f84ad12 Compare February 6, 2026 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants