Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
version: 2

updates:
# Composer: 1x weekly for minor/patch, 1x monthly for major.
- package-ecosystem: 'composer'
directory: '/'
schedule:
interval: 'weekly'
cooldown:
semver-major-days: 30
semver-minor-days: 7
semver-patch-days: 7
groups:
composer-dev-minor-patch:
dependency-type: 'development'
update-types: [minor, patch]
# We don't bundle minor or major production assets, so they're tested individually.
composer-patch:
dependency-type: 'production'
update-types: [patch]
# Composer: 1x weekly for minor/patch, 1x monthly for major.
- package-ecosystem: 'composer'
directory: '/'
schedule:
interval: 'weekly'
cooldown:
semver-major-days: 30
semver-minor-days: 7
semver-patch-days: 7
groups:
composer-dev-minor-patch:
dependency-type: 'development'
update-types: [minor, patch]
# We don't bundle minor or major production assets, so they're tested individually.
composer-patch:
dependency-type: 'production'
update-types: [patch]

# NPM: 1x weekly for minor/patch, 1x monthly for major.
- package-ecosystem: 'npm'
directories:
- '/'
schedule:
interval: 'weekly'
cooldown:
semver-major-days: 30
semver-minor-days: 7
semver-patch-days: 7
groups:
npm-dev-minor-patch:
dependency-type: 'development'
update-types: [minor, patch]
npm-prod-minor-patch:
dependency-type: 'production'
update-types: [minor, patch]
# NPM: 1x weekly for minor/patch, 1x monthly for major.
- package-ecosystem: 'npm'
directories:
- '/'
schedule:
interval: 'weekly'
cooldown:
semver-major-days: 30
semver-minor-days: 7
semver-patch-days: 7
groups:
npm-dev-minor-patch:
dependency-type: 'development'
update-types: [minor, patch]
npm-prod-minor-patch:
dependency-type: 'production'
update-types: [minor, patch]

# GitHub Actions: 1x weekly.
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
groups:
github-actions-updates:
patterns: ['*']
# GitHub Actions: 1x weekly.
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
groups:
github-actions-updates:
patterns: ['*']
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](./README.md#updating-and-versi

## Unreleased

## [0.3.1] - 2026-02-15

This _patch_ release bumps the package dependencies to their latest (SemVer-compatible) versions.

- chore: Update Composer and NPM dependencies to their latest (SemVer-compatible) versions.
- chore: Bump tested up to headers to WordPress v6.9.1 and WPGraphQL v2.9.0.

## [0.3.0] - 2025-06-20

This _major_ release bumps the minimum required WPGraphQL version to v2.3.3, allowing the plugin to benefit from the latest performance improvements.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"phpstan/phpstan": "^2.0.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"szepeviktor/phpstan-wordpress": "^2.0.0",
"wp-cli/wp-cli-bundle": "^2.8.1",
"wp-cli/wp-cli-bundle": "^2.12.0",
"wp-graphql/wp-graphql-testcase": "^3.3"
},
"config": {
Expand Down
56 changes: 30 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading