team-alembic / ash_authentication

The Ash Authentication framework
MIT License
96 stars 52 forks source link

chore(deps-dev): Bump the dev-dependencies group across 1 directory with 3 updates #799

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dev-dependencies group with 3 updates in the / directory: ash_graphql, ash_json_api and git_ops.

Updates ash_graphql from 1.3.4 to 1.4.0

Changelog

Sourced from ash_graphql's changelog.

v1.4.0 (2024-10-09)

Features:

  • Add absinthe dependency and plugin in formatter of installer (#222)

  • subscription dsl (#97)

Bug Fixes:

  • dyalizer and igniter deprecations (#224)

  • don't generate result types for generic mutations

  • detect generated types properly in generic actions

Improvements:

  • add error handling tooling for custom queries

  • add AshGraphql.load_fields/3 helper, and test showing its usage

  • implement a subscription notification batcher (#217)

Commits
  • cb22969 chore: release version v1.4.0
  • 8804d1e chore: sobelow
  • faff318 improvement: add error handling tooling for custom queries
  • 6fedbd7 chore: docs for custom queries
  • 442dc13 improvement: add AshGraphql.load_fields/3 helper, and test showing its usage
  • b617a5c fix: dyalizer and igniter deprecations (#224)
  • 3cb2c98 improvement: implement a subscription notification batcher (#217)
  • d2312f6 feat: Add absinthe dependency and plugin in formatter of installer (#222)
  • 85e59db fix: don't generate result types for generic mutations
  • 9907aa3 chore(deps-dev): bump the dev-dependencies group with 2 updates (#219)
  • Additional commits viewable in compare view


Updates ash_json_api from 1.4.9 to 1.4.10

Changelog

Sourced from ash_json_api's changelog.

v1.4.10 (2024-10-10)

Improvements:

  • set status only if it hasn't already been set

  • better examples for fields parameter

Commits
  • 1ac291a chore: release version v1.4.10
  • db73629 improvement: set status only if it hasn't already been set
  • a911199 Update relationships.md (#240)
  • 062d103 improvement: better examples for fields parameter
  • 3b6df90 chore(deps-dev): bump the dev-dependencies group with 2 updates (#238)
  • 5756054 chore(deps): bump the production-dependencies group with 3 updates (#237)
  • See full diff in compare view


Updates git_ops from 2.6.1 to 2.6.2

Changelog

Sourced from git_ops's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #804.