chore: bump webonyx/graphql-php from 15.30.2 to 15.31.3 by dependabot[bot] · Pull Request #866 · pfrest/pfSense-pkg-RESTAPI
Bumps webonyx/graphql-php from 15.30.2 to 15.31.3.
Release notes
Sourced from webonyx/graphql-php's releases.
v15.31.3
Fixed
- Apply per-schema built-in scalar overrides without
assertValid()webonyx/graphql-php#1886v15.31.2
Changed
- Exclusively support
typesfor per-schema built-in scalar overrides, nottypeLoaderwebonyx/graphql-php#1884Fixed
- Fix
parseLiteralnot called on per-schema built-in scalar overrides for inline arguments webonyx/graphql-php#1880v15.31.1
Fixed
- Fix variable validation and input coercion for per-schema scalar overrides webonyx/graphql-php#1876
v15.31.0
Added
- Support per-schema scalar overrides via
typesconfig ortypeLoader, without global side effects webonyx/graphql-php#1869- Add
Type::builtInScalars()andType::BUILT_IN_SCALAR_NAMESaligning with GraphQL spec terminology webonyx/graphql-php#1869- Add
Directive::builtInDirectives()andDirective::isBuiltInDirective()aligning with GraphQL spec terminology webonyx/graphql-php#1869Deprecated
- Deprecate
Type::overrideStandardTypes()in favor of per-schema scalar overrides webonyx/graphql-php#1869- Deprecate
Type::getStandardTypes()in favor ofType::builtInScalars()webonyx/graphql-php#1869- Deprecate
Type::STANDARD_TYPE_NAMESin favor ofType::BUILT_IN_SCALAR_NAMESwebonyx/graphql-php#1869- Deprecate
Directive::getInternalDirectives()in favor ofDirective::builtInDirectives()webonyx/graphql-php#1869- Deprecate
Directive::isSpecifiedDirective()in favor ofDirective::isBuiltInDirective()webonyx/graphql-php#1869
Changelog
Sourced from webonyx/graphql-php's changelog.
v15.31.3
Fixed
- Apply per-schema built-in scalar overrides without
assertValid()webonyx/graphql-php#1886v15.31.2
Changed
- Exclusively support
typesfor per-schema built-in scalar overrides, nottypeLoaderwebonyx/graphql-php#1884Fixed
- Fix
parseLiteralnot called on per-schema built-in scalar overrides for inline arguments webonyx/graphql-php#1880v15.31.1
Fixed
- Fix variable validation and input coercion for per-schema scalar overrides webonyx/graphql-php#1876
v15.31.0
Added
- Support per-schema scalar overrides via
typesconfig ortypeLoader, without global side effects webonyx/graphql-php#1869- Add
Type::builtInScalars()andType::BUILT_IN_SCALAR_NAMESaligning with GraphQL spec terminology webonyx/graphql-php#1869- Add
Directive::builtInDirectives()andDirective::isBuiltInDirective()aligning with GraphQL spec terminology webonyx/graphql-php#1869Deprecated
- Deprecate
Type::overrideStandardTypes()in favor of per-schema scalar overrides webonyx/graphql-php#1869- Deprecate
Type::getStandardTypes()in favor ofType::builtInScalars()webonyx/graphql-php#1869- Deprecate
Type::STANDARD_TYPE_NAMESin favor ofType::BUILT_IN_SCALAR_NAMESwebonyx/graphql-php#1869- Deprecate
Directive::getInternalDirectives()in favor ofDirective::builtInDirectives()webonyx/graphql-php#1869- Deprecate
Directive::isSpecifiedDirective()in favor ofDirective::isBuiltInDirective()webonyx/graphql-php#1869
Commits
c20acbev15.31.3 changelogebd6affFix scalar overrides not applied without assertValid() (#1886)6702705chore(deps): update dependency phpstan/phpstan to v2.1.43 (#1887)b2c3b02v15.31.2 changelog4815b3dFix parseLiteral not called on per-schema scalar overrides for inline argumen...7d870b9.gitattributes: Add .ai folder3f4d98eStop calling typeLoader for built-in scalar names (#1884)317a71echore(deps): update dependency phpstan/phpstan to v2.1.42 (#1881)21594d2chore(deps): update dependency phpstan/phpstan to v2.1.41 (#1877)8b446b5v15.31.1 changelog- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)