Bump the dev-dependencies group across 1 directory with 7 updates #86
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on editorconfig-checker/editorconfig-checker, 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
editorconfig-checker/editorconfig-checker
to 10.7.0Release notes
Sourced from editorconfig-checker/editorconfig-checker's releases.
Commits
eb2581b
Update core to 3.2.1 (#328)6017cc9
Run PHP 8.4 in CI (#329)2e67401
build(deps-dev): bump squizlabs/php_codesniffer from 3.11.1 to 3.11.3 (#327)c44f0dc
build(deps-dev): bump squizlabs/php_codesniffer from 3.10.3 to 3.11.1 (#325)cbede13
build(deps-dev): bump phpstan/phpstan from 1.12.5 to 1.12.7 (#324)ba3078e
build(deps-dev): bump squizlabs/php_codesniffer from 3.10.2 to 3.10.3 (#322)116cc53
build(deps-dev): bump phpstan/phpstan from 1.12.0 to 1.12.5 (#323)0b48bb7
Readme: simplify, link core docs (#320)748f72d
build(deps-dev): bump squizlabs/php_codesniffer from 3.10.1 to 3.10.2 (#316)4a0bbc1
Bump phpstan/phpstan to 1.12 (#318)Updates
ergebnis/composer-normalize
to 2.45.0Release notes
Sourced from ergebnis/composer-normalize's releases.
Changelog
Sourced from ergebnis/composer-normalize's changelog.
... (truncated)
Commits
bb82b48
Enhancement: Prepare releasea30c39e
Fix: Reference9fcc329
Merge pull request #1377 from ruudk/patch-13148f21
Add PHP 8.4 to test matrix103f306
Merge pull request #1415 from ergebnis/feature/synchronize9f8cb22
Enhancement: Synchronize with ergebnis/php-package-templateba25aed
Merge pull request #1416 from ergebnis/feature/composerb1ff40c
Enhancement: Update composer/composer4d7e06c
Fix: Order60924c6
Merge pull request #1410 from tacman/patch-1Updates
phpstan/phpstan
to 2.1.8Release notes
Sourced from phpstan/phpstan's releases.
Commits
f9adff3
PHPStan 2.1.843403e4
Update errors identifiers781aefa
Updated PHPStan to commit 781aefaf6b2bbaca5a02e017984852fc1b9b99f0e05aaed
Updated PHPStan to commit e05aaed53e1cdaaacd4f052195ae7f9996ee058db1a96eb
Update errors identifiers75ac060
Updated PHPStan to commit 75ac0608c6b7283d83ea16e5c503d3328c34fb4af29c855
Updated PHPStan to commit f29c855ec94015bfd77caa97b9cee6e9d38ca5a0692d510
Updated PHPStan to commit 692d5103e089f902ab930022ebbc6ee31c850002dde8da5
Updated PHPStan to commit dde8da5c697f0d5e8fe4f8e356342afe513fa9fa0048b35
Update errors identifiersUpdates
phpstan/phpstan-phpunit
to 2.0.4Release notes
Sourced from phpstan/phpstan-phpunit's releases.
Commits
d09e152
Fix error message for "assertNotEquals" usage referencing "assertSame" and "a...e32ac65
Support assertNotEquals in AssertEqualsIsDiscouragedRule2cedfb7
Merge remote-tracking branch 'origin/1.4.x' into 2.0.x10880da
Implement AssertEqualsIsDiscouragedRule (#216)72a6721
Use more specific node-type4b6ad7f
Fixbec49ea
Merge branch '1.4.x' into 2.0.x11d4235
fix: Make sure Assert::assertIsList correctly asserts an array as listUpdates
phpstan/phpstan-strict-rules
to 2.0.4Release notes
Sourced from phpstan/phpstan-strict-rules's releases.
Commits
3e139cb
Check for boolean in while conditionsb20f78c
Fix build51abacd
Fix build342fa26
Update LICENSEa0e1926
Update LICENSE8b88b5f
Deprecated parent constructor must not be called02277ce
Merge remote-tracking branch 'origin/1.6.x' into 2.0.xb564ca4
Handle SimpleXMLElement in VariablePropertyFetchRuleed6fea0
AddedstrictRulesInstalled
parameterUpdates
shipmonk/composer-dependency-analyser
to 1.8.2Release notes
Sourced from shipmonk/composer-dependency-analyser's releases.
Commits
f374f53
Fix extension conflict with const definition (#213)160c1c6
Detect global user functions (e.g. polyfills) (#210)6d1ad56
CI: simplify PHP 8.4 config (#212)00a9c3e
E2E: refresh list (#211)96321e0
E2E: refresh, keep only green setup (#201)affb57c
gitattributes: no export scripts (#200)Updates
shipmonk/phpstan-rules
to 4.1.1Release notes
Sourced from shipmonk/phpstan-rules's releases.
Commits
bf6c463
ForbidCastRule: fix custom blacklist (#297)79692c6
Fix build for latest PHPStan 2.1.8 (#296)45c9ff8
Bump dev dependencies (#294)207bdba
EnforceIteratorToArrayPreserveKeysRule: fix test for latest PHPStan (#293)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)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