Skip to content

build(deps-dev): bump the all-minor-patch group with 2 updates#445

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/all-minor-patch-62ce9fc664
Open

build(deps-dev): bump the all-minor-patch group with 2 updates#445
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/all-minor-patch-62ce9fc664

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps the all-minor-patch group with 2 updates: brain/monkey and axepress/wp-graphql-cs.

Updates brain/monkey from 2.6.1 to 2.7.0

Release notes

Sourced from brain/monkey's releases.

v2.7.0

Added

  • The function mocks for has_filter() and has_action() now support the $priority parameter as added in WordPress 6.9 by @​jrfnl.

Changed

  • Composer: the version constraints for Mockery have been tightened up by @​jrfnl.
  • Confirmed compatibility with PHP 8.4 and 8.5.
  • The package as distributed will no longer contain dev-only files by @​jrfnl.
  • Various housekeeping, including improvements to the tests, documentation and CI.

Fixed

  • Default values for some parameters in function mocks for WP have been aligned with WP Core by @​jrfnl. This fixes a few situations where WP Core would allow for not passing a parameter, while BrainMonkey did not, or would expect a different default value when skipping a parameter. In particular, this affects the function mocks of doing_action(), doing_filter(), do_action_deprecated(), apply_filters_deprecated(), has_filter() and has_action().

Full Changelog: Brain-WP/BrainMonkey@2.6.2...2.7.0

v2.6.2

Changed

  • Several updates and improvements on GH Actions, by @​jrfnl
  • Add dependabot configuration file by @​jrfnl
  • WP Helper functions: ensure parameter names are in line with WP Core by @​jrfnl
  • Predefined functions enhancements by @​gmazzap

Added


Full Changelog: Brain-WP/BrainMonkey@2.6.1...2.6.2

Commits
  • ea3aeb3 Merge pull request #180 from Brain-WP/feature/sync-with-wp-3
  • e4c7be3 WP Helper functions - has_*(): sync signature with WP 6.9
  • e536f32 WP Helper functions - has_*(): ensure parameter defaults are in line with W...
  • 3f029bb Merge pull request #179 from Brain-WP/feature/ghactions-pin-action-runners
  • 002cff9 Dependabot: update config
  • ba495c3 GH Actions: "pin" all action runners
  • 5d2aea1 Merge pull request #176 from Brain-WP/feature/ghactions-test-job-rename-vars
  • 86df8ae Merge pull request #177 from Brain-WP/feature/sync-with-wp-1
  • a6cae7d Merge pull request #178 from Brain-WP/feature/sync-with-wp-2
  • 0e3ce6b WP Helper functions - doing_*(): ensure parameter defaults are in line with...
  • Additional commits viewable in compare view

Updates axepress/wp-graphql-cs from 2.0.0-beta.3 to 2.1.0

Release notes

Sourced from axepress/wp-graphql-cs's releases.

v2.1.0 - 2026-01-18

This release adds support for the latest alpha versions of PHPCompatibility and PHPCompatibilityWP, and makes a few accompanying changes to the rulesets.

What's Changed

WPGraphQL-Minimum

  • feat: Add additional @phpstan-* properties to SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation.ignoredAnnotationNames.
  • feat: Exclude deprecated WordPressVIPMinimum.JS ruleset.

WPGraphQL-Extra

  • feat: Add Squiz.WhiteSpace.FunctionSpacing to WPGraphQL-Extra ruleset to limit max. consecutive blank lines to 1 instead of 2.

Misc

  • dev: Add support for PHPCompatibility v10-alpha and PHPCompatibilityWP v3-alpha.
  • docs: Update example ruleset to default to PHP 8.2 and WP 6.5.
  • ci: Update GitHub workflow with latest action versions.
  • ci: Add dependabot.yml config for GitHub workflows.
  • chore: Address misc formatting nits.

New Contributors

Full Changelog: AxeWP/WPGraphQL-Coding-Standards@2.0.1...2.1.0

v2.0.1 - 2025-05-03

This release fixes several bugs where rules were not being disabled correctly.

We've also added CI to the repo to test the rulesets against the latest WPGraphQL codebase, to preemptively catch future issues.

What's Changed

WPGraphQL-Core

  • fix: Fix incorrect excludes XML block in WPGraphQL-Core ruleset.

WPGraphQL-Docs

  • fix: Disable Squiz.Commenting.VariableComment.MissingVar in favor of SlevomatCodingStandard.TypeHints.PropertyTypeHint.

WPGraphQL-Minimum

  • fix: Ignore SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation for PHPStan annotations.

Misc

  • ci: Add test workflow.
  • docs: cleanup Readme.

... (truncated)

Changelog

Sourced from axepress/wp-graphql-cs's changelog.

[ 2.1.0 ] - 2026-01-18

This release adds support for the latest alpha versions of PHPCompatibility and PHPCompatibilityWP, and makes a few accompanying changes to the rulesets.

WPGraphQL-Minimum

  • feat: Add additional @phpstan-* properties to SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation.ignoredAnnotationNames.
  • feat: Exclude deprecated WordPressVIPMinimum.JS ruleset.

WPGraphQL-Extra

  • feat: Add Squiz.WhiteSpace.FunctionSpacing to WPGraphQL-Extra ruleset to limit max. consecutive blank lines to 1 instead of 2.

Misc

  • dev: Add support for PHPCompatibility v10-alpha and PHPCompatibilityWP v3-alpha.
  • docs: Update example ruleset to default to PHP 8.2 and WP 6.5.
  • ci: Update GitHub workflow with latest action versions.
  • ci: Add dependabot.yml config for GitHub workflows.
  • chore: Address misc formatting nits.

[ 2.0.1 ] - 2025-05-03

This release fixes several bugs where rules were not being disabled correctly.

We've also added CI to the repo to test the rulesets against the latest WPGraphQL codebase, to preemptively catch future issues.

WPGraphQL-Core

  • fix: Fix incorrect excludes XML block in WPGraphQL-Core ruleset.

WPGraphQL-Docs

  • fix: Disable Squiz.Commenting.VariableComment.MissingVar in favor of SlevomatCodingStandard.TypeHints.PropertyTypeHint.

WPGraphQL-Minimum

  • fix: Ignore SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation for PHPStan annotations.

Misc

  • ci: Add test workflow.
  • docs: cleanup Readme.

[2.0.0] - 2025-02-15

This release updates the WPGraphQL-Core ruleset to match the latest changes included in WPGraphQL v2.0.0.

It also marks the first v2.0 "stable" release of the WPGraphQL Coding Standards. While it coincides with WPGraphQL v2.0, it's more of a reflection of the stability of the ruleset that these were the only changes needed to WPGraphQL or these rulesets since April 2020.

WPGraphQL-Core

... (truncated)

Commits

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 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 all-minor-patch group with 2 updates: [brain/monkey](https://github.com/Brain-WP/BrainMonkey) and [axepress/wp-graphql-cs](https://github.com/AxeWP/WPGraphQL-Coding-Standards).


Updates `brain/monkey` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/Brain-WP/BrainMonkey/releases)
- [Commits](Brain-WP/BrainMonkey@2.6.1...2.7.0)

Updates `axepress/wp-graphql-cs` from 2.0.0-beta.3 to 2.1.0
- [Release notes](https://github.com/AxeWP/WPGraphQL-Coding-Standards/releases)
- [Changelog](https://github.com/AxeWP/WPGraphQL-Coding-Standards/blob/develop/CHANGELOG.md)
- [Commits](AxeWP/WPGraphQL-Coding-Standards@2.0.0-beta.3...2.1.0)

---
updated-dependencies:
- dependency-name: brain/monkey
  dependency-version: 2.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: axepress/wp-graphql-cs
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner May 27, 2026 15:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 27, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2026

⚠️ No Changeset found

Latest commit: 4543681

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants