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 5 updates #43

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 5 updates:

Package From To
phpbench/phpbench 1.2.15 1.3.1
phpstan/phpstan 1.11.3 1.11.6
phpunit/phpunit 11.1.3 11.2.5
symfony/console 7.1.0 7.1.2
symfony/var-dumper 7.1.0 7.1.2

Updates phpbench/phpbench from 1.2.15 to 1.3.1

Release notes

Sourced from phpbench/phpbench's releases.

1.3.1

  • Fix schema concat issue which prevents PHAR from launching.

1.3.0

Features:

  • Add default table_summary report component @​dantleech
  • Add command to initialize the configuration file (config:init) @​dantleech
  • Add command to add a new service config based on a prototype (config:extend) @​dantleech

Improvements:

Bug fixes:

Changelog

Sourced from phpbench/phpbench's changelog.

1.3.1

  • Fix schema concat issue in PHAR

1.3.0

Features:

  • Add default table_summary report component @​dantleech
  • Add command to initialize the configuration file (config:init) @​dantleech
  • Add command to add a new service config based on a prototype (config:extend) @​dantleech

Improvements:

Bug fixes:

Commits

Updates phpstan/phpstan from 1.11.3 to 1.11.6

Release notes

Sourced from phpstan/phpstan's releases.

1.11.6

Bleeding edge 🔪

  • Precise array shapes for preg_match() for $matches by-ref parameter (#2589), thanks @​staabm!
  • Improved the type of the $mode parameter for the count() (#3190), thanks @​kuma3!

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
  • 6ac78f1 PHPStan 1.11.6
  • 09cbbaa More readable "This result is out of date." in dark mode
  • e1a73b0 Revert "Avoid filter from interfering with page structure"
  • 579402b Updated PHPStan to commit 579402b64bce9b20619ba33ed1e4df1f61c074a6
  • 82f74d9 Update BACKERS.md
  • cb9978d Updated PHPStan to commit cb9978d49c0595d86cb836d8b52e53df16924b79
  • bac513c Update crate-ci/typos action to v1.22.9
  • 71632a1 Update website
  • 57b51e1 Editor - hide inner area overlapping rounded borders
  • 44bd2ca Nicer editor in dark mode
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [phpbench/phpbench](https://github.com/phpbench/phpbench) | `1.2.15` | `1.3.1` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.11.3` | `1.11.6` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.1.3` | `11.2.5` |
| [symfony/console](https://github.com/symfony/console) | `7.1.0` | `7.1.2` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.1.0` | `7.1.2` |


Updates `phpbench/phpbench` from 1.2.15 to 1.3.1
- [Release notes](https://github.com/phpbench/phpbench/releases)
- [Changelog](https://github.com/phpbench/phpbench/blob/master/CHANGELOG.md)
- [Commits](phpbench/phpbench@1.2.15...1.3.1)

Updates `phpstan/phpstan` from 1.11.3 to 1.11.6
- [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.6)

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: phpbench/phpbench
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- 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-69b2761310 branch August 1, 2024 20:35
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