Skip to content

Commit

Permalink
chore(deps-dev): Bump the dev-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [ash_graphql](https://github.com/ash-project/ash_graphql) | `1.4.6` | `1.5.0` |
| [ash_json_api](https://github.com/ash-project/ash_json_api) | `1.4.13` | `1.4.16` |
| [credo](https://github.com/rrrene/credo) | `1.7.10` | `1.7.11` |
| [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.35.1` | `0.36.1` |
| [mimic](https://github.com/edgurgel/mimic) | `1.10.2` | `1.11.0` |



Updates `ash_graphql` from 1.4.6 to 1.5.0
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_graphql@v1.4.6...v1.5.0)

Updates `ash_json_api` from 1.4.13 to 1.4.16
- [Changelog](https://github.com/ash-project/ash_json_api/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_json_api@v1.4.13...v1.4.16)

Updates `credo` from 1.7.10 to 1.7.11
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.10...v1.7.11)

Updates `ex_doc` from 0.35.1 to 0.36.1
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.35.1...v0.36.1)

Updates `mimic` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/edgurgel/mimic/releases)
- [Commits](edgurgel/mimic@v1.10.2...v1.11.0)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ash_json_api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: mimic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 0cc515e commit 01a94c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ defmodule AshAuthentication.MixProject do
{:spark, "~> 2.0"},
{:splode, "~> 0.2"},
{:absinthe_plug, "~> 1.5", only: [:dev, :test]},
{:ash_graphql, "~> 1.4.0", only: [:dev, :test]},
{:ash_graphql, "~> 1.5.0", only: [:dev, :test]},
{:ash_json_api, "~> 1.4.6", only: [:dev, :test]},
{:ash_postgres, "~> 2.0", optional: true},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
Expand Down
Loading

0 comments on commit 01a94c4

Please sign in to comment.