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 infinityloop-dev/graphpinator from 1.6 to 1.7.5 #10

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps infinityloop-dev/graphpinator from 1.6 to 1.7.5.

Release notes

Sourced from infinityloop-dev/graphpinator's releases.

1.7.5

  • Fixed a bug where nested inputs of the same type would not initialize properties in certain scenarios
  • maintanence

1.7.4

  • Fixed a bug where enum literal value was accepted for string/ID types under certain conditions

1.7.3

  • Extended type of SimpleContainer init parameters from array to iterable
    • Can be used in tandem with Symfonys AutowireIterator without conversion to arrray

1.7.2

  • Fixed a false positive which caused InvalidFragmentType exception being thrown incorrectly in specific case
  • Adopted new codestyle

1.7.1

  • Added new ErrorHandlingMode option
    • OUTPUTABLE - catch ClientAware and outputable, rethrow everything else

1.7

  • Introduced Error handling mode and removed $catchExceptions (with fallback)
    • NONE - rethrow everything (same as $catchExceptions = false)
    • ALL - catch everything (same as $catchExceptions = true)
    • CLIENT_AWARE - catch ClientAware, rethrow everything else
Commits
  • 60a948c Fixed a bug with nested inputs of the same type
  • 2bf447e Applied codestyle
  • ce4849b Readonly visitors
  • 640678d Merge pull request #405 from graphpql/dependabot/composer/infection/infection...
  • 659ae12 Bump infection/infection from 0.29.6 to 0.29.7
  • 6f73b19 Explicitly check for enum type when enum literal is met
  • 94ce372 Disable test runs on php 8.1
  • 864c10c Extended type of SimpleContainer init parameters from array to iterable
  • d5f72a3 Additional codestyle tweaks
  • 30d8db2 Update lockfile
  • Additional commits viewable in compare view

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 [infinityloop-dev/graphpinator](https://github.com/graphpql/graphpinator) from 1.6 to 1.7.5.
- [Release notes](https://github.com/graphpql/graphpinator/releases)
- [Commits](graphpql/graphpinator@1.6...v1.7.5)

---
updated-dependencies:
- dependency-name: infinityloop-dev/graphpinator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants