team-alembic / ash_authentication

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

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps the dev-dependencies group with 5 updates in the / directory:

Package From To
ash_graphql 1.2.0 1.3.2
ash_json_api 1.3.3 1.4.4
ex_doc 0.34.1 0.34.2
mimic 1.8.2 1.9.0
mix_audit 2.1.3 2.1.4

Updates ash_graphql from 1.2.0 to 1.3.2

Changelog

Sourced from ash_graphql's changelog.

v1.3.2 (2024-08-16)

Bug Fixes:

  • match on action in error message properly

Improvements:

  • add schema codegen features & guide

  • support new struct types in type generation

  • support new struct fields constraint

  • Set up GraphQL schema file in the web module namespace (#205)

v1.3.1 (2024-08-02)

Bug Fixes:

  • use .has_expression?/0 instead of function_exported?/3

  • error handling list of atoms (#204)

  • error handling list of atoms

v1.3.0 (2024-08-01)

Features:

  • Ash.Type.File compatibility (#202)

Bug Fixes:

  • try to resolve compilation issues w/ Code.ensure_compiled!

v1.2.1 (2024-07-18)

... (truncated)

Commits
  • dfde245 chore: release version v1.3.2
  • 29cf2d6 chore: skip sobelow errors
  • 097ea27 chore: don't do codegen by default
  • 3d1babb improvement: add schema codegen features & guide
  • 1b9722a chore(deps): bump the production-dependencies group with 3 updates (#208)
  • f349a5a improvement: support new struct types in type generation
  • 190a7a1 improvement: support new struct fields constraint
  • b79cd6c chore(deps): bump ash in the production-dependencies group (#206)
  • dd5060f fix: match on action in error message properly
  • c3544df improvement: Set up GraphQL schema file in the web module namespace (#205)
  • Additional commits viewable in compare view


Updates ash_json_api from 1.3.3 to 1.4.4

Changelog

Sourced from ash_json_api's changelog.

v1.4.4 (2024-08-16)

Improvements:

  • support nested base_routes

v1.4.3 (2024-08-08)

Improvements:

  • new AshJsonApi.Type behaviour, and support returning regular maps

v1.4.2 (2024-08-08)

Bug Fixes:

  • use a list when calling Module.concat

v1.4.1 (2024-07-30)

Improvements:

  • properly install domain with Module.concat in AshJsonApi router

  • include multipart parser in installer

v1.4.0 (2024-07-30)

Features:

  • [Ash.Type.File] Ash.Type.File support (#214)

See AshJsonApi.Plug.Parser for usage information.

Bug Fixes:

  • [attributes] reject allow_nil_input fields in required_write_attributes (#219)

... (truncated)

Commits
  • ab1dafb chore: release version v1.4.4
  • bf77d4d improvement: support nested base_routes
  • 7080d21 chore(deps): bump the production-dependencies group with 3 updates (#223)
  • 29e2eb7 chore(deps): bump the production-dependencies group with 2 updates (#222)
  • 11335b5 chore: release version v1.4.3
  • 6628168 improvement: new AshJsonApi.Type behaviour, and support returning regular maps
  • 5fd8908 chore: release version v1.4.2
  • ba971a0 fix: use a list when calling Module.concat
  • 366aafc chore(deps): bump the production-dependencies group with 4 updates (#220)
  • c6f0def docs: add section in manual setup for the parser
  • Additional commits viewable in compare view


Updates ex_doc from 0.34.1 to 0.34.2

Changelog

Sourced from ex_doc's changelog.

v0.34.2 (2024-07-08)

  • Enhancements

    • Allow anchors on function and callback autolinks
  • Bug fixes

    • Make module attributes searchable without leading @
    • Make Mod.fun pairs searchable without the arity
    • Do not emit warnings on unary plus in typespecs
    • Add top margin to nested module prefix in sidebar
Commits


Updates mimic from 1.8.2 to 1.9.0

Release notes

Sourced from mimic's releases.

Mimic 1.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/edgurgel/mimic/compare/v1.8.2...v1.9.0

Commits
  • 55ebadd Bump version
  • fb942a8 Add functionality to call the original function
  • 0be0492 Fix typo in test description
  • 81740e7 Update direct :erlang calls with Elixir functions
  • 738ed32 Fix error message when Mimic.copy has not been called on a module
  • See full diff in compare view


Updates mix_audit from 2.1.3 to 2.1.4

Changelog

Sourced from mix_audit's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

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 2 months ago

Superseded by #777.