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.29.0 #4179

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v1.29.0

Release Notes

New Features

  • #3208: feat: expose commenter edge fields
  • #3207: feat: introduce get_graphql_admin_notices and convert AdminNotices class to a singleton

Chores / Bugfixes

  • #3213: chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates
  • #3212: chore(deps): bump dset from 3.1.3 to 3.1.4 in the npm_and_yarn group across 1 directory
  • #3211: chore: add LABELS.md
  • #3201: fix: ensure connectedTerms returns terms for the specified taxonomy only
  • #3199: chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates

Full Changelog: wp-graphql/wp-graphql@v1.28.1...v1.29.0

v1.28.1

Release Notes

Chores / Bugfixes

  • #3189: fix: [regression] missing placeholder in $wpdb->prepare() call

Full Changelog: wp-graphql/wp-graphql@v1.28.0...v1.28.1

v1.28.0

Upgrade Notice

This release contains an internal refactor for how the Type Registry is generated which should lead to significant performance improvements for most users.

While there are no intentional breaking changes, because this change impacts every user we highly recommend testing this release thoroughly on staging servers to ensure the changes don't negatively impact your projects.

New Features

  • #3172: feat: only eagerlyLoadType on introspection requests.

Chores / Bugfixes

  • #3181: ci: replace docker-compose commands with docker compose
  • #3182: ci: test against WP 6.6
  • #3183: fix: improve performance of SQL query in the user loader

... (truncated)

Changelog

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

1.29.0

New Features

  • #3208: feat: expose commenter edge fields
  • #3207: feat: introduce get_graphql_admin_notices and convert AdminNotices class to a singleton

Chores / Bugfixes

  • #3213: chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates
  • #3212: chore(deps): bump dset from 3.1.3 to 3.1.4 in the npm_and_yarn group across 1 directory
  • #3211: chore: add LABELS.md
  • #3201: fix: ensure connectedTerms returns terms for the specified taxonomy only
  • #3199: chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates

1.28.1

Chores / Bugfixes

  • #3189: fix: [regression] missing placeholder in $wpdb->prepare() call

1.28.0

Upgrade Notice

This release contains an internal refactor for how the Type Registry is generated which should lead to significant performance improvements for most users.

While there are no intentional breaking changes, because this change impacts every user we highly recommend testing this release thoroughly on staging servers to ensure the changes don't negatively impact your projects.

New Features

  • #3172: feat: only eagerlyLoadType on introspection requests.

Chores / Bugfixes

  • #3181: ci: replace docker-compose commands with docker compose
  • #3182: ci: test against WP 6.6
  • #3183: fix: improve performance of SQL query in the user loader
Commits
  • 3af641b Merge pull request #3215 from wp-graphql/release/v1.29.0
  • a28eaf7 Merge commit 'eaef11f104d0a22d3e999def42dd897a7f6368b9' into release/v1.29.0
  • 4b1d0cd - prep changelog and readme for release
  • eaef11f Merge pull request #3208 from jasonbahl/feat/expose-commenter-edge-fields
  • 929f109 Merge pull request #3213 from wp-graphql/dependabot/npm_and_yarn/npm_and_yarn...
  • 0fa2081 chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates
  • bf84d12 Merge pull request #3212 from wp-graphql/dependabot/npm_and_yarn/npm_and_yarn...
  • b319c46 Merge pull request #3211 from wp-graphql/chore/3195-add-labels-md
  • 7a16621 chore(deps): bump dset in the npm_and_yarn group across 1 directory
  • ab3ab76 - add LABELS.md file for reference.
  • 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]

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.29.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@1.27.2...v1.29.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 Nov 1, 2024

@dependabot ignore this minor version

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

dependabot bot commented on behalf of github Nov 1, 2024

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

@dependabot dependabot bot deleted the dependabot/composer/wp-graphql/wp-graphql-1.29.0 branch November 1, 2024 16:38
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