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 dev-dependencies group across 1 directory with 6 updates #56

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
friendsofphp/php-cs-fixer 3.49.0 3.56.2
phpstan/phpstan 1.10.57 1.11.5
phpstan/phpstan-symfony 1.3.7 1.4.5
phpunit/phpunit 10.5.10 10.5.24
shipmonk/composer-dependency-analyser 1.5.0 1.5.3
vimeo/psalm 5.20.0 5.25.0

Updates friendsofphp/php-cs-fixer from 3.49.0 to 3.56.2

Release notes

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

v3.56.2 15 Keys Accelerate

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.56.1...v3.56.2

v3.56.1 15 Keys Accelerate

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.56.0...v3.56.1

v3.56.0 15 Keys Accelerate

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.55.0...v3.56.0

v3.55.0 15 Keys Accelerate

What's Changed

... (truncated)

Changelog

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

Changelog for v3.56.2

  • chore: update PHPStan (#8010)
  • DX: Fix Mess Detector violations (#8007)
  • DX: Install PCov extension for local Docker (#8006)

Changelog for v3.56.1

  • chore: improve PHPDoc typehints (#7994)
  • CI: Allow any integer in PHPStan error for Token's constructor (#8000)
  • fix: Better array shape in PhpUnitDedicateAssertFixer (#7999)
  • fix: ConstantCaseFixer - do not touch typed constants (#7998)

Changelog for v3.56.0

  • feat: TrailingCommaInMultilineFixer - handle trailing comma in language constructs (#7989)
  • fix: TrailingCommaInMultilineFixer - language constructs should be covered by arguments, not parameters (#7990)
  • chore: remove invalid comment (#7987)
  • DX: Cache optimisation (#7985)

Changelog for v3.55.0

  • feat: Introduce OrderedAttributesFixer (#7395)
  • chore: few SCA fixes and dev-tools update (#7969)
  • chore: fix phpdoc types (#7977)
  • chore: narrow PHPDoc types (#7979)
  • chore: Normalize implicit backslahes in single quoted strings internally (#7786)
  • chore: phpdoc - rely on strict list/tuple/assoc instead of array (#7978)
  • chore: PhpUnitDataProviderNameFixer - follow config creation pattern (#7980)
  • chore: Preg - drop half-support for array-pattern (#7976)
  • chore: re-use CodeHasher (#7984)
  • chore: RuleSetsTest - assert that Fixer is configurable (#7961)
  • chore: sugar syntax (#7986)
  • chore: Tokens should be always a list (#7698)
  • CI: Ad-hoc fix for MacOS jobs (#7970)
  • CI: Fix calculating diff between branches in PRs (#7973)
  • DX: allow to enforce cache mechanism by env var (#7983)
  • DX: do not typehint fixed-length arrays as lists (#7974)
  • DX: Prevent having deprecated fixers listed as successors of other deprecated fixers (#7967)
  • DX: Resolve/Ignore PHPStan issues on level 6 + bump to level 7 with new baseline (#7971)
  • DX: use list type in PHPDoc (#7975)
  • fix: PhpUnitAttributesFixer - fix for #[RequiresPhp] exceeding its constructor parameters (#7966)
  • test: don't count comment after class as another classy element (#7982)

Changelog for v3.54.0

... (truncated)

Commits

Updates phpstan/phpstan from 1.10.57 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 phpstan/phpstan-symfony from 1.3.7 to 1.4.5

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.4.5

  • 1bd7c33 - Also support command argument and initialize method

1.4.4

  • bca27f1 - Fix interact method inference

1.4.3

  • af6ae0f - Update getArgument return type in interact method

1.4.2

  • 2c3d666 - Support for alias to inlined service

1.4.1

  • d530cfe - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • f4b9407 - Synchronize stub with symfony
  • 3fbf634 - Synchronize stub with symfony
  • 99848d8 - Add stub for Compound::getConstraints()

1.4.0

  • 51183fe - Update lock-closed-issues.yml
  • f4b9407 - Synchronize stub with symfony
  • 3fbf634 - Synchronize stub with symfony
  • 99848d8 - Add stub for Compound::getConstraints()
  • 8148308 - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • c9f5ceb - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 67e208d - Add documentation to load DI helper
  • a0e0f1f - chore(deps): update metcalfc/changelog-generator action to v4.3.1
  • b2ddd0f - chore(deps): update cbrgm/mastodon-github-action action to v2
  • 3b3083d - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 4cc4788 - chore(deps): update metcalfc/changelog-generator action to v4.2.0
  • 44b68dd - chore(deps): update dessant/lock-threads action to v5
  • 5586faa - Merge branch '1.3.x' into 1.4.x
  • b9e1ded - Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • ce3c258 - Error identifiers
  • 6a0cefe - Require PHPStan 1.11
  • 67cf72e - Open 1.4.x-dev

1.3.12

  • f4b9407 - Synchronize stub with symfony

1.3.11

  • 3fbf634 - Synchronize stub with symfony

1.3.10

  • 99848d8 - Add stub for Compound::getConstraints()

1.3.9

  • a32bc86 - Add @param-out for PropertyAccessor

1.3.8

... (truncated)

Commits
  • 1bd7c33 Also support command argument and initialize method
  • bca27f1 Fix interact method inference
  • af6ae0f Update getArgument return type in interact method
  • 2c3d666 Support for alias to inlined service
  • d530cfe Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • 51183fe Update lock-closed-issues.yml
  • f4b9407 Synchronize stub with symfony
  • 3fbf634 Synchronize stub with symfony
  • 99848d8 Add stub for Compound::getConstraints()
  • 8148308 Merge remote-tracking branch 'origin/1.3.x' into 1.4.x
  • Additional commits viewable in compare view

Updates phpunit/phpunit from 10.5.10 to 10.5.24

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.24

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 10.5.23

Changed

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

How to install or update PHPUnit

PHPUnit 10.5.22

Changed

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

How to install or update PHPUnit

PHPUnit 10.5.21

Changed

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

How to install or update PHPUnit

PHPUnit 10.5.20

  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

PHPUnit 10.5.19

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

PHPUnit 10.5.18

Deprecated

  • #5812: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.24] - 2024-06-20

Changed

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

[10.5.23] - 2024-06-20

Changed

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

[10.5.22] - 2024-06-19

Changed

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

[10.5.21] - 2024-06-15

Changed

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

[10.5.20] - 2024-04-24

  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #5819: Duplicate keys from different data providers are not handled properly

[10.5.19] - 2024-04-17

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

[10.5.18] - 2024-04-14

Deprecated

  • #5812: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

[10.5.17] - 2024-04-05

Changed

  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

... (truncated)

Commits
  • 5f124e3 Prepare release
  • 46e02a3 Update ChangeLog
  • 3a664ca optimize empty checks in TestSuite
  • 933af56 Use array_pop instead of slow array_shift
  • 1282659 Prepare release
  • 67323d2 This needs to be an end-to-end test (otherwise it would be affected by random...
  • 23deadb Update ChangeLog
  • b2f136f Narrow type (and remove superfluous documentation)
  • 541fd37 Refactor unsetting tests during TestSuite::run, for even faster destruction o...
  • 8afb89b Prepare release
  • Additional commits viewable in compare view

Updates shipmonk/composer-dependency-analyser from 1.5.0 to 1.5.3

Release notes

Sourced from shipmonk/composer-dependency-analyser's releases.

1.5.3

Fixes

  • Ensure output of junit format is valid xml (#129)
  • Check invalid cli options combinations (#131)

1.5.2

Fixes

  • Fix unknown function false positive in multi-attribute usages (#124)

1.5.1

Fixes

  • Fix wrong detection of attribute name when aliased import or FQN is used (#121)
Commits

Updates vimeo/psalm from 5.20.0 to 5.25.0

Release notes

Sourced from vimeo/psalm's releases.

5.25.0

What's Changed

Features

Fixes

New Contributors

Full Changelog: vimeo/psalm@5.24.0...5.25.0

5.24.0

What's Changed

Features

Fixes

Docs

... (truncated)

Commits

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 dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.49.0` | `3.56.2` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.57` | `1.11.5` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.7` | `1.4.5` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.10` | `10.5.24` |
| [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) | `1.5.0` | `1.5.3` |
| [vimeo/psalm](https://github.com/vimeo/psalm) | `5.20.0` | `5.25.0` |



Updates `friendsofphp/php-cs-fixer` from 3.49.0 to 3.56.2
- [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.49.0...v3.56.2)

Updates `phpstan/phpstan` from 1.10.57 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.10.57...1.11.5)

Updates `phpstan/phpstan-symfony` from 1.3.7 to 1.4.5
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.7...1.4.5)

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

Updates `shipmonk/composer-dependency-analyser` from 1.5.0 to 1.5.3
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](shipmonk-rnd/composer-dependency-analyser@1.5.0...1.5.3)

Updates `vimeo/psalm` from 5.20.0 to 5.25.0
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@5.20.0...5.25.0)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

The following labels could not be found: dependencies.

Copy link

github-actions bot commented Jul 1, 2024

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
doctrine/deprecations Upgraded 1.1.2 1.1.3 Compare
phpstan/phpdoc-parser Upgraded 1.25.0 1.29.1 Compare
symfony/console Upgraded v6.4.8 v6.4.9 Compare
symfony/filesystem Upgraded v6.4.8 v6.4.9 Compare
symfony/polyfill-ctype Upgraded v1.29.0 v1.30.0 Compare
symfony/polyfill-intl-grapheme Upgraded v1.29.0 v1.30.0 Compare
symfony/polyfill-intl-normalizer Upgraded v1.29.0 v1.30.0 Compare
symfony/polyfill-mbstring Upgraded v1.29.0 v1.30.0 Compare
symfony/string Upgraded v6.4.8 v6.4.9 Compare

Copy link

github-actions bot commented Jul 1, 2024

🚧 Composer Development Dependency changes 🚧

Dev Packages Operation Base Target Link
amphp/amp Upgraded v2.6.2 v2.6.4 Compare
amphp/byte-stream Upgraded v1.8.1 v1.8.2 Compare
friendsofphp/php-cs-fixer Upgraded v3.49.0 v3.56.2 Compare
myclabs/deep-copy Upgraded 1.11.1 1.12.0 Compare
netresearch/jsonmapper Upgraded v4.2.0 v4.4.1 Compare
phar-io/manifest Upgraded 2.0.3 2.0.4 Compare
phpstan/phpstan Upgraded 1.10.57 1.11.5 Compare
phpstan/phpstan-symfony Upgraded 1.3.7 1.4.5 Compare
phpunit/php-code-coverage Upgraded 10.1.11 10.1.15 Compare
phpunit/phpunit Upgraded 10.5.10 10.5.24 Compare
sebastian/cli-parser Upgraded 2.0.0 2.0.1 Compare
sebastian/diff Upgraded 5.1.0 5.1.1 Compare
sebastian/environment Upgraded 6.0.1 6.1.0 Compare
sebastian/exporter Upgraded 5.1.1 5.1.2 Compare
sebastian/global-state Upgraded 6.0.1 6.0.2 Compare
shipmonk/composer-dependency-analyser Upgraded 1.5.0 1.5.3 Compare
spatie/array-to-xml Upgraded 3.2.2 3.3.0 Compare
symfony/polyfill-php80 Upgraded v1.29.0 v1.30.0 Compare
symfony/polyfill-php81 Upgraded v1.29.0 v1.30.0 Compare
theseer/tokenizer Upgraded 1.2.2 1.2.3 Compare
vimeo/psalm Upgraded 5.20.0 5.25.0 Compare

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

Superseded by #58.

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-be7fe6442b branch July 8, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants