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 7 updates #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the dev-dependencies group with 7 updates:

Package From To
ergebnis/composer-normalize 2.44.0 2.45.0
phpstan/phpstan 2.0.3 2.1.0
phpstan/phpstan-phpunit 2.0.1 2.0.3
phpstan/phpstan-strict-rules 2.0.0 2.0.1
phpunit/phpunit 10.5.38 10.5.40
shipmonk/composer-dependency-analyser 1.8.1 1.8.2
shipmonk/phpstan-rules 4.0.0 4.1.0

Updates ergebnis/composer-normalize from 2.44.0 to 2.45.0

Release notes

Sourced from ergebnis/composer-normalize's releases.

2.45.0

What's Changed

New Contributors

Full Changelog: ergebnis/composer-normalize@2.44.0...2.45.0

Changelog

Sourced from ergebnis/composer-normalize's changelog.

[2.45.0][2.45.0]

For a full diff see [2.44.0...2.45.0][2.44.0...2.45.0].

Added

Changed

Commits

Updates phpstan/phpstan from 2.0.3 to 2.1.0

Release notes

Sourced from phpstan/phpstan's releases.

2.1.0

Read all about this release on PHPStan's blog!

Major new features 🚀

  • Support for PHP 8.4's property hooks (RFC)
  • Support for PHP 8.4's asymmetric visibility (RFC)
  • Support for PHP 8.4's #[Deprecated] attribute (RFC)

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 🔍

2.0.4

This release includes improvements and fixes from PHPStan 1.12.13.

Improvements 🔧

... (truncated)

Commits
  • 2392d36 PHPStan 2.1.0
  • a83c3dc Updated PHPStan to commit a83c3dcefef85bf648881d2f620c8d5bb0ca245c
  • 4dc1554 fix(deps): update dependency @​codemirror/language to v6.10.8
  • c50b35f Fix code example in type-specifying-extensions doc
  • 732b9d0 Update errors identifiers
  • da12dc2 Updated PHPStan to commit da12dc2d10aff3d1dcd79c8aa4cbdc24a5e5ed26
  • 178240b Update errors identifiers
  • c34432b Updated PHPStan to commit c34432b4ce5e3ca48d56b7cbbc9f7daa717701be
  • 740b4a3 Fix reflection API docs about constants
  • 06d592d Updated PHPStan to commit 06d592d410ca18af5628935238a7089687b29eaa
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 2.0.1 to 2.0.3

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.3

  • e32ac65 - Support assertNotEquals in AssertEqualsIsDiscouragedRule

2.0.2

  • 2cedfb7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 10880da - Implement AssertEqualsIsDiscouragedRule (#216)
  • 4b6ad7f - Fix
  • bec49ea - Merge branch '1.4.x' into 2.0.x
  • 3cc8554 - Fixes after PHPStan update
  • 09e2d3b - Uncover everything behind the bleedingEdge flag
  • 4d861e0 - Fix after TypeSpecifier BC break
  • 3faa605 - Update build-cs
  • 953195d - Stop testing PHP 7.2 and 7.3
  • 7f1457f - Open 2.0.x
Commits
  • e32ac65 Support assertNotEquals in AssertEqualsIsDiscouragedRule
  • 2cedfb7 Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 10880da Implement AssertEqualsIsDiscouragedRule (#216)
  • 72a6721 Use more specific node-type
  • See full diff in compare view

Updates phpstan/phpstan-strict-rules from 2.0.0 to 2.0.1

Release notes

Sourced from phpstan/phpstan-strict-rules's releases.

2.0.1

  • ed6fea0 - Added strictRulesInstalled parameter
Commits

Updates phpunit/phpunit from 10.5.38 to 10.5.40

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.40

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

How to install or update PHPUnit

PHPUnit 10.5.39

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.40] - 2024-12-21

Fixed

  • #6082: assertArrayHasKey(), assertArrayNotHasKey(), arrayHasKey(), and ArrayHasKey::__construct() do not support all possible key types
  • #6087: --migrate-configuration does not remove beStrictAboutTodoAnnotatedTests attribute from XML configuration file

[10.5.39] - 2024-12-11

Added

  • #6081: DefaultResultCache::mergeWith() for merging result cache instances

Fixed

  • #6066: TeamCity logger does not handle error/skipped events in before-class methods correctly
Commits

Updates shipmonk/composer-dependency-analyser from 1.8.1 to 1.8.2

Release notes

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

1.8.2

Fixes

  • Fix detection of global user function (e.g. polyfills) (#210)
  • Fix extension conflict with const definition (#213)
Commits

Updates shipmonk/phpstan-rules from 4.0.0 to 4.1.0

Release notes

Sourced from shipmonk/phpstan-rules's releases.

4.1.0

New features:

  • forbidCustomFunctions now detects even fist class callables, anonymous classes and array/string callables in arguments (#288)
    • e.g. new class extends DeniedParent {}
    • e.g. $this->deniedMethod(...)
    • e.g. array_map([$this, 'deniedMethod'], $a)
    • e.g. array_map('denied_function', $a)
Commits
  • 2f645b7 Update dependencies in composer.lock (#291)
  • c89eb1f Drop dependabot (#290)
  • ac28977 ForbidCustomFunctionsRule: test denied anonymous class parent (#289)
  • 73aec08 ForbidCustomFunctionsRule: detect first class callables, anonymous classes an...
  • e469a2a Revive dead-code-detector (#284)
  • 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 dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ergebnis/composer-normalize](https://github.com/ergebnis/composer-normalize) | `2.44.0` | `2.45.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `2.0.3` | `2.1.0` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.1` | `2.0.3` |
| [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) | `2.0.0` | `2.0.1` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.38` | `10.5.40` |
| [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) | `1.8.1` | `1.8.2` |
| [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) | `4.0.0` | `4.1.0` |


Updates `ergebnis/composer-normalize` from 2.44.0 to 2.45.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.44.0...2.45.0)

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

Updates `phpstan/phpstan-phpunit` from 2.0.1 to 2.0.3
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@2.0.1...2.0.3)

Updates `phpstan/phpstan-strict-rules` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases)
- [Commits](phpstan/phpstan-strict-rules@2.0.0...2.0.1)

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

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

Updates `shipmonk/phpstan-rules` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases)
- [Commits](shipmonk-rnd/phpstan-rules@4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: ergebnis/composer-normalize
  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-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-strict-rules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: shipmonk/phpstan-rules
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jan 1, 2025
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.

0 participants