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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the dev-dependencies group with 4 updates in the / directory: phpstan/phpstan, phpstan/phpstan-symfony, shipmonk/composer-dependency-analyser and vimeo/psalm.

Updates phpstan/phpstan from 1.10.57 to 1.12.3

Release notes

Sourced from phpstan/phpstan's releases.

1.12.3

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.12.2

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

... (truncated)

Commits
  • 0fcbf19 PHPStan 1.12.3
  • 9815bbb Updated PHPStan to commit 9815bbba4535b0605aef5b5cb9dd64a63bc44b1f
  • e3e80f6 Updated PHPStan to commit e3e80f6c9c246d13e41188d508f0f4afb631b9af
  • 052f6b1 Updated PHPStan to commit 052f6b130f53ad50f571b81d4d468b0b0026c2fd
  • 5814c7e Updated PHPStan to commit 5814c7e3d71b31f74002912fe5b443efaaf2cd2f
  • b3c99fb Updated PHPStan to commit b3c99fb1547fe43b60317550762becce39d516a6
  • 3592cf0 Updated PHPStan to commit 3592cf021d99a8d60373c6fb720da541566e03e8
  • c26886d Updated PHPStan to commit c26886d5caecf2c8a51abe8642ce98dcb694c182
  • df1dfd0 Update baselines
  • 3e52bb0 Updated PHPStan to commit 3e52bb081ddb530bbbd651b489b809b0d6c480e0
  • Additional commits viewable in compare view

Updates phpstan/phpstan-symfony from 1.3.7 to 1.4.9

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.4.9

1.4.8

  • 14eec8c - Add stub for AbstractController::createForm()

1.4.7

  • ee88a01 - Fix internal error when DIC param map has > 256 items

1.4.6

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

... (truncated)

Commits
  • 51ab243 Require PHPStan 1.12
  • 30d0886 Pin build-cs
  • 4279753 Test newer PHP versions
  • 3cf113f Fix stubs
  • 14eec8c Add stub for AbstractController::createForm()
  • ee88a01 Fix internal error when DIC param map has > 256 items
  • e909a07 DiagnoseExtension
  • 1bd7c33 Also support command argument and initialize method
  • bca27f1 Fix interact method inference
  • af6ae0f Update getArgument return type in interact method
  • Additional commits viewable in compare view

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

Release notes

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

1.7.0

New features:

  • Support absolute paths in composer autoload sections (#171, @​VincentLanglet)
  • Support even zero composer classloaders (#161)
  • Print issue counts per error type (#175)
  • Add --version cli option (#172, #176)

Fixes:

  • Show all usages even when --show-all-usages is combined with --verbose (#160)
  • Add missing --ignore-unknown-functions to --help (#159)
  • Improve further processing of junit format (#164, #174)

1.6.1

Fixes

  • Fix PHP warning with no composer classloader (#150)

1.6.0

New features:

  • Read composer's exclude-from-classmap to exclude paths from analysis (#140 by @​LastDragon-ru )
  • Support qualified names in global scope (#148)
    • Often used in bundles.php in Symfony applications (#146)

Fixes:

  • More specific path has dev/prod mark priority (#142)
  • Fix false positive with extension functions with uppercase characters (#144)

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.26.1

Release notes

Sourced from vimeo/psalm's releases.

5.26.1

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.26.0...5.26.1

5.26.0

What's Changed

Features

Fixes

New Contributors

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

5.25.0

What's Changed

Features

Fixes

New Contributors

... (truncated)

Commits
  • d747f65 Merge pull request #11092 from weirdan/fix-invalid-utf8-output-in-json-reports
  • bb57f39 Fix JSON formatter crashes with invalid UTF in error messages
  • 4787eaf Merge pull request #11081 from issidorov/regression-tests-with-undefined-mixin
  • 8b528ad Merge pull request #11091 from weirdan/callable-and-lowercase-strings-are-coe...
  • b6cea6e Fix callable/lowercase strings coercion
  • 2a64d1c Merge pull request #10968 from chesn0k/chesn0k-patch-1
  • 3c13a5b Merge pull request #11031 from HypeMC/check-for-psalm.dist.xml-as-well
  • c2bdb40 Merge pull request #11009 from MoonE/mysqli-fetch-field
  • 10a987b Merge pull request #11074 from kamil-tekiela/mysqli_get_client_version
  • 4324122 Merge pull request #11078 from kamil-tekiela/mysqli_real_escape_string
  • 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 dev-dependencies group with 4 updates in the / directory: [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony), [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) and [vimeo/psalm](https://github.com/vimeo/psalm).


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

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

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

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

---
updated-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: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

The following labels could not be found: dependencies.

Copy link

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
composer/pcre Upgraded 3.1.4 3.3.1 Compare
doctrine/deprecations Upgraded 1.1.2 1.1.3 Compare
phpstan/phpdoc-parser Upgraded 1.25.0 1.30.1 Compare
psr/log Upgraded 3.0.0 3.0.2 Compare
symfony/console Upgraded v6.4.8 v6.4.11 Compare
symfony/filesystem Upgraded v6.4.8 v6.4.9 Compare
symfony/polyfill-ctype Upgraded v1.29.0 v1.31.0 Compare
symfony/polyfill-intl-grapheme Upgraded v1.29.0 v1.31.0 Compare
symfony/polyfill-intl-normalizer Upgraded v1.29.0 v1.31.0 Compare
symfony/polyfill-mbstring Upgraded v1.29.0 v1.31.0 Compare
symfony/string Upgraded v6.4.8 v6.4.11 Compare

Copy link

🚧 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
composer/semver Upgraded 3.4.0 3.4.2 Compare
netresearch/jsonmapper Upgraded v4.2.0 v4.5.0 Compare
phpstan/phpstan Upgraded 1.10.57 1.12.3 Compare
phpstan/phpstan-symfony Upgraded 1.3.7 1.4.9 Compare
sebastian/diff Upgraded 5.1.0 5.1.1 Compare
shipmonk/composer-dependency-analyser Upgraded 1.5.0 1.7.0 Compare
spatie/array-to-xml Upgraded 3.2.2 3.3.0 Compare
symfony/polyfill-php80 Upgraded v1.29.0 v1.31.0 Compare
vimeo/psalm Upgraded 5.20.0 5.26.1 Compare

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-54ca25a16b branch October 6, 2024 19:52
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.

1 participant