Skip to content

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

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 Feb 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.2

Release notes

Sourced from phpstan/phpstan's releases.

2.1.2

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • 7d08f56 PHPStan 2.1.2
  • a54cdb0 Updated PHPStan to commit a54cdb0675e23385adba9d1b2b9e643994fa20d7
  • bed30a7 Updated PHPStan to commit bed30a79f4ed17651c48c031b89b60d4ce7453b2
  • b6b8ebd Updated PHPStan to commit b6b8ebd0fc5e6787214f31ad94ad2ca06030f26c
  • 961b404 Updated PHPStan to commit 961b404911dfebe0d03a4efe25ce6bca2e2b0932
  • 4e84074 Update errors identifiers
  • 14d5b98 Updated PHPStan to commit 14d5b98d5b57c7810f40c87160c783eea4cfd15d
  • bf923ad Updated PHPStan to commit bf923adb994d7b1f18954f2bb8ab3f855485b331
  • 7ac33a5 Update errors identifiers
  • 69770e5 Updated PHPStan to commit 69770e516e8800392ccf41f8d89b16e4155a7798
  • 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

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.2
- [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.2)

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 added the dependencies Pull requests that update a dependency file label Feb 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

Superseded by #81.

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-7015137016 branch March 1, 2025 12:27
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