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 with 4 updates #54

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

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

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

Release notes

Sourced from phpstan/phpstan-symfony's releases.

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

  • d8a0bc0 - Narrow type for Extension::getConfiguration if class exists
Commits
  • 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
  • a32bc86 Add @param-out for PropertyAccessor
  • 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 4 updates: [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.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.4
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.7...1.4.4)

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: 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-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 Jun 24, 2024

The following labels could not be found: dependencies.

Copy link

🏰 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/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

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
netresearch/jsonmapper Upgraded v4.2.0 v4.4.1 Compare
phpstan/phpstan Upgraded 1.10.57 1.11.5 Compare
phpstan/phpstan-symfony Upgraded 1.3.7 1.4.4 Compare
sebastian/diff Upgraded 5.1.0 5.1.1 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
vimeo/psalm Upgraded 5.20.0 5.25.0 Compare

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

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

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-03d676ea68 branch July 1, 2024 09: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.

0 participants