Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update root-composer #8

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

Update root-composer #8

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 14, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
brianium/paratest require-dev patch 6.6.2 -> 6.6.5
composer/ca-bundle require patch 1.3.3 -> 1.3.4
nette/di (source) require patch 3.0.11 -> 3.0.13
nette/finder (source) require patch 2.5.3 -> 2.5.4
nette/neon (source) require patch 3.3.2 -> 3.3.3
nette/utils (source) require patch 3.2.7 -> 3.2.8
ondrejmirtes/better-reflection require minor 6.1.0 -> 6.3.0
phpstan/php-8-stubs require patch 0.3.38 -> 0.3.51
phpstan/phpdoc-parser require minor 1.9.0 -> 1.13.0
phpstan/phpstan-phpunit require-dev minor 1.1.1 -> 1.2.2
phpunit/phpunit (source) require-dev patch 9.5.23 -> 9.5.26
rector/rector (source) require-dev patch 0.14.5 -> 0.14.6
symfony/console (source) require patch 5.4.13 -> 5.4.15
symfony/string (source) require patch 5.4.13 -> 5.4.15

Release Notes

paratestphp/paratest

v6.6.5

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v6.6.4...v6.6.5

v6.6.4

Compare Source

What's Changed

Full Changelog: paratestphp/paratest@v6.6.3...v6.6.4

v6.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v6.6.2...v6.6.3

composer/ca-bundle

v1.3.4

Compare Source

What's Changed

Full Changelog: composer/ca-bundle@1.3.3...1.3.4

nette/di

v3.0.13

Compare Source

  • private constants are PascalCase
  • Resolver: autowiring of collection supports 'array`<int,T>`` annotation #​277
  • composer: updated dependencies
  • DefinitionSchema: recognizes Locator with one service #​276

v3.0.12

Compare Source

  • Resolver::resolveEntityType() ignores return types 'object' & 'mixed' #​274
  • Resolver::autowireArgument() uses named arguments to skip optional parameters in PHP 8
  • Resolver: forbidden to use extra parameter after optional (for forward compatibility) (BC break)
  • Resolver::autowireArguments() improved support for variadics
  • Resolver: refactoring of autowireArguments()
  • ServicesExtension: improved parameter merging method
  • DependencyChecker: do not serialize object parameters #​273
  • PhpGenerator: do not format the statement twice or incorrectly
  • improved exception messages
  • improved coding style
  • ServiceDefinition: added setCreator() & getCreator(), aliases for setFactory() & getFactory()
nette/finder

v2.5.4

Compare Source

  • improved phpDoc
  • variadics accepts named parameters
nette/neon

v3.3.3

Compare Source

  • Encoder: uses more readable single quote strings
  • Node::getSubNodes() changed to IteratorAggregate generator,
  • Traverser: added DontTraverseChildren & StopTraversal, $enter and $leave callbacks
  • Node: added $startLine & $endLine
  • Node: startPos & endPos renamed to startTokenPos & endTokenPos
  • cs, constants are PascalCase
nette/utils

v3.2.8

Compare Source

  • support for PHP 8.2
  • tests: deprecated GD changed to PNG
  • Image::clone() uses PNG format because GD2 is disabled since libgd 2.3.3
  • Image::detectTypeFromFile & detectTypeFromString returns width & height
  • Image: added extensionToType()
  • private constants are PascalCase
  • ObjectHelpers: fixed parsing static @​methods #​278
ondrejmirtes/BetterReflection

v6.3.0

Compare Source

phpstan/php-8-stubs

v0.3.51

Compare Source

v0.3.50

Compare Source

v0.3.49

Compare Source

v0.3.48

Compare Source

v0.3.47

Compare Source

v0.3.46

Compare Source

v0.3.45

Compare Source

v0.3.44

Compare Source

v0.3.43

Compare Source

v0.3.42

Compare Source

v0.3.41

Compare Source

v0.3.40

Compare Source

v0.3.39

Compare Source

phpstan/phpdoc-parser

v1.13.0

Compare Source

  • 33aefcd - Add equality assert syntax

v1.12.1

Compare Source

  • ae85d4b - Fix __toString() for negated asserts

v1.12.0

Compare Source

  • 5f13698 - Allow unparenthesized conditional type in conditional else branch
  • 4461548 - Unescape constant strings
  • a6c17e2 - Send lib update to 1.8.x
  • cc94367 - Fix Send PR workflow

v1.11.0

Compare Source

  • 7d1e812 - Add tests for template bound + default
  • ecb475b - Implement template default syntax
  • 19d4770 - Send pull request workflow

v1.10.0

Compare Source

  • 87fa2d5 - Implement @param-out tag
phpstan/phpstan-phpunit

v1.2.2

Compare Source

v1.2.1

Compare Source

  • 09b5c9a - Do not require PHPStan 1.9.0 yet

v1.2.0

Compare Source

  • 9b88cef - Add rule that checks for invalid and unrecognized annotations
  • 68017cc - Fix build
  • fdda536 - Merge commit 'f92aab7' into 1.1.x
  • f92aab7 - Regression test
  • a0c1364 - Regression tests
  • ade3496 - Merge branch 'empty-hotfix2' into 1.1.x
  • 7267329 - Merge branch 'empty-hotfix' into 1.1.x
  • 5fcfe8f - Rules to check @covers and @coversDefaultClass for methods and classes
  • d963a07 - Fix build

v1.1.3

Compare Source

v1.1.2

Compare Source

  • f5b7eb6 - Implement assertEmpty extension
  • b808cb8 - Update build.yml
  • 52bdce8 - Create tag workflow
  • 2ca1b46 - Update .gitattributes
  • 34a6bb5 - PHPStan baseline
  • 0509872 - Require PHPStan 1.8.0
  • 694fe40 - Update dependency slevomat/coding-standard to v7.2.1
  • e00da5f - Update dependency slevomat/coding-standard to v7.2.0
sebastianbergmann/phpunit

v9.5.26

Compare Source

v9.5.25

Compare Source

v9.5.24

Compare Source

rectorphp/rector

v0.14.6

Compare Source

New Features 🥳

  • Move cakephp Rector from the core to the community (#​2966)
  • Use better composer-unused (#​2972)

Bugfixes 🐛

  • [DeadCode][Privatization] Handle crash on RemoveDeadZeroAndOneOperationRector+ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#​2962)
  • [DeadCode][EarlyReturn] Handle RemoveUnusedVariableAssignRector+RemoveAlwaysElseRector (#​2964)
  • Fix wrong results in ExactCompareFactory (#​2973), Thanks @​jlherren!
  • [Php81] Skip assigned after defined as constructor promotion on ReadOnlyPropertyRector (#​2976)
  • [Php80] Handle crash on nullable scalar with mixed param on MixedTypeRector (#​2977)
  • [Core] Set compatible with latest BetterReflection usage to handle assert($startLine > 0) notice (#​2978)
  • [TypeDeclaration] Handle Parent ClassMethod has no Return_ stmt on ReturnTypeDeclarationRector (#​2980)
  • [Privatization] Skip Property unsetted on ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#​2981)
  • fix symfony deprecation reports (rectorphp/rector-src@e58f390)
  • [Core] Remove second param on ClassLikeAstResolver::resolveClassFromClassReflection() (#​2975)
  • [Core] Ensure refresh Scope Nodes when AbstractRector refactor() return array of Nodes (#​2979)
  • [Core][Symfony] Handle crash on get dynamic value ClassConstFetch by method call on ChangeStringCollectionOptionToConstantRector (#​2984)
  • [Php80] Handle crash after transform with trait-string on UnionTypesRector (#​2985)
  • Fix multi property default assign (#​2986)
  • Add new rule to simplify a last useless variable assignment. (#​2963), Thanks @​Wohlie!
  • Fix missing extra import on NestedAnnotationToAttributeRector (#​2989)
  • Assert JoinColumns in CPP should be converted (#​2991)
symfony/console

v5.4.15

Compare Source

Changelog (symfony/console@v5.4.14...v5.4.15)

  • bug #​47907 Update Application.php (aleksandr-shevchenko)
  • bug #​47883 Fix error output on windows cli (Maximilian.Beckers)

v5.4.14

Compare Source

Changelog (symfony/console@v5.4.13...v5.4.14)

  • bug #​47779 Fix Helper::removeDecoration hyperlink bug (greew)
symfony/string

v5.4.15

Compare Source

Changelog (symfony/string@v5.4.14...v5.4.15)

  • no significant changes

v5.4.14

Compare Source

Changelog (symfony/string@v5.4.13...v5.4.14)

  • no significant changes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/root-composer branch 8 times, most recently from e581bd0 to 6ddaa86 Compare February 21, 2022 03:19
@renovate renovate bot force-pushed the renovate/root-composer branch 14 times, most recently from ea7d4ca to cabd36f Compare February 28, 2022 14:03
@renovate renovate bot force-pushed the renovate/root-composer branch 8 times, most recently from 6db3bfe to decab5b Compare March 4, 2022 11:19
@renovate renovate bot force-pushed the renovate/root-composer branch 7 times, most recently from f04d34c to 1a53205 Compare October 6, 2022 21:58
@renovate renovate bot force-pushed the renovate/root-composer branch 8 times, most recently from 430bdaf to 704b6c2 Compare October 14, 2022 14:35
@renovate renovate bot force-pushed the renovate/root-composer branch 8 times, most recently from 93b4dfe to 7588183 Compare October 21, 2022 12:59
@renovate renovate bot force-pushed the renovate/root-composer branch 5 times, most recently from 1c493b7 to 0614925 Compare October 28, 2022 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants