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

Bump the composer group with 7 updates #622

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the composer group with 7 updates:

Package From To
friendsofphp/php-cs-fixer 3.64.0 3.65.0
symfony/config 7.1.7 7.2.0
symfony/dependency-injection 7.1.8 7.2.0
symfony/var-exporter 7.1.6 7.2.0
symfony/yaml 7.1.6 7.2.0
deployer/deployer 7.5.5 7.5.8
phpunit/phpunit 11.4.3 11.4.4

Updates friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.65.0 Persian Successor

What's Changed

... (truncated)

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.65.0

  • feat: Ability to set upper limit when using CPU auto-detection (#8280)
  • feat: create @PHP82Migration:risky ruleset (#8277)
  • feat: Impl. TypeExpression::mapTypes() (#8077)
  • feat: Parse array/generic/nullable type into inner expression (#8106)
  • feat: phpdoc_to_property_type - handle virtual types and null initialization, enable in php-highest CI job (#8283)
  • feat: Store PHPDoc offset in DataProviderAnalysis (#8226)
  • feat: Support for complex PHPDoc types in fully_qualified_strict_types (#8085)
  • fix: check for priority tests correctly (#8221)
  • fix: Do not mark with @coversNothing if CoversMethod/CoversFunction attribute is used (#8268)
  • fix: enum-case mistaken for const invocation (#8190)
  • fix: fix typing of few properties wrongly typed as non-nullable (#8285)
  • fix: fix typing property wrongly typed as non-nullable (#8290)
  • fix: MethodChainingIndentationFixer does not fix indentation of last chained property (#8080)
  • fix: NoSuperfluousPhpdocTagsFixer - Remove superfluous phpdoc of parameter with attribute (#8237)
  • fix: parsing mixed & and | in TypeExpression (#8210)
  • fix: proper base class used for AbstractDoctrineAnnotationFixer templates generation (#8291)
  • fix: Properly recognise constants in foreach loops (#8203)
  • fix: Tokens::overrideRange() block cache pruning (#8240)
  • fix: BlankLineAfterOpeningTagFixer - add blank line in file starting with multi-line comment (#8256)
  • fix: MultilineWhitespaceBeforeSemicolonsFixer - do not produce syntax error when there is a meaningful token after semicolon (#8230)
  • fix: NullableTypeDeclarationFixer - do not break syntax when there is no space before ? (#8224)
  • fix: PhpUnitDataProvider(.+)Fixer - do not omit when there is an attribute between PHPDoc and test method (#8185)
  • fix: PhpUnitDataProviderNameFixer - for an attribute between PHPDoc and test method (#8217)
  • chore: add todo for PHP v8 (#8274)
  • chore: auto-fallback to sequential runner if single CPU would handle it (#8154)
  • chore: block changing tokens collection size using PhpCsFixer\Tokenizer\Tokens::setSize (#8257)
  • chore: bump dev-tools (#8286)
  • chore: bump PHPStan (#8245)
  • chore: Cheaper file check first (#8252)
  • chore: ConfigInterface - better types (#8244)
  • chore: do not call Tokens::setSize in GroupImportFixer (#8253)
  • chore: do not use Reflection*::setAccessible (#8264)
  • chore: fix priority tests (#8223)
  • chore: Fix typos in AbstractFixerTestCase (#8247)
  • chore: GithubClient - make URL injectable (#8272)
  • chore: Implement PHPStan Preg::match() extensions (#8103)
  • chore: mark remaining Analysis as @internal (#8284)
  • chore: PHPStan - upgrade to v2 (#8288)
  • chore: reduce amount of class mutable properties (#8281)
  • chore: remove from priority tests exceptions tests that are not actually exceptions (#8222)
  • chore: remove incorrect priority tests (#8231)
  • chore: remove not needed PHP version requirements in descriptions (#8265)
  • chore: remove unnecessary methods (#8200)
  • chore: tests/Tokenizer/Transformer - better typehinting (#8243)
  • chore: Token - remove 'changed' property (#8273)
  • chore: Token::getContent() phpdoc return type (#8236)
  • chore: update dev dependencies in root (#8289)

... (truncated)

Commits
  • 79d4f3e prepared the 3.65.0 release
  • 700668e chore: mark remaining Analysis as @internal (#8284)
  • 163a7ed refactor: use arrow functions in more places (#8294)
  • 42f3692 feat: Ability to set upper limit when using CPU auto-detection (#8280)
  • effd9a3 refactor: Rename newly introduced option (#8293)
  • 0adec43 chore: PHPStan - upgrade to v2 (#8288)
  • 52dc062 feat: phpdoc_to_property_type - handle virtual types and null initialization,...
  • ccad080 chore: update dev dependencies in root (#8289)
  • e37cb56 fix: proper base class used for AbstractDoctrineAnnotationFixer templates gen...
  • 17dfe25 fix: fix typing property wrongly typed as non-nullable (#8290)
  • Additional commits viewable in compare view

Updates symfony/config from 7.1.7 to 7.2.0

Release notes

Sourced from symfony/config's releases.

v7.2.0

Changelog (symfony/config@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/config@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/config@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/config@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/config's changelog.

CHANGELOG

7.2

  • Add #[WhenNot] attribute to prevent service from being registered in a specific environment
  • Generate a meta file in JSON format for resource tracking
  • Add SkippingResourceChecker
  • Add support for defaultNull() on BooleanNode
  • Add StringNode and StringNodeDefinition
  • Add ArrayNodeDefinition::stringPrototype() method
  • Add NodeBuilder::stringNode() method

7.1

  • Allow custom meta location in ResourceCheckerConfigCache
  • Allow custom meta location in ConfigCache

7.0

  • Require explicit argument when calling NodeBuilder::setParent()

6.3

  • Allow enum values in EnumNode

6.2

  • Deprecate calling NodeBuilder::setParent() without any arguments
  • Add a more accurate typehint in generated PHP config

6.1

  • Allow using environment variables in EnumNode
  • Add Node's information in generated Config
  • Add DefinitionFileLoader class to load a TreeBuilder definition from an external file
  • Add DefinitionConfigurator helper

6.0

  • Remove BaseNode::getDeprecationMessage()

5.3.0

... (truncated)

Commits
  • bcd3c4a Merge branch '7.1' into 7.2
  • 75cfe49 Merge branch '7.1' into 7.2
  • d54d451 feature #58428 [Config] Add StringNode (raffaelecarelle)
  • 0cd83b2 [Config] Add StringNode
  • 7d1c2fc Remove always true/false occurrences
  • 4e59caa [Config] Allow using defaultNull() on BooleanNodeDefinition
  • 8957818 minor #58374 Remove useless parent method calls in tests (alexandre-daubois)
  • b162557 Merge branch '7.1' into 7.2
  • 92c7a6f Remove useless parent method calls in tests
  • 6cbbca1 minor #57949 [Config] Generate a meta file in JSON format for resource tracki...
  • Additional commits viewable in compare view

Updates symfony/dependency-injection from 7.1.8 to 7.2.0

Release notes

Sourced from symfony/dependency-injection's releases.

v7.2.0

Changelog (symfony/dependency-injection@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/dependency-injection@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/dependency-injection@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/dependency-injection@v7.1.6...v7.2.0-BETA1)

v7.1.9

Changelog (symfony/dependency-injection@v7.1.8...v7.1.9)

Changelog

Sourced from symfony/dependency-injection's changelog.

CHANGELOG

7.2

  • Deprecate !tagged tag, use !tagged_iterator instead
  • Add a ContainerBuilder::registerChild() shortcut method for registering child definitions
  • Add support for key-type in XmlFileLoader
  • Enable non-empty parameters with ParameterBag::cannotBeEmpty() and ContainerBuilder::parameterCannotBeEmpty() methods
  • Resolve parameters found in index attribute of service tags

7.1

  • Add CheckAliasValidityPass to check service compatibility with aliased interface
  • Add argument $prepend to ContainerConfigurator::extension() to prepend the configuration instead of appending it
  • Have ServiceLocator implement ServiceCollectionInterface
  • Add #[Lazy] attribute as shortcut for #[Autowire(lazy: [bool|string])] and #[Autoconfigure(lazy: [bool|string])]
  • Add #[AutowireMethodOf] attribute to autowire a method of a service as a callable
  • Make ContainerBuilder::registerAttributeForAutoconfiguration() propagate to attribute classes that extend the registered class
  • Add argument $prepend to FileLoader::construct() to prepend loaded configuration instead of appending it
  • [BC BREAK] When used in the prependExtension() method, the ContainerConfigurator::import() method now prepends the configuration instead of appending it
  • Cast env vars to null or bool when referencing them using #[Autowire(env: '...')] depending on the signature of the corresponding parameter
  • Add #[AutowireInline] attribute to allow service definition at the class level
  • Add StaticEnvVarLoader

7.0

  • Remove #[MapDecorated], use #[AutowireDecorated] instead
  • Remove ProxyHelper, use Symfony\Component\VarExporter\ProxyHelper instead
  • Remove ReferenceSetArgumentTrait
  • Remove support of @required annotation, use the Symfony\Contracts\Service\Attribute\Required attribute instead
  • Require explicit argument when calling ContainerAwareTrait::setContainer()
  • Remove PhpDumper options inline_factories_parameter and inline_class_loader_parameter, use options inline_factories and inline_class_loader instead
  • Parameter names of ParameterBag cannot be numerics
  • Remove ContainerAwareInterface and ContainerAwareTrait, use dependency injection instead
  • Add argument $id and $asGhostObject to DumperInterface::isProxyCandidate() and getProxyCode()
  • Add argument $source to FileLoader::registerClasses()

6.4

  • Allow using #[Target] with no arguments to state that a parameter must match a named autowiring alias
  • Deprecate ContainerAwareInterface and ContainerAwareTrait, use dependency injection instead
  • Add defined env var processor that returns true for defined and neither null nor empty env vars
  • Add #[AutowireLocator] and #[AutowireIterator] attributes
  • Add urlencode env var processor that url encodes a string value

... (truncated)

Commits
  • a475747 Merge branch '7.1' into 7.2
  • 900d2ea Merge branch '6.4' into 7.1
  • 7a379d8 [DependencyInjection] Fix PhpDoc type
  • 8d0486a Merge branch '7.1' into 7.2
  • eb3b33a Merge branch '6.4' into 7.1
  • 7a4dbef Merge branch '5.4' into 6.4
  • e5ca16d Issue #58821: [DependencyInjection] Support interfaces in ContainerBuilder::g...
  • 5f5dbba Merge branch '7.1' into 7.2
  • f5241ad [DependencyInjection][Routing][HttpClient] Reject URIs that contain invalid c...
  • 6d5c652 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/var-exporter from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/var-exporter's releases.

v7.2.0

Changelog (symfony/var-exporter@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/var-exporter@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/var-exporter's changelog.

CHANGELOG

7.2

  • Allow reinitializing lazy objects with a new initializer

6.4

  • Deprecate per-property lazy-initializers

6.2

  • Add support for lazy ghost objects and virtual proxies
  • Add Hydrator::hydrate()
  • Preserve PHP references also when using Hydrator::hydrate() or Instantiator::instantiate()
  • Add support for hydrating from native (array) casts

5.1.0

  • added argument array &$foundClasses to VarExporter::export() to ease with preloading exported values

4.2.0

  • added the component
Commits
  • 1a6a89f minor #58566 Reduce common control flows (alexandre-daubois)
  • 3214068 Reduce common control flows
  • 42484a5 [VarExporter] Fix phpdoc of LazyGhostTrait and LazyProxyTrait
  • cf99b96 Merge branch '7.1' into 7.2
  • 4a5b8c8 CS: re-apply trailing_comma_in_multiline
  • ea260e7 [VarExporter] Allow reinitializing lazy objects with a new initializer
  • d61d363 minor #57901 Code style change in @PER`-CS2.0` affecting @​Symfony`` (pare...
  • e380e3c Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anony...
  • 8685f13 Remove unused code and unnecessary else branches
  • 3f31aa0 Update .gitattributes
  • Additional commits viewable in compare view

Updates symfony/yaml from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/yaml's releases.

v7.2.0

Changelog (symfony/yaml@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/yaml@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

7.2

  • Deprecate parsing duplicate mapping keys whose value is null

7.1

  • Add support for getting all the enum cases with !php/enum Foo

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add new lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml option to exclude one or more specific files from multiple file list
  • Allow negatable for the parse tags option with --no-parse-tags

5.3

  • Added github format support & autodetection to render errors as annotations when running the YAML linter command in a Github Action environment.

5.1.0

... (truncated)

Commits
  • 099581e Remove always true/false occurrences
  • 888f0ea Merge branch '7.1' into 7.2
  • 8e82cc9 [Yaml] Use CPP in Dumper
  • 96baa90 Merge branch '7.1' into 7.2
  • 4bc6a9f Merge branch '7.1' into 7.2
  • 9900d69 Remove useless code
  • 564ae85 Fix multiple CS errors
  • 9a80908 [PhpUnitBridge] Add ExpectUserDeprecationMessageTrait
  • aaf847b Update .gitattributes
  • 9175fd2 Deprecate duplicate mapping keys containing null
  • Additional commits viewable in compare view

Updates deployer/deployer from 7.5.5 to 7.5.8

Release notes

Sourced from deployer/deployer's releases.

v7.5.8

  • More fixes for optional parameters specified before required parameters errors.
  • Do not throw an exception on E_DEPRECATED error.

v7.5.7

  • Fixed optional parameters specified before required parameters error.

v7.5.6

  • Added support for PHP 8.4.
  • Removed task artisan:create_key from Laravel recipe.
Commits
  • 4900fe7 Release 7.5.8
  • 2a28b95 Do not throw on E_DEPRECATED
  • b59e334 Fix "Optional parameters specified before required parameters"
  • 2b24b55 Revert "Release 7.5.7"
  • e030366 Release 7.5.7
  • dda2ffb Fix "Optional parameters specified before required parameters" again
  • 8ce232d Fix "Optional parameters specified before required parameters"
  • e1f17f2 Revert "Release 7.5.6"
  • 4f43595 Release 7.5.6
  • 44b3a55 Add php-cs-fixer.phar
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.4.3 to 11.4.4

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.4.4

Fixed

  • #6028: ignoreIndirectDeprecations=true suppresses deprecations triggered in test code

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[11.4.4] - 2024-11-27

Fixed

  • #6028: ignoreIndirectDeprecations=true suppresses deprecations triggered in test code
Commits
  • f9ba7bd Prepare release
  • e3d0f43 Merge branch '10.5' into 11.4
  • c4ccbf6 Add test
  • ba52e57 Add test for setConstructorArgs()
  • d3706a9 Do not install tools that we do not use
  • dc48490 Use PHP 8.4 for static-analysis job
  • 0e67fa7 Use PHP 8.4 for dependency-validation job
  • f3d9714 Do not print "Triggered by" section for issues triggered in test code
  • 05c1687 Do not emit issues in test code for baseline-related end-to-end tests
  • 6629680 Delete unused test fixture
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the composer group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.64.0` | `3.65.0` |
| [symfony/config](https://github.com/symfony/config) | `7.1.7` | `7.2.0` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `7.1.8` | `7.2.0` |
| [symfony/var-exporter](https://github.com/symfony/var-exporter) | `7.1.6` | `7.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.6` | `7.2.0` |
| [deployer/deployer](https://github.com/deployphp/deployer) | `7.5.5` | `7.5.8` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.4.3` | `11.4.4` |


Updates `friendsofphp/php-cs-fixer` from 3.64.0 to 3.65.0
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.64.0...v3.65.0)

Updates `symfony/config` from 7.1.7 to 7.2.0
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.2/CHANGELOG.md)
- [Commits](symfony/config@v7.1.7...v7.2.0)

Updates `symfony/dependency-injection` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/7.2/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v7.1.8...v7.2.0)

Updates `symfony/var-exporter` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/var-exporter/releases)
- [Changelog](https://github.com/symfony/var-exporter/blob/7.2/CHANGELOG.md)
- [Commits](symfony/var-exporter@v7.1.6...v7.2.0)

Updates `symfony/yaml` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.1.6...v7.2.0)

Updates `deployer/deployer` from 7.5.5 to 7.5.8
- [Release notes](https://github.com/deployphp/deployer/releases)
- [Commits](deployphp/deployer@v7.5.5...v7.5.8)

Updates `phpunit/phpunit` from 11.4.3 to 11.4.4
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.4/ChangeLog-11.4.md)
- [Commits](sebastianbergmann/phpunit@11.4.3...11.4.4)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/dependency-injection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/var-exporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: deployer/deployer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Dec 1, 2024
@jsnmrs jsnmrs merged commit 2ce0da8 into main Dec 1, 2024
2 checks passed
@jsnmrs jsnmrs deleted the dependabot/composer/composer-11f894b520 branch December 1, 2024 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant