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
Copy Markdown
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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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.1.7: PHPUnit 13.1.7

Compare Source

Changed
  • Pass LIBXML_NONET when parsing/validating XML configuration files to make explicit that no network I/O is performed
  • Verify the result file written by an isolated child process with a random nonce before deserializing it

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

Keep up to date with PHPUnit:

v13.1.6: PHPUnit 13.1.6

Compare Source

Fixed
  • #​6590: Silent failure when configuration file is invalid
  • #​6592: INI metacharacters ; and " are not preserved when forwarding settings to child processes

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

Keep up to date with PHPUnit:

v13.1.5: PHPUnit 13.1.5

Compare Source

Fixed
  • #​5860: PHP CLI -d settings are not forwarded to child processes for process isolation
  • #​6451: Incomplete version in RequiresPhp (e.g. <=8.5) is compared against full PHP version, causing unexpected skips
  • #​6589: dataSetAsStringWithData() raises "float is not representable as int" warning for large floats in data sets

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

Keep up to date with PHPUnit:

v13.1.4: PHPUnit 13.1.4

Compare Source

Fixed
  • #​5993: DefaultJobRunner deadlocks on child processes that write large amounts of stderr output
  • #​6465: SAPI-populated $_SERVER entries leak from parent into child process
  • #​6587: failOnEmptyTestSuite="false" in phpunit.xml is ignored when --group/--filter/--testsuite matches no tests
  • #​6588: Order of issue baseline entries is not canonicalized

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

Keep up to date with PHPUnit:

v13.1.3: PHPUnit 13.1.3

Compare Source

Fixed
  • Regression in XML configuration migration introduced in PHPUnit 12.5.8

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

Keep up to date with PHPUnit:

v13.1.2: PHPUnit 13.1.2

Compare Source

Fixed
  • #​4571: No warning when --random-order-seed is used when test execution order is not random
  • #​4975: --filter does not work when filter string starts with #
  • #​5354: JUnit XML logger does not handle TestSuiteSkipped event
  • #​6276: Exit with non-zero exit code when explicit test selection (--filter, --group, --testsuite) yields no tests
  • #​6583: Failing output expectation skips tearDown() and handler restoration, causing subsequent tests to be marked as risky

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

Keep up to date with PHPUnit:

v13.1.1: PHPUnit 13.1.1

Compare Source

Changed
  • #​3676: Include class/interface name in mock object expectation failure messages
  • #​4793: Exit with non-zero exit code when exit was called from some test
Fixed
  • #​5881: colors="true" in XML configuration file does not unconditionally enable colored output
  • #​6019: --migrate-configuration does not update schema location when XML content already validates against current schema
  • #​6372: Assertion failure inside willReturnCallback() is silently swallowed when code under test catches exceptions
  • #​6464: Process isolation template unconditionally calls set_include_path()
  • #​6571: Static analysis errors for TestDoubleBuilder method chaining

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

Keep up to date with PHPUnit:

v13.1.0: PHPUnit 13.1.0

Compare Source

Added
  • #​6501: Include unexpected output in Open Test Reporting (OTR) XML logfile
  • #​6517: includeInCodeCoverage attribute for <directory> and <file> children of <source>
  • #​6523: Include #[Group] information in Open Test Reporting (OTR) XML logfile
  • #​6524: Report issues in Open Test Reporting (OTR) XML logfile
  • #​6526: Introduce #[DataProviderClosure] for static closures
  • #​6530: Support for custom issue trigger resolvers that can be configured using <issueTriggerResolvers> in the XML configuration file
  • #​6547: Support for %r...%r in EXPECTF section
  • Support for configuring HTML code coverage report options (colors, thresholds, custom CSS) in XML configuration file without requiring an outputDirectory attribute, allowing the output directory to be specified later with the --coverage-html CLI option
  • Support for configuring dark mode colors, progress bar colors, and breadcrumb colors for HTML code coverage reports in the XML configuration file
Changed
  • #​6557: Improve failure description for StringMatchesFormatDescription constraint which is used by assertFileMatchesFormat(), assertFileMatchesFormatFile(), assertStringMatchesFormat(), assertStringMatchesFormatFile(), and EXPECTF sections of PHPT test files
  • The HTML code coverage report now uses a more colorblind-friendly blue/amber/orange palette by default
  • Extracted PHPUnit\Runner\Extension\Facade from a concrete class to an interface and introduced an internal ExtensionFacade implementation, so that extensions only depend on the Facade interface while PHPUnit internally uses the ExtensionFacade class that also provides query methods
Deprecated
  • #​6515: Deprecate the --log-events-verbose-text <file> CLI option
  • #​6537: Soft-deprecate id() and after() for mock object expectations
Fixed
  • #​6025: FILE_EXTERNAL breaks __DIR__
  • #​6351: No warning when the same test runner extension is configured more than once
  • #​6433: Logic in TestSuiteLoader is brittle and causes "Class FooTest not found" even for valid tests in valid filenames
  • #​6463: Process Isolation fails on non-serializable globals and quietly ignore closures

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

Keep up to date with PHPUnit:

v13.0.6: PHPUnit 13.0.6

Compare Source

Changed
  • #​4440: Improve error when configured code coverage file list is empty
  • #​6549: Allow to stub both hooks of non-virtual properties
Fixed
  • #​6529: Git "detached HEAD state" in Open Test Reporting (OTR) XML logger not handled properly
  • #​6545: Stubbing a class with set property hook leaves property uninitialized by default
  • The RegularExpression and StringMatchesFormatDescription did not handle preg_match() errors such as Compilation failed: regular expression is too large

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

Keep up to date with PHPUnit:

v13.0.5: PHPUnit 13.0.5

Compare Source

Fixed
  • #​6521: Performance regression in PHPUnit 11.5.54, PHPUnit 12.5.13, and PHPUnit 13.0.4

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

Keep up to date with PHPUnit:

v13.0.4: PHPUnit 13.0.4

Compare Source

Fixed
  • #​6489: Classification of self/direct/indirect deprecation triggers is not aligned with Symfony's bridge for PHPUnit

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

Keep up to date with PHPUnit:

v13.0.3: PHPUnit 13.0.3

Compare Source

Fixed
  • #​6511: TestDox variables out of order with named arguments
  • #​6514: <ini /> can silently fail

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

Keep up to date with PHPUnit:

v13.0.2: PHPUnit 13.0.2

Compare Source

Deprecated
  • #​6505: Calling atLeast() with an argument that is not positive
  • #​6507: Support for using with*() without expects()
Fixed
  • #​6503: Temporary file used by SourceMapper may be deleted prematurely when multiple PHPUnit processes run in parallel
  • #​6509: "No expectations were configured for the mock object ..." notice is emitted when with() is used without expects()

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

Keep up to date with PHPUnit:

v13.0.1: PHPUnit 13.0.1

Compare Source

Fixed
  • #​6495: Source map for issue trigger identification is regenerated in process isolation child processes
  • #​6497: method() returns InvocationMocker instead of InvocationStubber for test stubs

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

Keep up to date with PHPUnit:

v13.0.0: PHPUnit 13.0.0

Compare Source

Added
  • #​6450: TestCase::invokeTestMethod() method for customizing test method invocation
  • #​6455: withParameterSetsInOrder() and withParameterSetsInAnyOrder() for expecting calls to the same method of a mock object but with different arguments
  • #​6466: Sealed test doubles
  • #​6468: Configuration option to require sealed mock objects
  • #​6477: assertArraysAreIdentical(), assertArraysAreIdenticalIgnoringOrder(), assertArraysHaveIdenticalValues(), assertArraysHaveIdenticalValuesIgnoringOrder(), assertArraysAreEqual(), assertArraysAreEqualIgnoringOrder(), assertArraysHaveEqualValues(), and assertArraysHaveEqualValuesIgnoringOrder() assertions
  • --test-files-file <file> CLI option to configure a file that contains the paths to the test files to be loaded (one file per line); use this when using CLI arguments is not an option due to argument length limitations
Deprecated
  • #​6461: any() matcher (hard deprecation)
Removed
  • #​6054: Assert::isType()
  • #​6057: assertContainsOnly() and assertNotContainsOnly()
  • #​6061: containsOnly()
  • #​6076: Support for PHP 8.3
  • #​6141: testClassName() method on event value objects for hook methods called for test methods
  • #​6230: Configuration::includeTestSuite() and Configuration::excludeTestSuite()
  • #​6241: --dont-report-useless-tests CLI option
  • #​6247: Support for using #[CoversNothing] on a test method
  • #​6285: #[RunClassInSeparateProcess] attribute
  • #​6356: Support for version constraint string argument without explicit version comparison operator

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

Keep up to date with PHPUnit:

v12.5.23: PHPUnit 12.5.23

Compare Source

Changed
  • Pass LIBXML_NONET when parsing/validating XML configuration files to make explicit that no network I/O is performed
  • Verify the result file written by an isolated child process with a random nonce before deserializing it

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

Keep up to date with PHPUnit:

v12.5.22

Compare Source

v12.5.21

Compare Source

v12.5.20

Compare Source

v12.5.19: PHPUnit 12.5.19

Compare Source

Fixed
  • Regression in XML configuration migration introduced in PHPUnit 12.5.8

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

Keep up to date with PHPUnit:

v12.5.18: PHPUnit 12.5.18

Compare Source

Fixed
  • #​4571: No warning when --random-order-seed is used when test execution order is not random
  • #​4975: --filter does not work when filter string starts with #
  • #​5354: JUnit XML logger does not handle TestSuiteSkipped event
  • #​6276: Exit with non-zero exit code when explicit test selection (--filter, --group, --testsuite) yields no tests
  • #​6583: Failing output expectation skips tearDown() and handler restoration, causing subsequent tests to be marked as risky

Learn how to ins


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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
Copy Markdown
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.1.7 symfony/console:8.0.8 symfony/filesystem:8.0.8 symfony/finder:8.0.8 --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.6 and an update of this package was not requested.
    - ondrejmirtes/simple-downgrader 2.2.6 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.8].
    - symfony/filesystem v8.0.8 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 phpunit/phpunit ^13.0.0 -> satisfiable by phpunit/phpunit[13.1.7].
    - phpunit/phpunit 13.1.7 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 from 209816c to 578ef22 Compare February 7, 2025 05:42
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Feb 13, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Feb 26, 2025
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Feb 27, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Feb 27, 2025
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Mar 19, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Mar 21, 2025
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Mar 21, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Mar 23, 2025
@renovate renovate Bot force-pushed the renovate/major-compiler branch from 578ef22 to d3e0925 Compare April 5, 2025 09:29
@renovate renovate Bot changed the base branch from 1.12.x to 2.1.x April 5, 2025 09:29
@renovate renovate Bot force-pushed the renovate/major-compiler branch 2 times, most recently from f3491cd to 308135e Compare May 26, 2025 16:27
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Jun 7, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Jun 11, 2025
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Jul 17, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Jul 17, 2025
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Jul 17, 2025
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Jul 17, 2025
@renovate renovate Bot changed the title Update compiler (major) Update compiler to v7 (major) Jul 17, 2025
@renovate renovate Bot changed the title Update compiler to v7 (major) Update compiler (major) Jul 17, 2025
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Jul 21, 2025
@renovate renovate Bot force-pushed the renovate/major-compiler branch 2 times, most recently from 0e9b0db to f364c51 Compare July 21, 2025 13:47
@renovate renovate Bot changed the title fix(deps): update compiler (major) Update compiler (major) Jul 27, 2025
@renovate renovate Bot force-pushed the renovate/major-compiler branch 2 times, most recently from 1a6428a to 8afb5d0 Compare July 31, 2025 18:06
@renovate renovate Bot changed the title Update compiler (major) fix(deps): update compiler (major) Aug 6, 2025
@renovate renovate Bot force-pushed the renovate/major-compiler branch from 8afb5d0 to 1fb5133 Compare August 9, 2025 09:14
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