Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 2, 2025

Bumps absinthe from 1.7.6 to 1.7.10.

Release notes

Sourced from absinthe's releases.

v1.7.10

What's Changed

Full Changelog: absinthe-graphql/absinthe@v1.7.9...v1.7.10

Absinthe 1.7.9

What's Changed

New Contributors

Full Changelog: absinthe-graphql/absinthe@v1.7.8...v1.7.9

Absinthe 1.7.8

What's Changed

Full Changelog: absinthe-graphql/absinthe@v1.7.7...v1.7.8

Absinthe 1.7.7

See Changelog.

Changelog

Sourced from absinthe's changelog.

v1.7.10

v1.7.9

defmodule MyApp.Telemetry do
  require Logger
def log_absinthe([:absinthe, :middleware, :batch, :timeout], _, metadata, _) do
Logger.error("Failed to get batching result in #{metadata.timeout}ms for\nfn: #{inspect(metadata.fn)}")
end
end
attach
:telemetry.attach("absinthe-batch-timeout", [:absinthe, :middleware, :batch, :timeout], &MyApp.Telemetry.log_absinthe/4, nil)

1.7.8

  • Bugfix: Fixes an issue where schemas would not find their types, or not be found at all.

1.7.7

  • POTENTIALLY BREAKING Bug Fix: Validate variable usage in nested input arguments.This could break incoming documents previously considered valid. Skip the Absinthe.Phase.Document.Arguments.VariableTypesMatch phase to avoid this check. See Absinthe.Pipeline on adjusting the document pipeline.
  • #1321 resolves telemetry issues
  • Various minor dependency versioning tweaks
  • Handle Elixir 1.17 warnings
Commits
  • 28aa306 Merge pull request #1369 from absinthe-graphql/cschiewek/release-1.7.10
  • 65c3a3a fix heading
  • 8f85260 Update changelog and bump version for 1.7.10 release
  • a605cba Merge pull request #1357 from mitchellhenke/patch-1
  • 202d676 Merge pull request #1365 from absinthe-graphql/cschiewek/fix-formatting
  • 5217687 Fix formatting
  • 954421a Merge pull request #1333 from filipemonteiroth/set-include-deprecated-default...
  • ed045a3 Added note to notify users that setting include_deprecated to true will break...
  • 30c7cae Revert changes in test/absinthe/integration/execution/fragments/introspection...
  • b0d0172 feat(introspection): add config option for include_deprecated default
  • 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 [absinthe](https://github.com/absinthe-graphql/absinthe) from 1.7.6 to 1.7.10.
- [Release notes](https://github.com/absinthe-graphql/absinthe/releases)
- [Changelog](https://github.com/absinthe-graphql/absinthe/blob/main/CHANGELOG.md)
- [Commits](absinthe-graphql/absinthe@v1.7.6...v1.7.10)

---
updated-dependencies:
- dependency-name: absinthe
  dependency-version: 1.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 2, 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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant