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 across 1 directory with 5 updates #35

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the composer group with 5 updates in the / directory:

Package From To
nette/php-generator 4.1.6 4.1.7
phpstan/phpstan 2.0.2 2.1.0
phpunit/phpunit 11.4.3 11.5.2
symfony/console 7.1.8 7.2.1
symfony/var-dumper 7.1.8 7.2.0

Updates nette/php-generator from 4.1.6 to 4.1.7

Release notes

Sourced from nette/php-generator's releases.

Released version 4.1.7

  • added support for PHP 8.4 features
    • properties hooks
    • asymmetric visibility
    • property can be abstract / final
    • interfaces can have properties
  • added Visibility
  • ClassManipulator::implement() can implement abstract classes
  • ClassManipulator::implementInterface() renamed to implement()
  • PsrPrinter is not final
  • Constant: type can be nullable
  • Factory: fixed visibility of promoted property
Commits
  • d201c9b Factory & Extractor: added support for property hooks & asymmetric visibility
  • 9fa3236 added support for asymmetric visibility
  • b9b02a3 Property can be abstract / final
  • 466918d Interfaces can have properties
  • 5126fb8 added support for properties hooks [Closes #171]
  • bad08ce added PropertyLike
  • a5711b3 added Visibility
  • 09d7a2b ClassManipulator::implement() can implement abstract classes
  • 4628dec ClassManipulator::implementInterface() renamed to implement()
  • 5dab02e Printer: refactoring, added printFunctionBody()
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 2.0.2 to 2.1.0

Release notes

Sourced from phpstan/phpstan's releases.

2.1.0

Read all about this release on PHPStan's blog!

Major new features 🚀

  • Support for PHP 8.4's property hooks (RFC)
  • Support for PHP 8.4's asymmetric visibility (RFC)
  • Support for PHP 8.4's #[Deprecated] attribute (RFC)

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Internals 🔍

2.0.4

This release includes improvements and fixes from PHPStan 1.12.13.

Improvements 🔧

... (truncated)

Commits
  • 2392d36 PHPStan 2.1.0
  • a83c3dc Updated PHPStan to commit a83c3dcefef85bf648881d2f620c8d5bb0ca245c
  • 4dc1554 fix(deps): update dependency @​codemirror/language to v6.10.8
  • c50b35f Fix code example in type-specifying-extensions doc
  • 732b9d0 Update errors identifiers
  • da12dc2 Updated PHPStan to commit da12dc2d10aff3d1dcd79c8aa4cbdc24a5e5ed26
  • 178240b Update errors identifiers
  • c34432b Updated PHPStan to commit c34432b4ce5e3ca48d56b7cbbc9f7daa717701be
  • 740b4a3 Fix reflection API docs about constants
  • 06d592d Updated PHPStan to commit 06d592d410ca18af5628935238a7089687b29eaa
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.4.3 to 11.5.2

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.2

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

PHPUnit 11.5.1

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

PHPUnit 11.5.0

Added

  • #5948: Support for Property Hooks in Test Doubles
  • #5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events

Changed

  • #5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process

Deprecated

  • #6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)

How to install or update PHPUnit

PHPUnit 11.4.4

Fixed

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

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

11.5.2 - 2024-12-21

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

11.5.1 - 2024-12-11

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

11.5.0 - 2024-12-06

Added

  • #5948: Support for Property Hooks in Test Doubles
  • #5954: Provide a way to stop execution at a particular deprecation
  • Method assertContainsNotOnlyInstancesOf() in the PHPUnit\Framework\Assert class as the inverse of the assertContainsOnlyInstancesOf() method
  • Methods assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNull(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), and assertContainsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertContainsOnly() method
  • Methods assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNull(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), and assertContainsNotOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic assertNotContainsOnly() method
  • Methods containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNull(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), and containsOnlyString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic containsOnly() method
  • Methods isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), isString() in the PHPUnit\Framework\Assert class as specialized alternatives for the generic isType() method
  • TestRunner\ChildProcessStarted and TestRunner\ChildProcessFinished events

Changed

  • #5998: Do not run SKIPIF section of PHPT test in separate process when it is free of side effects
  • #5999: Do not run CLEAN section of PHPT test in separate process when it is free of side effects that modify the parent process

Deprecated

  • #6052: isType() (use isArray(), isBool(), isCallable(), isFloat(), isInt(), isIterable(), isNull(), isNumeric(), isObject(), isResource(), isClosedResource(), isScalar(), or isString() instead)
  • #6055: assertContainsOnly() (use assertContainsOnlyArray(), assertContainsOnlyBool(), assertContainsOnlyCallable(), assertContainsOnlyFloat(), assertContainsOnlyInt(), assertContainsOnlyIterable(), assertContainsOnlyNumeric(), assertContainsOnlyObject(), assertContainsOnlyResource(), assertContainsOnlyClosedResource(), assertContainsOnlyScalar(), or assertContainsOnlyString() instead)
  • #6055: assertNotContainsOnly() (use assertContainsNotOnlyArray(), assertContainsNotOnlyBool(), assertContainsNotOnlyCallable(), assertContainsNotOnlyFloat(), assertContainsNotOnlyInt(), assertContainsNotOnlyIterable(), assertContainsNotOnlyNumeric(), assertContainsNotOnlyObject(), assertContainsNotOnlyResource(), assertContainsNotOnlyClosedResource(), assertContainsNotOnlyScalar(), or assertContainsNotOnlyString() instead)
  • #6059: containsOnly() (use containsOnlyArray(), containsOnlyBool(), containsOnlyCallable(), containsOnlyFloat(), containsOnlyInt(), containsOnlyIterable(), containsOnlyNumeric(), containsOnlyObject(), containsOnlyResource(), containsOnlyClosedResource(), containsOnlyScalar(), or containsOnlyString() instead)
Commits

Updates symfony/console from 7.1.8 to 7.2.1

Release notes

Sourced from symfony/console's releases.

v7.2.1

Changelog (symfony/console@v7.2.0...v7.2.1)

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA2

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

v7.2.0-BETA1

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

v7.1.10

Changelog (symfony/console@v7.1.9...v7.1.10)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

7.2

  • Add support for FORCE_COLOR environment variable
  • Add verbosity argument to mustRun process helper method
  • [BC BREAK] Add silent verbosity (--silent/SHELL_VERBOSITY=-2) to suppress all output, including errors
  • Add OutputInterface::isSilent(), Output::isSilent(), OutputStyle::isSilent() methods
  • Add a configurable finished indicator to the progress indicator to show that the progress is finished
  • Add ability to schedule alarm signals and a ConsoleAlarmEvent

7.1

  • Add ArgvInput::getRawTokens()

7.0

  • Add method __toString() to InputInterface
  • Remove Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Require explicit argument when calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault() and Question::setAutocompleterCallback/setValidator()
  • Remove StringInput::REGEX_STRING

6.4

  • Add SignalMap to map signal value to its name
  • Multi-line text in vertical tables is aligned properly
  • The application can also catch errors with Application::setCatchErrors(true)
  • Add RunCommandMessage and RunCommandMessageHandler
  • Dispatch ConsoleTerminateEvent after an exit on signal handling and add ConsoleTerminateEvent::getInterruptingSignal()

6.3

  • Add support for choosing exit code while handling signal, or to not exit at all
  • Add ProgressBar::setPlaceholderFormatter to set a placeholder attached to a instance, instead of being global.
  • Add ReStructuredTextDescriptor

6.2

  • Improve truecolor terminal detection in some cases
  • Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
  • Deprecate calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault(), Question::setAutocompleterCallback/setValidator()without any arguments
  • Change the signature of OutputFormatterStyleInterface::setForeground/setBackground() to setForeground/setBackground(?string)
  • Change the signature of HelperInterface::setHelperSet() to setHelperSet(?HelperSet)

... (truncated)

Commits
  • fefcc18 [Console] Fix tests
  • 722fa7c Merge branch '6.4' into 7.2
  • 799445d fix risky test that doesn't perform any assertions
  • 13189ef Merge branch '7.1' into 7.2
  • d205904 Merge branch '6.4' into 7.1
  • 67191f7 [Console] Fix division by 0 error
  • 23c8aae Merge branch '7.1' into 7.2
  • 3fda7e5 Merge branch '7.1' into 7.2
  • c32691c Don't use die() in PHPT --SKIPIF--
  • de74db6 Remove always true/false occurrences
  • Additional commits viewable in compare view

Updates symfony/var-dumper from 7.1.8 to 7.2.0

Release notes

Sourced from symfony/var-dumper's releases.

v7.2.0

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

  • no significant changes

v7.2.0-BETA2

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

v7.2.0-BETA1

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

Changelog

Sourced from symfony/var-dumper's changelog.

CHANGELOG

7.2

  • Add support for FORCE_COLOR environment variable
  • Add support for virtual properties

7.1

  • Add support for new DOM extension classes in DOMCaster

7.0

  • Add argument $label to VarDumper::dump()
  • Require explicit argument when calling VarDumper::setHandler()
  • Remove display of backtrace in Twig_Template, only Twig\Template is supported

6.4

  • Dump uninitialized properties

6.3

  • Add caster for WeakMap
  • Add support of named arguments to dd() and dump() to display the argument name
  • Add support for Relay\Relay
  • Add display of invisible characters

6.2

  • Add support for FFI\CData and FFI\CType
  • Deprecate calling VarDumper::setHandler() without arguments

5.4

  • Add ability to style integer and double values independently
  • Add casters for Symfony's UUIDs and ULIDs
  • Add support for Fiber

5.2.0

... (truncated)

Commits
  • c6a2292 Merge branch '7.1' into 7.2
  • a028028 Merge branch '7.1' into 7.2
  • b86ce1b revert allowing Twig 4
  • 61c438e minor #58374 Remove useless parent method calls in tests (alexandre-daubois)
  • e3f3cd6 relax mock class name matching
  • 6682a40 Merge branch '7.1' into 7.2
  • ef2df58 Remove useless parent method calls in tests
  • 99199b7 [VarDumper] Fix dumping ext-dom virtual properties
  • b68858e Merge branch '7.1' into 7.2
  • f74e6c4 allow Twig 4
  • 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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [nette/php-generator](https://github.com/nette/php-generator) | `4.1.6` | `4.1.7` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `2.0.2` | `2.1.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.4.3` | `11.5.2` |
| [symfony/console](https://github.com/symfony/console) | `7.1.8` | `7.2.1` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.1.8` | `7.2.0` |



Updates `nette/php-generator` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/nette/php-generator/releases)
- [Commits](nette/php-generator@v4.1.6...v4.1.7)

Updates `phpstan/phpstan` from 2.0.2 to 2.1.0
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@2.0.2...2.1.0)

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

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

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

---
updated-dependencies:
- dependency-name: nette/php-generator
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/console
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/var-dumper
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 1, 2025
@dependabot dependabot bot deleted the dependabot/composer/composer-48964d6d44 branch February 1, 2025 03:10
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.

0 participants