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 4 updates #29

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the composer group with 4 updates: phpstan/phpstan, phpunit/phpunit, symfony/console and symfony/var-dumper.

Updates phpstan/phpstan from 1.11.3 to 1.11.5

Release notes

Sourced from phpstan/phpstan's releases.

1.11.5

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 🐛

Function signature fixes 🤖

Internals 🔍

... (truncated)

Commits
  • 490f0ae PHPStan 1.11.5
  • 2546955 Update errors identifiers
  • 01e5828 Updated PHPStan to commit 01e5828ef4dd581732c087c3524073c469173069
  • 7d9800c Updated PHPStan to commit 7d9800c2241344556731eb7f17fd6b8564dba43c
  • 71534f1 Fix
  • 98476c3 Update result-cache.md
  • 1cb07bd Update errors identifiers
  • 108277a Updated PHPStan to commit 108277a6348de38eaaeb6a5bdb89f83dd775fc9c
  • 1711429 Updated PHPStan to commit 1711429c1ba2b30ce63ae6f8eff763758accc4c1
  • c45cade Bump braces from 3.0.2 to 3.0.3 in /website
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 11.1.3 to 11.2.5

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.2.5

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

How to install or update PHPUnit

PHPUnit 11.2.4

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

How to install or update PHPUnit

PHPUnit 11.2.3

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()

How to install or update PHPUnit

PHPUnit 11.2.2

Changed

  • #5861: Destroy TestCase object after its test was run

Fixed

  • #5822: PHP deprecations triggered within a closure are not handled correctly

How to install or update PHPUnit

PHPUnit 11.2.1

Fixed

  • #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
  • #5859: XML Configuration File Migrator does not remove cacheDirectory attribute from <coverage> element when migrating from PHPUnit 11.1 to PHPUnit 11.2

How to install or update PHPUnit

PHPUnit 11.2.0

Added

  • #5799: #[CoversTrait] and #[UsesTrait] attributes
  • #5804: Support doubling readonly classes
  • #5811: assertObjectNotEquals()

Deprecated

  • #5800: Support for targeting traits with #[CoversClass] and #[UsesClass] attributes

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

11.2.5 - 2024-06-20

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

11.2.4 - 2024-06-20

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

11.2.3 - 2024-06-19

Changed

  • #5870: Do not collect unnecessary information using debug_backtrace()

[11.2.2] - 2024-06-15

Changed

  • #5861: Destroy TestCase object after its test was run

Fixed

  • #5822: PHP deprecations triggered within a closure are not handled correctly

[11.2.1] - 2024-06-11

Fixed

  • #5857: Mocked methods cannot be called from the original constructor of a partially mocked class
  • #5859: XML Configuration File Migrator does not remove cacheDirectory attribute from <coverage> element when migrating from PHPUnit 11.1 to PHPUnit 11.2

[11.2.0] - 2024-06-07

Added

  • #5799: #[CoversTrait] and #[UsesTrait] attributes
  • #5804: Support doubling readonly classes
  • #5811: assertObjectNotEquals()

Deprecated

  • #5800: Support for targeting traits with #[CoversClass] and #[UsesClass] attributes

... (truncated)

Commits

Updates symfony/console from 7.1.0 to 7.1.2

Release notes

Sourced from symfony/console's releases.

v7.1.2

Changelog (symfony/console@v7.1.1...v7.1.2)

  • no significant changes

v7.1.1

Changelog (symfony/console@v7.1.0...v7.1.1)

  • no significant changes
Commits
  • 0aa29ca Merge branch '7.0' into 7.1
  • 6de397c Merge branch '6.4' into 7.0
  • 6edb536 Merge branch '5.4' into 6.4
  • 6473d44 Test convert CompletionInput into string
  • 9b008f2 Merge branch '7.0' into 7.1
  • 725da15 Merge branch '6.4' into 7.0
  • be5854c Merge branch '5.4' into 6.4
  • aa73115 Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • See full diff in compare view

Updates symfony/var-dumper from 7.1.0 to 7.1.2

Release notes

Sourced from symfony/var-dumper's releases.

v7.1.2

Changelog (symfony/var-dumper@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/var-dumper@v7.1.0...v7.1.1)

  • no significant changes
Commits
  • 5857c57 Merge branch '7.0' into 7.1
  • a9d8914 Merge branch '6.4' into 7.0
  • c33d420 take the new DOM HTMLElement class into account
  • c31566e [VarDumper] Fix FFICaster test to be platform-adaptable
  • f828481 [VarDumper] Fix FFI caster test
  • deb2c2b Merge branch '7.0' into 7.1
  • 5d2a35f Merge branch '6.4' into 7.0
  • ad23ca4 Merge branch '5.4' into 6.4
  • af8868a Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • See full diff 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 4 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [symfony/console](https://github.com/symfony/console) and [symfony/var-dumper](https://github.com/symfony/var-dumper).


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

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

Updates `symfony/console` from 7.1.0 to 7.1.2
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md)
- [Commits](symfony/console@v7.1.0...v7.1.2)

Updates `symfony/var-dumper` from 7.1.0 to 7.1.2
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/7.1/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.1.0...v7.1.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  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-minor
  dependency-group: composer
- dependency-name: symfony/console
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/var-dumper
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jul 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

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

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/composer/composer-f9b980948b branch August 1, 2024 03:08
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