Skip to content

Bump the composer-require-dev group across 1 directory with 8 updates#267

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-require-dev-69a25ae319
Closed

Bump the composer-require-dev group across 1 directory with 8 updates#267
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-require-dev-69a25ae319

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 14, 2025

Copy link
Copy Markdown
Contributor

Bumps the composer-require-dev group with 8 updates in the / directory:

Package From To
dealerdirect/phpcodesniffer-composer-installer 1.1.2 1.2.0
php-stubs/woocommerce-stubs 10.1.1 10.3.5
phpcompatibility/phpcompatibility-wp 2.1.7 2.1.8
phpstan/phpstan 2.1.23 2.1.32
phpstan/phpstan-phpunit 2.0.7 2.0.8
phpstan/phpstan-strict-rules 2.0.6 2.0.7
shipmonk/dead-code-detector 0.13.3 0.13.5
szepeviktor/phpstan-wordpress 2.0.2 2.0.3

Updates dealerdirect/phpcodesniffer-composer-installer from 1.1.2 to 1.2.0

Release notes

Sourced from dealerdirect/phpcodesniffer-composer-installer's releases.

v1.2.0

Changed

  • Various housekeeping, including improvements to the documentation and tests.

Removed

Changelog

Sourced from dealerdirect/phpcodesniffer-composer-installer's changelog.

[v1.2.0] - 2025-11-11

Changed

  • Various housekeeping, including improvements to the documentation and tests.

Removed

  • Drop support for PHP_CodeSniffer 2.x. Thanks [@​jrfnl] ! #261

#261: PHPCSStandards/composer-installer#261

Commits
  • 845eb62 Merge pull request #266 from PHPCSStandards/feature/changelog-for-release-1.2.0
  • ba1c822 Changelog for the 1.2.0 release
  • 0561345 Merge pull request #265 from PHPCSStandards/feature/update-to-phpcompat-10
  • 353aabf Composer/CS: update to PHPCompatibility 10.0.0-alpha1
  • f3d4d45 Merge pull request #264 from PHPCSStandards/feature/tests-phpcsversion-update...
  • 301473d Tests/PHPCSVersions: update for branching of PHP 8.5
  • 4df7d5d Merge pull request #263 from PHPCSStandards/feature/tests-bootstrap-fix-custo...
  • abcd28f Merge pull request #262 from PHPCSStandards/feature/tests-phpcsversion-fix-mi...
  • 1b29856 Tests/bootstrap: fix custom autoloader for running with PHAR file
  • d208afd Tests/PHPCSVersions: bug fix
  • Additional commits viewable in compare view

Updates php-stubs/woocommerce-stubs from 10.1.1 to 10.3.5

Commits
  • 4758987 Generate stubs for WooCommerce 10.3.5
  • 1692c7d Generate stubs for WooCommerce 10.3.4
  • 8d03721 Generate stubs for WooCommerce 10.3.0
  • 6f4fe6c Generate stubs for WooCommerce 10.2.2
  • d88ff4b Generate stubs for WooCommerce 10.2.1
  • 113bf98 Generate stubs for WooCommerce 10.2.0
  • 2098fa4 Generate stubs for WooCommerce 10.1.2
  • See full diff in compare view

Updates phpcompatibility/phpcompatibility-wp from 2.1.7 to 2.1.8

Release notes

Sourced from phpcompatibility/phpcompatibility-wp's releases.

2.1.8 - 2025-10-18

This is a maintenance release.

  • The ruleset now includes schema tags.
  • General housekeeping and maintenance.
Changelog

Sourced from phpcompatibility/phpcompatibility-wp's changelog.

[2.1.8] - 2025-10-18

This is a maintenance release.

  • The ruleset now includes schema tags.
  • General housekeeping and maintenance.
Commits
  • 7c8d18b Merge pull request #75 from PHPCompatibility/feature/changelog-2.1.8
  • e44ab9d Changelog for the release of version 2.1.8
  • 8cecb58 CHANGELOG: fix bullet consistency
  • 0ce84af Merge pull request #73 from PHPCompatibility/feature/dependabot-fix-config
  • 280daa4 Dependabot: remove cooldown
  • 014f1ed Merge pull request #72 from PHPCompatibility/feature/ghactions-set-minimal-pe...
  • 17206f5 GH Actions: set permissions for each workflow/job
  • c3795e0 Merge pull request #71 from PHPCompatibility/feature/ghactions-do-not-persist...
  • ced596b GH Actions: do not persist credentials
  • c7146e4 Merge pull request #70 from PHPCompatibility/feature/ghactions-pin-action-run...
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 2.1.23 to 2.1.32

Release notes

Sourced from phpstan/phpstan's releases.

2.1.32

Improvements 🔧

Bugfixes 🐛

... (truncated)

Commits
  • e126cad PHPStan 2.1.32
  • e870ac1 Updated PHPStan to commit e870ac104cdf2b6ce67aed0d6e7e1f5cbce9b07f
  • 7ee3bab Updated PHPStan to commit 7ee3bab1e47ca796b091a5453ae399f7be103ab7
  • 8798023 Update errors identifiers
  • e52e074 Updated PHPStan to commit e52e0742f5a87cfd256907146a36e495392a417b
  • 5d2e827 Update errors identifiers
  • c83ea66 Updated PHPStan to commit c83ea66b270673ddf8cf505f2a9e3df62cfe2d21
  • 263c841 Updated PHPStan to commit 263c841b7da0440071de938b9fea9d47df22cb01
  • 6b7d093 Update errors identifiers
  • f0d21a7 Updated PHPStan to commit f0d21a7cfb878bd818ccc7c92d2a366b08752886
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 2.0.7 to 2.0.8

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.8

  • 2fe9fbe - Fix AssertSameWithCountRule for recursive count()
  • d935297 - Fix "Unexpected input(s) 'extensions', valid inputs are ['php-version', 'php-extensions', 'build-infection-path']"
  • 8532ceb - Make AssertSameNullExpectedRule auto-fixable
  • a4abfc1 - Use TypeSystem in AssertSameBooleanExpectedRule
  • 36cb9a6 - Make AssertSameBooleanExpectedRule auto-fixable
  • 450bfc0 - Added assertArrayHasKey() expectations
  • 033f690 - PHPUnit 9.x/10.x does not at all support named arguments from data-providers
  • 758d343 - Refactor PHPUnitVersionDetector to ease different major version checks
  • dd87f2e - Assert*Rules: Do cheap checks first (#247)
  • 5c89d74 - Ignore missingType.iterableValue for data-providers
  • 1fbc321 - move analyse-paths into phpstan.neon
  • 11f3ada - Fix mutation testing on dev branch (#244)
  • 53e33fc - Setup mutation testing
  • 12676a7 - One more test
  • c81e395 - Fix memory consumption in DataProviderDataRule
  • 61860a6 - Implement DataProviderDataRule
  • 39950c7 - Preparational refactoring for DataProviderDataRule
  • c54a269 - Narrow too wide return type
  • 9ec3fa9 - Modernize code examples in README.md
  • b1df1f5 - chore(deps): update actions/checkout action to v5
  • 1d7eb7e - chore(deps): update eomm/why-don-t-you-tweet action to v2
Commits
  • 2fe9fbe Fix AssertSameWithCountRule for recursive count()
  • d935297 Fix "Unexpected input(s) 'extensions', valid inputs are ['php-version', 'php-...
  • 8532ceb Make AssertSameNullExpectedRule auto-fixable
  • a4abfc1 Use TypeSystem in AssertSameBooleanExpectedRule
  • 36cb9a6 Make AssertSameBooleanExpectedRule auto-fixable
  • 450bfc0 Added assertArrayHasKey() expectations
  • 033f690 PHPUnit 9.x/10.x does not at all support named arguments from data-providers
  • 758d343 Refactor PHPUnitVersionDetector to ease different major version checks
  • dd87f2e Assert*Rules: Do cheap checks first (#247)
  • 5c89d74 Ignore missingType.iterableValue for data-providers
  • Additional commits viewable in compare view

Updates phpstan/phpstan-strict-rules from 2.0.6 to 2.0.7

Release notes

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

2.0.7

  • d6211c4 - enable checkStrictPrintfPlaceholderTypes
  • 6b78d53 - Update README.md
  • 0435aeb - Consolidate overwriteVariablesWithLoop rule details
  • e861638 - Simplify tests in which checkNullables is always true
  • 11b6403 - Simplify tests in which treatPhpDocTypesAsCertain is always true
  • b043bd8 - Simplify RequireParentConstructCallRule
  • 9f76a17 - Update actions/checkout action to v5
  • 2b69ec5 - Update Eomm/why-don-t-you-tweet action to v2
Commits
  • d6211c4 enable checkStrictPrintfPlaceholderTypes
  • 6b78d53 Update README.md
  • 0435aeb Consolidate overwriteVariablesWithLoop rule details
  • e861638 Simplify tests in which checkNullables is always true
  • 11b6403 Simplify tests in which treatPhpDocTypesAsCertain is always true
  • b043bd8 Simplify RequireParentConstructCallRule
  • 9f76a17 Update actions/checkout action to v5
  • 2b69ec5 Update Eomm/why-don-t-you-tweet action to v2
  • See full diff in compare view

Updates shipmonk/dead-code-detector from 0.13.3 to 0.13.5

Release notes

Sourced from shipmonk/dead-code-detector's releases.

0.13.5

Improvements:

  • Symfony & Doctrine (#258):
    • Support #[AsDoctrineListener]
    • Support #[AutoconfigureTag('doctrine.event_listener')]

0.13.4

Fixes:

  • Fix disabling dead methods detection (#257)
Commits
  • a12cdd0 Implement AsDoctrineListener and AutoconfigureTag doctrine.event_listener (#258)
  • 5acf474 Fix disabling dead methods detection (#257)
  • See full diff in compare view

Updates szepeviktor/phpstan-wordpress from 2.0.2 to 2.0.3

Release notes

Sourced from szepeviktor/phpstan-wordpress's releases.

v2.0.3

What's Changed

Full Changelog: szepeviktor/phpstan-wordpress@v2.0.2...v2.0.3

Commits
  • aa722f0 Gather assert types conditional on installed PHPStan version (#301)
  • 1cdb6d5 Add PHP 8.4 to travis config (#300)
  • 4143d06 Add slashit functions extension & fix stripslashes extension (#299)
  • 49b833d Update TYPOS_VERSION to 1.36.2
  • 585afd4 Add return type extension for normalize_whitespace (#298)
  • 4a2cffe Add return type extension for wp_slash() (#296)
  • 703f4bc Fix StripslashesFromStringsOnlyDynamicFunctionReturnTypeExtension (#295)
  • 9edf798 Add return type extension for stripslashes_from_strings_only() (#294)
  • 4d060f7 Remove stubs generator scripts
  • 1d6d3f3 Fix handling of dynamic constants (#286)
  • Additional commits viewable 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 composer-require-dev group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dealerdirect/phpcodesniffer-composer-installer](https://github.com/PHPCSStandards/composer-installer) | `1.1.2` | `1.2.0` |
| [php-stubs/woocommerce-stubs](https://github.com/php-stubs/woocommerce-stubs) | `10.1.1` | `10.3.5` |
| [phpcompatibility/phpcompatibility-wp](https://github.com/PHPCompatibility/PHPCompatibilityWP) | `2.1.7` | `2.1.8` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `2.1.23` | `2.1.32` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.7` | `2.0.8` |
| [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) | `2.0.6` | `2.0.7` |
| [shipmonk/dead-code-detector](https://github.com/shipmonk-rnd/dead-code-detector) | `0.13.3` | `0.13.5` |
| [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) | `2.0.2` | `2.0.3` |



Updates `dealerdirect/phpcodesniffer-composer-installer` from 1.1.2 to 1.2.0
- [Release notes](https://github.com/PHPCSStandards/composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/CHANGELOG.md)
- [Commits](PHPCSStandards/composer-installer@v1.1.2...v1.2.0)

Updates `php-stubs/woocommerce-stubs` from 10.1.1 to 10.3.5
- [Commits](php-stubs/woocommerce-stubs@v10.1.1...v10.3.5)

Updates `phpcompatibility/phpcompatibility-wp` from 2.1.7 to 2.1.8
- [Release notes](https://github.com/PHPCompatibility/PHPCompatibilityWP/releases)
- [Changelog](https://github.com/PHPCompatibility/PHPCompatibilityWP/blob/master/CHANGELOG.md)
- [Commits](PHPCompatibility/PHPCompatibilityWP@2.1.7...2.1.8)

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

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

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

Updates `shipmonk/dead-code-detector` from 0.13.3 to 0.13.5
- [Release notes](https://github.com/shipmonk-rnd/dead-code-detector/releases)
- [Commits](shipmonk-rnd/dead-code-detector@0.13.3...0.13.5)

Updates `szepeviktor/phpstan-wordpress` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](szepeviktor/phpstan-wordpress@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-require-dev
- dependency-name: php-stubs/woocommerce-stubs
  dependency-version: 10.3.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-require-dev
- dependency-name: phpcompatibility/phpcompatibility-wp
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-require-dev
- dependency-name: phpstan/phpstan
  dependency-version: 2.1.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-require-dev
- dependency-name: phpstan/phpstan-phpunit
  dependency-version: 2.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-require-dev
- dependency-name: phpstan/phpstan-strict-rules
  dependency-version: 2.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-require-dev
- dependency-name: shipmonk/dead-code-detector
  dependency-version: 0.13.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-require-dev
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-require-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added chore Minor changes or updates. dependencies Related to project dependencies. labels Nov 14, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 5, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Dec 5, 2025
@dependabot dependabot Bot deleted the dependabot/composer/composer-require-dev-69a25ae319 branch December 5, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Minor changes or updates. dependencies Related to project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants