Skip to content

Comments

chore(deps): update dependency wp-graphql/wp-graphql to v2#1022

Merged
SimonS merged 1 commit intomasterfrom
renovate/wp-graphql-wp-graphql-2.x
Feb 19, 2026
Merged

chore(deps): update dependency wp-graphql/wp-graphql to v2#1022
SimonS merged 1 commit intomasterfrom
renovate/wp-graphql-wp-graphql-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2026

This PR contains the following updates:

Package Change Age Confidence
wp-graphql/wp-graphql ^1.32.1^2.6.0 age confidence

Release Notes

wp-graphql/wp-graphql (wp-graphql/wp-graphql)

v2.6.0

Compare Source

Release Notes

Changelog

Bump Type: minor

✨ New Features
  • feat: refactor experiment registry for better testability (#​3453)
🔄 Other Changes
  • ci: optimize CI matrix with minimal/full modes (#​3465)
  • ci: evaluate Codecov alongside Coveralls for code coverage (#​3463)
  • ci: gitignore build directory and improve asset loading (#​3461)
  • test: only apply URL rewriting for Codeception tests, not Playwright e2e (#​3460)
  • test: bump Codeception to v3.7 (#​3456)
  • chore: update node, npm, and composer deps (#​3454)
  • ci: replace custom docker with wp-env (#​3451)
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.5.4

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: align cookie authentication with WordPress REST API pattern (#​3448)
👏 Contributors

Thanks to the following contributors for making this release possible:

@since Tag / Deprecation Placeholder Updates

Updated 3 version placeholders in the following files:

  • src/Router.php (1 update)
  • src/Request.php (2 updates)

v2.5.3

Compare Source

Release Notes

Changelog

Bump Type: patch

🔄 Other Changes
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.5.2

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: Prevent fatal error when updating options via /wp-admin/options.php (#​3440)
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.5.1

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: Add fallback sizes to MediaItemSizeEnum when intermediate sizes are disabled (#​3433)
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.5.0

Compare Source

Release Notes

Note: Version 2.4.0 was skipped due to an issue with the release automation workflow where the version was bumped twice (once manually and once by the workflow). The fixes included in this release were originally intended for v2.4.0, but to maintain consistency with the WordPress.org deployment, we're releasing as v2.5.0 instead. The workflow has been updated to prevent this issue in future releases.

Changelog

Bump Type: minor

✨ New Features
  • feat: Implement WPGraphQL Experiments API (#​3428)
  • feat: Add namespaced get/set API to AppContext (with deprecation for dynamic properties) (#​3429)
🐛 Bug Fixes
  • fix: Release Workflow Version Skipping Issue (#​3426)
  • fix: use get_query_args and merge args instead of override via set_query_arg (#​3424)
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.3.8

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: post meta array on preview (#​3422)
  • fix: git updater compatibility (#​3420)
  • fix: Prevent bad string injection in plugin update message (#​3318) (#​3419)
👏 Contributors

Thanks to the following contributors for making this release possible:

🎉 First-time Contributors

Special thanks to the following first-time contributors:

v2.3.6

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: update failing e2e tests for graphiql (#​3414)
  • fix: Prevent printed scripts from breaking GraphQL responses (#​3413)
  • fix: prevent changeset deletions from being synced back to develop (#​3412)
  • fix: wp 6.8 test failures (#​3410)
  • fix: Move graphql_root_value filter execution to runtime for access to request params (#​3406)
  • fix: make void and call on (#​3371)
🔄 Other Changes
  • chore: update npm deps (#​3408)
  • chore: update composer deps (#​3407)
  • refactor: prepare deprecations for v3 removal (#​3400)
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.3.3

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: update skipped since tags (#​3372)
  • fix: check for preloaded AppContext::get_loader() (#​3384)
  • fix: cleanup logic (#​3383)
🔄 Other Changes
  • chore: improve type safety of and schema registration (#​3382)
  • refactor: cleanup class to reduce complexity and improve type safety (#​3381)
  • perf: refactor to lazy-load dataloaders (#​3380)
  • chore: update Composer dev-deps and PHPCs ruleset (#​3379)
  • chore: expose array shape for (#​3374)
  • chore: expose array shapes for register_graphql_enum_type() (#​3373)
  • chore: narrow/fix php types on WPGraphQL, Server, Utils namespaces (#​3368)
👏 Contributors

Thanks to the following contributors for making this release possible:

v2.3.0

Compare Source

Release Notes

Changelog

Bump Type: minor

✨ New Features
  • feat: lazy loading fields for Object Types and Interface Types (#​3356)
  • feat: Update Enum Type descriptions (#​3355)
🐛 Bug Fixes
  • fix: don't initialize twice in class constructor (#​3369)
  • fix: cleanup Model fields for better source-of-truth and type-safety. (#​3363)
  • fix: bump and remove 7.3 references (#​3360)
🔄 Other Changes
  • chore: improve type-safety for class (#​3367)
  • chore: add array shapes to and (#​3366)
  • chore: inline (non-breaking) native return types (#​3362)
  • chore: implement array shapes for (#​3364)
  • chore: Test compatibility with WordPress 6.8 (#​3361)
  • ci: trigger Codeception workflow more often (#​3359)
  • chore: Update Composer deps (#​3358)
👏 Contributors

Thanks to the following contributors for making this release possible:

@since Tag / Deprecation Placeholder Updates

Updated 4 version placeholders in the following files:

  • src/Type/WPInputObjectType.php (1 update)
  • src/Type/Enum/MediaItemSizeEnum.php (2 updates)
  • src/Type/Enum/CommentStatusEnum.php (1 update)

v2.2.0

Compare Source

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: Avoid the deprecation warning when sending null header values (#​3338)
🔄 Other Changes
  • chore: update README's for github workflows (#​3343)
  • chore: update cursor rules to use .cursor/rules instead of .cursorrules (#​3333)
  • chore: add WPGraphQL IDE to the extensions page (#​3332)
👏 Contributors

Thanks to the following contributors for making this release possible:

@since Tag / Deprecation Placeholder Updates

Updated 1 version placeholder in the following files:

  • src/Request.php (1 update)

v2.1.1

Compare Source

Release Notes

Changelog

Bump Type: patch

🐛 Bug Fixes
  • fix: Avoid the deprecation warning when sending null header values (#​3338)
🔄 Other Changes
  • chore: update README's for github workflows (#​3343)
  • chore: update cursor rules to use .cursor/rules instead of .cursorrules (#​3333)
  • chore: add WPGraphQL IDE to the extensions page (#​3332)
👏 Contributors

Thanks to the following contributors for making this release possible:

@since Tag / Deprecation Placeholder Updates

Updated 1 version placeholder in the following files:

  • src/Request.php (1 update)

v2.1.0

Compare Source

Release Notes

New Features
  • #​3320: feat: add filter to Request::is_valid_http_content_type to allow for custom content types with POST method requests
Chores / Bugfixes
  • #​3314: fix: use version_compare to simplify incompatible dependent check
  • #​3316: docs: update changelog and upgrade notice
  • #​3325: docs: update quick-start.md
  • #​3190: docs: add developer docs for AbstractConnectionResolver

New Contributors

Full Changelog: wp-graphql/wp-graphql@v2.0.0...v2.1.0

v2.0.0

Compare Source

Release Notes

BREAKING CHANGE UPDATE

This is a major update that drops support for PHP versions below 7.4 and WordPress versions below 6.0.

We've written more about the update here:

Full Changelog: wp-graphql/wp-graphql@v1.32.1...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/wp-graphql-wp-graphql-2.x branch from 3bc10d6 to aa75272 Compare January 13, 2026 07:46
@renovate renovate bot force-pushed the renovate/wp-graphql-wp-graphql-2.x branch from aa75272 to 1da7af8 Compare February 16, 2026 22:11
@renovate renovate bot force-pushed the renovate/wp-graphql-wp-graphql-2.x branch from 1da7af8 to f1968d0 Compare February 19, 2026 22:45
@SimonS SimonS merged commit d5db9e9 into master Feb 19, 2026
9 checks passed
@SimonS SimonS deleted the renovate/wp-graphql-wp-graphql-2.x branch February 19, 2026 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant