Skip to content

chore(deps-dev): bump the dev-dependencies group with 7 updates#391

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-8e762605ad
Open

chore(deps-dev): bump the dev-dependencies group with 7 updates#391
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-8e762605ad

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the dev-dependencies group with 7 updates:

Package From To
ash_postgres 2.6.32 2.8.0
ash_sql 0.4.5 0.5.5
credo 1.7.16 1.7.17
floki 0.38.0 0.38.1
git_ops 2.9.2 2.9.3
igniter 0.7.2 0.7.7
tailwind 0.3.1 0.4.1

Updates ash_postgres from 2.6.32 to 2.8.0

Changelog

Sourced from ash_postgres's changelog.

v2.8.0 (2026-03-09)

Features:

  • add --use_fragments option to resource generator | Closes #437 (#709) by henryzhan013

Bug Fixes:

  • test setup by Philip Capel

  • formatting by Philip Capel

v2.7.0 (2026-03-05)

Features:

  • support offset option in lateral join queries (#700) by Jinkyou Son

  • support touch_update_defaults? option to skip update_default fields on upsert by Michael Bärtschi

Bug Fixes:

  • bulk_create with upsert now updates update_timestamp fields on conflict by Michael Bärtschi

  • Fix locks handling for WAIT and SKIP_LOCKED (#704) by sezaru

  • set size when type changes in migrations (Issue #150) (#694) by Jatanasio

  • bulk_create with upsert now updates update_timestamp fields (#697) by Michael Bärtschi

Improvements:

  • read touch_update_defaults? from options instead of changeset context (#701) by Michael Bärtschi
Commits
  • d43b730 chore: release version v2.8.0
  • 8337142 docs: add guide
  • becb870 feat: add --use_fragments option to resource generator | Closes #437 (#709)
  • 0ac6724 chore: update deps
  • b68e55b chore: update test to fix failing tests
  • d5a1c13 test: Show failing filter in boolean deeper relations (#710)
  • eae6dae chore: release version v2.7.0
  • 3a99f95 chore: add tests for keyword updates
  • ad1023a test: add coverage of first relationship filtering (#708)
  • 19ae664 test: Add test for filtering on doubly-nested embedded resource fields (#706)
  • Additional commits viewable in compare view

Updates ash_sql from 0.4.5 to 0.5.5

Release notes

Sourced from ash_sql's releases.

v0.5.4

Bug Fixes:

v0.5.3

Bug Fixes:

v0.5.2

Bug Fixes:

v0.5.1

Bug Fixes:

  • don't include the data layer in the context of subqueries by @​zachdaniel

v0.5.0

Features:

Bug Fixes:

... (truncated)

Changelog

Sourced from ash_sql's changelog.

v0.5.5 (2026-04-01)

Bug Fixes:

  • ensure IsDistinctFrom and IsNotDistinctFrom have their arguments typed by @​zachdaniel

v0.5.4 (2026-03-31)

Bug Fixes:

v0.5.3 (2026-03-27)

Bug Fixes:

v0.5.2 (2026-03-27)

Bug Fixes:

v0.5.1 (2026-03-22)

Bug Fixes:

  • don't include the data layer in the context of subqueries by @​zachdaniel

v0.5.0 (2026-03-05)

... (truncated)

Commits
  • 6dbff81 chore: release version v0.5.5
  • 82dcc75 fix: ensure IsDistinctFrom and IsNotDistinctFrom have their arguments typed
  • 52a3057 chore: release version v0.5.4
  • a9aa81b fix: properly type cast inpust to intersects function
  • 7c2807d chore: release version v0.5.3
  • 5b390c5 fix: only set sub_expr for literal values
  • 27e2594 chore: release version v0.5.2
  • c2b9c86 fix: properly avoid type casts on maps w/ fields
  • 7ac842d chore: release version v0.5.1
  • bb3645d fix: don't include the data layer in the context of subqueries
  • Additional commits viewable in compare view

Updates credo from 1.7.16 to 1.7.17

Release notes

Sourced from credo's releases.

v1.7.17

Check it out on Hex: https://hex.pm/packages/credo/1.7.17

  • Credo.Check.Readability.ModuleDoc add new param :ignore_modules_using (defaults to [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])
  • Credo.Check.Warning.UnusedOperation update :modules param: instead of a list of functions to check, :all can be given to check all functions in a module
  • New Check: Credo.Check.Refactor.CondInsteadOfIfElse
  • New Check: Credo.Check.Warning.WrongTestFilename
Changelog

Sourced from credo's changelog.

1.7.17

  • Credo.Check.Readability.ModuleDoc add new param :ignore_modules_using (defaults to [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])
  • Credo.Check.Warning.UnusedOperation update :modules param: instead of a list of functions to check, :all can be given to check all functions in a module
  • New Check: Credo.Check.Refactor.CondInsteadOfIfElse
  • New Check: Credo.Check.Warning.WrongTestFilename
Commits
  • 068fcc7 Bump version to 1.7.17
  • 5eccc0d Update CHANGELOG
  • 0b08720 Update .credo.exs
  • 122a258 Add :excludes to .formatter.exs
  • 09960e6 Add defaults to :ignore_modules_using in ModuleDoc
  • 472f12e Add repro for #1235 to prevent regressions
  • 11235d5 Merge branch '1254-module-doc-new-param'
  • e73ea15 Integrate new param for ModuleDoc
  • 0cfeba5 Update check id for WrongTestFilename
  • 04cb863 Merge branch '1258-new-test-files-check'
  • Additional commits viewable in compare view

Updates floki from 0.38.0 to 0.38.1

Release notes

Sourced from floki's releases.

v0.38.1

Performance

This version contains major performance improvements in the following functions:

  • Floki.filter_out/2.
  • Floki.find/2 - with some improvements to specific selectors, like classes and attribute selectors.
  • Floki.text/2.

Those functions are not only faster, but are now using less memory. Please check the PRs related to this release if you want to better understand the numbers.

All the improvements in this version were made by Barna Kovacs - @​preciz, so shout out and thanks to him!

Pull requests

New Contributors

Full Changelog: philss/floki@v0.38.0...v0.38.1

Changelog

Sourced from floki's changelog.

[0.38.1] - 2026-03-17

Performance

This version contains major performance improvements in the following functions:

  • Floki.filter_out/2.
  • Floki.find/2 - with some improvements to specific selectors, like classes and attribute selectors.
  • Floki.text/2.

Those functions are not only faster, but are now using less memory. Please check the PRs related to this release if you want to better understand the numbers.

All the improvements in this version were made by Barna Kovacs - @​preciz, so shout out and thanks to him!

Fixed

Remove a warning about an unused require Logger that pops up when using Elixir v1.20.

Commits
  • a3a6291 Release v0.38.1 (#662)
  • a8afbd8 Optimize class matching in Floki.Selector (#665)
  • f50d7f2 Optimize FlatText.get/3 memory usage and speed (#664)
  • d6f8407 Optimize Finder.get_siblings/2 memory usage and speed (#663)
  • 2051793 Fix unused require Logger warning in parser_test.exs (#661)
  • 67c1125 Optimize Finder.get_descendant_ids/2 memory usage and speed (#660)
  • 5eda2f2 Optimize HTMLTree to_tuple conversion using Enum.reduce (#657)
  • 921e932 Enable tuple traversal optimization for multiple selectors (#652)
  • 26b91e8 Speed up attribute lookup (#651)
  • ab1d361 Make filter_out faster (#650)
  • Additional commits viewable in compare view

Updates git_ops from 2.9.2 to 2.9.3

Changelog

Sourced from git_ops's changelog.

v2.9.3 (2026-03-24)

Bug Fixes:

Commits

Updates igniter from 0.7.2 to 0.7.7

Release notes

Sourced from igniter's releases.

v0.7.7

Bug Fixes:

  • handle children = [...] ++ expr in add_new_child (#368) by James Harton

v0.7.6

Bug Fixes:

  • run tasks with Mix.shell().cmd/1 to avoid state issues by Zach Daniel

v0.7.5

No release notes provided.

v0.7.4

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist

v0.7.3

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist
Changelog

Sourced from igniter's changelog.

v0.7.7 (2026-03-24)

Bug Fixes:

  • handle children = [...] ++ expr in add_new_child (#368) by James Harton

v0.7.6 (2026-03-15)

Bug Fixes:

  • run tasks with Mix.shell().cmd/1 to avoid state issues by Zach Daniel

v0.7.5 (2026-03-15)

v0.7.4 (2026-03-10)

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist

v0.7.3 (2026-03-04)

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist
Commits
  • 9c83458 chore: release version v0.7.7
  • 6b0fd76 fix: handle children = [...] ++ expr in add_new_child (#368)
  • 44f09d9 chore: release version v0.7.6
  • d75faa0 fix: run tasks with Mix.shell().cmd/1 to avoid state issues
  • ec37905 chore: release version v0.7.5
  • 686c653 fix: reenable compile task before running queued tasks (#367)
  • 42779cf chore: release version v0.7.4
  • 092c3c4 chore: handle {:ok, zipper} return values from map updater
  • 9d64f57 chore: release version v0.7.3
  • 44f6a6e chore: Add phx_install to list of special cases (#366)
  • Additional commits viewable in compare view

Updates tailwind from 0.3.1 to 0.4.1

Changelog

Sourced from tailwind's changelog.

v0.4.1 (2025-10-17)

  • Ignore ANSI escape codes when checking version

v0.4.0 (2025-09-10)

  • No longer copy assets in mix tailwind.install
  • Discard empty proxy env vars
  • Ensure watcher picks up rule changes on Windows
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.6.32` | `2.8.0` |
| [ash_sql](https://github.com/ash-project/ash_sql) | `0.4.5` | `0.5.5` |
| [credo](https://github.com/rrrene/credo) | `1.7.16` | `1.7.17` |
| [floki](https://github.com/philss/floki) | `0.38.0` | `0.38.1` |
| [git_ops](https://github.com/zachdaniel/git_ops) | `2.9.2` | `2.9.3` |
| [igniter](https://github.com/ash-project/igniter) | `0.7.2` | `0.7.7` |
| [tailwind](https://github.com/phoenixframework/tailwind) | `0.3.1` | `0.4.1` |


Updates `ash_postgres` from 2.6.32 to 2.8.0
- [Release notes](https://github.com/ash-project/ash_postgres/releases)
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.6.32...v2.8.0)

Updates `ash_sql` from 0.4.5 to 0.5.5
- [Release notes](https://github.com/ash-project/ash_sql/releases)
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.4.5...v0.5.5)

Updates `credo` from 1.7.16 to 1.7.17
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.16...v1.7.17)

Updates `floki` from 0.38.0 to 0.38.1
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.38.0...v0.38.1)

Updates `git_ops` from 2.9.2 to 2.9.3
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](zachdaniel/git_ops@v2.9.2...v2.9.3)

Updates `igniter` from 0.7.2 to 0.7.7
- [Release notes](https://github.com/ash-project/igniter/releases)
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.7.2...v0.7.7)

Updates `tailwind` from 0.3.1 to 0.4.1
- [Changelog](https://github.com/phoenixframework/tailwind/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/tailwind@v0.3.1...v0.4.1)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-version: 2.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: ash_sql
  dependency-version: 0.5.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: credo
  dependency-version: 1.7.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: floki
  dependency-version: 0.38.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: git_ops
  dependency-version: 2.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.7.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tailwind
  dependency-version: 0.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Apr 1, 2026
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.

0 participants