Skip to content

Bump the dev-dependencies group across 1 directory with 6 updates #81

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on ergebnis/composer-normalize, phpstan/phpstan, phpstan/phpstan-phpunit, phpstan/phpstan-strict-rules, shipmonk/composer-dependency-analyser and shipmonk/phpstan-rules to permit the latest version.
Updates ergebnis/composer-normalize 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

[2.44.0][2.44.0]

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

Changed

[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].

... (truncated)

Commits

Updates phpstan/phpstan to 2.1.6

Release notes

Sourced from phpstan/phpstan's releases.

2.1.6

Improvements 🔧

Bugfixes 🐛

Internals 🔍

Commits
  • 6eaec7c PHPStan 2.1.6
  • 24e2736 Updated PHPStan to commit 24e2736d6af9b4f89a4c1a4dfa57d8be6e020e6f
  • 5c0771e Updated PHPStan to commit 5c0771e60af21bcc89422392c9b8c1046af2eb98
  • 9d7dc2e Enable Bladestan integration test
  • ee7eb11 Updated PHPStan to commit ee7eb11693d9962de8dbab9eb099811a6f154e6e
  • 200504b fix(deps): update website
  • f2bf43c Updated PHPStan to commit f2bf43c213819cc59f64f86c4421a664d1f75905
  • 83da59c Update BACKERS.md
  • 0bc37ee Update PHPUnit integration test
  • cc6bd17 Update BACKERS.md
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit to 2.0.4

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.4

  • d09e152 - Fix error message for "assertNotEquals" usage referencing "assertSame" and "assertEquals"
Commits
  • d09e152 Fix error message for "assertNotEquals" usage referencing "assertSame" and "a...
  • 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
  • 4b6ad7f Fix
  • bec49ea Merge branch '1.4.x' into 2.0.x
  • 11d4235 fix: Make sure Assert::assertIsList correctly asserts an array as list
  • See full diff in compare view

Updates phpstan/phpstan-strict-rules to 2.0.3

Release notes

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

2.0.3

  • 8b88b5f - Deprecated parent constructor must not be called
Commits
  • 8b88b5f Deprecated parent constructor must not be called
  • 02277ce Merge remote-tracking branch 'origin/1.6.x' into 2.0.x
  • b564ca4 Handle SimpleXMLElement in VariablePropertyFetchRule
  • ed6fea0 Added strictRulesInstalled parameter
  • See full diff in compare view

Updates shipmonk/composer-dependency-analyser 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 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Dependabot does not support your PHP version. Because of this, Dependabot cannot update this pull request.

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

Updates `ergebnis/composer-normalize` 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` to 2.1.6
- [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.1...2.1.6)

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

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

Updates `shipmonk/composer-dependency-analyser` 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` 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
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-strict-rules
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: shipmonk/phpstan-rules
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/dev-dependencies-f3935f6eed branch from 6afbbf5 to fc0c538 Compare March 17, 2025 10:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2025

Dependabot does not support your PHP version. Because of this, Dependabot cannot update this pull request.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2025

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

@dependabot dependabot bot closed this Mar 21, 2025
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-f3935f6eed branch March 21, 2025 14:16
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