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.12.0 to 1.20.0 #4162

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps wp-graphql/wp-graphql from 1.12.0 to 1.20.0.

Release notes

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

v1.20.0

1.20.0

New Features

  • #3013: feat: output GRAPHQL_DEBUG message if requested amount is larger than connection limit. Thanks @​justlevine!
  • #3008: perf: Expose graphql_should_analyze_queries as setting. Thanks @​justlevine!

Chores / Bugfixes

New Contributors

Full Changelog: wp-graphql/wp-graphql@v1.19.0...v1.20.0

v1.19.0

Release Notes

New Features

  • #2988: feat: add missing extra fields to EnqueuedAsset, EnqueuedScript and EnqueuedStylesheet

Chores / Bugfixes

  • #2989: fix: make User.url public
  • #2990: chore: autolint tests with phpcbf
  • #2992: fix: add polyfills for str_starts_with() and str_ends_with() to prevent fatal errors in PHP < 8.0

v1.18.2

Release Notes

Chores / Bugfixes

  • ci: update tests to run against WordPress 6.4.1. Update Docker Deploy to include WP 6.4.1. Update README, plugin file's "tested up to" to reflect.

v1.18.1

... (truncated)

Changelog

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

1.20.0

New Features

  • #3013: feat: output GRAPHQL_DEBUG message if requested amount is larger than connection limit. Thanks @​justlevine!
  • #3008: perf: Expose graphql_should_analyze_queries as setting. Thanks @​justlevine!

Chores / Bugfixes

1.19.0

New Features

  • #2988: feat: add missing extra fields to EnqueuedAsset, EnqueuedScript and EnqueuedStylesheet

Chores / Bugfixes

  • #2989: fix: make User.url public
  • #2990: chore: autolint tests with phpcbf
  • #2992: fix: add polyfills for str_starts_with() and str_ends_with() to prevent fatal errors in PHP < 8.0

1.18.2

Chores / Bugfixes

  • ci: update tests to run against WordPress 6.4.1. Update Docker Deploy to include WP 6.4.1. Update README, plugin file's "tested up to" to reflect.

1.18.1

Chores / Bugfixes

  • #2984: ci: update tests to run against WordPress 6.4. Update README, plugin file's "tested up to" to reflect.

1.18.0

New Features

  • #2937: fix: Support asPreview by URI/SLUG Id Type (this is technically a bugfix, but introduces new functionality)

... (truncated)

Commits
  • 3942941 Merge pull request #3025 from wp-graphql/release/v1.20.0
  • 25d9ef3 Merge commit 'cb3c1b68176ad223fe6a53452f6bedb601b3e943' into release/v1.20.0
  • 96cabc9 - update versions, changelog for release
  • cb3c1b6 Merge pull request #3022 from justlevine/vanity/500th-commit
  • 1b66feb chore: add @​justlevine to list of contributors
  • 5db11fb Merge pull request #3009 from justlevine/chore/strict-phpstan-fixes
  • 19440ea Merge commit '8ee0e4c6e3b51e8c10bdd48e92645c591e8a3ef1' into chore/strict-php...
  • bed443d Merge pull request #3008 from justlevine/dev/disable-qa-by-default
  • fa56cf1 Merge pull request #3006 from justlevine/fix/replace-deprecated-setQueryArg
  • 8ee0e4c revert: don't disable by default / update db
  • 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]

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.12.0 to 1.20.0.
- [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@v1.12.0...v1.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@tn3rb
Copy link
Member

tn3rb commented Feb 1, 2024

@dependabot ignore this minor version

@dependabot dependabot bot closed this Feb 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

OK, I won't notify you about version 1.20.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/composer/wp-graphql/wp-graphql-1.20.0 branch February 1, 2024 23:58
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.

None yet

1 participant