Skip to content

Update compiler (major)#3134

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 10, 2024

Copy link
Copy Markdown
Contributor

ℹ️ 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

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.2.1: PHPUnit 13.2.1

Compare Source

Fixed
  • #​6741: Test is not run when --filter matches the name of a data set but not the name of the test method
  • #​6743: Improve error message for invalid version constraint in attribute
  • #​6744: Environment variable attributes reject empty-string values since PHPUnit 13.2.0

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

Keep up to date with PHPUnit:

v13.2.0: PHPUnit 13.2.0

Compare Source

Added
  • #​3387: Specify a list of tests to run
  • #​4201: Handle interrupts and display current test results
  • #​4501: Option to mark test as risky when it does not contribute to code coverage
  • #​5757: Add assertions for ignoring whitespace differences in strings
  • #​5810: Do not dump arrays and objects in failure messages of IsTrue, IsFalse, IsNull, IsFinite, IsInfinite, and IsNan constraints
  • #​5838: Inherit #[RunTestsInSeparateProcesses] from parent test classes
  • #​5922: assertContainsEquals() should use sebastian/comparator for element comparison
  • #​6000: Report PHPT test as risky when --SKIPIF-- does not have standard-output side effect
  • #​6075: Support test execution order sorted by descending duration
  • #​6346: Emit warning when conflicting CLI options are used
  • #​6534: Make $_dataName available to #[TestDoxFormatter] callbacks
  • #​6559: Improved API for exception message expectations
  • #​6565: Optional $skipWhenEmpty parameter for #[DataProvider] and #[DataProviderExternal]
  • #​6566: Allow --stop-on-defect, --stop-on-error, etc. to accept an optional threshold
  • #​6567: Make diff context lines configurable
  • #​6574: Improve willReturnMap() with constraint support and strict matching
  • #​6575: --list-test-ids CLI option and enhance --filter CLI option to support test ID syntax
  • #​6577: --run-test-id <test-id> CLI option that accepts a single test ID for exact matching
  • #​6579: Properly handle issues triggered outside of tests
  • #​6597: Compact output (activated through --compact CLI option and PHPUNIT_COMPACT_OUTPUT=1 environment variable)
  • #​6598: --disable-coverage-targeting CLI option
  • #​6602: Separate configuration for branch coverage from path coverage
  • #​6606: Support for partially ordered parameter sets in mock object expectations
  • #​6611: Add CPU time to telemetry
  • #​6681: Comment-aware variants of XML comparison assertions
  • The executionOrder attribute in the XML configuration file now accepts defects combined with any main order, as well as three-way combinations of depends/no-depends, defects, and a main order (for example, depends,defects,duration-ascending)
  • --validate-configuration CLI option to validate an XML configuration file for PHPUnit
  • Report TestDox information in Open Test Reporting XML
  • Report per-test and per-test-suite resource usage (time, memory usage, peak memory usage) in Open Test Reporting XML
  • Report number of assertions performed for each test in Open Test Reporting XML
  • Report structured comparison failure details (expected, actual, diff) in Open Test Reporting XML
  • Report random order seed in Open Test Reporting XML when test execution order is randomised
Changed
  • #​5873: Chain previously registered error handler instead of silently disabling PHPUnit's error handling
  • #​6535: Use sebastian/file-filter in SourceFilter::includes() for issue trigger identification
  • #​6581: Allow #[IgnoreDeprecations] to be repeated
  • #​6609: Skip data providers whose method cannot match --filter
  • #​6685: Generate failure messages for inverse assertions by authoring negations, not by rewriting strings
  • Only errors and failures are now considered for "defect first" test reordering (tests that triggered deprecations, notices, or warnings as well as incomplete, risky, and skipped tests were previous also considered)
  • A warning is now emitted when closures are compared for equality using the IsEqual, IsEqualCanonicalizing, IsEqualIgnoringCase, IsEqualWithDelta, and TraversableContainsEqual constraints or the assertEquals(), assertEqualsCanonicalizing(), assertEqualsIgnoringCase(), assertEqualsWithDelta(), and assertContainsEquals() assertions
Deprecated
  • #​6075: --order-by duration CLI option, use --order-by duration-ascending instead
  • #​6075: --order-by size CLI option, use --order-by size-ascending instead
  • #​6075: executionOrder="duration" XML configuration attribute value, use executionOrder="duration-ascending" instead
  • #​6075: executionOrder="size" XML configuration attribute value, use executionOrder="size-ascending" instead
  • #​6560: Soft-deprecate expectExceptionMessage(), use expectExceptionMessageIsOrContains() instead
Fixed
  • #​5845: Error handlers registered before PHPUnit (e.g. via auto_prepend_file) cause false "risky test" warnings
  • #​5851: Output buffer manipulation in tests causes incorrect capture, hangs, and silent failures
  • #​6582: TestSuiteSorter::cmpSize() does not handle TestSuite objects for TestCase classes

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

Keep up to date with PHPUnit:

v13.1.14: PHPUnit 13.1.14

Compare Source

Fixed
  • #​6683: assertNotEquals() failure message says "is equal to" instead of "is not equal to" when comparing arrays or objects
  • #​6700: expectOutputString() and expectOutputRegex() silently replace themselves and each other

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

Keep up to date with PHPUnit:

v13.1.13: PHPUnit 13.1.13

Compare Source

Fixed
  • #​6681: XML assertions such as assertXmlStringEqualsXmlString() regressed into treating comments as significant

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

Keep up to date with PHPUnit:

v13.1.12: PHPUnit 13.1.12

Compare Source

Fixed
  • #​6673: Empty PHP settings from the parent process override per-test -d settings forwarded to child processes (breaks PCOV coverage)

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

Keep up to date with PHPUnit:

v13.1.11: PHPUnit 13.1.11

Compare Source

Fixed
  • PHP setting values containing = need to be quoted before forwarding via -d

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

Keep up to date with PHPUnit:

v13.1.10: PHPUnit 13.1.10

Compare Source

Changed
  • Pass configuration options introduced in sebastian/diff 8.3.0

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

Keep up to date with PHPUnit:

v13.1.9: PHPUnit 13.1.9

Compare Source

Changed
  • A Test or Tests prefix is no longer stripped from class names when they are processed for TestDox output
Fixed
  • #​6605: Data set names and provider values containing Unicode bidirectional control characters distort terminal output
  • #​6610: Per-testsuite bootstrap script not loaded in process isolation
  • TestDox output collapsed separate test classes into a single group when their prettified class names matched

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

Keep up to date with PHPUnit:

v13.1.8: PHPUnit 13.1.8

Compare Source

Fixed
  • #​6595: Crash when before-class or after-class method fails with assertion failure
  • #​6599: TeamCity logger does not wrap failures in before-test methods with testStarted and testFinished
  • #​6601: Anonymous classes are not rejected with a clear error when creating a test double
  • #​6603: assertArrays*IgnoringOrder() fails on mixed scalar types and on reordered nested associative arrays
  • MockBuilder::setMockClassName() and TestStubBuilder::setStubClassName() now reject values that are not valid unqualified PHP class identifiers, throwing the new InvalidClassNameException
  • The regular expression used by Generator::ensureValidMethods() to validate method names passed to MockBuilder::onlyMethods() and addMethods() was not anchored, so any string containing a valid identifier substring (including strings with parentheses, braces, comments, or newlines) was accepted

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

Keep up to date with 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](https://redirect.github.com/sebastianbergmann/

Note

PR body was truncated to here.


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

renovate Bot commented Jun 10, 2024

Copy link
Copy Markdown
Contributor Author

⚠️ 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.2.1 symfony/console:8.1.0 symfony/filesystem:8.1.0 symfony/finder:8.1.0 symfony/process:8.1.0 --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.2.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.2.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.7 and an update of this package was not requested.
    - ondrejmirtes/simple-downgrader 2.2.7 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.1.0].
    - symfony/filesystem v8.1.0 requires php >=8.4.1 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.31) does not satisfy that requirement.
  Problem 5
    - Root composer.json requires symfony/process ^8.0.0 -> satisfiable by symfony/process[v8.1.0].
    - symfony/process v8.1.0 requires php >=8.4.1 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.31) does not satisfy that requirement.
  Problem 6
    - Root composer.json requires phpunit/phpunit ^13.0.0 -> satisfiable by phpunit/phpunit[13.2.1].
    - phpunit/phpunit 13.2.1 requires php >=8.4.1 -> your php version (8.2.99; overridden via config.platform, actual: 8.2.31) 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 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

- name: "Install bashunit"
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
uses: "TypedDevs/bashunit@ffa9c79e71ecbb9990e777348bc9ba12314b62d0" # 0.39.1

- name: "Install bashunit"
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
uses: "TypedDevs/bashunit@ffa9c79e71ecbb9990e777348bc9ba12314b62d0" # 0.39.1
path: phpstan-dist
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
ref: 2.1.x
ref: 2.2.x
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: 2.1.x
ref: 2.2.x

@github-advanced-security github-advanced-security AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zizmor found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

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.

1 participant