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 3 updates #66

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Updates the requirements on ergebnis/composer-normalize, phpstan/phpstan and shipmonk/composer-dependency-analyser to permit the latest version.
Updates ergebnis/composer-normalize to 2.43.0

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.43.0

What's Changed

Full Changelog: ergebnis/composer-normalize@2.42.0...2.43.0

Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.43.0][2.43.0]

For a full diff see [2.42.0...2.43.0][2.42.0...2.43.0].

Changed

Fixed

[2.42.0][2.42.0]

For a full diff see [2.41.1...2.42.0][2.41.1...2.42.0].

Changed

[2.41.1][2.41.1]

For a full diff see [2.41.0...2.41.1][2.41.0...2.41.1].

Fixed

[2.41.0][2.41.0]

For a full diff see [2.40.0...2.41.0][2.40.0...2.41.0].

Changed

Fixed

[2.40.0][2.40.0]

For a full diff see [2.39.0...2.40.0][2.39.0...2.40.0].

Changed

... (truncated)

Commits
  • 4b46330 Enhancement: Prepare release
  • 4ef17a7 Fix: Reference
  • 9b60613 Merge pull request #1350 from ergebnis/dependabot/github_actions/ergebnis/dot...
  • c894991 Merge pull request #1349 from ergebnis/dependabot/github_actions/codecov/code...
  • cda099e github-actions(deps): Bump ergebnis/.github from 1.9.1 to 1.9.2
  • b46306d github-actions(deps): Bump codecov/codecov-action from 4.4.0 to 4.5.0
  • ab1f9f3 Merge pull request #1351 from ergebnis/fix/composer
  • 0a28cd4 Fix: Update composer/composer
  • 10b08ff Merge pull request #1348 from ergebnis/dependabot/github_actions/actions/chec...
  • 06a570d github-actions(deps): Bump actions/checkout from 4.1.6 to 4.1.7
  • Additional commits viewable in compare view

Updates phpstan/phpstan to 1.11.9

Release notes

Sourced from phpstan/phpstan's releases.

1.11.9

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 🐛

Internals 🔍

Commits
  • e370bcd PHPStan 1.11.9
  • 2229deb Updated PHPStan to commit 2229debcdc300987d0949a4ce9845c6e5561cd47
  • c400c2c Update baselines
  • e19e6e5 Updated PHPStan to commit e19e6e5f8cfa706cc30e44a17276a6bc269f995c
  • 35a2f57 Updated PHPStan to commit 35a2f577d14229e5f50ef83bd417f84ef56ee04e
  • 582a0f8 Updated PHPStan to commit 582a0f8a744fa2ebda2d98783c55c78183e8bbed
  • cf1096d Updated PHPStan to commit cf1096d0ccd281274c36f6083eaa9833e945b014
  • 5c54586 Updated PHPStan to commit 5c54586a2fdd3c560253c2cf0e1328fb3a46680d
  • bfef6da Updated PHPStan to commit bfef6da0c7b4937e4f7568ce78368e8f80befe9e
  • c0537db Updated PHPStan to commit c0537db2aa4a80b588ea1704c084ec17ab51aa0d
  • Additional commits viewable in compare view

Updates shipmonk/composer-dependency-analyser to 1.6.1

Release notes

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

1.6.1

Fixes

  • Fix PHP warning with no composer classloader (#150)
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

Updates the requirements on [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) to permit the latest version.

Updates `ergebnis/composer-normalize` to 2.43.0
- [Release notes](https://github.com/ergebnis/composer-normalize/releases)
- [Changelog](https://github.com/ergebnis/composer-normalize/blob/main/CHANGELOG.md)
- [Commits](ergebnis/composer-normalize@2.42.0...2.43.0)

Updates `phpstan/phpstan` to 1.11.9
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.11.8...1.11.9)

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

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2024
@janedbal janedbal merged commit e4110ad into master Aug 2, 2024
7 checks passed
@janedbal janedbal deleted the dependabot/composer/dev-dependencies-68be9ec7ed branch August 2, 2024 08:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant