Skip to content

Update all non-major dependencies#384

Open
benjaminjonard wants to merge 1 commit into
1.5from
renovate/all-minor-patch
Open

Update all non-major dependencies#384
benjaminjonard wants to merge 1 commit into
1.5from
renovate/all-minor-patch

Conversation

@benjaminjonard
Copy link
Copy Markdown
Owner

@benjaminjonard benjaminjonard commented Apr 6, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/preset-env (source) 7.29.27.29.5 age confidence devDependencies patch
brianium/paratest 7.20.07.22.3 age confidence require-dev minor
crowdin/github-action v2.16.0v2.16.2 age confidence action patch
doctrine/orm (source) 3.6.23.6.5 age confidence require patch
phpunit/php-code-coverage 12.5.312.5.6 age confidence require-dev patch
phpunit/phpunit (source) 12.5.1412.5.24 age confidence require-dev patch
rector/rector (source) 2.3.92.4.2 age confidence require-dev minor
symfony/asset (source) 8.0.68.0.8 age confidence require patch
symfony/browser-kit (source) 8.0.48.0.8 age confidence require patch
symfony/cache (source) 8.0.78.0.10 age confidence require patch
symfony/console (source) 8.0.78.0.9 age confidence require patch
symfony/css-selector (source) 8.0.68.0.9 age confidence require patch
symfony/debug-bundle (source) 8.0.78.0.8 age confidence require-dev patch
symfony/dependency-injection (source) 8.0.78.0.10 age confidence require patch
symfony/dotenv (source) 8.0.78.0.9 age confidence require patch
symfony/event-dispatcher (source) 8.0.48.0.9 age confidence require patch
symfony/expression-language (source) 8.0.48.0.8 age confidence require patch
symfony/form (source) 8.0.78.0.9 age confidence require patch
symfony/framework-bundle (source) 8.0.78.0.10 age confidence require patch
symfony/mime (source) 8.0.78.0.9 age confidence require patch
symfony/monolog-bundle (source) 4.0.14.0.2 age confidence require patch
symfony/routing (source) 8.0.68.0.9 age confidence require patch
symfony/runtime (source) 8.0.18.0.8 age confidence require patch
symfony/security-bundle (source) 8.0.68.0.8 age confidence require patch
symfony/stopwatch (source) 8.0.08.0.8 age confidence require-dev patch
symfony/string (source) 8.0.68.0.8 age confidence require patch
symfony/translation (source) 8.0.68.0.10 age confidence require patch
symfony/twig-bundle (source) 8.0.48.0.8 age confidence require patch
symfony/uid (source) 8.0.48.0.9 age confidence require patch
symfony/validator (source) 8.0.78.0.10 age confidence require patch
symfony/web-profiler-bundle (source) 8.0.78.0.9 age confidence require-dev patch
symfony/yaml (source) 8.0.68.0.10 age confidence require patch
webpack 5.105.45.106.2 age confidence devDependencies minor
yarn (source) 4.13.04.14.1 age confidence packageManager minor

Release Notes

babel/babel (@​babel/preset-env)

v7.29.5

Compare Source

v7.29.5 (2026-05-05)

🏠 Internal
  • babel-preset-env
    • Update @babel/* dependencies

v7.29.3

Compare Source

v7.29.3 (2026-04-30)

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-register
  • babel-compat-data, babel-plugin-bugfix-safari-rest-destructuring-rhs-array, babel-preset-env
💅 Polish
📝 Documentation
🏃‍♀️ Performance
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-transform-json-modules
Committers: 4
paratestphp/paratest (brianium/paratest)

v7.22.3

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.22.2...v7.22.3

v7.22.2

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.22.1...v7.22.2

v7.22.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.22.0...v7.22.1

v7.22.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.21.1...v7.22.0

v7.21.1

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.21.0...v7.21.1

v7.21.0

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v7.20.0...v7.21.0

crowdin/github-action (crowdin/github-action)

v2.16.2

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

Full Changelog: crowdin/github-action@v2.16.0...v2.16.1

doctrine/orm (doctrine/orm)

v3.6.5

Compare Source

Release Notes for 3.6.5

3.6.x bugfix release (patch)

3.6.5
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
Bugfixes

v3.6.4

Compare Source

Release Notes for 3.6.4

3.6.x bugfix release (patch)

3.6.4
  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 3
Bugfixes
Documentation

This release includes changes from https://github.com/doctrine/orm/releases/tag/2.20.11

v3.6.3

Compare Source

Release Notes for 3.6.3

3.6.x bugfix release (patch)

3.6.3
  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1
CI

This release also contains changes from https://github.com/doctrine/orm/releases/tag/2.20.10

sebastianbergmann/php-code-coverage (phpunit/php-code-coverage)

v12.5.6: phpunit/php-code-coverage 12.5.6

Compare Source

Fixed
  • #​1150: Abstract method declarations are incorrectly counted as executable lines

v12.5.5: phpunit/php-code-coverage 12.5.5

Compare Source

Fixed
  • #​1149: Lines spanned by attributes are treated as executable

v12.5.4: phpunit/php-code-coverage 12.5.4

Compare Source

Fixed
  • #​1147: CoversClass does not transitively target traits used by enumerations
sebastianbergmann/phpunit (phpunit/phpunit)

v12.5.24: PHPUnit 12.5.24

Compare Source

Added
  • #​6596: Backport TestCase::invokeTestMethod() method for customizing test method invocation from PHPUnit 13
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
  • 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 12.5 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: PHPUnit 12.5.22

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 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.21: PHPUnit 12.5.21

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

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

Keep up to date with PHPUnit:

v12.5.20: PHPUnit 12.5.20

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 12.5 in the documentation.

Keep up to date with PHPUnit:

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 install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.17: PHPUnit 12.5.17

Compare Source

Changed
  • #​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 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.16: PHPUnit 12.5.16

Compare Source

Added
  • #​6547: Support for %r...%r in EXPECTF section
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 12.5 in the documentation.

Keep up to date with PHPUnit:

v12.5.15: PHPUnit 12.5.15

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 12.5 in the documentation.

Keep up to date with PHPUnit:
rectorphp/rector (rector/rector)

v2.4.2: Released Rector 2.4.2

Compare Source

New Features 🥳

  • Add some symfony/polyfill support (#​7965), Thanks @​sreichel!
  • [DeadCode] Allow remove useless @​ var on aliased object on RemoveUselessVarTagRector (#​7967)

Bugfixes 🐛

  • [Php81] Handle crash on normal array with variadic inside class on ArrayToFirstClassCallableRector (#​7966)
  • [CodeQuality] Skip possibly undefined variable on CoalesceToTernaryRector (#​7968)
  • [Php70] Allow is_null() conversion on TernaryToNullCoalescingRector with parentheses handling (#​7969)
  • Bump to PHPStan ^2.1.47 (#​7970)
  • Bump to PHPStan ^2.1.48 (#​7971)

rectorphp/rector-symfony 🎵

  • Fix unit test due to new PHPStan release (#​931)

v2.4.1: Released Rector 2.4.1

Compare Source

New Features 🥳


Bugfixes 🐛

  • [CodeQuality] Skip with HTML on CompleteMissingIfElseBracketRector (#​7952)
  • [CodeQuality] Handle with assign on SimplifyIfElseToTernaryRector (#​7951)
  • [CodeQuality] Skip with HTML on TernaryFalseExpressionToIfRector (#​7954)
  • [automated] Apply Coding Standard (#​7955)
  • Make compatible with PHPStan 2.1.x-dev for ObjectType::equals() change behaviour (#​7956)
  • [AutoImport] Handle FQCN in/not in use on auto import + remove unused import as prefix = suffix (#​7957)
  • perf: use hash map for installed packages (#​7878), Thanks @​calebdw!
  • [ChangesReporting][Alternative] Collect changed_files on --no-diffs with json output with use of JsonOutputFactory (#​7821)
  • fix: OOM crash in RemoveUnusedVariableAssignRector (#​7964), Thanks @​calebdw!

Deprecations 💀

  • [Php81] Deprecate NewInInitializerRector as depends on context (#​7913)
  • [deprecation] deprecate file, use getFile() instead (#​7962)

v2.4.0: Released Rector 2.4.0

Compare Source

New Features 🥳


Bugfixes 🐛

  • [Php85] Do not convert to pipe on use directly of spread operator on NestedFuncCallsToPipeOperatorRector (#​7938)
  • [Console] Allow short command "p" on ProcessCommand (#​7931)
  • [Arguments] Skip self class const fetch inside this class target replacement on ReplaceArgumentDefaultValueRector (#​7940)
  • [CodeQuality] Hnadle with negation binary op previous if on CombineIfRector (#​7945)
  • [CodingStyle] Skip by reference required params on call inside on ArrowFunctionDelegatingCallToFirstClassCallableRector (#​7949)

Removed 💀

  • [DeadCode] Skip pipe operator on RemoveDeadStmtRector (#​7941)
  • [DeadCode] Handle crash on multi elseif on RemoveDeadIfBlockRector (#​7946)
  • [DeadCode] Skip with assign to call with target has #[NoDiscard] attribute on RemoveUnusedVariableAssignRector (#​7950)

rectorphp/rector-symfony 🎵

  • [CodeQuality] Handle different parameter type same name used on ControllerMethodInjectionToConstructorRector (#​929)
  • [CodeQuality] Skip used by static closure use on ControllerMethodInjectionToConstructorRector (#​928)
  • [Symfony61] Skip non static external class callable on MagicClosureTwigExtensionToNativeMethodsRector (#​927), Thanks @​wuchen90

rectorphp/rector-doctrine 🟠

  • Fix infinite loop check instanceof name check to use Name class (#​481)

rectorphp/rector-phpunit 🟢

  • [PHPunit 9] Move AssertRegExpRector to phpunit 90 set with refactor to use assertMatchesRegularExpression/assertDoesNotMatchRegularExpression (#​667)
  • [PHPUnit 9] Rename assertRegExp/assertNotRegExp to assertMatchesRegularExpression/assertDoesNotMatchRegularExpression on phpunit 90 set (#​666)
  • Fix assert PHPStan on ConfiguredMockEntityToSetterObjectRector (#​665)
symfony/asset (symfony/asset)

v8.0.8

Compare Source

Changelog (symfony/asset@v8.0.7...v8.0.8)

  • no significant changes
symfony/browser-kit (symfony/browser-kit)

v8.0.8

Compare Source

Changelog (symfony/browser-kit@v8.0.7...v8.0.8)

  • no significant changes
symfony/cache (symfony/cache)

v8.0.10

Compare Source

Changelog (symfony/cache@v8.0.9...v8.0.10)

v8.0.9

Compare Source

Changelog (symfony/cache@v8.0.8...v8.0.9)

v8.0.8

Compare Source

Changelog (symfony/cache@v8.0.7...v8.0.8)

symfony/console (symfony/console)

v8.0.9

Compare Source

Changelog (symfony/console@v8.0.8...v8.0.9)

v8.0.8

Compare Source

Changelog (symfony/console@v8.0.7...v8.0.8)

symfony/css-selector (symfony/css-selector)

v8.0.9

Compare Source

Changelog (symfony/css-selector@v8.0.6...v8.0.9)

v8.0.8

Compare Source

Changelog (symfony/css-selector@v8.0.7...v8.0.8)

  • no significant changes
symfony/debug-bundle (symfony/debug-bundle)

v8.0.8

Compare Source

Changelog (symfony/debug-bundle@v8.0.7...v8.0.8)

  • no significant changes
symfony/dependency-injection (symfony/dependency-injection)

v8.0.10

Compare Source

Changelog (symfony/dependency-injection@v8.0.9...v8.0.10)

v8.0.9

Compare Source

Changelog (symfony/dependency-injection@v8.0.8...v8.0.9)

v8.0.8

Compare Source

Changelog (symfony/dependency-injection@v8.0.7...v8.0.8)

symfony/dotenv (symfony/dotenv)

v8.0.9

Compare Source

Changelog (symfony/dotenv@v8.0.8...v8.0.9)

v8.0.8

Compare Source

Changelog (symfony/dotenv@v8.0.7...v8.0.8)

symfony/event-dispatcher (symfony/event-dispatcher)

v8.0.9

Compare Source

Changelog (symfony/event-dispatcher@v8.0.8...v8.0.9)

v8.0.8

Compare Source

Changelog (symfony/event-dispatcher@v8.0.7...v8.0.8)

  • bug #​63723 Fix memory leak in TraceableEventDispatcher for long-running processes (@​wazum)
symfony/expression-language (symfony/expression-language)

v8.0.8

Compare Source

Changelog (symfony/expression-language@v8.0.7...v8.0.8)

  • no significant changes
symfony/form (symfony/form)

v8.0.9

Compare Source

Changelog (symfony/form@v8.0.8...v8.0.9)

  • bug

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 has been generated by Mend Renovate.

@benjaminjonard
Copy link
Copy Markdown
Owner Author

benjaminjonard commented Apr 6, 2026

⚠️ 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: composer update brianium/paratest:7.22.3 doctrine/orm:3.6.5 phpunit/php-code-coverage:12.5.6 phpunit/phpunit:12.5.24 rector/rector:2.4.2 symfony/asset:8.0.8 symfony/browser-kit:8.0.8 symfony/cache:8.0.10 symfony/console:8.0.9 symfony/css-selector:8.0.9 symfony/debug-bundle:8.0.8 symfony/dependency-injection:8.0.10 symfony/dotenv:8.0.9 symfony/event-dispatcher:8.0.9 symfony/expression-language:8.0.8 symfony/form:8.0.9 symfony/framework-bundle:8.0.10 symfony/mime:8.0.9 symfony/monolog-bundle:4.0.2 symfony/routing:8.0.9 symfony/runtime:8.0.8 symfony/security-bundle:8.0.8 symfony/stopwatch:8.0.8 symfony/string:8.0.8 symfony/translation:8.0.10 symfony/twig-bundle:8.0.8 symfony/uid:8.0.9 symfony/validator:8.0.10 symfony/web-profiler-bundle:8.0.9 symfony/yaml:8.0.10 --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
Dependency twig/twig is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires brianium/paratest 7.22.3 -> satisfiable by brianium/paratest[v7.22.3].
    - brianium/paratest v7.22.3 requires phpunit/php-code-coverage ^14 -> found phpunit/php-code-coverage[14.0.0, ..., 14.1.8] but it conflicts with your root composer.json require (12.5.6).

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

@benjaminjonard benjaminjonard force-pushed the renovate/all-minor-patch branch from bc5b6e2 to b989551 Compare April 13, 2026 23:29
@benjaminjonard benjaminjonard force-pushed the renovate/all-minor-patch branch from b989551 to ecf61da Compare April 20, 2026 23:29
@benjaminjonard benjaminjonard force-pushed the renovate/all-minor-patch branch from ecf61da to b96afa1 Compare April 27, 2026 23:29
@benjaminjonard benjaminjonard force-pushed the renovate/all-minor-patch branch from b96afa1 to ca769c3 Compare May 4, 2026 23:30
@benjaminjonard benjaminjonard force-pushed the renovate/all-minor-patch branch from ca769c3 to d755afe Compare May 11, 2026 23:30
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.

2 participants