Skip to content
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

Bump wp-graphql/wp-graphql from 1.27.2 to 1.31.1 #4185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps wp-graphql/wp-graphql from 1.27.2 to 1.31.1.

Release notes

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

v1.31.1

1.31.1

Chores / Bugfixes

  • update stable tag

Full Changelog: wp-graphql/wp-graphql@v1.31.0...v1.31.1

v1.31.0

Release Notes

New Features

  • #3278: feat: add option to provide custom file path for static schemas when using the wp graphql generate-static-schema command

Chores / Bugfixes

  • #3284: fix: fix: Updated docs link for example of hierarchical data
  • #3283: fix: Error in update checker when WPGraphQL is active as an mu-plugin

New Contributors

Full Changelog: wp-graphql/wp-graphql@v1.30.0...v1.31.0

v1.30.0

Release Notes

Chores / Bugfixes

  • #3250: fix: receiving post for Incorrect uri
  • #3252: ci: test against WP6.7
  • #3268: ci: trigger PR workflows on release/* branches
  • #3267: chore: fix bleeding edge/deprecated PHPStan smells [first pass]
  • #3270: build(deps): bump the npm_and_yarn group across 1 directory with 3 updates
  • #3271: fix: default cat should not be added when other categories are added
  • #3262: chore: update docs & improve comment functionality by @​jasonbahl in wp-graphql/wp-graphql#3262
  • #3263: chore: update PHPCS and format
  • #3261: fix: update term connection resolver in PostObject.php
  • #3264: chore: add cursor files
  • #3268: ci: trigger PR workflows on release/* branches

New Features

  • #3251: feat: implement SemVer-compliant update checker
  • #3196: feat: expose EnqueuedAsset.group and EnqueuedScript.location to schema
  • #3188: feat: Add WPGraphQL Extensions page to the WordPress admin

... (truncated)

Changelog

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

1.31.1

Chores / Bugfixes

  • update stable tag

1.31.0

New Features

  • #3278: feat: add option to provide custom file path for static schemas when using the wp graphql generate-static-schema command

Chores / Bugfixes

  • #3284: fix: fix: Updated docs link for example of hierarchical data
  • #3283: fix: Error in update checker when WPGraphQL is active as an mu-plugin

1.30.0

Chores / Bugfixes

  • #3250: fix: receiving post for Incorrect uri
  • #3268: ci: trigger PR workflows on release/* branches
  • #3267: chore: fix bleeding edge/deprecated PHPStan smells [first pass]
  • #3270: build(deps): bump the npm_and_yarn group across 1 directory with 3 updates
  • #3271: fix: default cat should not be added when other categories are added

New Features

  • #3251: feat: implement SemVer-compliant update checker
  • #3196: feat: expose EnqueuedAsset.group and EnqueuedScript.location to schema
  • #3188: feat: Add WPGraphQL Extensions page to the WordPress admin

1.29.3

Chores / Bugfixes

  • #3245: fix: update appsero/client to v2.0.4 to prevent conflicts with WP6.7
  • #3243: chore: fix Composer autoloader for WPGraphQL.php
  • #3242: chore: update Composer dev deps
  • #3235: chore: general updates to README.md and readme.txt
  • #3234: chore: update quick-start.md to provide more clarity around using wpackagist

1.29.2

Chores / Bugfixes

  • fix: move assets/blueprint.json under .wordpress-org directory

1.29.1

... (truncated)

Commits
  • 50af609 - fix typo
  • 0f665bb - update changelog, versions for release
  • dbdeeff Update readme.txt
  • fcc6662 Merge pull request #3285 from wp-graphql/release/v1.31.0
  • cb9b0ae Merge commit 'e75dfb80c22f87a55a793af0ffa07cf0712bc248' into release/v1.31.0
  • fcdecf4 - update changelog, versions for release
  • e75dfb8 Merge pull request #3283 from jasonbahl/fix/3282-plugin-updater-mu-plugin-con...
  • 28979a5 Merge pull request #3284 from colinmurphy/fix-docs-link-for-example-hierarcha...
  • b4e0de2 Updated docs link for example of hierarchal data
  • d54d4d0 - use get_plugin_data and the path to wp-graphql instead of trying to get it ...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
wp-graphql/wp-graphql [>= 1.14.a, < 1.15]
wp-graphql/wp-graphql [>= 1.13.a, < 1.14]
wp-graphql/wp-graphql [>= 1.16.a, < 1.17]
wp-graphql/wp-graphql [>= 1.20.a, < 1.21]
wp-graphql/wp-graphql [>= 1.21.a, < 1.22]
wp-graphql/wp-graphql [>= 1.29.a, < 1.30]

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wp-graphql/wp-graphql](https://github.com/wp-graphql/wp-graphql) from 1.27.2 to 1.31.1.
- [Release notes](https://github.com/wp-graphql/wp-graphql/releases)
- [Changelog](https://github.com/wp-graphql/wp-graphql/blob/develop/CHANGELOG.md)
- [Commits](wp-graphql/wp-graphql@1.27.2...v1.31.1)

---
updated-dependencies:
- dependency-name: wp-graphql/wp-graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant